

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

.comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    flex-direction: column;
}
.comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_11 {
    width: 100%;
}
.comp_11 a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.comp_11 a:hover {
    color: rgba(0,0,128,1);
}
.comp_12 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_12 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_14 {
    flex-direction: column;
}
.comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_15 {
    width: 100%;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    background: rgba(160,160,164,0.4);
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    color: rgba(255,255,255,1);
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover {
    background: rgba(160,160,164,0.6);
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover::after {
    color: rgba(255,255,255,1);
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    background-color: rgba(0,0,0,0.501961);
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-0 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image68.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-1 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image0.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-10 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image9.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-11 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image10.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-12 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image11.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-13 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image12.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-14 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image13.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-15 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image14.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-16 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image15.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-17 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image16.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-18 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image17.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-19 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image18.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-2 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image1.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-20 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image19.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-21 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image20.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-22 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image21.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-23 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image22.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-24 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image23.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-25 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image24.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-26 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image26.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-27 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image27.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-28 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image28.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-29 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image29.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-3 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image2.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-30 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image30.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-31 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image31.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-32 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image32.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-33 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image33.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-34 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image34.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-35 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image35.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-36 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image36.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-37 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image37.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-38 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image38.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-39 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image39.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-4 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image3.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-40 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image40.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-41 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image41.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-42 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image42.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-43 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image43.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-44 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image44.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-45 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image45.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-46 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image46.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-47 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image47.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-48 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image48.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-49 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image49.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-5 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image4.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-50 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image50.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-51 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image51.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-52 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image52.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-53 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image53.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-54 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image55.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-55 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image56.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-56 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image58.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-57 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image59.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-58 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image60.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-59 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image61.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-6 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image5.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-60 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image62.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-61 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image63.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-62 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image64.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-63 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image65.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-64 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image66.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-65 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image67.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-7 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image6.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-8 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image7.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-9 {
    background-image: url('../../gallery/90a6e137e3724fac9647326981d56e06/big/image8.jpeg');
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global >.slide-overlay {
    background-color: rgba(0,0,0,0);
}
.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(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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 {
    display: flex;
    width: 100%;
}
.comp_18 .wa-btn {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_18 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_18 .wa-btn.wa-btn:active {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_18 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_18 a {
    display: flex;
    text-decoration: none;
}
.comp_18 div {
    justify-content: center;
}
.comp_19 {
    display: flex;
    width: 100%;
}
.comp_19 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_19 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_19 .wa-btn.wa-btn:active {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_19 .wa-btn.wa-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_19 a {
    display: flex;
    text-decoration: none;
}
.comp_19 div {
    justify-content: center;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_20 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_21 {
    flex-direction: column;
}
.comp_21 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_22 {
    width: 100%;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    background: rgba(160,160,164,0.4);
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    color: rgba(255,255,255,1);
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover {
    background: rgba(160,160,164,0.6);
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover::after {
    color: rgba(255,255,255,1);
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    background-color: rgba(0,0,0,0.501961);
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-0 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/1_Portrait_Pastel-_Pionnier_60x50cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-1 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/1_Portrait_Pastel-_Priere._45x60_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-10 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle_-_Djibouti._Les_porteuses_deau_30x20cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-11 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_Lart_equestre_Andalou_1._42x55_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-12 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_lart_equestre_Andalou_2._42x55_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-13 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_Lart_equestre_Andalou_3._42x55_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-14 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_Le_porche._IILE_Puyloubier_50x40cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-15 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_Moorea(Tahiti._30430_cm).jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-16 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_Mururoa._Travaux_mur_Ocean_50x40cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-17 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Aquarelle-_Operation_Barkhane.1REG_40x30cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-18 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Dessin-_Djibouti._Naya_issas._20x30cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-19 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Caravanserail_55x46cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-2 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/2_Portrait_Pastel-_tahiti_60x50_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-20 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Djibouti._lac_Assal_100x30cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-21 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_gotan_61x50cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-22 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Le_port_de_Bonifacio_92x60cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-23 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_letale_100x30cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-24 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Lheure_de_la_Diane_46x33cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-25 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Musique_de_la_legion._60x50cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-26 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Ste_Victoire_au_crepuscule._Polyptique_170x80cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-27 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Bonifacio_100x65cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-28 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Calvi._116x81cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-29 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_El_toro._40x50_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-3 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/5_Portrait_Pastel-_Clairon_du_4REI_-_50x60cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-30 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Fantasia_Maroc._146x97cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-31 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Gardahia_MZab_73x54cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-32 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_La_casbah_dAlger_116x89cm.JPG');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-33 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_La_citadelle_de_Corte_92x60cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-34 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_La_patrouille_40x40cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-35 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Le_Bordj_Sahara_100x65cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-36 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Le_partage._50x70_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-37 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-_Sur_palette_50x42cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-38 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile-._El_matador._30x50_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-39 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile.Acryl-_Djibouti.Les_caisses_146x97cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-4 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/4_Portrait_Pastel-_Chibani_40x30cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-40 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile.Acryl-_Poseidon_-_220x110cm.JPG');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-41 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile.Acryl-_Quartier_Vienot._100x65cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-42 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Huile.Acryl-_Rue_Catinat_a_Saigon_146x97cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-43 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Pastel-_allo__80x60_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-44 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Pastel-_La_meche_de_cheveux_80x60cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-45 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Pastel-_Laigue_marine_50x80cm.JPG');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-5 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/6_Portrait_Pastel-_Col_Bariety_50x60cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-6 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/3_Portrait_Pastel-_Lcl_Bouchez_pastel_60x50cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-7 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Acrylique-_Maroc._40x50_cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-8 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Acrylique-_bapteme_du_feu_de_la_legion_a_maison_carre._162x114cm.jpg');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-9 {
    background-image: url('../../gallery/d1be94766e25426c828d901a8ff68711/big/Acrylique-_Tchad_pose_dassaut_146x97cm.JPG');
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global >.slide-overlay {
    background-color: rgba(0,0,0,0);
}
.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: flex-start;
}
.comp_24 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_24 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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: underline;
}
.comp_24 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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: underline;
}
.comp_25 {
    display: flex;
    width: 100%;
}
.comp_25 .wa-btn {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_25 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_25 .wa-btn.wa-btn:active {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_25 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_25 a {
    display: flex;
    text-decoration: none;
}
.comp_25 div {
    justify-content: center;
}
.comp_26 {
    display: flex;
    width: 100%;
}
.comp_26 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.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 {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_26 .wa-btn.wa-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_26 a {
    display: flex;
    text-decoration: none;
}
.comp_26 div {
    justify-content: center;
}
.comp_27 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_28 {
    flex-direction: column;
}
.comp_28 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_29 {
    width: 100%;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    background: rgba(160,160,164,0.4);
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    color: rgba(255,255,255,1);
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover {
    background: rgba(160,160,164,0.6);
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover::after {
    color: rgba(255,255,255,1);
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    background-color: rgba(0,0,0,0.501961);
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-0 {
    background-image: url('../../gallery/fc95cf277ad44384a94850dbe7f3643c/big/1_(1).jpg');
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-1 {
    background-image: url('../../gallery/fc95cf277ad44384a94850dbe7f3643c/big/2.jpg');
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global >.slide-overlay {
    background-color: rgba(0,0,0,0);
}
.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(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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 {
    display: flex;
    width: 100%;
}
.comp_32 .wa-btn {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_32 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_32 .wa-btn.wa-btn:active {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_32 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_32 a {
    display: flex;
    text-decoration: none;
}
.comp_32 div {
    justify-content: center;
}
.comp_33 {
    display: flex;
    width: 100%;
}
.comp_33 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_33 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_33 .wa-btn.wa-btn:active {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_33 .wa-btn.wa-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_33 a {
    display: flex;
    text-decoration: none;
}
.comp_33 div {
    justify-content: center;
}
.comp_34 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_35 {
    flex-direction: column;
}
.comp_35 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_35 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_36 {
    width: 100%;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    background: rgba(160,160,164,0.4);
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    color: rgba(255,255,255,1);
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover {
    background: rgba(160,160,164,0.6);
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button:hover::after {
    color: rgba(255,255,255,1);
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    background-color: rgba(0,0,0,0.501961);
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-0 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Noel-souffle-copyright-A-A-TOTH.gif');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-1 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Chien-couleur-Copyright-Andras-A-TOTH.gif');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-10 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Dans_le_chateau.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-11 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Dans_le_chateau0.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-12 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Jerusalem.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-13 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Orient.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-14 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Dancing.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-15 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Feerie.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-16 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Feerie0.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-17 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Seventies_en_cours_de_realisation.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-18 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/SeventiesShow.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-19 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/SilexVegas0.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-2 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Monsieur-de-St-Mande-Copyright-Andras-A-TOTH.gif');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-20 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/La_trompette_6.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-21 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/La_trompette_7.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-22 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Chasseur.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-23 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Chateau_Riche.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-24 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Chateau_Riche_-_Salle_des_fetes.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-25 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Chef.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-26 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Humeurs.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-27 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Policier.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-28 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Profil_entier.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-29 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Tuffeur_copie.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-3 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Brigitte_Macron.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-4 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/francois-bayrou.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-5 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Emmanuel-Macron.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-6 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/lecornu.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-7 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Afrique.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-8 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Afrique0.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.slide-9 {
    background-image: url('../../gallery/a01336aeb2a44f63b434cf5e10c2500a/big/Afrique-01.jpg');
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global >.slide-overlay {
    background-color: rgba(0,0,0,0);
}
.comp_37 {
    flex-direction: column;
}
.comp_37 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_38 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_38 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_38 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_38 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_38 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_39 {
    display: flex;
    width: 100%;
}
.comp_39 .wa-btn {
    background-color: rgba(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.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(8,86,251,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_39 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,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 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.comp_4 .wa-image-wrap {
    aspect-ratio: 1366/250;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1366px) );
}
.comp_4 .wa-image-wrap > div {
    aspect-ratio: 1366/250;;
    position: relative;
    width: 100%;
}
.comp_4 .wa-image-wrap img {
    aspect-ratio: 1366/250;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_40 {
    display: flex;
    width: 100%;
}
.comp_40 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_40 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_40 .wa-btn.wa-btn:active {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_40 .wa-btn.wa-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_40 a {
    display: flex;
    text-decoration: none;
}
.comp_40 div {
    justify-content: center;
}
.comp_41 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_41 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_42 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_43 {
    flex-direction: column;
}
.comp_43 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_44 {
    --aos-distance: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_44 .wa-txt-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_44 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_44 .wa-txt-par.wa-last-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_44 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_45 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_46 {
    flex-direction: column;
}
.comp_46 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_46 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_47 {
    --aos-distance: 90px;
    overflow: hidden;
    transform: translateZ(0);
}
.comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_49 {
    flex-direction: column;
}
.comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_50 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_50 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_50 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_50 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_50 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 {
    line-height: 0px;
    width: 100%;
}
.comp_51 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_52 {
    line-height: 0px;
    width: 100%;
}
.comp_52 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_53 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_53 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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(63,145,24,1);
    font-family: 'Arial';
    font-weight: bolder;
    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 {
    line-height: 0px;
    width: 100%;
}
.comp_54 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_55 {
    line-height: 0px;
    width: 100%;
}
.comp_55 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_56 {
    line-height: 0px;
    width: 100%;
}
.comp_56 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_57 {
    line-height: 0px;
    width: 100%;
}
.comp_57 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_58 {
    line-height: 0px;
    width: 100%;
}
.comp_58 label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_59 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_59 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_59 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_59 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_59 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_60 {
    width: 100%;
}
.comp_60 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_60 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_61 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_61 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_61 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_61 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_61 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_62 {
    width: 100%;
}
.comp_62 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_62 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_63 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_63 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_63 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_63 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_64 {
    width: 100%;
}
.comp_64 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_64 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_65 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_65 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_65 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_65 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_65 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_66 {
    width: 100%;
}
.comp_66 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_66 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_67 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_67 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_67 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_67 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_67 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_68 {
    width: 100%;
}
.comp_68 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_68 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_69 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_69 .wa-txt-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_69 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_69 .wa-txt-par.wa-last-par {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_69 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_70 {
    width: 100%;
}
.comp_70 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_70 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_71 {
    --aos-distance: 20px;
    width: 100%;
}
.comp_71 .wa-btn {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_71 .wa-btn-upload-label {
    color: rgba(63,145,24,1);
    font-family: 'Arial';
}
.comp_71 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_71 .wa-btn.wa-btn:active {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_71 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_71 a {
    text-decoration: none;
}
.comp_72 {
    --aos-distance: 90px;
    display: flex;
    width: 100%;
}
.comp_72 .wa-btn {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_72 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_72 .wa-btn.wa-btn:active {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_72 .wa-btn.wa-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_72 a {
    display: flex;
    text-decoration: none;
}
.comp_72 div {
    justify-content: center;
}
.comp_8 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_8 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
body {
    background-color: rgba(249,230,153,1);
}
#anchor-8e4e540 {
    scroll-margin-top: 0rem;
}
#anchor-9034fdd3 {
    scroll-margin-top: 0rem;
}
#anchor-aa2bdea0 {
    scroll-margin-top: 0rem;
}
#anchor-d03eb86b {
    scroll-margin-top: 0rem;
}
#anchor-f72ea244 {
    scroll-margin-top: 0rem;
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_11 {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_12 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_12 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_15 {
    margin-bottom: 20px;
    margin-top: 15px;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
    aspect-ratio: 1/1;
    height: unset;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    border-radius: 100px;
    display: flex;
    height: 40px;
    width: 40px;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    font-size: 18px;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
    align-items: start;;
    display: flex;
    justify-content: flex-end;;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
    height: unset;
    width: unset;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    border-radius: 6px 6px 6px 6px;
    gap: 10px;
    height: unset;
    margin: 20px;
    padding: 20px;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    font-size: 20px;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    font-size: 20px;
}
.comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
    background-size: cover;
}
.comp_16 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    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: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_18 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_18 .wa-btn {
    font-size: 1em;
}
.comp_18 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_18 a {
    width: unset;
}
.comp_18 div {
    width: unset;
}
.comp_19 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_19 .wa-btn {
    font-size: 1em;
}
.comp_19 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_19 a {
    width: unset;
}
.comp_19 div {
    width: unset;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_20 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_21 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_21 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_22 {
    margin-bottom: 35px;
    margin-top: 15px;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
    aspect-ratio: 1/1;
    height: unset;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    border-radius: 100px;
    display: flex;
    height: 40px;
    width: 40px;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    font-size: 18px;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
    align-items: start;;
    display: flex;
    justify-content: flex-end;;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
    height: unset;
    width: unset;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    border-radius: 6px 6px 6px 6px;
    gap: 10px;
    height: unset;
    margin: 20px;
    padding: 20px;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    font-size: 20px;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    font-size: 20px;
}
.comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
    background-size: contain;
}
.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 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_24 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_25 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_25 .wa-btn {
    font-size: 1em;
}
.comp_25 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_25 a {
    width: unset;
}
.comp_25 div {
    width: unset;
}
.comp_26 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_26 .wa-btn {
    font-size: 1em;
}
.comp_26 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_26 a {
    width: unset;
}
.comp_26 div {
    width: unset;
}
.comp_27 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_28 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_28 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_29 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
    aspect-ratio: 1/1;
    height: unset;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    border-radius: 100px;
    display: flex;
    height: 40px;
    width: 40px;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    font-size: 43px;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
    align-items: start;;
    display: none;
    justify-content: flex-end;;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
    height: unset;
    width: unset;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    border-radius: 6px 6px 6px 6px;
    gap: 10px;
    height: unset;
    margin: 20px;
    padding: 20px;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    font-size: 20px;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    font-size: 20px;
}
.comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
    background-size: contain;
}
.comp_30 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    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: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_31 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_32 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_32 .wa-btn {
    font-size: 1em;
}
.comp_32 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_32 a {
    width: unset;
}
.comp_32 div {
    width: unset;
}
.comp_33 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_33 .wa-btn {
    font-size: 1em;
}
.comp_33 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_33 a {
    width: unset;
}
.comp_33 div {
    width: unset;
}
.comp_34 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_35 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_35 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_35 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_36 {
    margin-bottom: 15px;
    margin-top: 35px;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
    aspect-ratio: 4/3;
    height: unset;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
    border-radius: 100px;
    display: flex;
    height: 40px;
    width: 40px;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
    font-size: 18px;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
    align-items: start;;
    display: flex;
    justify-content: flex-end;;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
    height: unset;
    width: unset;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
    border-radius: 6px 6px 6px 6px;
    gap: 10px;
    height: unset;
    margin: 20px;
    padding: 20px;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
    font-size: 20px;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
    font-size: 20px;
}
.comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
    background-size: contain;
}
.comp_37 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_37 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_38 {
    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_38 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_38 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_39 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_39 .wa-btn {
    font-size: 1em;
}
.comp_39 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_39 a {
    width: unset;
}
.comp_39 div {
    width: unset;
}
.comp_4 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_4 .wa-image-wrap {
    border: 2px solid #3f9118;
    border-radius: 0px;
    max-width: calc( min( 100% , 1366px) );
}
.comp_40 {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.comp_40 .wa-btn {
    font-size: 1em;
}
.comp_40 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_40 a {
    width: unset;
}
.comp_40 div {
    width: unset;
}
.comp_41 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_41 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_42 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_43 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_43 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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_44 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}
.comp_44 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}
.comp_45 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_46 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_46 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_46 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_47 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_48 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_49 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_50 {
    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_50 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_50 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_51 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_51 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_52 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_52 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.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: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_53 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_54 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_54 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_55 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_55 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_56 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_56 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_57 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_57 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_58 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_58 label {
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_59 {
    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_59 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_59 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_60 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_60 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_60 input:focus {
    border: 1px solid #51cbee;
}
.comp_61 {
    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_61 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_61 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_62 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_62 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_62 input:focus {
    border: 1px solid #51cbee;
}
.comp_63 {
    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_63 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_63 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_64 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_64 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_64 input:focus {
    border: 1px solid #51cbee;
}
.comp_65 {
    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_65 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_65 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_66 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_66 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_66 input:focus {
    border: 1px solid #51cbee;
}
.comp_67 {
    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_67 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_67 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_68 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_68 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_68 input:focus {
    border: 1px solid #51cbee;
}
.comp_69 {
    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_69 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_69 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_70 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_70 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_70 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_71 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_71 .wa-btn {
    font-size: 0.75em;
}
.comp_71 .wa-btn-upload-container {
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_71 .wa-btn-upload-label {
    font-size: 14px;
    margin-left: 4.2px;
}
.comp_71 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_72 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 8px;
}
.comp_72 .wa-btn {
    font-size: 0.75em;
}
.comp_72 .wa-btn.wa-btn-rounded {
    border-radius: 0.38em;
}
.comp_72 a {
    width: unset;
}
.comp_72 div {
    width: unset;
}
.comp_8 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_8 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_9 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    #anchor-8e4e540 {
        scroll-margin-top: 0rem;
    }
    #anchor-9034fdd3 {
        scroll-margin-top: 0rem;
    }
    #anchor-aa2bdea0 {
        scroll-margin-top: 0rem;
    }
    #anchor-d03eb86b {
        scroll-margin-top: 0rem;
    }
    #anchor-f72ea244 {
        scroll-margin-top: 0rem;
    }
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_11 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 15px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_12 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_15 {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
        aspect-ratio: 1/1;
        height: unset;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
        border-radius: 100px;
        display: flex;
        height: 40px;
        width: 40px;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
        font-size: 18px;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
        align-items: start;;
        display: flex;
        justify-content: flex-end;;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
        height: unset;
        width: unset;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
        border-radius: 6px 6px 6px 6px;
        gap: 10px;
        height: unset;
        margin: 20px;
        padding: 20px;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
        font-size: 20px;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
        font-size: 20px;
    }
    .comp_15 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
        background-size: cover;
    }
    .comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        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: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_18 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_18 .wa-btn {
        font-size: 1em;
    }
    .comp_18 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_18 a {
        width: unset;
    }
    .comp_18 div {
        width: unset;
    }
    .comp_19 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_19 .wa-btn {
        font-size: 1em;
    }
    .comp_19 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_19 a {
        width: unset;
    }
    .comp_19 div {
        width: unset;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_22 {
        margin-bottom: 35px;
        margin-top: 15px;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
        aspect-ratio: 1/1;
        height: unset;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
        border-radius: 100px;
        display: flex;
        height: 40px;
        width: 40px;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
        font-size: 18px;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
        align-items: start;;
        display: flex;
        justify-content: flex-end;;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
        height: unset;
        width: unset;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
        border-radius: 6px 6px 6px 6px;
        gap: 10px;
        height: unset;
        margin: 20px;
        padding: 20px;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
        font-size: 20px;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
        font-size: 20px;
    }
    .comp_22 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
        background-size: contain;
    }
    .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 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_24 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_25 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_25 .wa-btn {
        font-size: 1em;
    }
    .comp_25 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_25 a {
        width: unset;
    }
    .comp_25 div {
        width: unset;
    }
    .comp_26 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_26 .wa-btn {
        font-size: 1em;
    }
    .comp_26 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_26 a {
        width: unset;
    }
    .comp_26 div {
        width: unset;
    }
    .comp_27 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_29 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
        aspect-ratio: 1/1;
        height: unset;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
        border-radius: 100px;
        display: flex;
        height: 40px;
        width: 40px;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
        font-size: 43px;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
        align-items: start;;
        display: none;
        justify-content: flex-end;;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
        height: unset;
        width: unset;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
        border-radius: 6px 6px 6px 6px;
        gap: 10px;
        height: unset;
        margin: 20px;
        padding: 20px;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
        font-size: 20px;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
        font-size: 20px;
    }
    .comp_29 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
        background-size: contain;
    }
    .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 {
        gap: 0rem;
        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: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_32 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_32 .wa-btn {
        font-size: 1em;
    }
    .comp_32 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_32 a {
        width: unset;
    }
    .comp_32 div {
        width: unset;
    }
    .comp_33 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_33 .wa-btn {
        font-size: 1em;
    }
    .comp_33 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_33 a {
        width: unset;
    }
    .comp_33 div {
        width: unset;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_36 {
        margin-bottom: 15px;
        margin-top: 35px;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper {
        aspect-ratio: 4/3;
        height: unset;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button {
        border-radius: 100px;
        display: flex;
        height: 40px;
        width: 40px;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-button::after {
        font-size: 18px;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont {
        align-items: start;;
        display: flex;
        justify-content: flex-end;;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock {
        height: unset;
        width: unset;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner {
        border-radius: 6px 6px 6px 6px;
        gap: 10px;
        height: unset;
        margin: 20px;
        padding: 20px;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-text {
        font-size: 20px;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper-scale-effect>.swiper-container >.swiper-wrapper >.swiper-slide >.wa-swiper-textblock-cont >.wa-swiper-textblock >.wa-swiper-textblock-inner >.wa-swiper-textblock-title {
        font-size: 20px;
    }
    .comp_36 .wa-swiper-main.wa-swiper.swiper-container-wrapper >.swiper>.swiper-container>.swiper-wrapper>.swiper-slide>.swiper-slide-cover-global {
        background-size: contain;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_38 {
        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_38 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_38 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_39 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_39 .wa-btn {
        font-size: 1em;
    }
    .comp_39 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_39 a {
        width: unset;
    }
    .comp_39 div {
        width: unset;
    }
    .comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_4 .wa-image-wrap {
        border: 2px solid #3f9118;
        border-radius: 0px;
        max-width: calc( min( 100% , 1366px) );
    }
    .comp_40 {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .comp_40 .wa-btn {
        font-size: 1em;
    }
    .comp_40 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_40 a {
        width: unset;
    }
    .comp_40 div {
        width: unset;
    }
    .comp_41 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_41 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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_44 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_45 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_50 {
        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_50 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_51 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_51 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_52 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_52 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .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: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_54 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_54 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_55 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_55 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_56 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_56 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_57 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_57 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_58 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_58 label {
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_59 {
        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_59 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_60 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_60 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_60 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_61 {
        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_61 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_61 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_62 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_62 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_62 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_63 {
        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_63 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_63 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_64 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_64 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_64 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_65 {
        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_65 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_65 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_66 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_66 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_66 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_67 {
        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_67 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_68 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_68 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_69 {
        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_69 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_69 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_70 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_70 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_70 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_71 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_71 .wa-btn {
        font-size: 0.75em;
    }
    .comp_71 .wa-btn-upload-container {
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_71 .wa-btn-upload-label {
        font-size: 14px;
        margin-left: 4.2px;
    }
    .comp_71 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_72 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .comp_72 .wa-btn {
        font-size: 0.75em;
    }
    .comp_72 .wa-btn.wa-btn-rounded {
        border-radius: 0.38em;
    }
    .comp_72 a {
        width: unset;
    }
    .comp_72 div {
        width: unset;
    }
    .comp_8 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_8 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    body {
        background-image: url('');
    }
}


.blockcomp-0-comp_0 {
    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_10 {
    flex-direction: column;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    aspect-ratio: 1744/1148;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1744px) );
}
.blockcomp-0-comp_11 .wa-image-wrap > div {
    aspect-ratio: 1744/1148;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap img {
    aspect-ratio: 1744/1148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_12 {
    flex-direction: column;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_13 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_13 .wa-image-wrap {
    aspect-ratio: 494/326;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 494px) );
}
.blockcomp-0-comp_13 .wa-image-wrap > div {
    aspect-ratio: 494/326;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_13 .wa-image-wrap img {
    aspect-ratio: 494/326;;
    position: relative;
    vertical-align: top;
    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-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-txt-par {
    color: rgba(244,51,25,1);
    font-family: 'Arial';
    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(244,51,25,1);
    font-family: 'Arial';
    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 {
    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: flex-start;
}
.blockcomp-0-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-btn {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn:active {
    background-color: rgba(63,145,24,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 .wa-btn.wa-btn:hover {
    background-color: rgba(244,51,25,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_5 div {
    justify-content: center;
}
.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 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-image-wrap {
    aspect-ratio: 1744/1148;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1744px) );
}
.blockcomp-0-comp_7 .wa-image-wrap > div {
    aspect-ratio: 1744/1148;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-image-wrap img {
    aspect-ratio: 1744/1148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_8 {
    flex-direction: column;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_9 .wa-image-wrap {
    aspect-ratio: 330/165;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 330px) );
}
.blockcomp-0-comp_9 .wa-image-wrap > div {
    aspect-ratio: 330/165;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_9 .wa-image-wrap img {
    aspect-ratio: 330/165;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.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_10 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 1744px) );
}
.blockcomp-0-comp_12 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_13 {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 5px;
}
.blockcomp-0-comp_13 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 47px , 494px) );
}
.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 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 {
    justify-content: flex-end;
    margin-bottom: 5px;
    margin-top: 5px;
}
.blockcomp-0-comp_5 .wa-btn {
    font-size: 1em;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_5 a {
    width: unset;
}
.blockcomp-0-comp_5 div {
    width: unset;
}
.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 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
.blockcomp-0-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 1744px) );
}
.blockcomp-0-comp_8 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 6px;
}
.blockcomp-0-comp_9 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 50px , 330px) );
}
@media (min-width: 992px) {
    .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_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 45px , 1744px) );
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_13 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 47px , 494px) );
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        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 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 30px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_3 .wa-txt-par.wa-last-par {
        font-size: 30px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 {
        justify-content: flex-end;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_5 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_5 a {
        width: unset;
    }
    .blockcomp-0-comp_5 div {
        width: unset;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .blockcomp-0-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 45px , 1744px) );
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 6px;
    }
    .blockcomp-0-comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 330px) );
    }
}


.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_back_sep {
    border-bottom: 1px solid #f9e699;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item {
    color: rgba(249,230,153,1);
    font-family: 'Verdana';
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item a {
    color: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover {
    color: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover a {
    color: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover svg {
    fill: rgba(249,230,153,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(84,193,32,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_generic_header {
    background-color: rgba(247,228,152,1);
    color: rgba(34,124,54,1);
    font-family: 'Verdana';
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(255,255,255,1);
    font-family: 'Verdana';
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(56,96,17,1);
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.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 {
    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;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap {
    aspect-ratio: 283/126;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 283px) );
}
.blockcomp-1-comp_3 .wa-image-wrap > div {
    aspect-ratio: 283/126;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-image-wrap img {
    aspect-ratio: 283/126;;
    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: flex-start;
}
.blockcomp-1-comp_5 {
    --aos-distance: 20px;
    width: 100%;
}
.blockcomp-1-comp_5 .nav-link-active {
    background-color: rgba(36,130,33,1) !important;
    color: rgba(249,230,153,1) !important;
}
.blockcomp-1-comp_5 .nav-link-active:hover {
    background-color: rgba(36,130,33,1) !important;
    color: rgba(249,230,153,1) !important;
}
.blockcomp-1-comp_5 .waf_menu {
    --bubble-bg-color: rgba(63,145,24,1);
    --bubble-border-color: rgba(249,230,153,1);
    --bubble-text-color: rgba(249,230,153,1);
    --panel-bg-color: rgba(113,193,34,1);
    --panel-brand-icon: ../wa_res/icons/LOGO_editions_legion-arts.jpg !important;
    --panel-header-text-color: rgba(34,124,54,1);
    --panel-orientation: left;
    --panel-text-color: rgba(255,255,255,1);
}
.blockcomp-1-comp_5 .waf_menu-mini-btn {
    background-color: rgba(63,145,24,1);
    border-color: rgba(244,51,25,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn:hover {
    background-color: rgba(63,145,24,1);
    border-color: rgba(244,51,25,1);
}
.blockcomp-1-comp_5 .waf_menu-mini-btn:hover svg path {
    fill: rgba(249,230,153,1);
}
.blockcomp-1-comp_5 .wafusion-search-widget.wa-smt-search-widget {
    font-size: 13px !important;
    height: 30px !important;
    max-width: 900px !important;
    width: 150px !important;
}
.blockcomp-1-comp_5 .wafusion-search-widget.wa-smt-search-widget i {
    color: rgba(160,160,164,1) !important;
    font-size: 1rem !important;
}
.blockcomp-1-comp_5 .wafusion-search-widget.wa-smt-search-widget-focus-within i {
    color: rgba(160,160,164,1) !important;
}
.blockcomp-1-comp_5 nav {
    background-color: rgba(249,230,153,1);
    color: rgba(36,130,33,1);
    font-family: 'Verdana';
}
.blockcomp-1-comp_5 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(36,130,33,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(36,130,33,1);
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-1-comp_5 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-1-comp_5 nav > ul > li:hover > .waf-nav-link {
    color: rgba(249,230,153,1);
}
.blockcomp-1-comp_5 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(249,230,153,1);
}
.blockcomp-1-comp_5 nav > ul > li:hover:not(.waf_menu_item_search) {
    background-color: rgba(36,130,33,1);
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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% , 283px) );
}
.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 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_5 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 200px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 250px;
}
.blockcomp-1-comp_5 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-1-comp_5 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #f9e699;
    border-top: none;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-1-comp_5 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-1-comp_5 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 16px;
    justify-content: center;
    min-height: 2rem;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 16px;
    width: 16px;
}
.blockcomp-1-comp_5 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_2f8e5778e9a04ce2823315cb31b9ad2a.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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% , 283px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 200px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 250px;
    }
    .blockcomp-1-comp_5 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-1-comp_5 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #f9e699;
        border-top: none;
    }
    .blockcomp-1-comp_5 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-1-comp_5 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-1-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: center;
        min-height: 2rem;
    }
    .blockcomp-1-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-1-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.blockcomp-2-comp_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-2-comp_0-wrap {
    flex-direction: column;
    width: 100%;
}
.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: flex-start;
}
.blockcomp-2-comp_3 {
    flex-direction: column;
}
.blockcomp-2-comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_4 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_4 .wa-btn {
    background-color: rgba(243,52,40,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Verdana';
    font-style: italic;
}
.blockcomp-2-comp_4 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-2-comp_4 .wa-btn.wa-btn:active {
    background-color: rgba(243,52,40,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_4 .wa-btn.wa-btn:hover {
    background-color: rgba(84,193,32,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_4 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-2-comp_4 div {
    justify-content: center;
}
.blockcomp-2-comp_5 {
    flex-direction: column;
}
.blockcomp-2-comp_5 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-2-comp_5 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-2-comp_6 {
    --aos-distance: 20px;
    display: flex;
    width: 100%;
}
.blockcomp-2-comp_6 .wa-btn {
    background-color: rgba(245,98,29,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Verdana';
    font-style: italic;
}
.blockcomp-2-comp_6 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-2-comp_6 .wa-btn.wa-btn:active {
    background-color: rgba(245,98,29,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_6 .wa-btn.wa-btn:hover {
    background-color: rgba(245,98,29,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.blockcomp-2-comp_6 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-2-comp_6 div {
    justify-content: center;
}
.blockcomp-2-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_0-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-2-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 15px !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 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_3 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_3 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_4 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_4 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-2-comp_4 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-2-comp_4 a {
    width: unset;
}
.blockcomp-2-comp_4 div {
    width: unset;
}
.blockcomp-2-comp_5 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-2-comp_5 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-2-comp_5 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-2-comp_6 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-2-comp_6 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-2-comp_6 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-2-comp_6 a {
    width: unset;
}
.blockcomp-2-comp_6 div {
    width: unset;
}
@media (min-width: 992px) {
    .blockcomp-2-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_0-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-2-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }
    .blockcomp-2-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-2-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-2-comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_4 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-2-comp_4 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_4 a {
        width: unset;
    }
    .blockcomp-2-comp_4 div {
        width: unset;
    }
    .blockcomp-2-comp_5 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-2-comp_5 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-2-comp_5 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-2-comp_6 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-2-comp_6 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-2-comp_6 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-2-comp_6 a {
        width: unset;
    }
    .blockcomp-2-comp_6 div {
        width: unset;
    }
}


.blockcomp-3-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-3-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-3-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-3-comp_2 {
    flex-direction: column;
}
.blockcomp-3-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-3-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-3-comp_3 {
    width: 100%;
}
.blockcomp-3-comp_3 .waf-breadcrumb {
    align-items: center;
    color: rgba(128,128,128,1);
    display: flex;
    font-family: 'Arial';
    justify-content: center;
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-cur-page {
    color: rgba(128,128,128,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-item a {
    color: rgba(128,128,128,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-item a:hover {
    color: rgba(0,0,0,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb .waf-bc-item:hover {
    color: rgba(0,0,0,1);
}
.blockcomp-3-comp_3 .waf-breadcrumb li:not(:last-child)::after {
    content: "\00a0//\00a0";
}
.blockcomp-3-comp_3 .waf-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blockcomp-3-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-3-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-3-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-3-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-3-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-3-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-3-comp_3 .waf-breadcrumb {
    font-size: 12px;
    min-height: 16px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
@media (min-width: 992px) {
    .blockcomp-3-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-3-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-3-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-3-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-3-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-3-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-3-comp_3 .waf-breadcrumb {
        font-size: 12px;
        min-height: 16px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
}


.blockcomp-4-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-4-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-4-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-4-comp_2 {
    flex-direction: column;
}
.blockcomp-4-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-4-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-4-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-4-comp_3 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-4-comp_3 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-4-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-4-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-4-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-4-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-4-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-4-comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-4-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-4-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-4-comp_3 {
    border: none;
    border-radius: 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-4-comp_3 .wa-txt-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-4-comp_3 .wa-txt-par.wa-last-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 992px) {
    .blockcomp-4-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-4-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-4-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-4-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-4-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-4-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-4-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 40px;
        margin-top: 40px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-4-comp_3 .wa-txt-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-4-comp_3 .wa-txt-par.wa-last-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
}
