


.fit-picture {
  width: 250px;
}



.snow {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.snow__layer {
position: absolute;
left: -100px;
right: -100px;
-webkit-animation: wind 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
animation: wind 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
-webkit-perspective: 100px;
perspective: 100px;
-webkit-transform: translateX(-50px);
-ms-transform: translateX(-50px);
transform: translateX(-50px);
}
.snow__fall {
content: ‹ ›;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2000px;
background: url(../../files/snow-light.png?t=3cec03a2_c816_48bf_bc04_d780063d18b4);
-webkit-animation: fall 10s linear infinite;
animation: fall 10s linear infinite;
}
.snow__layer:nth-child(1) {
-webkit-animation-duration: 35s;
animation-duration: 35s;
}
.snow__layer:nth-child(1) .snow__fall {
background: url(../../files/snow-blur.png?t=3cec03a2_c816_48bf_bc04_d780063d18b4);
-webkit-transform: translateZ(25px);
transform: translateZ(25px);
-webkit-animation-name: fallblur;
animation-name: fallblur;
width: 4000px;
left: -2000px;
}
.snow__layer:nth-child(2) {
-webkit-animation: wind 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
animation: wind 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
.snow__layer:nth-child(2) .snow__fall {
background: url(../../files/snow-medium.png?t=3cec03a2_c816_48bf_bc04_d780063d18b4);
-webkit-animation-duration: 25s;
animation-duration: 25s;
}
.snow__fall:nth-child(3) {
-webkit-animation-duration: 10s;
animation-duration: 10s;
background-size: 250px;
}
.snow__fall:nth-child(2) {
-webkit-animation-duration: 20s;
animation-duration: 20s;
background-size: 500px;
}
.snow__layer:nth-child(4) .snow__fall {
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
-webkit-animation-name: falllight;
animation-name: falllight;
}
@-webkit-keyframes fall {
from {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
}
}
@keyframes fall {
from {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
}
}
@-webkit-keyframes falllight {
from {
-webkit-transform: translateY(-1000px) translateZ(50px);
transform: translateY(-1000px) translateZ(50px);
}
}
@keyframes falllight {
from {
-webkit-transform: translateY(-1000px) translateZ(50px);
transform: translateY(-1000px) translateZ(50px);
}
}
@-webkit-keyframes fallblur {
from {
-webkit-transform: translateY(-1000px) translateZ(25px);
transform: translateY(-1000px) translateZ(25px);
}
}
@keyframes fallblur {
from {
-webkit-transform: translateY(-1000px) translateZ(25px);
transform: translateY(-1000px) translateZ(25px);
}
}
@-webkit-keyframes wind {
to {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
}
@keyframes wind {
to {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
}



.comp_11 {text-transform: uppercase;}



.comp_17 {text-transform: uppercase;}



.comp_24 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .comp_24:hover{ -webkit-transform: scale(.95); transform: scale(.95);}


.comp_28 {text-transform: uppercase;}
.comp_28 {filter: drop-shadow(2px 2px 2px ##efefef);}


.comp_32 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .comp_32:hover{ -webkit-transform: scale(.95); transform: scale(.95);}


.comp_36 {text-transform: uppercase;}
.comp_36 {filter: drop-shadow(2px 2px 2px ##efefef);}


.comp_40 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .comp_40:hover{ -webkit-transform: scale(.95); transform: scale(.95);}


.comp_44 {text-transform: uppercase;}
.comp_44 {filter: drop-shadow(2px 2px 2px ##efefef);}


.comp_56 {text-transform: uppercase;}


.comp_60 {text-transform: uppercase;}


.comp_64 {text-transform: uppercase;}


.comp_68 {text-transform: uppercase;}


.comp_73 {text-transform: uppercase;}


.comp_77 {text-transform: uppercase;}


.comp_81 {text-transform: uppercase;}


.comp_85 {text-transform: uppercase;}


.comp_95 {text-transform: uppercase;}
.comp_95 {filter: drop-shadow(1px 1px 1px ##efefef);}


.comp_99 {text-transform: uppercase;}
.comp_99 {filter: drop-shadow(1px 1px 1px ##efefef);}


.comp_103 {text-transform: uppercase;}
.comp_103 {filter: drop-shadow(1px 1px 1px ##efefef);}


.comp_117 {text-transform: uppercase;}



.comp_122 {
  animation: animName 30s linear infinite;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}


section {
position: relative;
width: 100%;
height: 260px;
 
}
/*adding rain img and making opacity 0*/
section:before {
content: "";
position: absolute;
 
width: 100%;
height: 100%;
background-image: url(
https://media.geeksforgeeks.org/wp-content/uploads/20200828184719/rain-300x300.png);
animation: rain 0.2s linear infinite;
opacity: 0;
}
/* just changing the position of image
of rain using keyframes*/
@keyframes rain {
0% {
background-position: 0 0;
opacity: 1;
}
100% {
background-position: 8% 80%;
opacity: 1;
}
}



.comp_137 {filter: drop-shadow(2px 2px 1px #ffffff);}


.comp_138 {text-transform: uppercase;}
.comp_138 {filter: drop-shadow(2px 2px 1px #ffffff);}


#parent {
  white-space: nowrap;
  overflow: hidden; 
  font-family: 'Oswald' ;  
  font-size: 28px;
	letter-spacing: .1rem;
  color:black;
  position: relative;
}


/* Animation */
#parent {
  animation: animated-text 3s steps(30,end) 2s 1 normal both
}

#border {
   animation: animated-cursor 600ms steps(30,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 200px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-bottom-color: #c7c7c7;}
  to{border-bottom-color: transparent;}
}

.comp_141 {filter: drop-shadow(2px 2px 1px #ffffff);}

.comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_10 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_10 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_10 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_10 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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: 'Poppins';
    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: 'Poppins';
    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 {
    flex-direction: column;
}
.comp_101 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_101 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_102 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_102 .wa-txt-par {
    color: rgba(0,67,151,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_102 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_102 .wa-txt-par.wa-last-par {
    color: rgba(0,67,151,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_102 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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: 'Oswald';
    font-weight: 700;
    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: 'Oswald';
    font-weight: 700;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_104 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_104 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_104 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_104 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_105 {
    flex-direction: column;
}
.comp_105 > .wa_inner_col {
    background-color: rgba(239,239,239,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_105 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_106 {
    display: flex;
    width: 100%;
}
.comp_106 .wa-image-wrap {
    aspect-ratio: 800/451;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 800px) );
}
.comp_106 .wa-image-wrap > div {
    aspect-ratio: 800/451;;
    position: relative;
    width: 100%;
}
.comp_106 .wa-image-wrap img {
    aspect-ratio: 800/451;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_107 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_108 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_109 {
    flex-direction: column;
}
.comp_109 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_109 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_11 {
    animation: fadeInDown_smooth_2;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_11 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_11 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_11 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_11 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_110 {
    flex-direction: column;
}
.comp_110 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_110 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_111 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_112 {
    flex-direction: column;
}
.comp_112 > .wa_inner_col {
    background-color: rgba(239,239,239,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_112 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_113 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_114 {
    flex-direction: column;
}
.comp_114 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_114 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_115 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_116 {
    flex-direction: column;
}
.comp_116 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_116 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_117 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_117 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_117 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_117 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_117 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_118 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_118 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_118 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_118 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_118 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_12 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_12 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_12 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_12 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_120 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_121 {
    flex-direction: column;
}
.comp_121 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_121 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_122 {
    display: flex;
    width: 100%;
    z-index: 1;
}
.comp_122 .wa-image-wrap {
    aspect-ratio: 300/300;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 300px) );
}
.comp_122 .wa-image-wrap > div {
    aspect-ratio: 300/300;;
    position: relative;
    width: 100%;
}
.comp_122 .wa-image-wrap img {
    aspect-ratio: 300/300;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_123 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_124 {
    flex-direction: column;
}
.comp_124 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_124 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_125 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_125 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_125 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_125 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_125 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_126 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_126 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_127 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_128 {
    animation: slideInRight;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_128 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_128 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_129 {
    animation: lightSpeedIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_129 .wa-image-wrap {
    aspect-ratio: 384/184;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 384px) );
}
.comp_129 .wa-image-wrap > div {
    aspect-ratio: 384/184;;
    position: relative;
    width: 100%;
}
.comp_129 .wa-image-wrap img {
    aspect-ratio: 384/184;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_13 {
    display: flex;
    width: 100%;
}
.comp_13 .wa-btn {
    background-color: rgba(37,107,185,1);
    border-color: rgba(101,159,187,1);
    color: rgba(255,255,255,1);
    font-family: 'Oswald';
    font-weight: 700;
}
.comp_13 .wa-btn.wa-btn.wa-btn-icon-right .wa-btn-icon-vector {
    margin-left: .25em;
    margin-right: .5em;
}
.comp_13 .wa-btn.wa-btn:active {
    background-color: rgba(37,107,185,1);
    border-color: rgba(101,159,187,1);
    color: rgba(255,255,255,1);
}
.comp_13 .wa-btn.wa-btn:hover {
    background-color: rgba(0,119,178,1);
    border-color: rgba(101,159,187,1);
    color: rgba(0,0,0,1);
}
.comp_13 a {
    display: flex;
    text-decoration: none;
}
.comp_13 div {
    justify-content: center;
}
.comp_130 {
    background-color: rgba(224,224,224,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_130 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_131 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_132 {
    flex-direction: column;
}
.comp_132 > .wa_inner_col {
    background-position: left bottom;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_132 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_133 {
    flex-direction: column;
}
.comp_133 > .wa_inner_col {
    background-position: left bottom;
    background-repeat: repeat;
    background-size: cover;
    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 {
    flex-direction: column;
}
.comp_134 > .wa_inner_col {
    background-position: left bottom;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_134 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_135 {
    width: 100%;
}
.comp_136 {
    flex-direction: column;
}
.comp_136 > .wa_inner_col {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_136 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_137 {
    animation: bounce;
    animation-duration: 1000ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_137 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_137 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_137 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_137 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_138 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_138 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_138 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_138 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_138 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_139 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_14 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_14 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_140 {
    flex-direction: column;
}
.comp_140 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_140 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_141 {
    width: 100%;
}
.comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_16 {
    flex-direction: column;
}
.comp_16 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_17 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_17 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    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(0,0,0,1);
    font-family: 'Oswald';
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_18 .wa-txt-par {
    color: rgba(0,67,151,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_18 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_18 .wa-txt-par.wa-last-par {
    color: rgba(0,67,151,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_18 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_19 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_19 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_19 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_19 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_19 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_20 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_20 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_21 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_22 {
    flex-direction: column;
}
.comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_23 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_24 {
    flex-direction: column;
}
.comp_24 > .wa_inner_col {
    background-position: left center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_26 {
    flex-direction: column;
}
.comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_27 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_27 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_27 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_27 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_27 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_28 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_28 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_28 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_28 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_29 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_29 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_29 .wa-txt-par a {
    color: rgba(0,67,151,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_29 .wa-txt-par a:hover {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
.comp_29 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_29 .wa-txt-par.wa-last-par a {
    color: rgba(0,67,151,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_29 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
.comp_3 {
    width: 100%;
}
.comp_30 {
    flex-direction: column;
}
.comp_30 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_31 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_32 {
    flex-direction: column;
}
.comp_32 > .wa_inner_col {
    background-position: left center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_33 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_34 {
    flex-direction: column;
}
.comp_34 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_34 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_35 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_35 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_36 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_36 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_36 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_36 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_36 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_37 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_37 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_37 .wa-txt-par a {
    color: rgba(0,67,151,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_37 .wa-txt-par a:hover {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
.comp_37 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_37 .wa-txt-par.wa-last-par a {
    color: rgba(0,67,151,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_37 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
.comp_38 {
    flex-direction: column;
}
.comp_38 > .wa_inner_col {
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_40 {
    flex-direction: column;
}
.comp_40 > .wa_inner_col {
    background-position: left center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_42 {
    flex-direction: column;
}
.comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_43 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    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: 'Oswald';
    font-weight: 300;
    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: 'Oswald';
    font-weight: 700;
    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: 'Oswald';
    font-weight: 700;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_45 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_45 .wa-txt-par a {
    color: rgba(0,67,151,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_45 .wa-txt-par a:hover {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
.comp_45 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_45 .wa-txt-par.wa-last-par a {
    color: rgba(0,67,151,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_45 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
.comp_46 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_46 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_47 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_48 {
    flex-direction: column;
}
.comp_48 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_48 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_49 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_5 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_5 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.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;
    width: 100%;
}
.comp_51 .wa-image-wrap {
    aspect-ratio: 564/132;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 564px) );
}
.comp_51 .wa-image-wrap > div {
    aspect-ratio: 564/132;;
    position: relative;
    width: 100%;
}
.comp_51 .wa-image-wrap img {
    aspect-ratio: 564/132;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_52 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_52 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_53 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_54 {
    flex-direction: column;
}
.comp_54 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_54 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_55 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_55 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_55 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_55 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_56 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_56 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_56 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_56 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_56 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_57 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_57 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_57 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_57 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_57 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_58 {
    flex-direction: column;
}
.comp_58 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_59 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_59 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_59 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_59 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_6 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_60 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_60 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_60 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_60 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_60 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_61 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_61 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_61 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_61 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_61 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_62 {
    flex-direction: column;
}
.comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_63 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_63 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_63 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_63 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_64 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_64 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_64 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_64 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_64 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_65 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_65 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_65 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_65 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_65 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_66 {
    flex-direction: column;
}
.comp_66 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_67 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_67 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_67 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_67 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_68 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_68 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_68 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_68 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_68 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_69 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_69 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_69 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_69 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_69 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_7 {
    flex-direction: column;
}
.comp_7 > .wa_inner_col {
    background-color: rgba(239,239,239,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_7 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_70 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_71 {
    flex-direction: column;
}
.comp_71 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_71 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_72 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_72 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_72 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_72 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_73 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_73 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_73 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_73 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_73 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_74 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_74 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_74 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_74 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_74 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_75 {
    flex-direction: column;
}
.comp_75 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_75 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_76 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_76 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_76 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_76 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_77 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_77 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_77 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_77 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_77 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_78 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_78 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_78 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_78 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_78 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_79 {
    flex-direction: column;
}
.comp_79 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_79 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_80 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_80 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_80 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_80 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_81 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_81 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_81 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_81 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_81 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_82 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_82 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_82 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_82 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_82 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    animation: zoomIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_84 .wa-image-wrap {
    aspect-ratio: 512/512;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 512px) );
}
.comp_84 .wa-image-wrap > div {
    aspect-ratio: 512/512;;
    position: relative;
    width: 100%;
}
.comp_84 .wa-image-wrap img {
    aspect-ratio: 512/512;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_85 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_85 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_85 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_85 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_85 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_86 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_86 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_86 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_86 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_86 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_87 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_87 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_88 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_89 {
    flex-direction: column;
}
.comp_89 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_89 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_9 {
    flex-direction: column;
}
.comp_9 > .wa_inner_col {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_90 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_91 {
    flex-direction: column;
}
.comp_91 > .wa_inner_col {
    background-color: rgba(239,239,239,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_91 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_92 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_93 {
    flex-direction: column;
}
.comp_93 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_93 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_94 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_94 .wa-txt-par {
    color: rgba(0,67,151,1);
    font-family: 'Oswald';
    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(0,67,151,1);
    font-family: 'Oswald';
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_95 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_95 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_95 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_95 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_96 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_96 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_96 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_96 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_96 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_97 {
    flex-direction: column;
}
.comp_97 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_97 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_98 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_98 .wa-txt-par {
    color: rgba(37,107,185,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_98 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_98 .wa-txt-par.wa-last-par {
    color: rgba(37,107,185,1);
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_98 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_99 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_99 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_99 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_99 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_99 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    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_10 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_10 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_100 {
    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_100 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_100 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_101 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_101 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_101 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_102 {
    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: 55px;
}
.comp_102 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_102 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_103 {
    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: 0px;
}
.comp_103 .wa-txt-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_103 .wa-txt-par.wa-last-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_104 {
    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_104 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_104 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_105 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_105 > .wa_inner_col {
    border: none;
    border-radius: 0px 0px 12px 12px;
}
.comp_105 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_106 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_106 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 266.075px , 800px) );
}
.comp_107 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 25px !important;
}
.comp_108 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_109 {
    min-height: 99px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_109 > .wa_inner_col {
    background-image: url('../../icons/GlobalVision_Opticien_Ixelles.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 12px 12px 12px 12px;
}
.comp_109 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_11 {
    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_11 .wa-txt-par {
    font-size: 56px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_11 .wa-txt-par.wa-last-par {
    font-size: 56px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_110 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_110 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_110 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_111 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_112 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_112 > .wa_inner_col {
    border: none;
    border-radius: 12px 12px 12px 12px;
}
.comp_112 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 4rem;
    margin-top: 0rem;
}
.comp_113 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_114 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_114 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_114 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 3rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_115 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_116 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_116 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_116 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_117 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 22px;
}
.comp_117 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_117 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_118 {
    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: 8px;
}
.comp_118 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_118 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_12 {
    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_12 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_12 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_120 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -30px !important;
}
.comp_121 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_121 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_121 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_122 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_122 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 300px) );
}
.comp_123 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_124 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_124 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_124 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_125 {
    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: 8px;
}
.comp_125 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: left;
}
.comp_125 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: left;
}
.comp_126 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_126 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 5rem;
}
.comp_127 {
    display: none;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_128 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_128 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_128 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 3rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_129 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_129 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 73.0435px , 384px) );
}
.comp_13 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 77px;
}
.comp_13 .wa-btn {
    font-size: 1em;
}
.comp_13 a {
    width: unset;
}
.comp_13 div {
    width: unset;
}
.comp_130 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 88px;
}
.comp_130 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 3rem;
    margin-top: 0rem;
}
.comp_131 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_132 {
    min-height: 240px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_132 > .wa_inner_col {
    background-image: url('../../icons/Br02jpg.jpg?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 0px;
}
.comp_132 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_133 {
    min-height: 240px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_133 > .wa_inner_col {
    background-image: url('../../icons/BR01.jpg?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 0px;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_134 {
    min-height: 260px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_134 > .wa_inner_col {
    background-image: url('../../icons/br03.jpg?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 0px;
}
.comp_134 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_135 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_136 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_136 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 0px;
}
.comp_136 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 4rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_137 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_137 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_137 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_138 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_138 .wa-txt-par {
    font-size: 40px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_138 .wa-txt-par.wa-last-par {
    font-size: 40px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_139 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_14 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_14 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_140 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_140 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_140 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_141 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_15 {
    display: flex;
    margin-bottom: 77px !important;
    margin-top: 77px !important;
}
.comp_16 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_17 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_17 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_18 {
    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: 8px;
}
.comp_18 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_18 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_19 {
    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_19 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: center;
}
.comp_19 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: center;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_20 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_20 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_21 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_22 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_23 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_24 > .wa_inner_col {
    background-image: url('../../icons/Global_Vision_Woman25.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 12px 12px 12px 12px;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_26 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_27 {
    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: 55px;
}
.comp_27 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_27 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_28 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_28 .wa-txt-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_28 .wa-txt-par.wa-last-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_29 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 55px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_29 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_29 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_3 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_30 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0.5rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0.5rem;
}
.comp_31 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_32 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_32 > .wa_inner_col {
    background-image: url('../../icons/Global_Vision_homme25.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 12px 12px 12px 12px;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_33 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_34 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_34 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_34 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_35 {
    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: 55px;
}
.comp_35 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_35 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_36 {
    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: 0px;
}
.comp_36 .wa-txt-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_36 .wa-txt-par.wa-last-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_37 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 55px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_37 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_37 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_38 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_38 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_39 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_40 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_40 > .wa_inner_col {
    background-image: url('../../icons/Global_Vision_Kids25.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
    border: none;
    border-radius: 12px 12px 12px 12px;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_41 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 55px;
}
.comp_43 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_43 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_44 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.comp_44 .wa-txt-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_44 .wa-txt-par.wa-last-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_45 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 55px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_45 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_45 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_46 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_46 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_47 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_48 {
    min-height: 55px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_48 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_48 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_49 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_5 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_5 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.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 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_51 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 55px;
}
.comp_51 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 376px , 564px) );
}
.comp_52 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_52 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_53 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_54 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_54 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_54 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_55 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_55 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_56 {
    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_56 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_56 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_57 {
    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: 0px;
}
.comp_57 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_57 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_58 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_58 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_59 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_59 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_6 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_60 {
    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_60 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_60 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_61 {
    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: 0px;
}
.comp_61 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_61 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_62 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_63 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_63 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_64 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_64 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_64 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_65 {
    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: 0px;
}
.comp_65 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_65 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_66 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_66 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_67 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_67 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_68 {
    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_68 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_68 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_69 {
    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: 0px;
}
.comp_69 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_69 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_7 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_7 > .wa_inner_col {
    border: none;
    border-radius: 30px 30px 30px 30px;
}
.comp_7 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_70 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_71 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_71 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_71 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_72 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_72 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_73 {
    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_73 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_73 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_74 {
    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: 0px;
}
.comp_74 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_74 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_75 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_75 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_75 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_76 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_76 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_77 {
    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_77 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_77 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_78 {
    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: 0px;
}
.comp_78 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_78 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_79 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_79 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_79 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_80 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_80 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_81 {
    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_81 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_81 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_82 {
    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: 0px;
}
.comp_82 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_82 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_83 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_83 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_83 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
}
.comp_84 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_84 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 45px , 512px) );
}
.comp_85 {
    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_85 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_85 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_86 {
    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: 0px;
}
.comp_86 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_86 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_87 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_87 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0rem;
}
.comp_88 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_89 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_89 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_89 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_9 {
    min-height: 600px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_9 > .wa_inner_col {
    background-image: url('');
    border: none;
    border-radius: 40px 40px 40px 40px;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 1.2rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_90 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_91 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_91 > .wa_inner_col {
    border: none;
    border-radius: 12px 12px 0px 0px;
}
.comp_91 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0rem;
}
.comp_92 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_93 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_93 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_93 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_94 {
    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: 55px;
}
.comp_94 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_94 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_95 {
    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: 0px;
}
.comp_95 .wa-txt-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_95 .wa-txt-par.wa-last-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_96 {
    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_96 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_96 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_97 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_97 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_97 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_98 {
    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: 55px;
}
.comp_98 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_98 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_99 {
    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: 0px;
}
.comp_99 .wa-txt-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_99 .wa-txt-par.wa-last-par {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        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_10 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_10 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_100 {
        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_100 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_100 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_101 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_101 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_101 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_102 {
        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: 55px;
    }
    .comp_102 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_102 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_103 {
        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: 0px;
    }
    .comp_103 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_103 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_104 {
        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_104 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_104 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_105 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_105 > .wa_inner_col {
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_105 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_106 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_106 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 800px) );
    }
    .comp_107 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }
    .comp_108 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_109 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_109 > .wa_inner_col {
        background-image: url('../../icons/GlobalVision_Opticien_Ixelles.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_109 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        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_11 .wa-txt-par {
        font-size: 56px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_11 .wa-txt-par.wa-last-par {
        font-size: 56px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_110 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_110 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_110 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_111 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_112 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_112 > .wa_inner_col {
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_112 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 2rem;
        margin-right: 4rem;
        margin-top: 0rem;
    }
    .comp_113 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_114 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_114 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_114 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_115 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_116 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_116 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_116 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_117 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .comp_117 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_117 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_118 {
        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: 8px;
    }
    .comp_118 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_118 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_12 {
        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_12 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_12 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -30px !important;
    }
    .comp_121 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_121 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_121 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_122 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_122 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 120px , 300px) );
    }
    .comp_123 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_124 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_124 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_124 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_125 {
        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: 8px;
    }
    .comp_125 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: left;
    }
    .comp_125 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.4;
        text-align: left;
    }
    .comp_126 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_126 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 5rem;
    }
    .comp_127 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_128 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_128 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_128 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_129 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_129 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 135.652px , 384px) );
    }
    .comp_13 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 55px;
    }
    .comp_13 .wa-btn {
        font-size: 1em;
    }
    .comp_13 a {
        width: unset;
    }
    .comp_13 div {
        width: unset;
    }
    .comp_130 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 88px;
    }
    .comp_130 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_131 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_132 {
        min-height: 240px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_132 > .wa_inner_col {
        background-image: url('../../icons/Br02jpg.jpg?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 0px;
    }
    .comp_132 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_133 {
        min-height: 240px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_133 > .wa_inner_col {
        background-image: url('../../icons/BR01.jpg?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_134 {
        min-height: 260px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_134 > .wa_inner_col {
        background-image: url('../../icons/br03.jpg?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 0px;
    }
    .comp_134 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_135 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_136 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_136 > .wa_inner_col {
        background-image: url('');
        border: none;
        border-radius: 0px;
    }
    .comp_136 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 4rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_137 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 25px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_137 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_137 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_138 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_138 .wa-txt-par {
        font-size: 40px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_138 .wa-txt-par.wa-last-par {
        font-size: 40px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_139 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_14 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_140 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_140 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_140 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_141 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 77px !important;
        margin-top: 77px !important;
    }
    .comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_18 {
        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: 8px;
    }
    .comp_18 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_18 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_19 {
        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_19 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: center;
    }
    .comp_19 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: center;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_20 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_20 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_21 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 0rem;
    }
    .comp_23 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        background-image: url('../../icons/Global_Vision_Woman25.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_27 {
        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: 55px;
    }
    .comp_27 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_27 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_28 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_28 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_28 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_29 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 55px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_29 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_29 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_3 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 0rem;
    }
    .comp_31 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_32 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_32 > .wa_inner_col {
        background-image: url('../../icons/Global_Vision_homme25.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_35 {
        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: 55px;
    }
    .comp_35 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        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: 0px;
    }
    .comp_36 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 55px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_37 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 0rem;
    }
    .comp_39 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_40 > .wa_inner_col {
        background-image: url('../../icons/Global_Vision_Kids25.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 55px;
    }
    .comp_43 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
    }
    .comp_44 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_44 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 55px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_45 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_45 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_46 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_46 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_47 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_48 {
        min-height: 55px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_48 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_48 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_49 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_5 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_5 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .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 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_51 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 55px;
    }
    .comp_51 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 376px , 564px) );
    }
    .comp_52 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_52 > .innerBox {
        margin-bottom: 2rem;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 2rem;
    }
    .comp_53 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_54 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_55 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_55 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_56 {
        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_56 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_56 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_57 {
        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: 0px;
    }
    .comp_57 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_58 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_58 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_59 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_59 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_60 {
        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_60 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_61 {
        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: 0px;
    }
    .comp_61 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_61 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_63 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_63 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_64 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_64 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_65 {
        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: 0px;
    }
    .comp_65 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_65 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_67 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_67 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_68 {
        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_68 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_69 {
        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: 0px;
    }
    .comp_69 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_69 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_7 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_7 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_70 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_71 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_71 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_71 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_72 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_72 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_73 {
        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_73 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_73 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_74 {
        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: 0px;
    }
    .comp_74 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_75 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_75 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_75 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_76 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_76 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_77 {
        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_77 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_77 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_78 {
        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: 0px;
    }
    .comp_78 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_78 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_79 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_79 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_79 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_80 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_80 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_81 {
        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_81 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_81 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_82 {
        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: 0px;
    }
    .comp_82 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_82 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .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 {
        gap: 0px;
        margin-bottom: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 2rem;
    }
    .comp_84 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_84 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 50px , 512px) );
    }
    .comp_85 {
        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_85 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_85 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_86 {
        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: 0px;
    }
    .comp_86 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_86 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_87 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_87 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .comp_88 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_89 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_89 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_89 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 1rem;
        margin-top: 0rem;
    }
    .comp_9 {
        min-height: 600px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_9 > .wa_inner_col {
        background-image: url('../../icons/GlobalVision_home01.webp?t=3cec03a2_c816_48bf_bc04_d780063d18b4');
        border: none;
        border-radius: 40px 40px 40px 40px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_90 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_91 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_91 > .wa_inner_col {
        border: none;
        border-radius: 12px 12px 12px 12px;
    }
    .comp_91 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
    }
    .comp_92 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_93 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_93 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_93 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_94 {
        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: 55px;
    }
    .comp_94 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_94 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_95 {
        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: 0px;
    }
    .comp_95 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_95 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 {
        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_96 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_97 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_97 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_98 {
        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: 55px;
    }
    .comp_98 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_98 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_99 {
        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: 0px;
    }
    .comp_99 .wa-txt-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_99 .wa-txt-par.wa-last-par {
        font-size: 28px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    body {
        background-image: url('');
    }
}


.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_back_sep {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 700;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item:hover {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item:hover a {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item:hover svg {
    fill: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(187,187,187,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_generic_header {
    background-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-family: 'Oswald';
    font-weight: 400;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(0,0,0,1);
    font-family: 'Poppins';
    font-weight: 400;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(239,239,239,1);
    color: rgba(0,67,151,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(0,67,151,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(0,67,151,1);
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.wa_float_menu_over_blockcomp-0-comp_13 {
    background-color: rgba(238,232,237,1) !important;
    font-family: 'Oswald';
    font-weight: 400;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem2 {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem2:hover {
    background-color: rgba(187,187,187,1) !important;
    color: rgba(0,0,255,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem:hover {
    background-color: rgba(187,187,187,1) !important;
    color: rgba(0,0,255,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubTitle {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 {
    background-color: rgba(238,232,237,1) !important;
    font-family: 'Oswald';
    font-weight: 400;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem2 {
    color: rgba(0,0,0,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem2:hover {
    background-color: rgba(187,187,187,1) !important;
    color: rgba(0,0,255,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem:hover {
    background-color: rgba(187,187,187,1) !important;
    color: rgba(0,0,255,1) !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubTitle {
    color: rgba(0,0,0,1) !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileBrandItem {
    background-color: rgba(0,0,0,1) !important;
    color: rgba(0,67,151,1) !important;
    font-family: 'Oswald' !important;
    font-weight: 700 !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileMenuIemSimple {
    color: rgba(17,17,17,1) !important;
    font-family: 'Oswald' !important;
    font-weight: 400 !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileMenuIemSimple:hover {
    background-color: rgba(232,232,232,1) !important;
    color: rgba(17,17,17,1) !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileMenuIemTitle {
    color: rgba(17,17,17,1) !important;
    font-family: 'Oswald' !important;
    font-weight: 400 !important;
}
.waf-menunidblockcomp-0-comp_13 .wafxMenuPageGroupItem {
    background-color: rgba(255,255,255,1) !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileBrandItem {
    background-color: rgba(0,0,0,1) !important;
    color: rgba(0,67,151,1) !important;
    font-family: 'Oswald' !important;
    font-weight: 700 !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileMenuIemSimple {
    color: rgba(17,17,17,1) !important;
    font-family: 'Oswald' !important;
    font-weight: 400 !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileMenuIemSimple:hover {
    background-color: rgba(232,232,232,1) !important;
    color: rgba(17,17,17,1) !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileMenuIemTitle {
    color: rgba(17,17,17,1) !important;
    font-family: 'Oswald' !important;
    font-weight: 400 !important;
}
.waf-menunidblockcomp-0-comp_5 .wafxMenuPageGroupItem {
    background-color: rgba(255,255,255,1) !important;
}
.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: center;
}
.blockcomp-0-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    aspect-ratio: 564/132;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 564px) );
}
.blockcomp-0-comp_11 .wa-image-wrap > div {
    aspect-ratio: 564/132;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-image-wrap img {
    aspect-ratio: 564/132;;
    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: center;
}
.blockcomp-0-comp_13 {
    width: 100%;
}
.blockcomp-0-comp_13 nav {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 400;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
}
.blockcomp-0-comp_13 nav .nav-link {
    color: rgba(0,0,0,1);
}
.blockcomp-0-comp_13 nav .nav-link:hover {
    color: rgba(0,67,151,1);
}
.blockcomp-0-comp_13 nav .navbar-nav {
    width: 100%;
}
.blockcomp-0-comp_13 nav .navbar-toggler {
    background-color: rgba(255,255,255,1);
    border-color: rgba(2,34,100,1);
    outline: none !important;
}
.blockcomp-0-comp_13 nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80%25' height='80%25' viewBox='0 0 24 24'%3E   %3Cpath  fill='rgba(0,67,151,1)'  fill-rule='evenodd' d='M4,5 L20,5 C20.5522847,5 21,5.44771525 21,6 C21,6.55228475 20.5522847,7 20,7 L4,7 C3.44771525,7 3,6.55228475 3,6 C3,5.44771525 3.44771525,5 4,5 Z M4,17 L20,17 C20.5522847,17 21,17.4477153 21,18 C21,18.5522847 20.5522847,19 20,19 L4,19 C3.44771525,19 3,18.5522847 3,18 C3,17.4477153 3.44771525,17 4,17 Z M4,11 L20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5522847 20.5522847,13 20,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 Z'/%3E %3C/svg%3E ");
}
.blockcomp-0-comp_13 nav .navbar-toggler:focus {
    outline: none !important;
}
.blockcomp-0-comp_13 nav a.dropdown-toggle {
    outline: none;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 564/132;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 564px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 564/132;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 564/132;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_5 {
    width: 100%;
}
.blockcomp-0-comp_5 nav {
    color: rgba(0,0,0,1);
    font-family: 'Oswald';
    font-weight: 400;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
}
.blockcomp-0-comp_5 nav .nav-link {
    color: rgba(0,0,0,1);
}
.blockcomp-0-comp_5 nav .nav-link:hover {
    color: rgba(0,67,151,1);
}
.blockcomp-0-comp_5 nav .navbar-nav {
    width: 100%;
}
.blockcomp-0-comp_5 nav .navbar-toggler {
    background-color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    outline: none !important;
}
.blockcomp-0-comp_5 nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80%25' height='80%25' viewBox='0 0 24 24'%3E   %3Cpath  fill='rgba(0,67,151,1)'  fill-rule='evenodd' d='M4,5 L20,5 C20.5522847,5 21,5.44771525 21,6 C21,6.55228475 20.5522847,7 20,7 L4,7 C3.44771525,7 3,6.55228475 3,6 C3,5.44771525 3.44771525,5 4,5 Z M4,17 L20,17 C20.5522847,17 21,17.4477153 21,18 C21,18.5522847 20.5522847,19 20,19 L4,19 C3.44771525,19 3,18.5522847 3,18 C3,17.4477153 3.44771525,17 4,17 Z M4,11 L20,11 C20.5522847,11 21,11.4477153 21,12 C21,12.5522847 20.5522847,13 20,13 L4,13 C3.44771525,13 3,12.5522847 3,12 C3,11.4477153 3.44771525,11 4,11 Z'/%3E %3C/svg%3E ");
}
.blockcomp-0-comp_5 nav .navbar-toggler:focus {
    outline: none !important;
}
.blockcomp-0-comp_5 nav a.dropdown-toggle {
    outline: none;
}
.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: center;
}
.blockcomp-0-comp_7 {
    width: 100%;
}
.blockcomp-0-comp_7 .waf_menu {
    --bubble-bg-color: rgba(238,232,237,1);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(0,0,0,1);
    --panel-bg-color: rgba(239,239,239,1);
    --panel-brand-icon: ../wa_res/icons/Globalvision_LOGO.png !important;
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: right;
    --panel-text-color: rgba(0,0,0,1);
}
.blockcomp-0-comp_7 .waf_menu-mini-btn {
    background-color: rgba(255,255,255,1);
    border-color: rgba(119,119,119,0);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn:hover {
    background-color: rgba(255,255,255,1);
    border-color: rgba(119,119,119,0);
}
.blockcomp-0-comp_7 .waf_menu-mini-btn:hover svg path {
    fill: rgba(23,63,64,1);
}
.blockcomp-0-comp_7 nav {
    background-color: rgba(249,249,249,1);
    color: rgba(119,119,119,0);
    font-family: 'Oswald';
    font-weight: 700;
}
.blockcomp-0-comp_7 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(119,119,119,0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(119,119,119,0);
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_7 nav > ul > li:hover > .waf-nav-link {
    color: rgba(119,119,119,0);
}
.blockcomp-0-comp_7 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(119,119,119,0);
}
.blockcomp-0-comp_8 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_8 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7 > .waf_menu_panel_icon_wrap {
    height: 55px;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_generic_header {
    font-size: 16px;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 16px;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 16px;
}
.COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem {
    font-size: 13px !important;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem2 {
    font-size: 13px !important;
}
.wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubTitle {
    font-size: 15.6px !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem {
    font-size: 13px !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem2 {
    font-size: 13px !important;
}
.wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubTitle {
    font-size: 15.6px !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileBrandItem {
    font-size: 2.38rem !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileMenuIemSimple {
    font-size: 1.3rem !important;
}
.waf-menunidblockcomp-0-comp_13 .waMobileMenuIemTitle {
    font-size: 1.56rem !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileBrandItem {
    font-size: 1.3rem !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileMenuIemSimple {
    font-size: 1.3rem !important;
}
.waf-menunidblockcomp-0-comp_5 .waMobileMenuIemTitle {
    font-size: 1.56rem !important;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blockcomp-0-comp_11 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 564px) );
}
.blockcomp-0-comp_12 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_13 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_13 nav {
    border: none;
    border-radius: 0px;
    font-size: 20px;
    min-height: 20px;
}
.blockcomp-0-comp_13 nav .navbar-nav {
    justify-content: center;
}
.blockcomp-0-comp_13 nav .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
}
.blockcomp-0-comp_13 nav .wafx-menu-wrapper {
    justify-content: center;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 564px) );
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 nav {
    border: none;
    border-radius: 0px;
    font-size: 20px;
    min-height: 20px;
}
.blockcomp-0-comp_5 nav .navbar-nav {
    justify-content: center;
}
.blockcomp-0-comp_5 nav .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
}
.blockcomp-0-comp_5 nav .wafx-menu-wrapper {
    justify-content: center;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0px;
}
.blockcomp-0-comp_7 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_7 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 6.4px;
    --panel-content-width: 400px;
}
.blockcomp-0-comp_7 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-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;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn {
    border-radius: 5.5px;
    height: 55px;
    width: 55px;
}
.blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: center;
}
.blockcomp-0-comp_7 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 18px;
    justify-content: end;
    min-height: 2rem;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 18px;
    width: 18px;
}
.blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
.blockcomp-0-comp_8 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_8 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_9 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7 > .waf_menu_panel_icon_wrap {
        height: 55px;
    }
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_generic_header {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_46e2bb15da84476db1f1253d006a4cb7.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem {
        font-size: 13px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubItem2 {
        font-size: 13px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_13 .waMenuDeskSubTitle {
        font-size: 15.6px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem {
        font-size: 13px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubItem2 {
        font-size: 13px !important;
    }
    .wa_float_menu_over_blockcomp-0-comp_5 .waMenuDeskSubTitle {
        font-size: 15.6px !important;
    }
    .waf-menunidblockcomp-0-comp_13 .waMobileBrandItem {
        font-size: 2.38rem !important;
    }
    .waf-menunidblockcomp-0-comp_13 .waMobileMenuIemSimple {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_13 .waMobileMenuIemTitle {
        font-size: 1.56rem !important;
    }
    .waf-menunidblockcomp-0-comp_5 .waMobileBrandItem {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_5 .waMobileMenuIemSimple {
        font-size: 1.3rem !important;
    }
    .waf-menunidblockcomp-0-comp_5 .waMobileMenuIemTitle {
        font-size: 1.56rem !important;
    }
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .blockcomp-0-comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 299.091px , 564px) );
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        font-size: 20px;
        min-height: 20px;
    }
    .blockcomp-0-comp_13 nav .navbar-nav {
        justify-content: center;
    }
    .blockcomp-0-comp_13 nav .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_13 nav .wafx-menu-wrapper {
        justify-content: center;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 299.091px , 564px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        font-size: 20px;
        min-height: 20px;
    }
    .blockcomp-0-comp_5 nav .navbar-nav {
        justify-content: center;
    }
    .blockcomp-0-comp_5 nav .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_5 nav .wafx-menu-wrapper {
        justify-content: center;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_7 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 6.4px;
        --panel-content-width: 400px;
    }
    .blockcomp-0-comp_7 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-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;
    }
    .blockcomp-0-comp_7 .waf_menu-mini-btn {
        border-radius: 5.5px;
        height: 55px;
        width: 55px;
    }
    .blockcomp-0-comp_7 .waf_menu-mini-btn-wrapper {
        display: flex !important;
        justify-content: center;
    }
    .blockcomp-0-comp_7 nav {
        border: none;
        border-radius: 0px;
        display: none !important;
        font-size: 18px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 18px;
        width: 18px;
    }
    .blockcomp-0-comp_7 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_8 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-0-comp_8 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 1rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        display: none;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
}



.blockcomp-1-comp_10 {animation: wiggle 2s linear infinite;} @keyframes wiggle { 0%, 7% {transform: rotateZ(0);} 15% {transform: rotateZ(-15deg);} 20% {transform: rotateZ(10deg);} 25% { transform: rotateZ(-10deg);} 30% {transform: rotateZ(6deg);} 35% {transform: rotateZ(-4deg);} 40%, 100% {transform: rotateZ(0);}}


.blockcomp-1-comp_12 {animation: wiggle 2s linear infinite;} @keyframes wiggle { 0%, 7% {transform: rotateZ(0);} 15% {transform: rotateZ(-15deg);} 20% {transform: rotateZ(10deg);} 25% { transform: rotateZ(-10deg);} 30% {transform: rotateZ(6deg);} 35% {transform: rotateZ(-4deg);} 40%, 100% {transform: rotateZ(0);}}


.blockcomp-1-comp_14 {animation: wiggle 2s linear infinite;} @keyframes wiggle { 0%, 7% {transform: rotateZ(0);} 15% {transform: rotateZ(-15deg);} 20% {transform: rotateZ(10deg);} 25% { transform: rotateZ(-10deg);} 30% {transform: rotateZ(6deg);} 35% {transform: rotateZ(-4deg);} 40%, 100% {transform: rotateZ(0);}}


.blockcomp-1-comp_20 a {text-decoration:none !important;}


.blockcomp-1-comp_26 a {text-decoration:none !important;}


.blockcomp-1-comp_34 a {text-decoration:none !important;}


.blockcomp-1-comp_39 a {text-decoration:none !important;}


.blockcomp-1-comp_45 {animation: wiggle 2s linear infinite;} @keyframes wiggle { 0%, 7% {transform: rotateZ(0);} 15% {transform: rotateZ(-15deg);} 20% {transform: rotateZ(10deg);} 25% { transform: rotateZ(-10deg);} 30% {transform: rotateZ(6deg);} 35% {transform: rotateZ(-4deg);} 40%, 100% {transform: rotateZ(0);}}


.blockcomp-1-comp_47 {animation: wiggle 2s linear infinite;} @keyframes wiggle { 0%, 7% {transform: rotateZ(0);} 15% {transform: rotateZ(-15deg);} 20% {transform: rotateZ(10deg);} 25% { transform: rotateZ(-10deg);} 30% {transform: rotateZ(6deg);} 35% {transform: rotateZ(-4deg);} 40%, 100% {transform: rotateZ(0);}}


.blockcomp-1-comp_49 {animation: wiggle 2s linear infinite;} @keyframes wiggle { 0%, 7% {transform: rotateZ(0);} 15% {transform: rotateZ(-15deg);} 20% {transform: rotateZ(10deg);} 25% { transform: rotateZ(-10deg);} 30% {transform: rotateZ(6deg);} 35% {transform: rotateZ(-4deg);} 40%, 100% {transform: rotateZ(0);}}


.blockcomp-1-comp_54 a {text-decoration:none !important;}


.blockcomp-1-comp_59 a {text-decoration:none !important;}

.blockcomp-1-comp_0 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_10 .wa-image-wrap {
    aspect-ratio: 57/56;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_10 .wa-image-wrap > div {
    aspect-ratio: 57/56;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_10 .wa-image-wrap img {
    aspect-ratio: 57/56;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_11 {
    flex-direction: column;
}
.blockcomp-1-comp_11 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_12 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_12 .wa-image-wrap {
    aspect-ratio: 311/309;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 311px) );
}
.blockcomp-1-comp_12 .wa-image-wrap > div {
    aspect-ratio: 311/309;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_12 .wa-image-wrap img {
    aspect-ratio: 311/309;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_13 {
    flex-direction: column;
}
.blockcomp-1-comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_14 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_14 .wa-image-wrap {
    aspect-ratio: 57/56;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_14 .wa-image-wrap > div {
    aspect-ratio: 57/56;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_14 .wa-image-wrap img {
    aspect-ratio: 57/56;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_15 {
    flex-direction: column;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_16 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_16 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_17 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_18 {
    flex-direction: column;
}
.blockcomp-1-comp_18 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_19 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_19 hr {
    border-color: rgba(0,67,151,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.blockcomp-1-comp_2 {
    flex-direction: column;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_20 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_20 .wa-txt-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_20 .wa-txt-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_21 {
    flex-direction: column;
}
.blockcomp-1-comp_21 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_22 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_22 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_22 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    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 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_25 hr {
    border-color: rgba(0,67,151,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.blockcomp-1-comp_26 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_26 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_26 .wa-txt-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_26 .wa-txt-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_27 {
    flex-direction: column;
}
.blockcomp-1-comp_27 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_28 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_29 {
    flex-direction: column;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_30 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_30 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_31 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_32 {
    flex-direction: column;
}
.blockcomp-1-comp_32 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_32 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_33 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_33 hr {
    border-color: rgba(0,67,151,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.blockcomp-1-comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_34 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_34 .wa-txt-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_34 .wa-txt-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_35 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_36 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_37 {
    flex-direction: column;
}
.blockcomp-1-comp_37 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_38 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_38 hr {
    border-color: rgba(0,67,151,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.blockcomp-1-comp_39 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_39 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_39 .wa-txt-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_39 .wa-txt-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_40 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_40 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_42 {
    flex-direction: column;
}
.blockcomp-1-comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_43 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_44 {
    flex-direction: column;
}
.blockcomp-1-comp_44 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_45 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_45 .wa-image-wrap {
    aspect-ratio: 57/56;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_45 .wa-image-wrap > div {
    aspect-ratio: 57/56;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_45 .wa-image-wrap img {
    aspect-ratio: 57/56;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_46 {
    flex-direction: column;
}
.blockcomp-1-comp_46 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_47 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_47 .wa-image-wrap {
    aspect-ratio: 311/309;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 311px) );
}
.blockcomp-1-comp_47 .wa-image-wrap > div {
    aspect-ratio: 311/309;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_47 .wa-image-wrap img {
    aspect-ratio: 311/309;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_48 {
    flex-direction: column;
}
.blockcomp-1-comp_48 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_48 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_49 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_49 .wa-image-wrap {
    aspect-ratio: 57/56;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_49 .wa-image-wrap > div {
    aspect-ratio: 57/56;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_49 .wa-image-wrap img {
    aspect-ratio: 57/56;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_50 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_50 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_50 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_50 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_50 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_51 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_52 {
    flex-direction: column;
}
.blockcomp-1-comp_52 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_52 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_53 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_53 hr {
    border-color: rgba(0,67,151,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.blockcomp-1-comp_54 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_54 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_54 .wa-txt-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_54 .wa-txt-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_54 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_54 .wa-txt-par.wa-last-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_54 .wa-txt-par.wa-last-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_55 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_55 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_55 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_56 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_57 {
    flex-direction: column;
}
.blockcomp-1-comp_57 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_57 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_58 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_58 hr {
    border-color: rgba(0,67,151,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 1;
    width: 100%;
}
.blockcomp-1-comp_59 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_59 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_59 .wa-txt-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_59 .wa-txt-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Oswald';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par a {
    color: rgba(122,122,122,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par a:hover {
    color: rgba(37,107,185,1);
    text-decoration: underline;
}
.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_60 {
    background-color: rgba(0,0,0,0.811765);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_60 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_61 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_62 {
    flex-direction: column;
}
.blockcomp-1-comp_62 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_63 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_63 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_63 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_63 .wa-txt-par a:hover {
    color: rgba(0,119,178,1);
    text-decoration: underline;
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par a:hover {
    color: rgba(0,119,178,1);
    text-decoration: underline;
}
.blockcomp-1-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-image-wrap {
    aspect-ratio: 564/132;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 564px) );
}
.blockcomp-1-comp_7 .wa-image-wrap > div {
    aspect-ratio: 564/132;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-image-wrap img {
    aspect-ratio: 564/132;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_9 {
    flex-direction: column;
}
.blockcomp-1-comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_0 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_10 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_11 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.blockcomp-1-comp_12 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_12 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 311px) );
}
.blockcomp-1-comp_13 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.blockcomp-1-comp_14 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_14 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_15 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_16 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 25px;
}
.blockcomp-1-comp_16 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_17 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_18 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_18 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_19 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_2 {
    min-height: 280px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    background-image: url('../../icons/Pied.jpg?t=');
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_20 {
    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;
}
.blockcomp-1-comp_20 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_20 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_21 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_21 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_22 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 25px;
}
.blockcomp-1-comp_22 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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: 0px;
}
.blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_25 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_26 {
    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;
}
.blockcomp-1-comp_26 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_27 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_27 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_28 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_29 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    display: flex;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
}
.blockcomp-1-comp_30 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 25px;
}
.blockcomp-1-comp_30 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_31 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_32 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_32 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_32 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_33 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_34 {
    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;
}
.blockcomp-1-comp_34 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 10px;
}
.blockcomp-1-comp_35 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_36 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_37 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_37 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_38 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_39 {
    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;
}
.blockcomp-1-comp_39 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_40 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_40 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_41 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_43 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_44 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_44 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.blockcomp-1-comp_45 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_45 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_46 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_46 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.blockcomp-1-comp_47 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_47 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 311px) );
}
.blockcomp-1-comp_48 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_48 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_48 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
.blockcomp-1-comp_49 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_49 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 57px) );
}
.blockcomp-1-comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_50 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 25px;
}
.blockcomp-1-comp_50 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_50 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_51 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_52 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_52 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_52 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_53 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_54 {
    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;
}
.blockcomp-1-comp_54 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_54 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_55 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 10px;
}
.blockcomp-1-comp_55 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_56 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_57 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_57 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_57 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_58 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_59 {
    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;
}
.blockcomp-1-comp_59 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_59 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 25px;
}
.blockcomp-1-comp_60 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_60 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_61 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_62 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_62 > .wa_inner_col {
    border-bottom-color: #ea1d2c;
    border-bottom-width: 1px;
    border-left-color: #000000;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #000000;
    border-right-width: 0px;
    border-top-color: #000000;
    border-top-width: 0px;
}
.blockcomp-1-comp_62 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_63 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 5rem;
    padding-right: 5px;
    padding-top: 5px;
}
.blockcomp-1-comp_63 .wa-txt-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_63 .wa-txt-par.wa-last-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 564px) );
}
.blockcomp-1-comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_9 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_10 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44.7857px , 57px) );
    }
    .blockcomp-1-comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_11 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .blockcomp-1-comp_12 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_12 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44.2848px , 311px) );
    }
    .blockcomp-1-comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .blockcomp-1-comp_14 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_14 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44.7857px , 57px) );
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_16 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_19 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_2 {
        min-height: 280px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        background-image: url('../../icons/Pied.jpg?t=');
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_20 {
        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;
    }
    .blockcomp-1-comp_20 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_20 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_21 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_21 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_22 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_22 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_22 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 0px;
    }
    .blockcomp-1-comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_25 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_26 {
        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;
    }
    .blockcomp-1-comp_26 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_26 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 15px !important;
        margin-top: 25px !important;
    }
    .blockcomp-1-comp_30 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_31 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_32 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_33 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_34 {
        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;
    }
    .blockcomp-1-comp_34 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .blockcomp-1-comp_35 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_36 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_37 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_38 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_39 {
        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;
    }
    .blockcomp-1-comp_39 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_40 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-1-comp_40 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_43 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_44 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_44 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .blockcomp-1-comp_45 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_45 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44.7857px , 57px) );
    }
    .blockcomp-1-comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .blockcomp-1-comp_47 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_47 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44.2848px , 311px) );
    }
    .blockcomp-1-comp_48 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_48 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_48 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
    .blockcomp-1-comp_49 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_49 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44.7857px , 57px) );
    }
    .blockcomp-1-comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_50 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_50 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_51 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_52 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_53 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_54 {
        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;
    }
    .blockcomp-1-comp_54 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_54 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .blockcomp-1-comp_55 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_56 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_57 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_57 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_57 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_58 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_59 {
        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;
    }
    .blockcomp-1-comp_59 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_59 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 25px;
    }
    .blockcomp-1-comp_60 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_60 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_61 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_62 > .wa_inner_col {
        border-bottom-color: #ea1d2c;
        border-bottom-width: 1px;
        border-left-color: #000000;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #000000;
        border-right-width: 0px;
        border-top-color: #000000;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_63 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 5px;
        padding-left: 5rem;
        padding-right: 5px;
        padding-top: 5px;
    }
    .blockcomp-1-comp_63 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_63 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 235px , 564px) );
    }
    .blockcomp-1-comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 2rem;
    }
}
