



.comp_0 
  {animation: 2.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;
}

@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}

.comp_0 
  animation: 2.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;
}


.comp_3 {z-index: 99!important;}
                                          


.comp_8 {z-index: 99!important;}
                                          


.comp_16 {filter:drop-shadow(1px 1px 2px #000000);}


.comp_24 {text-transform: uppercase;}


.comp_33 {filter:drop-shadow(1px 1px 2px #000000);}



#competences article .conteneur_progress_bar{
    width: 100%; /* Taille des barres */
    height: 33px;
  
    box-shadow: 0 2px 2px #fec635;
    margin: auto;
}
 
#competences article .conteneur_progress_bar .commun_progress_style{
    position:relative;
    height: 33px;
}
 
.pourcentage{
    font-family: Roboto;
    margin: 5px;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    font-size: initial;
}
 
 
                        /* Animation des barres de progression */
 
.bar_html{
    background: #fec635;
    animation: html 7s forwards 1; /* 1 au lien de infinite */
}
@keyframes html{ /*temps*/
    0%{width:0;} /*début*/
    40%{width:70%;}
    100%{width:70%;} /*fin*/
}
 



#competences article .conteneur_progress_bar{
    width: 100%; /* Taille des barres */
    height: 33px;
  
    box-shadow: 0 1px 1px #fec635;
    margin: auto;
}
 
#competences article .conteneur_progress_bar .commun_progress_style{
    position:relative;
    height: 33px;
}
 
.pourcentage{
    font-family: Roboto;
    margin: 5px;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    font-size: initial;
}
 
 
                        /* Animation des barres de progression */
 
.bar_ps{
    background: #fec635;
    animation: ps 7s forwards 1;/* 1 au lien de infinite */
}
@keyframes ps{ /*temps*/
    0%{width:0;}/*début*/
    40%{width:30%;}
    100%{width:30%;}/*fin*/
}


.comp_52 {text-transform: uppercase;}



.comp_58 {z-index: 40!important;}


.comp_67 {text-transform: uppercase;}



.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position: relative;


}
.testimonial .description:before{
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #fec635;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 2px;
    height: 20px;
    background: #000000;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 3px;
    height: 40px;
    background: #000000;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #000000;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #fec635;
}


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

.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item:hover {
    color: rgba(254,198,53,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item:hover a {
    color: rgba(254,198,53,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item:hover svg {
    fill: rgba(254,198,53,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item:hover {
    color: rgba(254,198,53,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item:hover a {
    color: rgba(254,198,53,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item:hover svg {
    fill: rgba(254,198,53,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.comp_0 {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 .innerBox {
    position: relative;
}
.comp_0 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    display: flex;
    width: 100%;
}
.comp_10 .wa-image-wrap {
    aspect-ratio: 1754/1755;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1754px) );
}
.comp_10 .wa-image-wrap > div {
    aspect-ratio: 1754/1755;;
    position: relative;
    width: 100%;
}
.comp_10 .wa-image-wrap img {
    aspect-ratio: 1754/1755;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_100 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_100 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_100 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_100 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_100 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_101 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_102 {
    flex-direction: column;
}
.comp_102 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_102 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_103 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_103 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    font-style: italic;
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_103 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_103 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    font-style: italic;
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_103 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_104 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_105 {
    flex-direction: column;
}
.comp_105 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_105 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_106 {
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.12549);
    overflow: hidden;
}
.comp_107 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_108 {
    flex-direction: column;
}
.comp_108 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_108 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_109 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_109 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_109 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_109 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_109 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_11 {
    flex-direction: column;
}
.comp_11 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_110 {
    width: 100%;
}
.comp_110 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_110 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_111 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_111 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_111 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_111 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_111 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_112 {
    width: 100%;
}
.comp_112 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_112 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_113 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_113 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_113 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_113 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_113 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_114 {
    width: 100%;
}
.comp_114 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_114 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_115 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_115 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_115 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_115 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_115 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_116 {
    width: 100%;
}
.comp_116 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_116 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_117 {
    display: flex;
    width: 100%;
}
.comp_117 .wa-btn {
    background-color: rgba(254,198,53,1);
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 700;
}
.comp_117 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_117 .wa-btn.wa-btn:active {
    background-color: rgba(254,198,53,1);
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
}
.comp_117 .wa-btn.wa-btn:hover {
    background-color: rgba(254,198,53,1);
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
}
.comp_117 a {
    display: flex;
    text-decoration: none;
}
.comp_117 div {
    justify-content: center;
}
.comp_118 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_119 {
    flex-direction: column;
}
.comp_119 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_119 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_12 {
    width: 100%;
}
.comp_12 .waf_menu {
    --bubble-bg-color: rgba(0,0,0,1);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.comp_12 .waf_menu-mini-btn {
    background-color: rgba(254,198,53,0);
    border-color: rgba(119,119,119,0);
    border-style: solid;
    border-width: 1px;
}
.comp_12 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.comp_12 .waf_menu-mini-btn:hover {
    background-color: rgba(254,198,53,0);
    border-color: rgba(119,119,119,0);
}
.comp_12 .waf_menu-mini-btn:hover svg path {
    fill: rgba(51,51,51,0);
}
.comp_12 nav {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.comp_12 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.comp_12 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.comp_12 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.comp_12 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.comp_12 nav > ul > li:hover > .waf-nav-link {
    color: rgba(254,198,53,1);
}
.comp_12 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(254,198,53,1);
}
.comp_120 {
    display: flex;
    width: 100%;
}
.comp_120 .wa-image-wrap {
    aspect-ratio: 1754/1755;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1754px) );
}
.comp_120 .wa-image-wrap > div {
    aspect-ratio: 1754/1755;;
    position: relative;
    width: 100%;
}
.comp_120 .wa-image-wrap img {
    aspect-ratio: 1754/1755;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_121 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_121 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_121-wrap {
    background-color: rgba(250,250,250,1);
    flex-direction: column;
    width: 100%;
}
.comp_122 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_123 {
    flex-direction: column;
}
.comp_123 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_123 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_124 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_125 {
    flex-direction: column;
}
.comp_125 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_125 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_126 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_126 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_126 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_126 .wa-txt-par a:hover {
    color: rgba(190,157,109,1);
    text-decoration: underline;
}
.comp_126 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_126 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_126 .wa-txt-par.wa-last-par a:hover {
    color: rgba(190,157,109,1);
    text-decoration: underline;
}
.comp_127 {
    animation: bounceIn;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_127 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_127 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_128 {
    display: flex;
    width: 100%;
}
.comp_128 .wa-image-wrap {
    aspect-ratio: 524/512;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 524px) );
}
.comp_128 .wa-image-wrap > div {
    aspect-ratio: 524/512;;
    position: relative;
    width: 100%;
}
.comp_128 .wa-image-wrap img {
    aspect-ratio: 524/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_129 {
    animation: bounceIn;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_129 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_129 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_130 {
    display: flex;
    width: 100%;
}
.comp_130 .wa-image-wrap {
    aspect-ratio: 560/558;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 560px) );
}
.comp_130 .wa-image-wrap > div {
    aspect-ratio: 560/558;;
    position: relative;
    width: 100%;
}
.comp_130 .wa-image-wrap img {
    aspect-ratio: 560/558;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_131 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_131 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_131-wrap {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    width: 100%;
}
.comp_132 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_133 {
    flex-direction: column;
}
.comp_133 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_134 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_134 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_134 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_134 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_134 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_15 .wa-txt-par {
    color: rgba(254,198,53,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_15 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_15 .wa-txt-par.wa-last-par {
    color: rgba(254,198,53,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_15 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_16 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_16 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_16 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_17 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_17 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    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(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_17 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_18 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    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 {
    display: flex;
    width: 100%;
}
.comp_22 .wa-btn {
    background-color: rgba(254,198,53,1);
    border-color: rgba(171,37,35,0);
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 700;
}
.comp_22 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_22 .wa-btn.wa-btn:active {
    background-color: rgba(254,198,53,1);
    border-color: rgba(171,37,35,0);
    color: rgba(255,255,255,1);
}
.comp_22 .wa-btn.wa-btn:hover {
    background-color: rgba(254,198,53,1);
    border-color: rgba(171,37,35,0);
    color: rgba(0,0,0,1);
}
.comp_22 a {
    display: flex;
    text-decoration: none;
}
.comp_22 div {
    justify-content: center;
}
.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;
    width: 100%;
}
.comp_24 .wa-btn {
    background-color: rgba(255,255,255,0.709804);
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 700;
}
.comp_24 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_24 .wa-btn.wa-btn:active {
    background-color: rgba(255,255,255,0.709804);
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
}
.comp_24 .wa-btn.wa-btn:hover {
    background-color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.comp_24 a {
    display: flex;
    text-decoration: none;
}
.comp_24 div {
    justify-content: center;
}
.comp_25 {
    flex-direction: column;
}
.comp_25 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_25 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_26 {
    animation: slideInRight;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_26 .wa-image-second-inner {
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.comp_26 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.comp_26 .wa-image-wrap {
    aspect-ratio: 2250/3000;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 2250px) );
}
.comp_26 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.comp_26 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: left;
}
.comp_26 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    justify-content: center;
}
.comp_26 .wa-image-wrap > div {
    aspect-ratio: 2250/3000;;
    position: relative;
    width: 100%;
}
.comp_26 .wa-image-wrap img {
    aspect-ratio: 2250/3000;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_26 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
}
.comp_27 {
    background-color: rgba(11,25,48,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_27 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_28 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_29 {
    flex-direction: column;
}
.comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_30 {
    display: flex;
    width: 100%;
}
.comp_30 .wa-image-wrap {
    aspect-ratio: 654/548;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 654px) );
}
.comp_30 .wa-image-wrap > div {
    aspect-ratio: 654/548;;
    position: relative;
    width: 100%;
}
.comp_30 .wa-image-wrap img {
    aspect-ratio: 654/548;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_31 {
    flex-direction: column;
}
.comp_31 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_32 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_32 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_32 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_32 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_33 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_33 .wa-txt-par {
    color: rgba(254,198,53,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_33 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_33 .wa-txt-par.wa-last-par {
    color: rgba(254,198,53,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_33 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_34 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_34 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_34 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_34 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_35 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_35 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_36 {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_36 .innerBox {
    position: relative;
}
.comp_36 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_36 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_37 {
    --bs-gutter-x: 0px;
    flex-direction: row;
    z-index: 1;
}
.comp_38 {
    animation: zoomIn;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_38 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_39 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_39 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_39 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_39 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_39 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 {
    flex-direction: column;
}
.comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_40 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_41 {
    flex-direction: column;
}
.comp_41 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_41 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_42 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_42 .wa-txt-par {
    color: rgba(11,25,48,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_42 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_42 .wa-txt-par.wa-last-par {
    color: rgba(11,25,48,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_42 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_43 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_43 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_43 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_43 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_44 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_44 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    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(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    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 {
    width: 100%;
}
.comp_46 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_46 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_46 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_46 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_46 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_47 {
    width: 100%;
}
.comp_48 {
    background-color: rgba(11,25,48,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_48 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_49 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_5 {
    display: flex;
    width: 100%;
}
.comp_5 .wa-image-wrap {
    aspect-ratio: 1754/1755;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1754px) );
}
.comp_5 .wa-image-wrap > div {
    aspect-ratio: 1754/1755;;
    position: relative;
    width: 100%;
}
.comp_5 .wa-image-wrap img {
    aspect-ratio: 1754/1755;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_50 {
    flex-direction: column;
}
.comp_50 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_51 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_51 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_51 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_51 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_52 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_52 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_52 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_52 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_52 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_53 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_53 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_53 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_53 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_53 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_54 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_55 {
    flex-direction: column;
}
.comp_55 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_55 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_56 {
    width: 100%;
}
.comp_56 .carousel-item > a {
    text-decoration: none;
}
.comp_56 .carousel-item a {
    text-decoration: none;
}
.comp_56 .waCarousel_KenBurnDown {
    animation: wa_comp_56_kfrm-_down 5000ms linear;
    transform: scale(1.0);
}
.comp_56 .waCarousel_KenBurnGrow {
    animation: wa_comp_56_kfrm-_grow 5000ms linear;
    transform: scale(1.2);
}
.comp_56 .waCarousel_KenBurnPos_0 {
    transform-origin: 5% 5%;
}
.comp_56 .waCarousel_KenBurnPos_1 {
    transform-origin: 50% 5%;
}
.comp_56 .waCarousel_KenBurnPos_2 {
    transform-origin: 100% 5%;
}
.comp_56 .waCarousel_KenBurnPos_3 {
    transform-origin: 5% 50%;
}
.comp_56 .waCarousel_KenBurnPos_4 {
    transform-origin: 50% 50%;
}
.comp_56 .waCarousel_KenBurnPos_5 {
    transform-origin: 100% 50%;
}
.comp_56 .waCarousel_KenBurnPos_6 {
    transform-origin: 5% 100%;
}
.comp_56 .waCarousel_KenBurnPos_7 {
    transform-origin: 50% 100%;
}
.comp_56 .waCarousel_KenBurnPos_8 {
    transform-origin: 100% 100%;
}
.comp_56 .waInnerSlideImg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.comp_57 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_57 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_57-wrap {
    background-color: rgba(11,25,48,1);
    flex-direction: column;
    width: 100%;
}
.comp_58 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_59 {
    flex-direction: column;
}
.comp_59 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_59 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_6 {
    flex-direction: column;
}
.comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_60 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_61 {
    flex-direction: column;
}
.comp_61 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_62 {
    width: 100%;
}
.comp_62 .carousel-item > a {
    text-decoration: none;
}
.comp_62 .carousel-item a {
    text-decoration: none;
}
.comp_62 .waInnerSlideImg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.comp_63 {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_63 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_64 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_65 {
    flex-direction: column;
}
.comp_65 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_65 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_66 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_66 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_66 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_66 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_66 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_67 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_67 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 700;
    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(0,0,0,1);
    font-family: 'Roboto';
    font-weight: 700;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_69 {
    flex-direction: column;
}
.comp_69 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_7 {
    width: 100%;
}
.comp_7 .waf_menu {
    --bubble-bg-color: rgba(0,0,0,1);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.comp_7 .waf_menu-mini-btn {
    background-color: rgba(254,198,53,0);
    border-color: rgba(119,119,119,0);
    border-style: solid;
    border-width: 1px;
}
.comp_7 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.comp_7 .waf_menu-mini-btn:hover {
    background-color: rgba(254,198,53,0);
    border-color: rgba(119,119,119,0);
}
.comp_7 .waf_menu-mini-btn:hover svg path {
    fill: rgba(51,51,51,0);
}
.comp_7 nav {
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-weight: 400;
}
.comp_7 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.comp_7 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.comp_7 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.comp_7 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.comp_7 nav > ul > li:hover > .waf-nav-link {
    color: rgba(254,198,53,1);
}
.comp_7 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(254,198,53,1);
}
.comp_70 {
    width: 100%;
}
.comp_71 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_71 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_71 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_71 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_71 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_72 {
    background-color: rgba(11,25,48,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_72 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_73 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_74 {
    flex-direction: column;
}
.comp_74 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_74 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_75 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_75 .wa-txt-par {
    color: rgba(11,25,48,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_75 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_75 .wa-txt-par.wa-last-par {
    color: rgba(11,25,48,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_75 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_76 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_77 {
    flex-direction: column;
}
.comp_77 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_77 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_78 {
    width: 100%;
}
.comp_79 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_79 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_80 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_81 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_81 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_82 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_83 {
    flex-direction: column;
}
.comp_83 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_83 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_84 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_84 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_84-wrap {
    background-color: rgba(224,224,224,0.388235);
    flex-direction: column;
    width: 100%;
}
.comp_85 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_86 {
    flex-direction: column;
}
.comp_86 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_86 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_87 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_87 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_87 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_87 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_87 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_88 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_88 .wa-txt-par {
    color: rgba(11,25,48,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_88 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_88 .wa-txt-par.wa-last-par {
    color: rgba(11,25,48,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_88 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_89 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_9 {
    flex-direction: column;
}
.comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_90 {
    animation: slideInLeft;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_90 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_90 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_91 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_92 {
    flex-direction: column;
}
.comp_92 > .wa_inner_col {
    background-color: rgba(255,255,255,0.701961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_92 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_93 {
    display: flex;
    width: 100%;
}
.comp_93 .wa-image-wrap {
    aspect-ratio: 534/535;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 534px) );
}
.comp_93 .wa-image-wrap > div {
    aspect-ratio: 534/535;;
    position: relative;
    width: 100%;
}
.comp_93 .wa-image-wrap img {
    aspect-ratio: 534/535;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_94 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_94 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_94 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_94 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_94 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_95 {
    animation: slideInUp;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_95 > .wa_inner_col {
    background-color: rgba(255,255,255,0.701961);
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_95 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_96 {
    display: flex;
    width: 100%;
}
.comp_96 .wa-image-wrap {
    aspect-ratio: 534/535;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 534px) );
}
.comp_96 .wa-image-wrap > div {
    aspect-ratio: 534/535;;
    position: relative;
    width: 100%;
}
.comp_96 .wa-image-wrap img {
    aspect-ratio: 534/535;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_97 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_97 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_97 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_97 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.comp_97 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_98 {
    animation: slideInRight;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_98 > .wa_inner_col {
    background-color: rgba(255,255,255,0.701961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_98 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_99 {
    display: flex;
    width: 100%;
}
.comp_99 .wa-image-wrap {
    aspect-ratio: 534/535;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 534px) );
}
.comp_99 .wa-image-wrap > div {
    aspect-ratio: 534/535;;
    position: relative;
    width: 100%;
}
.comp_99 .wa-image-wrap img {
    aspect-ratio: 534/535;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
body {
    background-color: rgba(255,255,255,1);
}
#anchor-actualitee {
    scroll-margin-top: 2rem;
}
#anchor-apropos {
    scroll-margin-top: 0rem;
}
#anchor-avisclient {
    scroll-margin-top: 2rem;
}
#anchor-contact {
    scroll-margin-top: 0px;
}
#anchor-realisation {
    scroll-margin-top: 2rem;
}
#anchor-service {
    scroll-margin-top: 120px;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item {
    font-size: 18px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item a {
    font-size: 18px;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item {
    font-size: 18px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item a {
    font-size: 18px;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.comp_0 {
    background-image: url('../../icons/fond_pavage.jpg?t=beefa3bd_4d60_40e4_8bb6_7af00a15d998');
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    min-height: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_10 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1754px) );
}
.comp_100 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_100 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_100 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_101 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_102 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_102 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_102 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_103 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_103 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.comp_103 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.comp_104 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_105 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_105 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_105 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_106 {
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    min-height: 0rem;
}
.comp_107 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_108 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_108 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_108 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
}
.comp_109 {
    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_109 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_109 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_11 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_110 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_110 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 30px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_110 input:focus {
    border: 1px solid #51cbee;
}
.comp_111 {
    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_111 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_111 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_112 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_112 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 30px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_112 input:focus {
    border: 1px solid #51cbee;
}
.comp_113 {
    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_113 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_113 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_114 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_114 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 30px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_114 input:focus {
    border: 1px solid #51cbee;
}
.comp_115 {
    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_115 .wa-txt-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_115 .wa-txt-par.wa-last-par {
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.comp_116 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_116 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_116 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_117 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 8px;
}
.comp_117 .wa-btn {
    font-size: 0.75em;
}
.comp_117 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_117 a {
    width: unset;
}
.comp_117 div {
    width: unset;
}
.comp_118 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_119 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_119 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_119 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 1rem;
}
.comp_12 {
    margin-bottom: 0px;
    margin-top: 2px;
}
.comp_12 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 7.2px;
    --bubble-content-width: 200px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.comp_12 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.comp_12 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.comp_12 .waf_menu-mini-btn {
    border-radius: 4px;
    height: 40px;
    width: 40px;
}
.comp_12 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.comp_12 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 20px;
    justify-content: end;
    min-height: 2rem;
}
.comp_12 nav > ul > li > .waf-nav-link {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 20px;
    width: 20px;
}
.comp_12 nav > ul > li > .waf_menu_search {
    padding-left: 20px;
    padding-right: 20px;
}
.comp_120 {
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.comp_120 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 179.897px , 1754px) );
}
.comp_121 > .innerBox {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_121-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_122 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_123 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_123 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_123 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_124 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_125 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_125 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_125 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_126 {
    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_126 .wa-txt-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}
.comp_126 .wa-txt-par.wa-last-par {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}
.comp_127 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_127 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_127 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_128 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_128 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 524px) );
}
.comp_129 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_129 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_129 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_130 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_130 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 560px) );
}
.comp_131 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_131-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 55px;
}
.comp_132 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_133 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_133 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_134 {
    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_134 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.comp_134 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 1rem;
    margin-top: 2rem;
}
.comp_15 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_15 .wa-txt-par {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
}
.comp_15 .wa-txt-par.wa-last-par {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
}
.comp_16 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_16 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_16 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_17 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 7px;
    padding-top: 16px;
}
.comp_17 .wa-txt-par {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_19 {
    min-height: 99px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 55px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_22 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_22 .wa-btn {
    font-size: 1em;
}
.comp_22 a {
    width: 100%;
}
.comp_22 div {
    width: 100%;
}
.comp_23 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_24 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 30px;
}
.comp_24 .wa-btn {
    font-size: 1em;
}
.comp_24 a {
    width: 100%;
}
.comp_24 div {
    width: 100%;
}
.comp_25 {
    min-height: 800px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_25 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_25 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_26 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 130px;
}
.comp_26 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 10px 10px 10px 10px;
    max-width: calc( min( 400px , 2250px) );
}
.comp_26 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.comp_27 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_27 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 5rem;
}
.comp_28 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_29 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_29 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_3 {
    display: none;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_30 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_30 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 417.701px , 654px) );
}
.comp_31 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_31 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_31 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0rem;
}
.comp_32 {
    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_32 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_32 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_33 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_33 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_33 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_34 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_34 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.comp_34 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_35 .wa-txt-par {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}
.comp_35 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}
.comp_36 {
    background-image: url('../../icons/Fond_3.png?t=beefa3bd_4d60_40e4_8bb6_7af00a15d998');
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_36 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    min-height: 0px;
}
.comp_37 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_38 {
    min-height: 550px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_38 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_39 {
    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_39 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_39 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 12rem;
    margin-top: 0rem;
}
.comp_40 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_41 {
    min-height: 650px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_41 > .wa_inner_col {
    border-bottom-color: #e0e0e0;
    border-bottom-width: 2px;
    border-left-color: #e0e0e0;
    border-left-width: 1px;
    border-radius: 0px;
    border-right-color: #e0e0e0;
    border-right-width: 0px;
    border-top-color: #e0e0e0;
    border-top-width: 0px;
}
.comp_41 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
}
.comp_42 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_42 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_42 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_43 .wa-txt-par {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
.comp_43 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
.comp_44 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_44 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.comp_44 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.comp_45 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_46 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 20px;
}
.comp_46 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.comp_46 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.comp_47 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_48 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_48 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.comp_49 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1754px) );
}
.comp_50 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_50 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_51 {
    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_51 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_51 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_52 {
    border: none;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_52 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_52 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_53 {
    border: none;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_53 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_53 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_54 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_55 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_55 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_55 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_56 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_56 .carousel-indicators {
    display: flex;
}
.comp_56 .ratio {
    --bs-aspect-ratio: 56%;
    height: unset;
}
.comp_56 .wa-carousel-control {
    display: flex;
}
.comp_56 .waInnerSlideImg {
    background-size: cover;
}
.comp_57 > .innerBox {
    margin-bottom: 3rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.comp_57-wrap {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.comp_58 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}
.comp_59 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_59 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_59 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_60 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_61 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_61 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_62 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_62 .carousel-indicators {
    display: none;
}
.comp_62 .ratio {
    --bs-aspect-ratio: unset;
    height: 500px;
}
.comp_62 .wa-carousel-control {
    display: flex;
}
.comp_62 .waInnerSlideImg {
    background-size: contain;
}
.comp_63 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_63 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.comp_64 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_65 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_65 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_65 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_66 {
    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_66 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_66 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_67 {
    border: none;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_67 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_67 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_68 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_69 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_69 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_7 {
    margin-bottom: 0px;
    margin-top: 2px;
}
.comp_7 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 7.2px;
    --bubble-content-width: 200px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.comp_7 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.comp_7 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.comp_7 .waf_menu-mini-btn {
    border-radius: 4px;
    height: 40px;
    width: 40px;
}
.comp_7 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.comp_7 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 20px;
    justify-content: end;
    min-height: 2rem;
}
.comp_7 nav > ul > li > .waf-nav-link {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 20px;
    width: 20px;
}
.comp_7 nav > ul > li > .waf_menu_search {
    padding-left: 20px;
    padding-right: 20px;
}
.comp_70 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_71 {
    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_71 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_71 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_72 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_72 > .innerBox {
    margin-bottom: 2rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 5rem;
}
.comp_73 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_74 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_74 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_74 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_75 {
    border: none;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_75 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_75 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_76 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_77 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_77 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_77 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_78 {
    margin-bottom: 50px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_79 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_79 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_80 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_81 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_81 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_82 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_83 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_83 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_83 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_84 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2rem;
}
.comp_84-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_85 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_86 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_86 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_86 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_87 {
    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_87 .wa-txt-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_87 .wa-txt-par.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}
.comp_88 {
    border: none;
    border-radius: 0px;
    margin-bottom: 55px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_88 .wa-txt-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_88 .wa-txt-par.wa-last-par {
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
}
.comp_89 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_9 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 12rem;
    margin-top: 0rem;
}
.comp_90 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_90 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_90 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_91 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_92 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_92 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_92 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
}
.comp_93 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_93 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 54.8972px , 534px) );
}
.comp_94 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_94 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_94 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_95 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_95 > .wa_inner_col {
    border-bottom-color: #e0e0e0;
    border-bottom-width: 0px;
    border-left-color: #e0e0e0;
    border-left-width: 1px;
    border-radius: 0px;
    border-right-color: #e0e0e0;
    border-right-width: 1px;
    border-top-color: #e0e0e0;
    border-top-width: 0px;
}
.comp_95 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
}
.comp_96 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_96 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 54.8972px , 534px) );
}
.comp_97 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_97 .wa-txt-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_97 .wa-txt-par.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.comp_98 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_98 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_98 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
}
.comp_99 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_99 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 54.8972px , 534px) );
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    #anchor-actualitee {
        scroll-margin-top: 2rem;
    }
    #anchor-apropos {
        scroll-margin-top: 0rem;
    }
    #anchor-avisclient {
        scroll-margin-top: 2rem;
    }
    #anchor-contact {
        scroll-margin-top: 110px;
    }
    #anchor-realisation {
        scroll-margin-top: 2rem;
    }
    #anchor-service {
        scroll-margin-top: 120px;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item {
        font-size: 18px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_bubble_item a {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_3376f189ad0544998808d7e0bd73c686.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item {
        font-size: 18px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_bubble_item a {
        font-size: 18px;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_c9ea514c71e64db5abb67ffa48eca143.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .comp_0 {
        background-image: url('../../icons/fond_pavage.jpg?t=beefa3bd_4d60_40e4_8bb6_7af00a15d998');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_10 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1754px) );
    }
    .comp_100 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 25px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_100 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_100 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_101 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_102 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_102 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_102 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_103 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 40px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_103 .wa-txt-par {
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_103 .wa-txt-par.wa-last-par {
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_104 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_105 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_105 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_105 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 0rem;
    }
    .comp_106 {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_107 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_108 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_108 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_108 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 2rem;
    }
    .comp_109 {
        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_109 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_109 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_110 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_110 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 30px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_110 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_111 {
        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_111 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_111 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_112 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_112 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 30px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_112 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_113 {
        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_113 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_113 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_114 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_114 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 30px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_114 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_115 {
        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_115 .wa-txt-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_115 .wa-txt-par.wa-last-par {
        font-size: 15px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_116 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_116 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_116 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_117 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .comp_117 .wa-btn {
        font-size: 0.75em;
    }
    .comp_117 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_117 a {
        width: unset;
    }
    .comp_117 div {
        width: unset;
    }
    .comp_118 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_119 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_119 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_119 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 1rem;
    }
    .comp_12 {
        margin-bottom: 0px;
        margin-top: 7px;
    }
    .comp_12 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 7.2px;
        --bubble-content-width: 200px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .comp_12 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .comp_12 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .comp_12 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .comp_12 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .comp_12 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 20px;
        justify-content: center;
        min-height: 2rem;
    }
    .comp_12 nav > ul > li > .waf-nav-link {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .comp_12 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 20px;
        width: 20px;
    }
    .comp_12 nav > ul > li > .waf_menu_search {
        padding-left: 20px;
        padding-right: 20px;
    }
    .comp_120 {
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 10px;
    }
    .comp_120 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1754px) );
    }
    .comp_121 > .innerBox {
        margin-bottom: 1rem;
        margin-left: 5rem;
        margin-right: 3rem;
        margin-top: 1rem;
    }
    .comp_121-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_122 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_123 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_123 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_123 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_124 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_125 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_125 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_125 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_126 {
        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_126 .wa-txt-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_126 .wa-txt-par.wa-last-par {
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_127 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_127 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem;
    }
    .comp_128 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_128 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 524px) );
    }
    .comp_129 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_129 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_129 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_130 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_130 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 560px) );
    }
    .comp_131 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_131-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 55px;
    }
    .comp_132 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_133 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_133 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_134 {
        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_134 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_134 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8rem;
    }
    .comp_15 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_15 .wa-txt-par {
        font-size: 22px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_15 .wa-txt-par.wa-last-par {
        font-size: 22px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_16 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_16 .wa-txt-par {
        font-size: 60px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 60px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_19 {
        min-height: 99px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 55px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_22 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_22 .wa-btn {
        font-size: 1em;
    }
    .comp_22 a {
        width: 100%;
    }
    .comp_22 div {
        width: 100%;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_24 .wa-btn {
        font-size: 1em;
    }
    .comp_24 a {
        width: 100%;
    }
    .comp_24 div {
        width: 100%;
    }
    .comp_25 {
        min-height: 800px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_25 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_25 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_26 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 130px;
    }
    .comp_26 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 10px 10px 10px 10px;
        max-width: calc( min( 400px , 2250px) );
    }
    .comp_26 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_27 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_27 > .innerBox {
        margin-bottom: 5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 5rem;
    }
    .comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_29 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_30 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_30 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 654px) );
    }
    .comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_31 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_32 {
        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_32 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_33 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_33 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_34 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_34 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_35 .wa-txt-par {
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
    }
    .comp_36 {
        background-image: url('../../icons/Fond_3.png?t=beefa3bd_4d60_40e4_8bb6_7af00a15d998');
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_36 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
        min-height: 0px;
    }
    .comp_37 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_38 {
        min-height: 550px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_39 {
        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_39 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_39 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_40 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_41 {
        min-height: 650px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_41 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 2px;
        border-left-color: #e0e0e0;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #e0e0e0;
        border-right-width: 0px;
        border-top-color: #e0e0e0;
        border-top-width: 0px;
    }
    .comp_41 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 2rem;
    }
    .comp_42 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_42 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_42 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_43 .wa-txt-par {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_44 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 20px;
    }
    .comp_46 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_46 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_47 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_48 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_48 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_49 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1754px) );
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_51 {
        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_51 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_52 {
        border: none;
        border-radius: 0px;
        margin-bottom: 5px;
        margin-top: 55px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_52 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_52 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 5px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_53 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_53 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_54 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_56 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_56 .carousel-indicators {
        display: flex;
    }
    .comp_56 .ratio {
        --bs-aspect-ratio: 56%;
        height: unset;
    }
    .comp_56 .wa-carousel-control {
        display: flex;
    }
    .comp_56 .waInnerSlideImg {
        background-size: cover;
    }
    .comp_57 > .innerBox {
        margin-bottom: 3rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_57-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_58 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }
    .comp_59 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_59 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_59 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_60 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_62 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_62 .carousel-indicators {
        display: none;
    }
    .comp_62 .ratio {
        --bs-aspect-ratio: unset;
        height: 500px;
    }
    .comp_62 .wa-carousel-control {
        display: flex;
    }
    .comp_62 .waInnerSlideImg {
        background-size: contain;
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_63 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_64 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_65 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_65 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_65 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_66 {
        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_66 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_66 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 {
        border: none;
        border-radius: 0px;
        margin-bottom: 5px;
        margin-top: 55px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_67 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_69 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 {
        margin-bottom: 0px;
        margin-top: 7px;
    }
    .comp_7 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 7.2px;
        --bubble-content-width: 200px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .comp_7 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .comp_7 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .comp_7 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .comp_7 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .comp_7 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 20px;
        justify-content: center;
        min-height: 2rem;
    }
    .comp_7 nav > ul > li > .waf-nav-link {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 20px;
        width: 20px;
    }
    .comp_7 nav > ul > li > .waf_menu_search {
        padding-left: 20px;
        padding-right: 20px;
    }
    .comp_70 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_71 {
        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_71 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_71 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_72 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_72 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 5rem;
    }
    .comp_73 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_74 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_74 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_74 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_75 {
        border: none;
        border-radius: 0px;
        margin-bottom: 55px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_75 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_76 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_77 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_77 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_77 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_78 {
        margin-bottom: 99px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_79 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_79 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_8 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_80 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_81 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_81 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_82 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_83 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_83 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_83 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_84 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 2rem;
    }
    .comp_84-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_85 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_86 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_86 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_86 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_87 {
        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_87 .wa-txt-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_87 .wa-txt-par.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_88 {
        border: none;
        border-radius: 0px;
        margin-bottom: 55px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_88 .wa-txt-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_88 .wa-txt-par.wa-last-par {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
    }
    .comp_89 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_90 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_90 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_90 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_91 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_92 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_92 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_92 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 1rem;
    }
    .comp_93 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_93 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 76.8561px , 534px) );
    }
    .comp_94 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 25px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_94 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_94 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_95 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_95 > .wa_inner_col {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 0px;
        border-left-color: #e0e0e0;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #e0e0e0;
        border-right-width: 1px;
        border-top-color: #e0e0e0;
        border-top-width: 0px;
    }
    .comp_95 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 1rem;
    }
    .comp_96 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_96 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 76.8561px , 534px) );
    }
    .comp_97 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 25px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_97 .wa-txt-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_97 .wa-txt-par.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .comp_98 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_98 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_98 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 1rem;
    }
    .comp_99 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_99 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 76.8561px , 534px) );
    }
    body {
        background-image: url('');
    }
}
@keyframes wa_comp_56_kfrm-_down {from {transform:scale(1.2);} to {transform:scale(1.0);}}
@keyframes wa_comp_56_kfrm-_grow {from {transform:scale(1.0);} to {transform:scale(1.2);}}



.blockcomp-0-comp_2 {
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                    -webkit-transition: .3s ease-in-out;
                                    transition: .3s ease-in-out}
                                    .zoom:hover{
                                    -webkit-transform: scale(1.3);
                                    transform: scale(1.3);
                                    }
                                    .blockcomp-0-comp_2:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}


.blockcomp-0-comp_4 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-0-comp_11 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-0-comp_12 {
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                    -webkit-transition: .3s ease-in-out;
                                    transition: .3s ease-in-out}
                                    .zoom:hover{
                                    -webkit-transform: scale(1.3);
                                    transform: scale(1.3);
                                    }
                                    .blockcomp-0-comp_12:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}


.blockcomp-0-comp_14 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-0-comp_21 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-0-comp_22 {
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                    -webkit-transition: .3s ease-in-out;
                                    transition: .3s ease-in-out}
                                    .zoom:hover{
                                    -webkit-transform: scale(1.3);
                                    transform: scale(1.3);
                                    }
                                    .blockcomp-0-comp_22:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}


.blockcomp-0-comp_24 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-0-comp_29 {filter: drop-shadow(2px 2px 2px #757575);}

.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: 434/266;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 434px) );
}
.blockcomp-0-comp_11 .wa-image-wrap > div {
    aspect-ratio: 434/266;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap img {
    aspect-ratio: 434/266;;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_14 {
    flex-direction: column;
}
.blockcomp-0-comp_14 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_16 {
    flex-direction: column;
}
.blockcomp-0-comp_16 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_17 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_17 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.blockcomp-0-comp_17 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_17 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_18 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_18 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_18 .wa-txt-par a {
    color: rgba(254,198,53,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_18 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(254,198,53,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_19 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_20 {
    flex-direction: column;
}
.blockcomp-0-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_21 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_21 .wa-image-wrap {
    aspect-ratio: 434/266;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 434px) );
}
.blockcomp-0-comp_21 .wa-image-wrap > div {
    aspect-ratio: 434/266;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_21 .wa-image-wrap img {
    aspect-ratio: 434/266;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_22 {
    flex-direction: column;
}
.blockcomp-0-comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_23 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_24 {
    flex-direction: column;
}
.blockcomp-0-comp_24 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_26 {
    flex-direction: column;
}
.blockcomp-0-comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_27 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_27 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.blockcomp-0-comp_27 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_27 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_28 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_28 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_28 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_28 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_29 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_30 {
    flex-direction: column;
}
.blockcomp-0-comp_30 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_31 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_31 .wa-image-wrap {
    aspect-ratio: 434/266;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 434px) );
}
.blockcomp-0-comp_31 .wa-image-wrap > div {
    aspect-ratio: 434/266;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_31 .wa-image-wrap img {
    aspect-ratio: 434/266;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.blockcomp-0-comp_7 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_8 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_8 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_8 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-0-comp_8 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 480px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 0px 0px 10px 10px;
    max-width: calc( min( 100% , 434px) );
}
.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 {
    margin-bottom: 1rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 1rem;
}
.blockcomp-0-comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_14 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_15 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_16 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_16 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_17 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 35px;
}
.blockcomp-0-comp_17 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 512px) );
}
.blockcomp-0-comp_18 {
    border: none;
    border-radius: 0px;
    margin-bottom: 99px;
    margin-top: 20px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_18 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_18 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_19 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -80px !important;
}
.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 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.blockcomp-0-comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_21 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_21 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 0px 0px 10px 10px;
    max-width: calc( min( 100% , 434px) );
}
.blockcomp-0-comp_22 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.blockcomp-0-comp_23 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_24 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.blockcomp-0-comp_24 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_27 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 35px;
}
.blockcomp-0-comp_27 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 512px) );
}
.blockcomp-0-comp_28 {
    border: none;
    border-radius: 0px;
    margin-bottom: 99px;
    margin-top: 20px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_28 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_28 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_29 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -80px !important;
}
.blockcomp-0-comp_3 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_30 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_30 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_31 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_31 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 0px 0px 10px 10px;
    max-width: calc( min( 100% , 434px) );
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_7 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 35px;
}
.blockcomp-0-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 512px) );
}
.blockcomp-0-comp_8 {
    border: none;
    border-radius: 0px;
    margin-bottom: 99px;
    margin-top: 20px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_8 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_8 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_9 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -80px !important;
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 480px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 0px 0px 10px 10px;
        max-width: calc( min( 100% , 434px) );
    }
    .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 {
        margin-bottom: 1rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 1rem;
    }
    .blockcomp-0-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_16 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_17 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .blockcomp-0-comp_17 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 77px , 512px) );
    }
    .blockcomp-0-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 99px;
        margin-top: 20px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_18 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_18 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_19 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -80px !important;
    }
    .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 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .blockcomp-0-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_21 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 0px 0px 10px 10px;
        max-width: calc( min( 100% , 434px) );
    }
    .blockcomp-0-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .blockcomp-0-comp_23 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_24 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .blockcomp-0-comp_24 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_27 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .blockcomp-0-comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 77px , 512px) );
    }
    .blockcomp-0-comp_28 {
        border: none;
        border-radius: 0px;
        margin-bottom: 99px;
        margin-top: 20px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_28 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_28 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -80px !important;
    }
    .blockcomp-0-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_31 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_31 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 0px 0px 10px 10px;
        max-width: calc( min( 100% , 434px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .blockcomp-0-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 77px , 512px) );
    }
    .blockcomp-0-comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 99px;
        margin-top: 20px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_8 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_8 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -80px !important;
    }
}



.blockcomp-1-comp_2 {
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                    -webkit-transition: .3s ease-in-out;
                                    transition: .3s ease-in-out}
                                    .zoom:hover{
                                    -webkit-transform: scale(1.3);
                                    transform: scale(1.3);
                                    }
                                    .blockcomp-1-comp_2:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}


.blockcomp-1-comp_4 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-1-comp_9 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-1-comp_12 {
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                    -webkit-transition: .3s ease-in-out;
                                    transition: .3s ease-in-out}
                                    .zoom:hover{
                                    -webkit-transform: scale(1.3);
                                    transform: scale(1.3);
                                    }
                                    .blockcomp-1-comp_12:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}


.blockcomp-1-comp_14 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-1-comp_21 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-1-comp_22 {
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                    -webkit-transition: .3s ease-in-out;
                                    transition: .3s ease-in-out}
                                    .zoom:hover{
                                    -webkit-transform: scale(1.3);
                                    transform: scale(1.3);
                                    }
                                    .blockcomp-1-comp_22:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}


.blockcomp-1-comp_24 {filter: drop-shadow(2px 2px 2px #757575);}


.blockcomp-1-comp_31 {filter: drop-shadow(2px 2px 2px #757575);}

.blockcomp-1-comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    flex-direction: column;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_11 .wa-image-wrap {
    aspect-ratio: 429/263;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 429px) );
}
.blockcomp-1-comp_11 .wa-image-wrap > div {
    aspect-ratio: 429/263;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_11 .wa-image-wrap img {
    aspect-ratio: 429/263;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_12 {
    flex-direction: column;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_14 {
    flex-direction: column;
}
.blockcomp-1-comp_14 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_16 {
    flex-direction: column;
}
.blockcomp-1-comp_16 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_17 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_17 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.blockcomp-1-comp_17 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_17 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_18 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_18 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_18 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_19 {
    --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_20 {
    flex-direction: column;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_21 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_21 .wa-image-wrap {
    aspect-ratio: 434/266;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 434px) );
}
.blockcomp-1-comp_21 .wa-image-wrap > div {
    aspect-ratio: 434/266;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_21 .wa-image-wrap img {
    aspect-ratio: 434/266;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_22 {
    flex-direction: column;
}
.blockcomp-1-comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_23 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_24 {
    flex-direction: column;
}
.blockcomp-1-comp_24 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_26 {
    flex-direction: column;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_27 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.blockcomp-1-comp_27 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_28 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_28 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_28 .wa-txt-par a {
    color: rgba(254,198,53,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(254,198,53,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_29 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_30 {
    flex-direction: column;
}
.blockcomp-1-comp_30 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_31 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_31 .wa-image-wrap {
    aspect-ratio: 426/266;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 426px) );
}
.blockcomp-1-comp_31 .wa-image-wrap > div {
    aspect-ratio: 426/266;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_31 .wa-image-wrap img {
    aspect-ratio: 426/266;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_6 {
    flex-direction: column;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.blockcomp-1-comp_7 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_8 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_8 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 480px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_11 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 0px 0px 10px 10px;
    max-width: calc( min( 100% , 429px) );
}
.blockcomp-1-comp_12 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 1rem;
}
.blockcomp-1-comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_14 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_15 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_16 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_16 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_17 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 35px;
}
.blockcomp-1-comp_17 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 512px) );
}
.blockcomp-1-comp_18 {
    border: none;
    border-radius: 0px;
    margin-bottom: 99px;
    margin-top: 20px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_18 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_19 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -80px !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 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.blockcomp-1-comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_21 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_21 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 0px 0px 10px 10px;
    max-width: calc( min( 100% , 434px) );
}
.blockcomp-1-comp_22 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.blockcomp-1-comp_23 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_24 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_27 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 35px;
}
.blockcomp-1-comp_27 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 512px) );
}
.blockcomp-1-comp_28 {
    border: none;
    border-radius: 0px;
    margin-bottom: 99px;
    margin-top: 20px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_28 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_29 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -80px !important;
}
.blockcomp-1-comp_3 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_30 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_31 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_31 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 0px 0px 10px 10px;
    max-width: calc( min( 100% , 426px) );
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_7 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 35px;
}
.blockcomp-1-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 512px) );
}
.blockcomp-1-comp_8 {
    border: none;
    border-radius: 0px;
    margin-bottom: 99px;
    margin-top: 20px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_8 .wa-txt-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_9 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -80px !important;
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 480px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 0px 0px 10px 10px;
        max-width: calc( min( 100% , 429px) );
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 1rem;
    }
    .blockcomp-1-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_16 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_17 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .blockcomp-1-comp_17 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 77px , 512px) );
    }
    .blockcomp-1-comp_18 {
        border: none;
        border-radius: 0px;
        margin-bottom: 99px;
        margin-top: 20px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_18 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_18 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -80px !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 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_21 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 0px 0px 10px 10px;
        max-width: calc( min( 100% , 434px) );
    }
    .blockcomp-1-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_22 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .blockcomp-1-comp_23 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_24 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .blockcomp-1-comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 77px , 512px) );
    }
    .blockcomp-1-comp_28 {
        border: none;
        border-radius: 0px;
        margin-bottom: 99px;
        margin-top: 20px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_28 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_28 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_29 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -80px !important;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_30 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_31 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_31 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 0px 0px 10px 10px;
        max-width: calc( min( 100% , 426px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_6 > .wa_inner_col > .wa_inner_col2 {
        margin-bottom: 0rem;
        margin-left: 2rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_7 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .blockcomp-1-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 77px , 512px) );
    }
    .blockcomp-1-comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 99px;
        margin-top: 20px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_8 .wa-txt-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -80px !important;
    }
}
