
html body .skFormInput input, html body .skFormTextarea textarea{
    width:100%;
    padding:10px;
    border:unset;
}

.skFormConsent {
    display: flex;
    flex-direction: row;
}

.skFormInput p, .skFormTextarea p{
    font-family: 'Montserrat'!important;
    color: #006f72!important;
    font-size: 1.2em!important;
    font-weight:700;
}

.heroForm .recaptcha{
    color:#999999!important;
    display:block;
}

.heroForm .skFormConsent:has(a) {
    margin-top: 28px;
}
.skeletonForm{
    display:none;
}
[style*="display: none"]+.skeletonForm{
    display:block!important;
}

.skFormSend {
    display: flex;
    justify-content: center;
    margin-top:14px;
    align-items: center;
}

.skeletonForm p span{
 color: #E04562;
}
.skFormConsent a{
    text-decoration: underline;
}

.skFormConsent :is(p,a){
    font-size:14px!important;
    color:#999999!important;   
}
.skFormConsent p{
    padding-left:10px;
}
.checkbox {
    padding: 8.4px;
    width: 20px;
    height: 20px;
    border: 2px solid #8ececf;
    border-radius: 5px;
}


.skFormSend button {
    color: white;
    border: unset;
    background-color: #006f72;
    width: 100px;
    padding: 10px;
    font-size: 14px;
}

.skFormInput{
    padding-bottom:14px;
}

.skFormTextarea textarea{
    height:140px;
}

.heroRow {
    height: 101vh;
    position: relative;

}

.forminator-field:has(input) {
    margin-bottom: 0.5em!important;
}

.forminator-field:has(.forminator-button-submit) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroForm div#captcha-1 {
    opacity: 0;
}


button.forminator-button-submit {
    font-family: 'Montserrat'!important;
    background-color: #006f72!important;
    color: white!important;
    margin-top: 1em!important;
}

.forminator-field-consent :is(p,a) {
    color: #999999!important;
    font-family: 'Montserrat'!important;
}

.heroForm .forminator-row {
    margin: 0!important;
}

.forminator-row:has(div#consent-1) {
    margin-top: 2em!important;
    margin-bottom: 0.7em!important;
}

.heroForm label {
    font-family: 'Montserrat'!important;
    color: #006f72!important;
    font-size: 1.2em!important;
}

.backgroundVideo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.recaptcha {
    color: #999999;
    font-family: 'Montserrat';
    font-size: 0.8em;
}

.heroForm * {
    font-family: 'Montserrat'!important;
}

.heroForm {
    background-color: rgba(255,255,255,0.9);
    border-radius: 28px;
    box-sizing: content-box;
    max-width: 20vw;
    padding: 2.5em;
    min-height: 60vh;
    transform: scale(0.9)translateY(-50%)translateX(-100%);
    position: absolute;
    top: 50%;
    left: 85%;
    width: 100%;
}

.heroFlex {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 13%;
}

.heroForm>form {
    margin-top: 0!important;
}

.heroRow video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.forminator-field-consent :is(p,a) {
    color: #999999!important;
    font-family: 'Montserrat'!important;
}

.heroForm :is(textarea,input) {
    background-color: #dceae9!important;
    border-radius: 6px!important;
}

.heroForm h3 {
    font-family: 'Montserrat';
    color: #006f72;
    font-weight: 600;
}


span.forminator-checkbox-box {
    border: 2px solid #8ececf!important;
    padding: 0.5em;
    border-radius: 4px!important;
}

.heroText h2 {
    font-family: 'Montserrat';
    color: white;
    font-weight: 800;
    text-transform: uppercase;
}


.heroText a {
    padding: 1em;
    background-color: #006f72;
    color: white;
    font-family: 'Montserrat';
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.heroText a:hover{
box-shadow: 0 1px 4px 0 rgba(0,0,0,.6);
}

.heroText p {
    font-family: 'Montserrat';
    color: white;
    padding-right: 50%;
    margin-bottom: 2em;
}


.phoneWhatsapp{
    display:none;
}

.phoneButton{
    display:none;
}

@media only screen and (max-width:1600px){

    .heroForm textarea{
        min-height:85px;
        height:85px;
    }
    
.heroFlex{
    padding-left:10%;
}
.heroForm {
    max-width: unset;
    width: 30vw;
    left: 88%;
}
}

@media only screen and (max-width:1100px){
  .heroForm {
    max-width: unset;
    width: 30vw;
    left: 92%;
}

.heroFlex {
    padding-left: 0;
}



}
@media only screen and (max-width:950px){
    .heroForm {
    left: 50%;
    max-width: unset;
    width: 90vw;
    top: 50%;
    transform: translate(-50%,-50%)scale(0.8)!important;
}
    .heroForm{
        display:none;
    }
    
    .phoneButton{
        display:block;
    }
    .desktopButton{
        display:none;
    }
    .heroText p {
    text-align: center;
}
    .row2 {
    padding-top: 4em;
}

.heroText h2 {
    text-align: center;
}
.heroFlex {
    align-items: center !important;
}

html .heroText {
    transform: translateY(-40%);
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: unset;
}

   .heroText p {
    padding-right: 0;
    padding-top: 0.7em;
}


}


@media only screen and (min-width:200px) and (max-width:500px){
    html .phoneWhatsapp {
        display:block;
        width: 11%;
        position: absolute;
        top: 100%;
        left: 100%;
        transform: translate(-160%,-115%);
    }
    .phoneWhatsapp img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width:600px) and (max-width:1100px){

    .innerText img {
        width: 6%!important;
    }
    .innerText h3 {
        margin: 0!important;
        padding: 0!important;
    }
    .innerText {
        justify-content: center!important;
        gap: 1em!important;
    }
    .textContainer3 {
        padding-bottom: 1%!important;
    }
    .text6 h3 {
        margin-bottom: -2%!important;
    }
    .text12 h3 {
        margin-top: 5%!important;
        margin-bottom: -6%!important;
    }
}




.image img{
    background-color: #dceaea;
}



body {
    overflow-x: hidden;
    margin: 0!important;
}

.textContainer {
    display: flex;
    flex-direction: row;
    margin-top: 6%;
}

.row1 {
    background-color: #dceaea;
}

.row1 {
    background-color: #dceaea;
}

.textContainer h4 {
    font-family: 'Montserrat Regular';
    color: #898989;
    font-size: var(--textS);
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    line-height: 1.2em;
}

.row {
    display: none;
}

.text5 h3 {
    font-family: 'Times New Roman';
    color: #006f72;
    text-align: center;
    font-size: var(--textXXXL);
    font-weight: 500;
}

.phoneText {
    display: none;
}

.textContainer2 hr {
    width: 7%;
    background-color: #006f72;
    color: #006f72;
    height: 1px;
    border: 0px;
    -webkit-transform: rotate(90deg);
    margin-top: 6%;
    margin-bottom: 6%;
}

.text6 h3 {
    color: #006f72;
    font-family: 'Times New Roman';
    font-size: var(--textXXXL);
    font-weight: 400;
    margin-bottom: 6%;
}

.text7 hr {
    width: 38%;
    background-color: #006f72;
    color: #006f72;
    height: 1px;
    border: 0px;
    -webkit-transform: rotate(90deg);
    margin-top: 5%;
    margin-left: -3.8%;
}

.text7 h5 {
    font-family: 'Montserrat Light';
    color: #898989;
    padding-right: 35%;
    font-size: var(--textM);
    margin-left: 1.3%;
    margin-bottom: 5%;
    line-height: 1.2em;
}

.row5,
.row3 {
    opacity: 0;
}

.popIn {
    animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1 forwards;
}

.images2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.images2 img:first-child {
    position: absolute;
    width: 28%;
    left: 5%;
}

.textContainer3 {
    display: flex;
    flex-direction: column;
}

.text7 {
    display: flex;
    flex-direction: row;
    margin-top: 7%;
}

.row3 {
    background-color: #dceaea;
    display: flex;
    flex-direction: row;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 7%;
    padding-bottom: 7%;
    margin-top: 2%;
}

.text2,
.text3,
.text4 {
    display: flex;
    flex-direction: column;
    flex: 1;
    transform: scale(1.2);
}

.textContainer h3 {
    color: #006f72;
    font-family: 'Montserrat';
    text-align: center;
    font-size: var(--textM);
    font-weight: 500;
    margin-bottom: 4%;
}

.text1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3%;
    position: relative;
}

.innerText {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.innerText img {
    margin-left: 10%;
    width: 4%;
}

.innerText h3 {
    font-family: 'Montserrat Regular';
    color: #006f72;
    font-weight: 500;
    font-size: var(--textXS);
    margin-left: 2%;
    margin-top: 2%;
}

.carouselContainer {
    display: none;
}

.text8 a,
.text12 a {
    cursor: pointer;
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.8em;
    border-bottom: 2px solid #006f72;
}

.text8,
.text12 {
    margin-left: 3.8%;
    margin-top: 2%;
    font-size: var(--textM-);
}

.text9 h4 {
    font-family: 'Times New Roman';
    font-weight: 500;
    color: #006f72;
    text-align: center;
    font-size: var(--textXXL);
    margin-bottom: 3%;
    margin-top: 0;
}

.text9 h3 {
    font-family: 'Montserrat Regular';
    font-weight: 400;
    color: #006f72;
    text-align: center;
    font-size: var(--textXS);
    margin-top: 5%;
}

.image1 img {
    width: 100%;
}

.container3 {
    display: flex;
    flex-direction: row;
}

.image1 {
    display: flex;
    flex: 1;
}

.smallText {
    background-color: #006f72;
    width: 100%;
    padding-top: 0.6%;
    padding-bottom: 0.1%;
    text-align: center;
}

.text10 span,
.text11 span {
    display: block;
}

.text10 p,
.text11 p {
    display: none;
}

.smallText h3 {
    color: white;
    font-family: 'Montserrat Regular';
    font-weight: 400;
    font-size: var(--textXS);
}

.text1 h2 {
    color: #006f72;
    font-family: 'Times New Roman';
    font-size: var(--textXXXL);
    margin-left: 11.4%;
    margin-top: 20%;
    font-weight: 400;
    padding-right: 11%;
}

a span {
    font-size: 1.5em;
    position: relative;
}

.text1 span {
    font-style: italic;
}

* {
    z-index: 1;
}

.text10,
.text11 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 1em;
    margin-bottom: 1em!important;
}

.text10 span,
.text11 span {
    background-color: #dceaea;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006f72;
    padding: 1.1% 2.5% 1.1% 2.5%;
    font-size: var(--textMP);
}

.text10 {
    margin-bottom: 1.2%;
}

.text12 {
    margin-left: 0!important;
    text-align: center;
}

.text12 h3 {
    font-family: 'Montserrat Regular';
    color: #898989;
    font-weight: 500;
    font-size: var(--textM-);
    text-align: center;
    margin-top: 4%;
    margin-bottom: 2%;
}

.row2 {
    padding-left: 10%;
    padding-right: 10%;
}

.row5 {
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    gap: 8em;
    margin-bottom: 7%;
}

.image2 {
    display: flex;
    flex: 1;
    width: 100%;
}

.container {
    display: flex;
    flex: 1.7;
    flex-direction: column;
}

.reviewContainer {
    display: flex;
    flex-direction: row;
    gap: 4em;
}

.image2 img {
    width: 100%;
}

.text13 h3 {
    font-family: 'Times new Roman';
    color: #006f72;
    font-weight: 500;
    font-size: var(--textXXL);
    padding-right: 20%;
}

.text13 {
    margin-bottom: 7%;
}

.review h3 {
    font-family: 'Montserrat Regular';
    font-weight: 500;
    color: #939393;
    font-size: var(--textS);
    padding-right: 4%;
    padding-left: 4%;
    margin-top: 9%;
    line-height: 1.3em;
}

.review-container {
    overflow-y: scroll;
    height: 200%;
    margin-top: 1em;
}

.review-container::-webkit-scrollbar {
    width: 12px;
}

.review-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.review-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fill-available;
}

.review {
    display: flex;
    flex-direction: column;
    border: 1px solid #9fcecc;
    margin-right: 2%;
    border-radius: 8px;
    padding: 2%;
    transform: scale(1.2);
    margin-top: 14%;
    width: 100%;
    height: 30dvh;
}

.review img {
    width: 42%;
    display: flex;
    align-self: end;
}

.review h4,
.review h5 {
    margin: 0;
}

.review h4 {
    font-family: 'Times New Roman';
    FONT-WEIGHT: 700;
    color: #006f72;
    font-size: var(--textS);
    padding-bottom: 0.5%;
}

.review h5 {
    font-family: 'Times New Roman';
    font-weight: 500;
    color: #006f72;
    font-size: var(--textS);
}

span img {
    position: relative;
    transform: scale(0.5);
    left: 0px;
    top: 5.3px;
}

.review hr {
    width: 100%;
    background-color: #e8eaea;
    color: #e8eaea;
    height: 1px;
    border: 0px;
    margin-top: 4%;
    margin-bottom: 6%;
}

.forminator2 h4 {
    text-align: center;
    margin-left: -3%;
}

.text8 a {
    transition: all 0.25s ease-in-out;
    display: block;
    width: fit-content;
}

.text8 a:hover {
    transform: scale(1.15);
}

.forminator2 a {
    width: auto;
    margin: 0 auto;
    margin-top: 7%;
    color: white;
    border-bottom: 1px solid white;
    transition: all 0.25s ease-in-out;
}

.forminator2 a:hover {
    transform: scale(1.15);
}

.anchors {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 3em;
}

.anchors a {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.anchors a:hover {
    transform: scale(1.15);
}

html body .anchors a:first-child {
    color: rgba(0, 111, 114, 0.47);
    border-color: rgba(0, 111, 114, 0.47);
}

.phoneSpan {
    display: none;
}

.phoneText2 {
    display: none;
}


/*
DIVI
*/

.et_pb_section.et_pb_section_0.et_section_regular {
    padding: 0;
}

.et_pb_row.et_pb_row_0 {
    PADDING: 0;
}


/*
LAPTOP
*/

@media only screen and (min-width:1100px) and (max-width:1380px) {
    .reviewContainer {
        width: 120%;
        transform: translateX(-13%) scale(0.83);
    }
}

@media only screen and (min-width:1100px) and (max-width:1450px) {
    .text10,
    .text11 {
        transform: scale(0.9);
    }
}


@media only screen and (min-width:1100px) and (max-width:1600px) {
    .image1 img {
        width: 100%!important;
        object-fit: cover!important;
    }
    .container3 {
        height: 100dvh!important;
    }
    .text10,
    .text11 {
        white-space: nowrap;
    }
    .textContainer2 hr {
        margin-top: 11%;
    }
    .text7 h5 {
        padding-right: 31%!important;
        font-size: 1.4em;
    }
    .smallText {
        padding-top: 0.9%;
    }
    .text5 h3 {
        font-size: var(--textXXL);
    }
    .text1 h2 {
        font-size: var(--textXXL);
        padding-right: 3%;
    }
    .text6 h3 {
        font-size: 3.7em;
    }
    .text9 h4 {
        font-size: var(--textXXL);
    }
    html body .forminator h4,
    html body .forminator2 h4 {
        font-size: var(--textXL)!important;
    }
    .textContainer h4 {
        padding-left: 12%;
        padding-right: 12%;
        FONT-SIZE: VAR(--textXS);
    }
    .text10 span,
    .text11 span {
        font-size: var(--text-M);
    }
    .review h3 {
        font-size: var(--textXS);
        padding-right: 5%;
        padding-left: 8%;
    }
    .review {
        display: flex;
        flex-direction: column;
        border: 1px solid #9fcecc;
        margin-right: 0%;
        border-radius: 8px;
        padding: 2%;
        transform: scale(1.2);
        margin-top: 14%;
        width: 100%;
        height: 30dvh;
    }
    .row5 {
        padding-left: 2%;
        padding-right: 2%;
        gap: 6em;
    }
    .info h3,
    .info h4 {
        font-size: 1.1em;
    }
    .image2 {
        display: flex;
        flex: 1.4;
        width: 100%;
    }

}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .forminator textarea {
        min-height: 90px!important;
        height: 90px!important;
    }
    .anchors a {
        width: 14%;
    }
    .reviewContainer {
        gap: 4em;
    }
}


/*
FOOTER
*/

.plannet {
    background-color: #024949;
    text-align: center;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
}

.plannet a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

.plannet span {
    font-family: 'Montserrat Light';
    color: #0f7f7a;
    font-size: var(--textXS);
}

.imageRow {
    display: flex;
    flex-direction: row;
    gap: 7%;
    margin-top: 15%;
    margin-bottom: 8%;
}

.images {
    width: 25%;
    margin-top: -5%;
}

.container2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: self-end;
}

.info h3,
.info h4 {
    font-family: 'Montserrat Light';
    color: white;
    font-size: 1.3em;
    text-align: right;
    margin-top: 5%;
    margin-bottom: 7%;
    line-height: 1.3em;
}

.footer {
    margin-top: 6%;
    background-color: #006f72;
    padding-top: 4%;
}

.footerFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
}

.forminator2 {
    margin-left: 8%;
}

.forminator button span,
.forminator2 button span {
    cursor: pointer;
    color: white;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: var(--textXS);
    transition: background-size 0.3s, background-position 0s 0.3s!important;
    background-image: linear-gradient(white, white);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
}

#forminator-module-13.forminator-design--material .forminator-textarea--wrap:after {
    border-color: #ffffff;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    resize: none;
}

.forminator textarea {
    border-right: 0!important;
    border-top: 0!important;
    border-left: 0!important;
    resize: none!important;
}

.forminator2 h4 {
    width: 110%;
}

.forminator-description {
    display: none!important;
}

.forminator div,
.forminator textarea,
.forminator2 div {
    font-family: 'Montserrat Light';
}

.forminator2,
.forminator {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.forminator h4,
.forminator2 h4 {
    color: white;
    font-family: 'Times New Roman';
    font-size: var(--textXXL);
}

textarea#forminator-field-textarea-1_65a4f0879ee4c {
    padding: 2%;
}


/*
PHONE
*/

@media only screen and (min-width:320px) and (max-width:1100px) {


    .bottom h4 {
        margin-bottom: 2%!important;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        color: #afafaf!important;
        transform: scale(0.6);
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    }
    .swiper-button-prev {
        left: -1%!important;
        margin-top: 17%!important;
    }
    .swiper-slide.swiper-slide-next,
    .swiper-slide.swiper-slide-prev {
        transition: all 0.3s ease-in-out;
    }
    .swiper-button-next {
        right: -1%!important;
        margin-top: 17%!important;
    }
    .carouselContainer.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        padding-left: 10%;
        padding-right: 10%;
    }
    .swiper-slide.swiper-slide-next,
    .swiper-slide.swiper-slide-prev {
        opacity: 0.4;
        transform: scale(0.9);
    }
    html body .review {
        transform: scale(1);
    }
    .reviewContainer {
        display: none;
    }
    html body .carouselContainer {
        display: block;
    }
    .text10 {
        flex-direction: column;
    }
    .row {
        display: flex!important;
        flex-direction: row;
        justify-content: center;
        gap: 1em;
    }
    .text10 p {
        background-color: #dceaea;
        font-family: 'Montserrat';
        font-weight: 700;
        color: #006f72;
        padding: 1.1% 2.5% 1.1% 2.5%;
        font-size: var(--textMP);
    }
    .text10 p,
    .text11 p {
        display: block;
        font-size: 1em;
        padding: 3%;
        padding-bottom: 3%!important;
    }
    .text10 {
        flex-direction: column;
    }
    .phoneText2 h1 {
        font-family: 'Montserrat';
        font-weight: 500;
        color: #006f72;
        font-size: var(--textXS);
        margin-top: 6%;
        margin-left: 5%;
    }
    .row3 {
        flex-direction: column-reverse;
        padding-right: 0;
        padding-left: 0;
    }
    html .text1 h2 {
        font-size: 2.5em;
        margin-left: 4.4%;
        margin-top: 3%;
        padding-right:0;
    }
    .innerText {
        margin-top: 14%;
        margin-bottom: 6%;
    }
    .phoneText h1 {
        font-family: 'Montserrat Regular';
        font-weight: 400;
        color: #006f72;
        font-size: var(--textS);
        margin-top: 10%;
        padding-left: 3%;
    }
    .innerText img {
        margin-left: 5%;
        width: 10%;
    }
    .innerText h3 {
        font-size: var(--textXXS);
        margin-top: 4.2%;
    }
    .container3 {
        display: flex;
        flex-direction: column-reverse;
    }
    .phoneText2 {
        display: block;
    }
    .phoneText {
        display: block;
    }
    .et_pb_menu_0 {
        position: absolute;
        z-index: 2;
        background-color: transparent!important;
        top: 0;
        right: 0;
    }
    .et_pb_menu_0 {
        position: absolute;
        z-index: 2;
        background-color: transparent!important;
        top: 0.7%;
        right: 3%;
        width: 70%;
    }
    ul#mobile_menu1 li {
        font-family: 'Montserrat';
    }
    .smallText h3 {
        line-height: 1.3em;
        margin-top: 2.9%;
    }
    .smallText {
        padding-left: 15%;
        padding-right: 15%;
        margin-bottom: 22%;
    }
    .textContainer {
        flex-direction: column;
        gap: 5em;
    }
    .textContainer2 hr {
        width: 30%;
        margin-top: 22%;
        margin-bottom: 24%;
    }
    .textContainer h4 {
        text-align: center;
        padding-left: 6%;
        padding-right: 6%;
        font-size: 0.95em;
    }
    .text5 h3 {
        font-size: 2.3em!important;
    }
    .text6 h3 {
        font-size: 2.2em;
    }
    .text7 hr {
        display: none;
    }
    .text7 h5 {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 1.3em;
    }
    .text11 {
        display: none;
    }
    .text10 span {
        display: none;
    }
    .text8 {
        font-size: 1.4em;
    }
    .textContainer3 {
        padding-bottom: 31%;
        display: flex;
        flex-direction: column;
        padding-left: 5%;
        padding-right: 5%;
    }
    .row4 {
        padding-top: 10%;
    }
    .text9 h4 {
        font-size: 2.6em;
        margin-bottom: 5%;
    }
    .imageFlex {
        margin-bottom: 21%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .row5 {
        flex-direction: column;
        padding-left: 2%;
        padding-right: 2%;
        margin-top: 25%;
    }
    .container {
        width: 100%;
        margin-top: -21%;
    }
    .reviewContainer {
        flex-direction: column;
        padding-left: 15%;
        padding-right: 15%;
        gap: 6em;
        margin-top: 6%;
        margin-bottom: 17%;
    }
    .bottom h4,
    .bottom h5 {
        margin-left: 3%;
    }
    .text13 h3 {
        font-size: 2.1em;
        padding-right: 6%;
        padding-left: 6%;
        text-align: left;
    }
    .anchors {
        flex-direction: column-reverse;
        margin-top: 10%;
        gap: 1.9em;
    }
    .anchors a {
        margin: 0 auto;
    }
    .text12 h3 {
        font-size: 1.1em;
        margin-top: 14%;
    }

    /*
    FOOTER PHONE
    */
    .footerFlex {
        flex-direction: column;
    }
    .container2 {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        margin-top: 13%;
    }
    .info h3,
    .info h4 {
        text-align: center;
    }
    .forminator h4,
    .forminator2 h4 {
        font-size: 2em;
        text-align: center;
    }
    .footerFlex {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
        margin-bottom: 3%;
    }
    .forminator2 {
        margin-left: 0;
        padding-left: 2%;
        padding-right: 2%;
    }
    .forminator {
        padding-left: 2%;
        padding-right: 2%;
    }
    .forminator2 h4 {
        width: 100%;
    }
    .forminator button span,
    .forminator2 button span {
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .swiper-button-prev {
        left: 13%!important;
        margin-top: 9%!important;
    }
    .swiper-button-next {
        right: 13%!important;
        margin-top: 9%!important;
    }
    .review {
        width: 50%;
        margin: 0 auto;
        margin-top: 12%;
    }
}

@media only screen and (min-width:200px) and (max-width:1200px) {
    .swiper-slide.swiper-slide-prev {
        transform: translateX(-5%) scale(0.9)!important;
    }
    .swiper-slide.swiper-slide-next {
        transform: translateX(5%) scale(0.9)!important;
    }

    .revText {
        overflow-y: scroll;
        height: 200%;
        margin-top: 1em;
    }
    .revText::-webkit-scrollbar {
        width: 12px;
    }
    .revText::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    .revText::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    ul#mobile_menu1 {
        border-top-color: #006f72!important;
    }
    .row1 {
        margin-top: -3.5%;
    }
}

@media only screen and (min-width:380px) and (max-width: 1100px) {
    .carouselContainer.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media only screen and (max-width:1100px){
    .review {
        width: 60%!important;
    }
    html body .swiper-slide {
        display: flex!important;
        justify-content: center;
    }
}
@media only screen and (max-width:600px){
    html .review {
        width: 100%!important;
        height: 42vh!important;
    }
}
@media only screen and (max-width:450px){
    html body .review {
        width: 100%!important;
        height: 32vh!important;
    }
}

  .instagramFeedContainer h2{
        font-family: 'Times New Roman';
    color: #006f72;
    text-align: center;
    font-size: var(--textXXXL);
    font-weight: 500;
    margin-top:1em;
    margin-bottom:1em
  }
  .instagramFeed {
    padding: 0 20%;
}
  
  @media only screen and (max-width:1600px){
	  
    .heroForm textarea{
        min-height:85px;
        height:85px;
    }
    .heroForm{
        transform: scale(0.8)translateY(-55%)translateX(-100%);
    }
	  .heroForm form {
    margin-bottom: unset!important;
}
    html .instagramFeedContainer h2{
      font-size:var(--textXXL)
    }
    html .instagramFeed{
      padding:0 15%;
    }
  }
  
  @media only screen and (max-width:1100px){
    .heroForm{
        transform: scale(0.9)translateY(-50%)translateX(-100%);
    }
    html body.instagramFeedContainer h2{
      font-size:2.3em
    }
    html body .instagramFeed{
      padding:0 7%;
    }
  }
  @media only screen and (max-width:500px){
    .heroFlex{
        padding-left:0;
    }
    .instagramFeedContainer h2{
      font-size:2em!important
    }
    html body .instagramFeed{
      padding:0!important;
    }
  }
.FeedLayout__load-more-btn {
    display: none!important;
}
