


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox'],
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][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='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][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='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][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='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][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='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][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='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][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='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='{7f15b325-d622-409e-849d-6f3ab25e1e1f}'] *:before, *:after {
  box-sizing: border-box;
}


.comp_1 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_10 {
    width: 100%;
}
.comp_10 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Monaco';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_10 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_11 {
    width: 100%;
}
.comp_11 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Monaco';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_11 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_12 {
    width: 100%;
}
.comp_12 select {
    color: rgba(0,0,0,1);
    font-family: 'Monaco';
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_12 select:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_13 {
    width: 100%;
}
.comp_13 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Monaco';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_13 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_14 {
    display: flex;
    width: 100%;
}
.comp_14 .wa-btn {
    background-color: rgba(51,122,183,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Monaco';
}
.comp_14 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_14 .wa-btn.wa-btn:active {
    background-color: rgba(51,122,183,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_14 .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);
}
.comp_14 a {
    display: flex;
    text-decoration: none;
}
.comp_14 div {
    justify-content: center;
}
.comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_16 {
    flex-direction: column;
}
.comp_16 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_17 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_17 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_17 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_17 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_17 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_20 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_20 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_20 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_20 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_21 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_22 {
    flex-direction: column;
}
.comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_23 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_23 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_23 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_23 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_23 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_24 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_25 {
    flex-direction: column;
}
.comp_25 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_25 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_26 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_26 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_26 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_26 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_26 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_28 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_28 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_28 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_29 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_3 {
    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: flex-start;
}
.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: 'Monaco';
    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: 'Monaco';
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_33 {
    flex-direction: column;
}
.comp_33 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_33 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_34 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_34 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_34 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_34 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_35 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_36 {
    flex-direction: column;
}
.comp_36 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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: 'Monaco';
    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: 'Monaco';
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_39 {
    flex-direction: column;
}
.comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_4 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_4 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_4 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_41 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_41 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_41 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_41 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_41 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_5 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_5 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_5 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    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(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_6 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_6 hr {
    border-color: rgba(0,0,0,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.comp_7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_7 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_7 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_7 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Monaco';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_7 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_9 {
    flex-direction: column;
}
.comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_1 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_1 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_10 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_10 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_10 input:focus {
    border: 1px solid #51cbee;
}
.comp_11 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_11 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_11 input:focus {
    border: 1px solid #51cbee;
}
.comp_12 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_12 select {
    border: 1px solid #c0c0c0;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_12 select:focus {
    border: 1px solid #51cbee;
}
.comp_13 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_13 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
    padding: 8px;
}
.comp_13 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_14 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_14 .wa-btn {
    font-size: 1em;
}
.comp_14 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_14 a {
    width: unset;
}
.comp_14 div {
    width: unset;
}
.comp_15 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_16 {
    min-height: 30px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_17 {
    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_17 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_19 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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_20 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: ;
}
.comp_20 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: ;
}
.comp_21 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_22 {
    min-height: 30px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_23 {
    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_23 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_23 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_24 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_25 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_25 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_25 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_26 {
    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_26 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: ;
}
.comp_26 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: ;
}
.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: 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_28 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: ;
}
.comp_28 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: ;
}
.comp_29 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_3 {
    min-height: 30px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_30 {
    min-height: 30px;
    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: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_31 {
    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_31 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_31 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_32 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_33 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_33 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_33 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_34 {
    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_34 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}
.comp_34 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}
.comp_35 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_36 {
    min-height: 30px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_36 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_37 {
    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_37 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_37 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_38 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_39 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_39 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_4 {
    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_4 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_4 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_41 {
    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_41 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_41 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.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: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_5 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_6 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 32px;
}
.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_7 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_7 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_9 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_10 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_10 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_10 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_11 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_11 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_11 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_12 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_12 select {
        border: 1px solid #c0c0c0;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_12 select:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_13 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
        padding: 8px;
    }
    .comp_13 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_14 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_14 .wa-btn {
        font-size: 1em;
    }
    .comp_14 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_14 a {
        width: unset;
    }
    .comp_14 div {
        width: unset;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_17 {
        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_17 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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_20 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_20 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_21 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_22 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_23 {
        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_23 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_23 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_25 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_26 {
        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_26 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_26 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .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: 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_28 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_28 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        min-height: 30px;
        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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_31 {
        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_31 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_33 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_33 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_34 {
        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_34 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_34 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_36 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_36 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_37 {
        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_37 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 {
        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_4 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 {
        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_41 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .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: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_6 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .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_7 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    .comp_1 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_10 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_10 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_10 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_11 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_11 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_11 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_12 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_12 select {
        border: 1px solid #c0c0c0;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_12 select:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_13 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
        padding: 8px;
    }
    .comp_13 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_14 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_14 .wa-btn {
        font-size: 1em;
    }
    .comp_14 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_14 a {
        width: unset;
    }
    .comp_14 div {
        width: unset;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_17 {
        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_17 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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_20 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_20 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_21 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_22 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_23 {
        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_23 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_23 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_25 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_26 {
        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_26 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_26 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .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: 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_28 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_28 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: ;
    }
    .comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_3 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        min-height: 30px;
        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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_31 {
        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_31 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_33 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_33 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_33 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_34 {
        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_34 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_34 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_35 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_36 {
        min-height: 30px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_36 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_37 {
        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_37 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 {
        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_4 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_4 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 {
        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_41 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .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: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_5 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_6 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 32px;
    }
    .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_7 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    body {
        background-image: url('');
    }
}


.wa_float_menu_over_blockcomp-0-comp_7 {
    background-color: rgba(255,255,255,1) !important;
    font-family: 'Arial';
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem2 {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem2:hover {
    background-color: rgba(255,255,255,1) !important;
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem:hover {
    background-color: rgba(255,255,255,1) !important;
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubTitle {
    color: rgba(0,0,0,1) !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileBrandItem {
    background-color: rgba(255,255,255,1) !important;
    color: rgba(255,255,255,1) !important;
    font-family: 'Arial' !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileMenuIemSimple {
    color: rgba(17,17,17,1) !important;
    font-family: 'Arial' !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileMenuIemSimple:hover {
    background-color: rgba(232,232,232,1) !important;
    color: rgba(17,17,17,1) !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileMenuIemTitle {
    color: rgba(17,17,17,1) !important;
    font-family: 'Arial' !important;
}
.waf-menunidblockcomp-0-comp_7 .wafxMenuPageGroupItem {
    background-color: rgba(255,255,255,1) !important;
}
.blockcomp-0-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 .innerBox {
    position: relative;
}
.blockcomp-0-comp_0 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_0-wrap {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_0-wrap .wa-inner-kenburns > .kb-animation {
    animation: wa_blockcomp-0-comp_0_kfrm 10000ms linear;
    transform: scale(1.2);
}
.blockcomp-0-comp_0-wrap .wa-inner-kenburns > div {
    background-position: center center;
    background-size: cover;
    transform-origin: 50% 5%;
}
.blockcomp-0-comp_0-wrap > .container {
    z-index: 0;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_10 {
    width: 100%;
}
.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: flex-start;
}
.blockcomp-0-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Monaco';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_3 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Monaco';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_4 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_4 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_4-wrap {
    background: linear-gradient(90deg,#fdc92b 10%, #933b11 50%);
    flex-direction: column;
    width: 100%;
}
.blockcomp-0-comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_7 {
    width: 100%;
}
.blockcomp-0-comp_7 .wafusion-search-widget.wa-smt-search-widget {
    font-size: 13px !important;
    height: 30px !important;
    max-width: 900px !important;
    width: 150px !important;
}
.blockcomp-0-comp_7 .wafusion-search-widget.wa-smt-search-widget i {
    color: rgba(160,160,164,1) !important;
    font-size: 1rem !important;
}
.blockcomp-0-comp_7 .wafusion-search-widget.wa-smt-search-widget-focus-within i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-0-comp_7 nav {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
}
.blockcomp-0-comp_7 nav .nav-link {
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 nav .navbar-nav {
    width: 100%;
}
.blockcomp-0-comp_7 nav .navbar-toggler {
    background-color: rgba(119,119,119,0);
    border-color: rgba(119,119,119,0);
    outline: none !important;
}
.blockcomp-0-comp_7 nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80%25' height='80%25' viewBox='0 0 24 24'%3E%0D   %3Cpath  fill='rgba(255,255,255,1)'  fill-rule='evenodd' d='M4,5 L20,5 C20.5522847,5 21,5.44771525 21,6 C21,6.55228475 20.5522847,7 20,7 L4,7 C3.44771525,7 3,6.55228475 3,6 C3,5.44771525 3.44771525,5 4,5 Z M4,17 L20,17 C20.5522847,17 21,17.4477153 21,18 C21,18.5522847 20.5522847,19 20,19 L4,19 C3.44771525,19 3,18.5522847 3,18 C3,17.4477153 3.44771525,17 4,17 Z M4,11 L20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5522847 20.5522847,13 20,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 Z'/%3E%0D %3C/svg%3E%0D ");
}
.blockcomp-0-comp_7 nav .navbar-toggler:focus {
    outline: none !important;
}
.blockcomp-0-comp_7 nav a.dropdown-toggle {
    outline: none;
}
.blockcomp-0-comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_9 {
    flex-direction: column;
}
.blockcomp-0-comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
#anchor-top {
    scroll-margin-top: 0px;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem {
    font-size: 14px !important;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem2 {
    font-size: 14px !important;
}
.wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubTitle {
    font-size: 16.8px !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileBrandItem {
    font-size: 1.3rem !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileMenuIemSimple {
    font-size: 1.3rem !important;
}
.waf-menunidblockcomp-0-comp_7 .waMobileMenuIemTitle {
    font-size: 1.56rem !important;
}
.blockcomp-0-comp_0 > .innerBox {
    justify-content: start;
    margin-left: 0px;
    margin-right: 0px;
}
.blockcomp-0-comp_0-wrap {
    background-image: url('../../icons/Fond_congo_CFL.jpg?t=');
    border: none;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0-wrap >.container {
    margin-bottom: 35px;
    margin-top: 35px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0rem;
}
.blockcomp-0-comp_2 {
    min-height: 400px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.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 {
    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_3 .wa-txt-par {
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-0-comp_4 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_4-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 nav {
    border: none;
    border-radius: 0px;
    font-size: 14px;
    min-height: 20px;
}
.blockcomp-0-comp_7 nav .navbar-nav {
    justify-content: flex-end;
}
.blockcomp-0-comp_7 nav .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.blockcomp-0-comp_7 nav .wafx-menu-wrapper {
    justify-content: flex-start;
}
.blockcomp-0-comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_9 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
@media (min-width: 576px) {
    #anchor-top {
        scroll-margin-top: 0px;
    }
    .wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem {
        font-size: 14px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem2 {
        font-size: 14px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubTitle {
        font-size: 16.8px !important;
    }
    .waf-menunidblockcomp-0-comp_7 .waMobileBrandItem {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_7 .waMobileMenuIemSimple {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_7 .waMobileMenuIemTitle {
        font-size: 1.56rem !important;
    }
    .blockcomp-0-comp_0 > .innerBox {
        justify-content: start;
        margin-left: 0px;
        margin-right: 0px;
    }
    .blockcomp-0-comp_0-wrap {
        background-image: url('../../icons/Fond_congo_CFL.jpg?t=');
        border: none;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0-wrap >.container {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0rem;
    }
    .blockcomp-0-comp_2 {
        min-height: 400px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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 {
        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_3 .wa-txt-par {
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 nav {
        border: none;
        border-radius: 0px;
        font-size: 14px;
        min-height: 20px;
    }
    .blockcomp-0-comp_7 nav .navbar-nav {
        justify-content: flex-end;
    }
    .blockcomp-0-comp_7 nav .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blockcomp-0-comp_7 nav .wafx-menu-wrapper {
        justify-content: flex-start;
    }
    .blockcomp-0-comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_9 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
}
@media (min-width: 992px) {
    #anchor-top {
        scroll-margin-top: 0px;
    }
    .wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem {
        font-size: 14px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubItem2 {
        font-size: 14px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_7 .waMenuDeskSubTitle {
        font-size: 16.8px !important;
    }
    .waf-menunidblockcomp-0-comp_7 .waMobileBrandItem {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_7 .waMobileMenuIemSimple {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_7 .waMobileMenuIemTitle {
        font-size: 1.56rem !important;
    }
    .blockcomp-0-comp_0 > .innerBox {
        justify-content: start;
        margin-left: 0px;
        margin-right: 0px;
    }
    .blockcomp-0-comp_0-wrap {
        background-image: url('../../icons/Fond_congo_CFL.jpg?t=');
        border: none;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0-wrap >.container {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0rem;
    }
    .blockcomp-0-comp_2 {
        min-height: 400px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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 {
        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_3 .wa-txt-par {
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_4-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 nav {
        border: none;
        border-radius: 0px;
        font-size: 14px;
        min-height: 20px;
    }
    .blockcomp-0-comp_7 nav .navbar-nav {
        justify-content: flex-end;
    }
    .blockcomp-0-comp_7 nav .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blockcomp-0-comp_7 nav .wafx-menu-wrapper {
        justify-content: flex-start;
    }
    .blockcomp-0-comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_9 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-0-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
}
@keyframes wa_blockcomp-0-comp_0_kfrm {from {transform:scale(1.0);} to {transform:scale(1.2);}}


.blockcomp-1-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_0-wrap {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    width: 100%;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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: flex-start;
}
.blockcomp-1-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_3 .wa-txt-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(70,132,194,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_0-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_3 {
    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-1-comp_3 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 576px) {
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 {
        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-1-comp_3 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_3 {
        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-1-comp_3 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }
}
