


.comp_9 img {
                          -webkit-filter: grayscale(10) blur(50px);
                          filter: grayscale(0) blur(0px);
                          -webkit-transition: all 0.5s ease;
                          transition: all 0.5s ease;
                        }
                        
                        .comp_9 :hover img {
                          border-radius: 50%;  /* on arrondit l'image */
                          -webkit-transform: rotate(360deg); /* rotation de l'image */
                          transform: rotate(360deg);
                        }


.comp_11 {animation: hu__hu__ infinite 5s ease-in-out} @keyframes hu__hu__ {50% { transform: translateY(-30px)}} 


                                                    .contenedor {
                                                      -webkit-perspective: 500px;
                                                      perspective: 500px;
                                                      perspective-origin: 50% 50%;
                                                    }
                                                    
                                                    .cube, .cube .card{
                                                      height: 290px;
                                                      width: 290px;
                                                    }
                                                    
                                                    
                                                    .cube {
                                                      -webkit-transform-style: preserve-3d;
                                                      transform-style: preserve-3d;
                                                    
                                                      -webkit-transform: rotateX(-30deg) rotateY(30deg);
                                                      transform: rotateX(-30deg) rotateY(-30deg);
                                                    
                                                      margin: 150px auto;
                                                    
                                                      -webkit-animation: giro 20s infinite linear;
                                                      animation: giro 20s infinite linear;
                                                    }
                                                    
                                                    .cube .card {
                                                      position: absolute;
                                                      border: 0px solid #ffff;
                                                      opacity: 0.95;
                                                      transition: 0.2s;
                                                    }
                                                    /* Pause animation on hover */
                                                    .cube:hover{
                                                        animation-play-state: paused;
                                                    }
                                                    .cube:hover .card{
                                                       opacity: 1;
                                                       transition: 0.2s;
                                                    }
                                                    
                                                    /*card frontal*/
                                                    .cube .card:nth-child(1) {
                                                      -webkit-transform: translateZ(150px);
                                                      transform: translateZ(150px);
                                                    }
                                                    /*card posterior*/
                                                    .cube .card:nth-child(2) {
                                                      -webkit-transform: rotateY(180deg) translateZ(150px);
                                                      transform: rotateY(180deg) translateZ(150px);
                                                    }
                                                    /*card izquierda*/
                                                    .cube .card:nth-child(3) {
                                                      -webkit-transform: rotateY(-90deg) translateZ(150px);
                                                      transform: rotateY(-90deg) translateZ(150px);
                                                    }
                                                    /*card derecha*/
                                                    .cube .card:nth-child(4) {
                                                      -webkit-transform: rotateY(90deg) translateZ(150px);
                                                      transform: rotateY(90deg) translateZ(150px);
                                                    }
                                                    /*card superior*/
                                                    .cube .card:nth-child(5) {
                                                      -webkit-transform: rotateX(90deg) translateZ(150px);
                                                      transform: rotateX(90deg) translateZ(150px);
                                                    }
                                                    /*card inferior*/
                                                    .cube .card:nth-child(6) {
                                                      -webkit-transform: rotateX(-90deg) translateZ(150px);
                                                      transform: rotateX(-90deg) translateZ(150px);
                                                    }
                                                    
                                                    @-webkit-keyframes giro {
                                                        0% { -webkit-transform: rotateX(-45deg) rotateY(0deg); }
                                                        50% { -webkit-transform: rotateX(45deg) rotateY(360deg); }
                                                        100% { -webkit-transform: rotateX(-45deg) rotateY(720deg); }
                                                    }
                                                    
                                                    @keyframes giro {
                                                        0% { transform: rotateX(-45deg) rotateY(0deg); }
                                                        50% { transform: rotateX(45deg) rotateY(360deg); }
                                                        100% { transform: rotateX(-45deg) rotateY(720deg); }
                                                    }
                                                    
                                                    @-webkit-keyframes giro360 {
                                                        0% { -webkit-transform: rotateX(  0deg) rotateY(  0deg); }
                                                      100% { -webkit-transform: rotateX(360deg) rotateY(360deg); }
                                                    }
                                                    
                                                    @keyframes giro360 {
                                                        0% { transform: rotateX(  0deg) rotateY(  0deg); }
                                                      100% { transform: rotateX(360deg) rotateY(360deg); }
                                                    }
                                                    

.comp_0 {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    flex-direction: column;
}
.comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_11 {
    display: flex;
    width: 100%;
}
.comp_11 .wa-image-wrap {
    aspect-ratio: 229/220;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 229px) );
}
.comp_11 .wa-image-wrap > div {
    aspect-ratio: 229/220;;
    position: relative;
    width: 100%;
}
.comp_11 .wa-image-wrap img {
    aspect-ratio: 229/220;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_12 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_12 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_14 {
    flex-direction: column;
}
.comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_15 {
    width: 100%;
}
.comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_16 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_16 .wa-txt-par a {
    color: rgba(8,86,251,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_16 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(8,86,251,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_17 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_18 {
    flex-direction: column;
}
.comp_18 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_18 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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: 'Bona Nova';
    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: 'Bona Nova';
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_20 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_20 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_20 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_20 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_21 {
    line-height: 0em;
    width: 100%;
}
.comp_21 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
}
.comp_21 ul li {
    float: left;
    list-style-type: none;
}
.comp_21 ul li > .inner > a > img {
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease,opacity 0.4s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);
}
.comp_21 ul li > .inner:hover > a > img {
    transform:  translateZ(0);
}
.comp_21 ul li a img {
    width: 100%;
}
.comp_22 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_23 {
    flex-direction: column;
}
.comp_23 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_24 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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: flex-start;
}
.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: 'Open Sans';
    font-weight: 400;
    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: 'Open Sans';
    font-weight: 400;
    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;
    width: 100%;
}
.comp_28 .wa-btn {
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
    font-family: 'Open Sans';
    font-weight: 400;
}
.comp_28 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_28 .wa-btn.wa-btn:active {
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
}
.comp_28 .wa-btn.wa-btn:hover {
    border-color: rgba(192,192,192,1);
    color: rgba(0,0,0,1);
}
.comp_28 a {
    display: flex;
    text-decoration: none;
}
.comp_28 div {
    justify-content: center;
}
.comp_29 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_29 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.comp_3 {
    width: 100%;
}
.comp_30 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_30 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_31 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_32 {
    flex-direction: column;
}
.comp_32 > .wa_inner_col {
    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_4 {
    animation: shake;
    animation-duration: 1000ms;
    flex-direction: column;
}
.comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_6 {
    flex-direction: column;
}
.comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_7 {
    display: flex;
    width: 100%;
}
.comp_7 .wa-image-wrap {
    aspect-ratio: 4597/571;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 4597px) );
}
.comp_7 .wa-image-wrap > div {
    aspect-ratio: 4597/571;;
    position: relative;
    width: 100%;
}
.comp_7 .wa-image-wrap img {
    aspect-ratio: 4597/571;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_8 {
    flex-direction: column;
}
.comp_8 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_9 {
    animation: rotateIn;
    animation-duration: 1000ms;
    display: flex;
    width: 100%;
}
.comp_9 .wa-image-wrap {
    aspect-ratio: 3543/2717;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 3543px) );
}
.comp_9 .wa-image-wrap > div {
    aspect-ratio: 3543/2717;;
    position: relative;
    width: 100%;
}
.comp_9 .wa-image-wrap img {
    aspect-ratio: 3543/2717;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
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: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_11 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 229px) );
}
.comp_12 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_12 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_15 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_16 {
    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_16 .wa-txt-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
}
.comp_16 .wa-txt-par.wa-last-par {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
}
.comp_17 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_18 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_18 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_18 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_19 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_20 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_20 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_20 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_21 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_21 ul li {
    padding: 6px;
    width: 33.333%;
}
.comp_22 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 39px !important;
}
.comp_23 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_24 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 16px;
}
.comp_27 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_27 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_28 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_28 .wa-btn {
    font-size: 1.2em;
}
.comp_28 a {
    width: unset;
}
.comp_28 div {
    width: unset;
}
.comp_29 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 58px;
}
.comp_3 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_30 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_30 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    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 {
    border: none;
    border-radius: 0px;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_4 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_7 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_7 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 4597px) );
}
.comp_8 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1rem;
}
.comp_9 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_9 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 3543px) );
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 229px) );
    }
    .comp_12 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_15 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_16 {
        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_16 .wa-txt-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: left;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: left;
    }
    .comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 7px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_19 .wa-txt-par.wa-last-par {
        font-size: 7px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_20 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_20 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_20 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_21 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 ul li {
        padding: 6px;
        width: 50%;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 39px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 16px;
    }
    .comp_27 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_27 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_28 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_28 .wa-btn {
        font-size: 1.2em;
    }
    .comp_28 a {
        width: unset;
    }
    .comp_28 div {
        width: unset;
    }
    .comp_29 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 58px;
    }
    .comp_3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_30 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        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 {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4597px) );
    }
    .comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3543px) );
    }
    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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_11 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 229px) );
    }
    .comp_12 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_12 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_15 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_16 {
        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_16 .wa-txt-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: left;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 1;
        text-align: left;
    }
    .comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_19 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_20 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_20 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_20 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_21 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 ul li {
        padding: 6px;
        width: 25%;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 39px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_24 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 16px;
    }
    .comp_27 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_27 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_28 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_28 .wa-btn {
        font-size: 1.2em;
    }
    .comp_28 a {
        width: unset;
    }
    .comp_28 div {
        width: unset;
    }
    .comp_29 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 58px;
    }
    .comp_3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_30 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        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 {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_4 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_7 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_7 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 4597px) );
    }
    .comp_8 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }
    .comp_9 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_9 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 3543px) );
    }
    body {
        background-image: url('');
    }
}



.blockcomp-0-comp_4 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .blockcomp-0-comp_4:hover{ -webkit-transform: scale(.8); transform: scale(.8);}


.blockcomp-0-comp_6 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .blockcomp-0-comp_6:hover{ -webkit-transform: scale(.8); transform: scale(.8);}


.blockcomp-0-comp_8 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .blockcomp-0-comp_8:hover{ -webkit-transform: scale(.8); transform: scale(.8);}


.blockcomp-0-comp_10 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .blockcomp-0-comp_10:hover{ -webkit-transform: scale(.8); transform: scale(.8);}


.blockcomp-0-comp_12 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .blockcomp-0-comp_12:hover{ -webkit-transform: scale(.8); transform: scale(.8);}


.blockcomp-0-comp_14 {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .blockcomp-0-comp_14:hover{ -webkit-transform: scale(.8); transform: scale(.8);}

.blockcomp-0-comp_0 {
    background-color: rgba(63,145,24,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_10 {
    flex-direction: column;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-btn {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_11 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_11 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_11 div {
    justify-content: center;
}
.blockcomp-0-comp_12 {
    flex-direction: column;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_13 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_13 .wa-btn {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
}
.blockcomp-0-comp_13 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_13 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_13 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_13 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_13 div {
    justify-content: center;
}
.blockcomp-0-comp_14 {
    flex-direction: column;
}
.blockcomp-0-comp_14 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_15 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_15 .wa-btn {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
}
.blockcomp-0-comp_15 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_15 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_15 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_15 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_15 div {
    justify-content: center;
}
.blockcomp-0-comp_16 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_16 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_17 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_18 {
    flex-direction: column;
}
.blockcomp-0-comp_18 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_18 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_19 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_19 .wa-btn {
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 400;
}
.blockcomp-0-comp_19 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_19 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_19 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_19 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_19 div {
    justify-content: center;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_20 {
    flex-direction: column;
}
.blockcomp-0-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_21 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_21 .wa-btn {
    background-color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 400;
}
.blockcomp-0-comp_21 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_21 .wa-btn.wa-btn:active {
    background-color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_21 .wa-btn.wa-btn:hover {
    background-color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_21 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_21 div {
    justify-content: center;
}
.blockcomp-0-comp_22 {
    flex-direction: column;
}
.blockcomp-0-comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_23 {
    align-items: center;
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_23 hr {
    border-color: rgba(206,206,207,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0;
    width: 100%;
}
.blockcomp-0-comp_24 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_24 .wa-image-second-inner {
    background-image: url("../../images/?t=");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.blockcomp-0-comp_24 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_24 .wa-image-wrap {
    aspect-ratio: 994/559;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 994px) );
}
.blockcomp-0-comp_24 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.blockcomp-0-comp_24 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: center;
}
.blockcomp-0-comp_24 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 400;
    justify-content: center;
}
.blockcomp-0-comp_24 .wa-image-wrap > div {
    aspect-ratio: 994/559;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_24 .wa-image-wrap img {
    aspect-ratio: 994/559;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_24 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
}
.blockcomp-0-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_26 {
    flex-direction: column;
}
.blockcomp-0-comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_27 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_27 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-0-comp_27 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_27 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-0-comp_27 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_28 {
    flex-direction: column;
}
.blockcomp-0-comp_28 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_29 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_29 .wa-image-second-inner {
    background-image: url("../../images/big/Firefly_20250227215317.png?t=");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.blockcomp-0-comp_29 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_29 .wa-image-wrap {
    aspect-ratio: 184/137;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 184px) );
}
.blockcomp-0-comp_29 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.blockcomp-0-comp_29 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: left;
}
.blockcomp-0-comp_29 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Open Sans';
    font-weight: 400;
    justify-content: center;
}
.blockcomp-0-comp_29 .wa-image-wrap > div {
    aspect-ratio: 184/137;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_29 .wa-image-wrap img {
    aspect-ratio: 184/137;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_29 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
}
.blockcomp-0-comp_3 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    background-color: rgba(63,145,24,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-btn {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_5 div {
    justify-content: center;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_7 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-btn {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
}
.blockcomp-0-comp_7 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_7 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_7 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_7 div {
    justify-content: center;
}
.blockcomp-0-comp_8 {
    flex-direction: column;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_9 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_9 .wa-btn {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
}
.blockcomp-0-comp_9 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_9 .wa-btn.wa-btn:active {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_9 .wa-btn.wa-btn:hover {
    border-color: rgba(0,0,0,0);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_9 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_9 div {
    justify-content: center;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    background-image: url('');
    border: 3px solid #fef98e;
    border-radius: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 14px;
}
.blockcomp-0-comp_11 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_11 a {
    width: unset;
}
.blockcomp-0-comp_11 div {
    width: unset;
}
.blockcomp-0-comp_12 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    background-image: url('');
    border: 3px solid #fef98e;
    border-radius: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_13 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 14px;
}
.blockcomp-0-comp_13 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_13 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_13 a {
    width: unset;
}
.blockcomp-0-comp_13 div {
    width: unset;
}
.blockcomp-0-comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_14 > .wa_inner_col {
    background-image: url('');
    border: 3px solid #fef98e;
    border-radius: 0px;
}
.blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_15 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 14px;
}
.blockcomp-0-comp_15 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_15 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_15 a {
    width: unset;
}
.blockcomp-0-comp_15 div {
    width: unset;
}
.blockcomp-0-comp_16 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_16 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_17 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_18 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_18 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_18 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_19 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.blockcomp-0-comp_19 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_19 a {
    width: unset;
}
.blockcomp-0-comp_19 div {
    width: unset;
}
.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_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_21 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.blockcomp-0-comp_21 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_21 a {
    width: unset;
}
.blockcomp-0-comp_21 div {
    width: unset;
}
.blockcomp-0-comp_22 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_23 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 28px;
}
.blockcomp-0-comp_24 {
    justify-content: center;
    margin-bottom: -10px;
    margin-top: -13px;
}
.blockcomp-0-comp_24 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 994px) );
}
.blockcomp-0-comp_24 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.blockcomp-0-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-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: 16px;
}
.blockcomp-0-comp_27 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-0-comp_27 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-0-comp_28 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_28 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 3rem;
}
.blockcomp-0-comp_29 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_29 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 184px) );
}
.blockcomp-0-comp_29 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.blockcomp-0-comp_3 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: 3px solid #fef98e;
    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 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 14px;
}
.blockcomp-0-comp_5 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_5 a {
    width: unset;
}
.blockcomp-0-comp_5 div {
    width: unset;
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    background-image: url('');
    border: 3px solid #fef98e;
    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: 0rem;
}
.blockcomp-0-comp_7 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 14px;
}
.blockcomp-0-comp_7 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_7 a {
    width: unset;
}
.blockcomp-0-comp_7 div {
    width: unset;
}
.blockcomp-0-comp_8 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    background-image: url('');
    border: 3px solid #fef98e;
    border-radius: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_9 {
    justify-content: center;
    margin-bottom: 11px;
    margin-top: 14px;
}
.blockcomp-0-comp_9 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_9 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_9 a {
    width: unset;
}
.blockcomp-0-comp_9 div {
    width: unset;
}
@media (min-width: 576px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_11 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_11 a {
        width: unset;
    }
    .blockcomp-0-comp_11 div {
        width: unset;
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_13 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_13 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_13 a {
        width: unset;
    }
    .blockcomp-0-comp_13 div {
        width: unset;
    }
    .blockcomp-0-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_14 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_15 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_15 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_15 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_15 a {
        width: unset;
    }
    .blockcomp-0-comp_15 div {
        width: unset;
    }
    .blockcomp-0-comp_16 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_16 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_19 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-0-comp_19 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_19 a {
        width: unset;
    }
    .blockcomp-0-comp_19 div {
        width: unset;
    }
    .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_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-0-comp_21 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_21 a {
        width: unset;
    }
    .blockcomp-0-comp_21 div {
        width: unset;
    }
    .blockcomp-0-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 15px;
    }
    .blockcomp-0-comp_24 {
        justify-content: center;
        margin-bottom: -10px;
        margin-top: -13px;
    }
    .blockcomp-0-comp_24 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 994px) );
    }
    .blockcomp-0-comp_24 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .blockcomp-0-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-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: 16px;
    }
    .blockcomp-0-comp_27 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_27 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 184px) );
    }
    .blockcomp-0-comp_29 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .blockcomp-0-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: 3px solid #fef98e;
        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 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_5 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_5 a {
        width: unset;
    }
    .blockcomp-0-comp_5 div {
        width: unset;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        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: 0rem;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_7 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_7 a {
        width: unset;
    }
    .blockcomp-0-comp_7 div {
        width: unset;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_9 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_9 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_9 a {
        width: unset;
    }
    .blockcomp-0-comp_9 div {
        width: unset;
    }
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_11 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_11 a {
        width: unset;
    }
    .blockcomp-0-comp_11 div {
        width: unset;
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_13 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_13 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_13 a {
        width: unset;
    }
    .blockcomp-0-comp_13 div {
        width: unset;
    }
    .blockcomp-0-comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_14 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_15 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_15 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_15 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_15 a {
        width: unset;
    }
    .blockcomp-0-comp_15 div {
        width: unset;
    }
    .blockcomp-0-comp_16 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_16 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_19 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-0-comp_19 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_19 a {
        width: unset;
    }
    .blockcomp-0-comp_19 div {
        width: unset;
    }
    .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_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-0-comp_21 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_21 a {
        width: unset;
    }
    .blockcomp-0-comp_21 div {
        width: unset;
    }
    .blockcomp-0-comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_23 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 23px;
    }
    .blockcomp-0-comp_24 {
        justify-content: center;
        margin-bottom: -10px;
        margin-top: -13px;
    }
    .blockcomp-0-comp_24 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 994px) );
    }
    .blockcomp-0-comp_24 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .blockcomp-0-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-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: 16px;
    }
    .blockcomp-0-comp_27 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_27 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-0-comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 184px) );
    }
    .blockcomp-0-comp_29 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .blockcomp-0-comp_3 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: 3px solid #fef98e;
        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 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_5 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_5 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_5 a {
        width: unset;
    }
    .blockcomp-0-comp_5 div {
        width: unset;
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        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: 0rem;
    }
    .blockcomp-0-comp_7 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_7 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_7 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_7 a {
        width: unset;
    }
    .blockcomp-0-comp_7 div {
        width: unset;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        background-image: url('');
        border: 3px solid #fef98e;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_9 .wa-btn {
        font-size: 1em;
    }
    .blockcomp-0-comp_9 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_9 a {
        width: unset;
    }
    .blockcomp-0-comp_9 div {
        width: unset;
    }
}
