


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox'],
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio'] {
    --active: #3978fc;
    --active-inner: #ffffff;
    --focus: 2px rgba(57,120,252,0.300008);
    --border: #3778fc;
    --border-hover: #3978fc;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  .wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='2a5a16948712465e88e4b19a04f6570f'] *:before, *:after {
  box-sizing: border-box;
}



@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox'],
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio'] {
    --active: #3978fc;
    --active-inner: #ffffff;
    --focus: 2px rgba(57,120,252,0.300008);
    --border: #3778fc;
    --border-hover: #3978fc;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  .wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='200dfbc3f6f44a1ea385eea85296de31'] *:before, *:after {
  box-sizing: border-box;
}



@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox'],
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio'] {
    --active: #3978fc;
    --active-inner: #ffffff;
    --focus: 2px rgba(57,120,252,0.300008);
    --border: #3778fc;
    --border-hover: #3978fc;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  .wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='f6007b6a24e14ca196f27d8eaaedcc76'] *:before, *:after {
  box-sizing: border-box;
}


.comp_1 {
    background-position: right center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 .innerBox {
    position: relative;
}
.comp_1 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_1 .wa-inner-kenburns > .kb-animation {
    animation: wa_comp_1_kfrm 10000ms linear;
    transform: scale(1.4);
}
.comp_1 .wa-inner-kenburns > div {
    background-position: right center;
    background-size: cover;
    transform-origin: 100% 50%;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 > .innerBox > .row {
    z-index: 0;
}
.comp_10 {
    width: 100%;
}
.comp_10 .carousel-item > a {
    text-decoration: none;
}
.comp_10 .carousel-item a {
    text-decoration: none;
}
.comp_10 .waInnerSlideImg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.comp_11 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_11 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.comp_12 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_13 {
    flex-direction: column;
}
.comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_14 {
    animation: lightSpeedIn;
    animation-duration: 1000ms;
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_14 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Varela Round';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_14 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_14 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Varela Round';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_14 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_15 {
    line-height: 0em;
    width: 100%;
}
.comp_15 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
}
.comp_15 ul li {
    float: left;
    list-style-type: none;
}
.comp_15 ul li a img {
    width: 100%;
}
.comp_17 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_17 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_18 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_2 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_20 {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_21 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_21 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_22 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_23 {
    flex-direction: column;
}
.comp_23 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_24 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_24 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_24 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_24 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_24 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_25 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_25 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_25 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_25 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_25 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_25 img {
    width: 100%;
}
.comp_26 {
    display: flex;
    width: 100%;
}
.comp_26 .wa-btn {
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
}
.comp_26 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_26 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
}
.comp_26 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
}
.comp_26 a {
    display: flex;
    text-decoration: none;
}
.comp_26 div {
    justify-content: center;
}
.comp_27 {
    flex-direction: column;
}
.comp_27 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_27 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_28 {
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.12549);
    overflow: hidden;
}
.comp_29 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_3 {
    animation: rotateIn;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_30 {
    flex-direction: column;
}
.comp_30 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_31 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_31 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_31 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_31 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 {
    width: 100%;
}
.comp_32 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_32 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_33 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_33 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_33 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_33 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_33 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_34 {
    width: 100%;
}
.comp_34 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_34 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_35 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_35 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_36 {
    width: 100%;
}
.comp_36 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_36 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_37 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_37 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_37 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_37 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_37 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_38 {
    width: 100%;
}
.comp_38 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_38 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_39 {
    display: flex;
    width: 100%;
}
.comp_39 .wa-btn {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
}
.comp_39 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_39 .wa-btn.wa-btn:active {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_39 .wa-btn.wa-btn:hover {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_39 a {
    display: flex;
    text-decoration: none;
}
.comp_39 div {
    justify-content: center;
}
.comp_4 {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_40 {
    background-color: rgba(0,0,0,0.6);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_40 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_42 {
    flex-direction: column;
}
.comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_44 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_45 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_45 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_45 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_45 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_45 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_45 img {
    width: 100%;
}
.comp_46 {
    display: flex;
    width: 100%;
}
.comp_46 .wa-btn {
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
}
.comp_46 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_46 .wa-btn.wa-btn:active {
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}
.comp_46 .wa-btn.wa-btn:hover {
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}
.comp_46 a {
    display: flex;
    text-decoration: none;
}
.comp_46 div {
    justify-content: center;
}
.comp_47 {
    flex-direction: column;
}
.comp_47 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_47 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_48 {
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.12549);
    overflow: hidden;
}
.comp_49 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_5 {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_5 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_5 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_5 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_5 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_50 {
    flex-direction: column;
}
.comp_50 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_51 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_51 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_51 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_51 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_52 {
    width: 100%;
}
.comp_52 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_52 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_53 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_53 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_53 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_53 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_53 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_54 {
    width: 100%;
}
.comp_54 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_54 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_55 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_55 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_55 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_55 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_55 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_56 {
    width: 100%;
}
.comp_56 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_56 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_57 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_57 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_57 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_57 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_57 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_58 {
    width: 100%;
}
.comp_58 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_58 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_59 {
    display: flex;
    width: 100%;
}
.comp_59 .wa-btn {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
}
.comp_59 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_59 .wa-btn.wa-btn:active {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_59 .wa-btn.wa-btn:hover {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_59 a {
    display: flex;
    text-decoration: none;
}
.comp_59 div {
    justify-content: center;
}
.comp_6 {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_6 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_6 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_6 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_6 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_60 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_60 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_61 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_62 {
    flex-direction: column;
}
.comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_64 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_64 img {
    width: 100%;
}
.comp_65 {
    display: flex;
    width: 100%;
}
.comp_65 .wa-btn {
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
}
.comp_65 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_65 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
}
.comp_65 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
}
.comp_65 a {
    display: flex;
    text-decoration: none;
}
.comp_65 div {
    justify-content: center;
}
.comp_66 {
    flex-direction: column;
}
.comp_66 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_67 {
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.12549);
    overflow: hidden;
}
.comp_68 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_69 {
    flex-direction: column;
}
.comp_69 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_7 {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_70 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_70 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_70 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_70 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_70 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_71 {
    width: 100%;
}
.comp_71 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_71 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_72 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_72 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_72 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_72 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_72 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_73 {
    width: 100%;
}
.comp_73 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_73 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_74 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_74 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_74 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_74 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_74 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_75 {
    width: 100%;
}
.comp_75 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_75 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_76 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_76 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_76 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_76 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_76 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_77 {
    width: 100%;
}
.comp_77 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_77 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_78 {
    display: flex;
    width: 100%;
}
.comp_78 .wa-btn {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
}
.comp_78 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_78 .wa-btn.wa-btn:active {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_78 .wa-btn.wa-btn:hover {
    background-color: rgba(73,105,166,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_78 a {
    display: flex;
    text-decoration: none;
}
.comp_78 div {
    justify-content: center;
}
.comp_8 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_8 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.comp_9 {
    animation: lightSpeedIn;
    animation-duration: 1000ms;
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.comp_9 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Varela Round';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_9 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_9 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Varela Round';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_9 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
body {
    background-color: rgba(255,255,255,1);
}
#anchor-atelier {
    scroll-margin-top: 20rem;
}
#anchor-dpc {
    scroll-margin-top: 20rem;
}
#anchor-exposants {
    scroll-margin-top: 10rem;
}
#anchor-pleniere {
    scroll-margin-top: 20rem;
}
#anchor-seance {
    scroll-margin-top: 0rem;
}
.comp_1 {
    background-image: url('../../icons/_79C3620color.jpg?t=d6278672_2f0c_4635_804f_e1c56d7097ad');
    border: none;
    display: flex;
    min-height: 500px;
}
.comp_1 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 500px;
}
.comp_1 > .innerBox {
    justify-content: center;
}
.comp_1.wa-fulpage-box {
    justify-content: center;
}
.comp_10 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_10 .carousel-indicators {
    display: flex;
}
.comp_10 .ratio {
    --bs-aspect-ratio: 56%;
    height: unset;
}
.comp_10 .wa-carousel-control {
    display: flex;
}
.comp_10 .waInnerSlideImg {
    background-size: cover;
}
.comp_11 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
}
.comp_12 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_13 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_14 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_14 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.comp_14 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.comp_15 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_15 ul li {
    padding: 6px;
    width: 12.5%;
}
.comp_17 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.comp_17 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_19 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_20 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_21 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.comp_21 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_22 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_23 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_24 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_24 .wa-txt-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.comp_24 .wa-txt-par.wa-last-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.comp_25 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_25 .wa-txt-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.comp_25 .wa-txt-par.wa-last-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.comp_25 img {
    margin-bottom: 1px;
    margin-left: 4px;
    width: 25%;
}
.comp_26 {
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.comp_26 .wa-btn {
    font-size: 1.2em;
}
.comp_26 a {
    width: unset;
}
.comp_26 div {
    width: unset;
}
.comp_27 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_27 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_27 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_28 {
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_29 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_3 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
}
.comp_30 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_31 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_31 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_31 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_32 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_32 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_32 input:focus {
    border: 1px solid #51cbee;
}
.comp_33 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_33 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_33 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_34 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_34 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_34 input:focus {
    border: 1px solid #51cbee;
}
.comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_35 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_35 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_36 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_36 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_36 input:focus {
    border: 1px solid #51cbee;
}
.comp_37 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_37 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_37 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_38 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_38 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 50px;
    padding: 8px;
}
.comp_38 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_39 {
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.comp_39 .wa-btn {
    font-size: 1.2em;
}
.comp_39 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_39 a {
    width: unset;
}
.comp_39 div {
    width: unset;
}
.comp_4 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.comp_40 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.comp_40 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_41 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_42 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_44 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_45 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_45 .wa-txt-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.comp_45 .wa-txt-par.wa-last-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.comp_45 img {
    margin-bottom: 1px;
    margin-left: 0px;
    width: 30%;
}
.comp_46 {
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 0px;
}
.comp_46 .wa-btn {
    font-size: 1.2em;
}
.comp_46 a {
    width: unset;
}
.comp_46 div {
    width: unset;
}
.comp_47 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_47 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.comp_47 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_48 {
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_49 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_5 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_5 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.comp_5 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.comp_50 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_50 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_51 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_51 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_51 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_52 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_52 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_52 input:focus {
    border: 1px solid #51cbee;
}
.comp_53 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_53 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_53 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_54 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_54 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_54 input:focus {
    border: 1px solid #51cbee;
}
.comp_55 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_55 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_55 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_56 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_56 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_56 input:focus {
    border: 1px solid #51cbee;
}
.comp_57 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_57 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_57 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_58 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_58 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 50px;
    padding: 8px;
}
.comp_58 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_59 {
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.comp_59 .wa-btn {
    font-size: 1.2em;
}
.comp_59 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_59 a {
    width: unset;
}
.comp_59 div {
    width: unset;
}
.comp_6 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_6 .wa-txt-par {
    font-size: 46px;
    line-height: 1.2;
    text-align: center;
}
.comp_6 .wa-txt-par.wa-last-par {
    font-size: 46px;
    line-height: 1.2;
    text-align: center;
}
.comp_60 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.comp_60 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_61 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_62 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_63 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_64 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_64 img {
    margin-bottom: 1px;
    margin-left: 0px;
    width: 35%;
}
.comp_65 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_65 .wa-btn {
    font-size: 1.2em;
}
.comp_65 a {
    width: unset;
}
.comp_65 div {
    width: unset;
}
.comp_66 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_66 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_67 {
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_68 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_69 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_69 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_7 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_70 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_70 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_70 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_71 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_71 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_71 input:focus {
    border: 1px solid #51cbee;
}
.comp_72 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_72 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_72 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_73 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_73 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_73 input:focus {
    border: 1px solid #51cbee;
}
.comp_74 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_74 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_74 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_75 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_75 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_75 input:focus {
    border: 1px solid #51cbee;
}
.comp_76 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_76 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_76 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_77 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_77 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 50px;
    padding: 8px;
}
.comp_77 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_78 {
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.comp_78 .wa-btn {
    font-size: 1.2em;
}
.comp_78 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_78 a {
    width: unset;
}
.comp_78 div {
    width: unset;
}
.comp_8 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.comp_9 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_9 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
}
.comp_9 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    #anchor-atelier {
        scroll-margin-top: 20rem;
    }
    #anchor-dpc {
        scroll-margin-top: 20rem;
    }
    #anchor-exposants {
        scroll-margin-top: 10rem;
    }
    #anchor-pleniere {
        scroll-margin-top: 20rem;
    }
    #anchor-seance {
        scroll-margin-top: 0rem;
    }
    .comp_1 {
        background-image: url('../../icons/_79C3620color.jpg?t=d6278672_2f0c_4635_804f_e1c56d7097ad');
        border: none;
        display: flex;
        min-height: 500px;
    }
    .comp_1 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 500px;
    }
    .comp_1 > .innerBox {
        justify-content: center;
    }
    .comp_1.wa-fulpage-box {
        justify-content: center;
    }
    .comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_10 .carousel-indicators {
        display: flex;
    }
    .comp_10 .ratio {
        --bs-aspect-ratio: 56%;
        height: unset;
    }
    .comp_10 .wa-carousel-control {
        display: flex;
    }
    .comp_10 .waInnerSlideImg {
        background-size: cover;
    }
    .comp_11 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_14 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_15 ul li {
        padding: 6px;
        width: 12.5%;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_21 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_21 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_24 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_24 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_25 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 img {
        margin-bottom: 1px;
        margin-left: 4px;
        width: 25%;
    }
    .comp_26 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_26 .wa-btn {
        font-size: 1.2em;
    }
    .comp_26 a {
        width: unset;
    }
    .comp_26 div {
        width: unset;
    }
    .comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_27 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_28 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 5rem;
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_31 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_32 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_32 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_33 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_33 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_34 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_34 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_34 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_35 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_36 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_36 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_37 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_38 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_38 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_39 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_39 .wa-btn {
        font-size: 1.2em;
    }
    .comp_39 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_39 a {
        width: unset;
    }
    .comp_39 div {
        width: unset;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }
    .comp_40 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_40 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 img {
        margin-bottom: 1px;
        margin-left: 0px;
        width: 30%;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .comp_46 .wa-btn {
        font-size: 1.2em;
    }
    .comp_46 a {
        width: unset;
    }
    .comp_46 div {
        width: unset;
    }
    .comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_47 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_49 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_5 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_51 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_52 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_52 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_52 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_53 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_54 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_54 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_54 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_55 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_56 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_56 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_57 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_57 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_58 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_58 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_58 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_59 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_59 .wa-btn {
        font-size: 1.2em;
    }
    .comp_59 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_59 a {
        width: unset;
    }
    .comp_59 div {
        width: unset;
    }
    .comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_6 .wa-txt-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_6 .wa-txt-par.wa-last-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_60 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 img {
        margin-bottom: 1px;
        margin-left: 0px;
        width: 35%;
    }
    .comp_65 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_65 .wa-btn {
        font-size: 1.2em;
    }
    .comp_65 a {
        width: unset;
    }
    .comp_65 div {
        width: unset;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_68 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_69 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_70 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_70 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_70 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_71 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_71 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_72 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_72 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_73 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_73 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_73 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_74 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_74 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_75 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_75 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_76 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_76 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_76 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_77 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_77 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_77 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_78 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_78 .wa-btn {
        font-size: 1.2em;
    }
    .comp_78 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_78 a {
        width: unset;
    }
    .comp_78 div {
        width: unset;
    }
    .comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_9 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_9 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 768px) {
    #anchor-atelier {
        scroll-margin-top: 20rem;
    }
    #anchor-dpc {
        scroll-margin-top: 20rem;
    }
    #anchor-exposants {
        scroll-margin-top: 10rem;
    }
    #anchor-pleniere {
        scroll-margin-top: 20rem;
    }
    #anchor-seance {
        scroll-margin-top: 0rem;
    }
    .comp_1 {
        background-image: url('../../icons/_79C3620color.jpg?t=d6278672_2f0c_4635_804f_e1c56d7097ad');
        border: none;
        display: flex;
        min-height: 500px;
    }
    .comp_1 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 500px;
    }
    .comp_1 > .innerBox {
        justify-content: center;
    }
    .comp_1.wa-fulpage-box {
        justify-content: center;
    }
    .comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_10 .carousel-indicators {
        display: flex;
    }
    .comp_10 .ratio {
        --bs-aspect-ratio: 56%;
        height: unset;
    }
    .comp_10 .wa-carousel-control {
        display: flex;
    }
    .comp_10 .waInnerSlideImg {
        background-size: cover;
    }
    .comp_11 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_14 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_15 ul li {
        padding: 6px;
        width: 12.5%;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_21 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_21 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_24 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_24 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_25 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 img {
        margin-bottom: 1px;
        margin-left: 4px;
        width: 25%;
    }
    .comp_26 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_26 .wa-btn {
        font-size: 1.2em;
    }
    .comp_26 a {
        width: unset;
    }
    .comp_26 div {
        width: unset;
    }
    .comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_27 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_28 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 5rem;
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_31 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_32 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_32 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_33 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_33 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_34 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_34 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_34 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_35 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_36 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_36 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_37 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_38 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_38 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_39 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_39 .wa-btn {
        font-size: 1.2em;
    }
    .comp_39 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_39 a {
        width: unset;
    }
    .comp_39 div {
        width: unset;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }
    .comp_40 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_40 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 img {
        margin-bottom: 1px;
        margin-left: 0px;
        width: 30%;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .comp_46 .wa-btn {
        font-size: 1.2em;
    }
    .comp_46 a {
        width: unset;
    }
    .comp_46 div {
        width: unset;
    }
    .comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_47 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_49 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_5 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_51 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_52 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_52 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_52 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_53 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_54 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_54 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_54 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_55 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_56 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_56 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_57 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_57 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_58 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_58 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_58 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_59 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_59 .wa-btn {
        font-size: 1.2em;
    }
    .comp_59 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_59 a {
        width: unset;
    }
    .comp_59 div {
        width: unset;
    }
    .comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_6 .wa-txt-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_6 .wa-txt-par.wa-last-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_60 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 img {
        margin-bottom: 1px;
        margin-left: 0px;
        width: 35%;
    }
    .comp_65 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_65 .wa-btn {
        font-size: 1.2em;
    }
    .comp_65 a {
        width: unset;
    }
    .comp_65 div {
        width: unset;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_68 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_69 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_70 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_70 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_70 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_71 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_71 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_72 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_72 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_73 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_73 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_73 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_74 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_74 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_75 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_75 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_76 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_76 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_76 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_77 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_77 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_77 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_78 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_78 .wa-btn {
        font-size: 1.2em;
    }
    .comp_78 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_78 a {
        width: unset;
    }
    .comp_78 div {
        width: unset;
    }
    .comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_9 .wa-txt-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_9 .wa-txt-par.wa-last-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    #anchor-atelier {
        scroll-margin-top: 20rem;
    }
    #anchor-dpc {
        scroll-margin-top: 20rem;
    }
    #anchor-exposants {
        scroll-margin-top: 10rem;
    }
    #anchor-pleniere {
        scroll-margin-top: 20rem;
    }
    #anchor-seance {
        scroll-margin-top: 0rem;
    }
    .comp_1 {
        background-image: url('../../icons/_79C3620color.jpg?t=d6278672_2f0c_4635_804f_e1c56d7097ad');
        border: none;
        display: flex;
        min-height: 500px;
    }
    .comp_1 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 500px;
    }
    .comp_1 > .innerBox {
        justify-content: center;
    }
    .comp_1.wa-fulpage-box {
        justify-content: center;
    }
    .comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_10 .carousel-indicators {
        display: flex;
    }
    .comp_10 .ratio {
        --bs-aspect-ratio: 56%;
        height: unset;
    }
    .comp_10 .wa-carousel-control {
        display: flex;
    }
    .comp_10 .waInnerSlideImg {
        background-size: cover;
    }
    .comp_11 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_14 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_15 ul li {
        padding: 6px;
        width: 12.5%;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_21 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_21 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_24 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_24 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_25 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 img {
        margin-bottom: 1px;
        margin-left: 4px;
        width: 25%;
    }
    .comp_26 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_26 .wa-btn {
        font-size: 1.2em;
    }
    .comp_26 a {
        width: unset;
    }
    .comp_26 div {
        width: unset;
    }
    .comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_27 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_28 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 10rem;
        margin-right: 10rem;
        margin-top: 5rem;
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_31 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_32 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_32 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_33 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_33 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_34 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_34 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_34 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_35 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_36 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_36 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_37 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_38 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_38 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_39 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_39 .wa-btn {
        font-size: 1.2em;
    }
    .comp_39 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_39 a {
        width: unset;
    }
    .comp_39 div {
        width: unset;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }
    .comp_40 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_40 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 img {
        margin-bottom: 1px;
        margin-left: 0px;
        width: 30%;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .comp_46 .wa-btn {
        font-size: 1.2em;
    }
    .comp_46 a {
        width: unset;
    }
    .comp_46 div {
        width: unset;
    }
    .comp_47 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_47 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .comp_47 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_48 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_49 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_5 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_51 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_52 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_52 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_52 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_53 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_54 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_54 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_54 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_55 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_55 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_56 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_56 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_56 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_57 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_57 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_58 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_58 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_58 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_59 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_59 .wa-btn {
        font-size: 1.2em;
    }
    .comp_59 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_59 a {
        width: unset;
    }
    .comp_59 div {
        width: unset;
    }
    .comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_6 .wa-txt-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_6 .wa-txt-par.wa-last-par {
        font-size: 46px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_60 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_61 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 img {
        margin-bottom: 1px;
        margin-left: 0px;
        width: 35%;
    }
    .comp_65 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_65 .wa-btn {
        font-size: 1.2em;
    }
    .comp_65 a {
        width: unset;
    }
    .comp_65 div {
        width: unset;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_68 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_69 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_70 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_70 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_70 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_71 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_71 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_72 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_72 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_73 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_73 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_73 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_74 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_74 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_75 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_75 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_76 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_76 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_76 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_77 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_77 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_77 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_78 {
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .comp_78 .wa-btn {
        font-size: 1.2em;
    }
    .comp_78 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_78 a {
        width: unset;
    }
    .comp_78 div {
        width: unset;
    }
    .comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_9 .wa-txt-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_9 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
    }
    body {
        background-image: url('');
    }
}
@keyframes wa_comp_1_kfrm {from {transform:scale(1.0);} to {transform:scale(1.4);}}


.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_back_sep {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item {
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item:hover {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item:hover a {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item:hover svg {
    fill: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(187,187,187,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Varela';
    font-weight: 400;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: 'Varela';
    font-weight: 400;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.blockcomp-0-comp_0 {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 480/500;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 480px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 480/500;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 480/500;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_5 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_5 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Varela';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_5 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_6 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_7 {
    flex-direction: column;
}
.blockcomp-0-comp_7 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_8 {
    width: 100%;
}
.blockcomp-0-comp_8 .waf_menu {
    --bubble-bg-color: rgba(238,232,237,1);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(0,0,0,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-0-comp_8 .waf_menu-mini-btn {
    background-color: rgba(51,178,240,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_8 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_8 .waf_menu-mini-btn:hover {
    background-color: rgba(60,193,229,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-0-comp_8 .waf_menu-mini-btn:hover svg path {
    fill: rgba(51,51,51,1);
}
.blockcomp-0-comp_8 nav {
    background-color: rgba(249,249,249,1);
    color: rgba(122,122,122,1);
    font-family: 'Varela';
    font-weight: 400;
}
.blockcomp-0-comp_8 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_8 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(122,122,122,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(122,122,122,1);
}
.blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_8 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_8 nav > ul > li:hover > .waf-nav-link {
    color: rgba(122,122,122,1);
}
.blockcomp-0-comp_8 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(122,122,122,1);
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 72px , 480px) );
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_5 .wa-txt-par {
    font-size: 16px;
    line-height: 1;
    text-align: left;
}
.blockcomp-0-comp_5 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1;
    text-align: left;
}
.blockcomp-0-comp_6 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_7 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_7 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_8 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_8 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.blockcomp-0-comp_8 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-comp_8 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-0-comp_8 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-0-comp_8 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-0-comp_8 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 16px;
    justify-content: end;
    min-height: 2rem;
}
.blockcomp-0-comp_8 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 16px;
    width: 16px;
}
.blockcomp-0-comp_8 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 576px) {
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 480px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_5 .wa-txt-par {
        font-size: 18px;
        line-height: 1;
        text-align: left;
    }
    .blockcomp-0-comp_5 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1;
        text-align: left;
    }
    .blockcomp-0-comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_7 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_8 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_8 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_8 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_8 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_8 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_8 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 480px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_5 .wa-txt-par {
        font-size: 20px;
        line-height: 1;
        text-align: left;
    }
    .blockcomp-0-comp_5 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1;
        text-align: left;
    }
    .blockcomp-0-comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_7 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_8 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_8 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_8 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_8 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_8 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_8 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3aa7eb075acb482bb74f0c51fc02f4a0.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 480px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_5 .wa-txt-par {
        font-size: 32px;
        line-height: 1;
        text-align: left;
    }
    .blockcomp-0-comp_5 .wa-txt-par.wa-last-par {
        font-size: 32px;
        line-height: 1;
        text-align: left;
    }
    .blockcomp-0-comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_7 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_7 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_8 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_8 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_8 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_8 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_8 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_8 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_8 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_8 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.blockcomp-1-comp_0 {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    flex-direction: column;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_11 .wa-image-wrap {
    aspect-ratio: 250/69;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 250px) );
}
.blockcomp-1-comp_11 .wa-image-wrap > div {
    aspect-ratio: 250/69;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_11 .wa-image-wrap img {
    aspect-ratio: 250/69;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_12 {
    flex-direction: column;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_13 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_13 .wa-image-wrap {
    aspect-ratio: 209/49;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 209px) );
}
.blockcomp-1-comp_13 .wa-image-wrap > div {
    aspect-ratio: 209/49;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_13 .wa-image-wrap img {
    aspect-ratio: 209/49;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_14 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_15 {
    flex-direction: column;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_16 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_16 .wa-image-wrap {
    aspect-ratio: 261/78;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 261px) );
}
.blockcomp-1-comp_16 .wa-image-wrap > div {
    aspect-ratio: 261/78;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_16 .wa-image-wrap img {
    aspect-ratio: 261/78;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_17 {
    flex-direction: column;
}
.blockcomp-1-comp_17 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_18 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_18 .wa-image-wrap {
    aspect-ratio: 200/51;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 200px) );
}
.blockcomp-1-comp_18 .wa-image-wrap > div {
    aspect-ratio: 200/51;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_18 .wa-image-wrap img {
    aspect-ratio: 200/51;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_19 {
    flex-direction: column;
}
.blockcomp-1-comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_2 {
    flex-direction: column;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_20 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_20 .wa-image-wrap {
    aspect-ratio: 338/75;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 338px) );
}
.blockcomp-1-comp_20 .wa-image-wrap > div {
    aspect-ratio: 338/75;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_20 .wa-image-wrap img {
    aspect-ratio: 338/75;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_21 {
    flex-direction: column;
}
.blockcomp-1-comp_21 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_22 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_22 .wa-image-wrap {
    aspect-ratio: 1500/437;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1500px) );
}
.blockcomp-1-comp_22 .wa-image-wrap > div {
    aspect-ratio: 1500/437;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_22 .wa-image-wrap img {
    aspect-ratio: 1500/437;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_23 {
    flex-direction: column;
}
.blockcomp-1-comp_23 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_24 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_24 .wa-image-wrap {
    aspect-ratio: 3000/646;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 3000px) );
}
.blockcomp-1-comp_24 .wa-image-wrap > div {
    aspect-ratio: 3000/646;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_24 .wa-image-wrap img {
    aspect-ratio: 3000/646;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_26 {
    flex-direction: column;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_27 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-image-wrap {
    aspect-ratio: 151/37;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 151px) );
}
.blockcomp-1-comp_27 .wa-image-wrap > div {
    aspect-ratio: 151/37;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-image-wrap img {
    aspect-ratio: 151/37;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_28 {
    flex-direction: column;
}
.blockcomp-1-comp_28 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_29 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_29 .wa-image-wrap {
    aspect-ratio: 3000/548;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 3000px) );
}
.blockcomp-1-comp_29 .wa-image-wrap > div {
    aspect-ratio: 3000/548;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_29 .wa-image-wrap img {
    aspect-ratio: 3000/548;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    aspect-ratio: 250/73;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 250px) );
}
.blockcomp-1-comp_3 .wa-image-wrap > div {
    aspect-ratio: 250/73;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap img {
    aspect-ratio: 250/73;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_30 {
    flex-direction: column;
}
.blockcomp-1-comp_30 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_31 {
    flex-direction: column;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_32 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_32 .wa-image-wrap {
    aspect-ratio: 250/211;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 250px) );
}
.blockcomp-1-comp_32 .wa-image-wrap > div {
    aspect-ratio: 250/211;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_32 .wa-image-wrap img {
    aspect-ratio: 250/211;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_33 {
    flex-direction: column;
}
.blockcomp-1-comp_33 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_33 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_34 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_34 .wa-image-wrap {
    aspect-ratio: 220/60;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 220px) );
}
.blockcomp-1-comp_34 .wa-image-wrap > div {
    aspect-ratio: 220/60;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_34 .wa-image-wrap img {
    aspect-ratio: 220/60;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_35 {
    flex-direction: column;
}
.blockcomp-1-comp_35 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_36 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_36 .wa-image-wrap {
    aspect-ratio: 327/121;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 327px) );
}
.blockcomp-1-comp_36 .wa-image-wrap > div {
    aspect-ratio: 327/121;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_36 .wa-image-wrap img {
    aspect-ratio: 327/121;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    aspect-ratio: 149/79;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 149px) );
}
.blockcomp-1-comp_5 .wa-image-wrap > div {
    aspect-ratio: 149/79;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap img {
    aspect-ratio: 149/79;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_6 {
    flex-direction: column;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-image-wrap {
    aspect-ratio: 253/80;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 253px) );
}
.blockcomp-1-comp_7 .wa-image-wrap > div {
    aspect-ratio: 253/80;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-image-wrap img {
    aspect-ratio: 253/80;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_8 {
    flex-direction: column;
}
.blockcomp-1-comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_9 .wa-image-wrap {
    aspect-ratio: 250/85;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 250px) );
}
.blockcomp-1-comp_9 .wa-image-wrap > div {
    aspect-ratio: 250/85;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_9 .wa-image-wrap img {
    aspect-ratio: 250/85;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 48px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 25px;
    margin-left: 50px;
    margin-right: 0px;
    margin-top: 25px;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_11 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 108.696px , 250px) );
}
.blockcomp-1-comp_12 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_13 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_13 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 209px) );
}
.blockcomp-1-comp_14 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_15 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_16 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_16 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 261px) );
}
.blockcomp-1-comp_17 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_17 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_18 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_18 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 200px) );
}
.blockcomp-1-comp_19 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_20 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_20 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 338px) );
}
.blockcomp-1-comp_21 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_21 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_22 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_22 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1500px) );
}
.blockcomp-1-comp_23 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_24 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_24 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 139.319px , 3000px) );
}
.blockcomp-1-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_26 {
    min-height: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_27 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_27 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 151px) );
}
.blockcomp-1-comp_28 {
    min-height: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.blockcomp-1-comp_28 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_28 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_29 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_29 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 3000px) );
}
.blockcomp-1-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 250px) );
}
.blockcomp-1-comp_30 {
    min-height: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.blockcomp-1-comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_31 {
    min-height: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_32 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_32 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 250px) );
}
.blockcomp-1-comp_33 {
    min-height: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.blockcomp-1-comp_33 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_33 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_34 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_34 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 220px) );
}
.blockcomp-1-comp_35 {
    min-height: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.blockcomp-1-comp_35 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_36 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_36 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 327px) );
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 56.5823px , 149px) );
}
.blockcomp-1-comp_6 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 253px) );
}
.blockcomp-1-comp_8 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_9 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 250px) );
}
@media (min-width: 576px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 48px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 25px;
        margin-left: 50px;
        margin-right: 0px;
        margin-top: 25px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_13 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_13 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 209px) );
    }
    .blockcomp-1-comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 261px) );
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_18 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 200px) );
    }
    .blockcomp-1-comp_19 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 338px) );
    }
    .blockcomp-1-comp_21 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_22 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1500px) );
    }
    .blockcomp-1-comp_23 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_24 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_24 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3000px) );
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 151px) );
    }
    .blockcomp-1-comp_28 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_28 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3000px) );
    }
    .blockcomp-1-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_30 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_32 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_33 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_33 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_34 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_34 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 220px) );
    }
    .blockcomp-1-comp_35 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_36 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_36 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 327px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 149px) );
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 253px) );
    }
    .blockcomp-1-comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
}
@media (min-width: 768px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 48px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 25px;
        margin-left: 75px;
        margin-right: 0px;
        margin-top: 25px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_13 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_13 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 209px) );
    }
    .blockcomp-1-comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 261px) );
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_18 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 200px) );
    }
    .blockcomp-1-comp_19 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 338px) );
    }
    .blockcomp-1-comp_21 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_22 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1500px) );
    }
    .blockcomp-1-comp_23 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_24 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_24 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3000px) );
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 151px) );
    }
    .blockcomp-1-comp_28 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_28 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3000px) );
    }
    .blockcomp-1-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_30 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_32 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_33 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_33 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_34 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_34 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 220px) );
    }
    .blockcomp-1-comp_35 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_36 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_36 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 327px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 149px) );
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 253px) );
    }
    .blockcomp-1-comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 48px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 25px;
        margin-left: 100px;
        margin-right: 0px;
        margin-top: 25px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_13 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_13 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 209px) );
    }
    .blockcomp-1-comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 261px) );
    }
    .blockcomp-1-comp_17 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_17 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_18 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_18 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 200px) );
    }
    .blockcomp-1-comp_19 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 338px) );
    }
    .blockcomp-1-comp_21 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_22 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1500px) );
    }
    .blockcomp-1-comp_23 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_24 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_24 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3000px) );
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 224.459px , 151px) );
    }
    .blockcomp-1-comp_28 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_28 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 547.445px , 3000px) );
    }
    .blockcomp-1-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_30 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_32 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
    .blockcomp-1-comp_33 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_33 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_34 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_34 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 220px) );
    }
    .blockcomp-1-comp_35 {
        min-height: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_35 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_36 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_36 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 327px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 149px) );
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 253px) );
    }
    .blockcomp-1-comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_8 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 250px) );
    }
}


.blockcomp-2-comp_0 {
    background-color: rgba(224,224,224,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-2-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-2-comp_2 {
    flex-direction: column;
}
.blockcomp-2-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-2-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_3 .wa-btn {
    background-color: rgba(224,224,224,1);
    border-color: rgba(224,224,224,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
}
.blockcomp-2-comp_3 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-2-comp_3 .wa-btn.wa-btn:active {
    background-color: rgba(224,224,224,1);
    border-color: rgba(224,224,224,1);
    color: rgba(0,0,0,1);
}
.blockcomp-2-comp_3 .wa-btn.wa-btn:hover {
    background-color: rgba(33,118,161,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_3 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-2-comp_3 div {
    justify-content: center;
}
.blockcomp-2-comp_4 {
    flex-direction: column;
}
.blockcomp-2-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-2-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_5 .wa-btn {
    background-color: rgba(224,224,224,1);
    border-color: rgba(224,224,224,1);
    color: rgba(0,0,0,1);
    font-family: 'Varela';
    font-weight: 400;
}
.blockcomp-2-comp_5 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-2-comp_5 .wa-btn.wa-btn:active {
    background-color: rgba(224,224,224,1);
    border-color: rgba(224,224,224,1);
    color: rgba(0,0,0,1);
}
.blockcomp-2-comp_5 .wa-btn.wa-btn:hover {
    background-color: rgba(33,118,161,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_5 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-2-comp_5 div {
    justify-content: center;
}
.blockcomp-2-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 50px;
}
.blockcomp-2-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-2-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_3 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_3 .wa-btn {
    font-size: 1em;
}
.blockcomp-2-comp_3 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-2-comp_3 a {
    width: 100%;
}
.blockcomp-2-comp_3 div {
    width: 100%;
}
.blockcomp-2-comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_5 .wa-btn {
    font-size: 1em;
}
.blockcomp-2-comp_5 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-2-comp_5 a {
    width: 100%;
}
.blockcomp-2-comp_5 div {
    width: 100%;
}
@media (min-width: 576px) {
    .blockcomp-2-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 50px;
    }
    .blockcomp-2-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-2-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_3 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-2-comp_3 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_3 a {
        width: 100%;
    }
    .blockcomp-2-comp_3 div {
        width: 100%;
    }
    .blockcomp-2-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_5 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-2-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_5 a {
        width: 100%;
    }
    .blockcomp-2-comp_5 div {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .blockcomp-2-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 50px;
    }
    .blockcomp-2-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-2-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_3 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-2-comp_3 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_3 a {
        width: 100%;
    }
    .blockcomp-2-comp_3 div {
        width: 100%;
    }
    .blockcomp-2-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_5 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-2-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_5 a {
        width: 100%;
    }
    .blockcomp-2-comp_5 div {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .blockcomp-2-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 50px;
    }
    .blockcomp-2-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-2-comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_3 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_3 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-2-comp_3 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_3 a {
        width: 100%;
    }
    .blockcomp-2-comp_3 div {
        width: 100%;
    }
    .blockcomp-2-comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_5 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-2-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_5 a {
        width: 100%;
    }
    .blockcomp-2-comp_5 div {
        width: 100%;
    }
}
