.styles_footer__7vFH7 {
    height: 30rem;
    background-color: #074da3;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3.5rem 0
}

@media (max-width: 991px) {
    .styles_footer__7vFH7 {
        height: -moz-fit-content;
        height: fit-content
    }
}

.styles_footer__content__BP_uZ {
    display: flex
}

@media (max-width: 991px) {
    .styles_footer__content__BP_uZ {
        flex-direction: column
    }
}

.styles_footer__content__left__BV1An {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 991px) {
    .styles_footer__content__left__BV1An {
        width: 100%;
        margin-bottom: 2rem
    }
}

.styles_footer__content__left__logo___XEG_ {
    height: 4rem;
    width: 15rem;
    margin-bottom: 1rem
}

.styles_footer__content__left__BV1An p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    width: -moz-fit-content;
    width: fit-content
}

.styles_footer__content__left__socials__VPajj {
    display: flex
}

.styles_footer__content__left__socials__VPajj > * {
    margin-inline-end: 1.2rem
}

.styles_footer__content__left__socials__VPajj > :hover svg {
    transform: scale(1.1)
}

.styles_footer__content__left__socials__VPajj > * svg {
    width: 2.1rem;
    height: 2.1rem;
    transform: scale(1);
    transition: all .2s ease-in-out
}

.styles_footer__content__right__Xni2o {
    display: flex;
    justify-content: space-between;
    width: 60%
}

@media (max-width: 991px) {
    .styles_footer__content__right__Xni2o {
        flex-direction: column;
        width: 100%
    }
}

.styles_footer__content__right__section__0N1Rs {
    display: flex;
    flex-direction: column
}

.styles_footer__content__right__section__0N1Rs p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 1rem
}

.styles_footer__content__right__section__0N1Rs a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: .8rem;
    transition: all .2s ease-in-out;
    padding: 5px 0
}

.styles_footer__content__right__section__0N1Rs a:hover {
    opacity: .6
}

@keyframes styles_float__UzHuk {
    0% {
        transform: translateY(0) translateX(0)
    }
    50% {
        transform: translateY(-10px) translateX(5px)
    }
    to {
        transform: translateY(0) translateX(0)
    }
}

@keyframes styles_float2__W46kD {
    0% {
        transform: translateY(0) translateX(0)
    }
    50% {
        transform: translateY(10px) translateX(5px)
    }
    to {
        transform: translateY(0) translateX(0)
    }
}

@keyframes styles_bounce__FM15R {
    0% {
        transform: translate3d(0, -50px, 0);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes styles_likeRotate__X0uns {
    0% {
        transform: scale(1.5) rotate(-15deg)
    }
}

@keyframes styles_textScroll__HVT_D {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}

@keyframes styles_shake__b1oxL {
    0% {
        transform: translate(0)
    }
    20% {
        transform: translate(2px, -2px)
    }
    40% {
        transform: translate(2px, 2px)
    }
    60% {
        transform: translate(-2px, 2px)
    }
    80% {
        transform: translate(-2px, -2px)
    }
    to {
        transform: translate(0)
    }
}

.styles_contactUsLandingPage__Bc7Yd {
    min-height: 100vh;
    background-color: #fff;
    overflow: hidden
}

.styles_contactUsLandingPage__head__ZGCpJ {
    font-size: 18px;
    color: #de7716;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500
}

.styles_contactUsLandingPage__title__M9Z9l {
    font-size: 35px;
    color: #302d3a;
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .styles_contactUsLandingPage__title__M9Z9l {
        font-size: 27px
    }
}

.styles_contactUsLandingPage__desc__G2M7e {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 20px
}

.styles_contactUsLandingPageTop__body__ILd5r {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 0 140px
}

.styles_contactUsLandingPageTop__body__ILd5r > * {
    text-align: center
}

.styles_contactUsLandingPageTop__desc__L470K {
    font-size: 16px;
    color: #a2a2a2;
    margin-bottom: 40px;
    max-width: 50%;
    text-align: center
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageTop__desc__L470K {
        max-width: 80%
    }
}

.styles_contactUsLandingPageTop__btn__RRsht {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.styles_contactUsCountries__DJ_kd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-top: -130px;
    margin-bottom: 60px
}

@media (max-width: 900px) {
    .styles_contactUsCountries__DJ_kd {
        flex-direction: column
    }
}

.styles_contactUsCountries__button__bihP3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    color: #000;
    border-radius: 90px;
    transition: all .25s ease-in-out;
    width: 290px;
    cursor: pointer
}

@media (max-width: 900px) {
    .styles_contactUsCountries__button__bihP3 {
        justify-content: flex-start;
        padding: 10px 35px;
        margin-bottom: 12px
    }
}

.styles_contactUsCountries__button__active1__2mRAe {
    box-shadow: 0 0 45px -10px #074da3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    color: #000;
    border-radius: 90px;
    transition: all .25s ease-in-out;
    width: 290px;
    cursor: pointer
}

@media (max-width: 900px) {
    .styles_contactUsCountries__button__active1__2mRAe {
        justify-content: flex-start;
        padding: 10px 35px;
        margin-bottom: 12px
    }
}

.styles_contactUsCountries__button__active1__2mRAe img {
    width: 50px;
    margin-right: 20px
}

.styles_contactUsCountries__button__active2__DO1Qa {
    box-shadow: 0 0 45px -10px #de7716;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    color: #000;
    border-radius: 90px;
    transition: all .25s ease-in-out;
    width: 290px;
    cursor: pointer
}

@media (max-width: 900px) {
    .styles_contactUsCountries__button__active2__DO1Qa {
        justify-content: flex-start;
        padding: 10px 35px;
        margin-bottom: 12px
    }
}

.styles_contactUsCountries__button__active2__DO1Qa img {
    width: 50px;
    margin-right: 20px
}

.styles_contactUsCountries__button__active3__wSoff {
    box-shadow: 0 0 45px -10px #74dbef;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    color: #000;
    border-radius: 90px;
    transition: all .25s ease-in-out;
    width: 290px;
    cursor: pointer
}

@media (max-width: 900px) {
    .styles_contactUsCountries__button__active3__wSoff {
        justify-content: flex-start;
        padding: 10px 35px;
        margin-bottom: 12px
    }
}

.styles_contactUsCountries__button__active3__wSoff img, .styles_contactUsCountries__button__bihP3 img {
    width: 50px;
    margin-right: 20px
}

.styles_contactUsMapContainer__dbDcR {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    margin-bottom: 180px;
    direction: ltr !important
}

@media (max-width: 1250px) {
    .styles_contactUsMapContainer__dbDcR {
        flex-direction: column;
        margin-bottom: -15px
    }
}

.styles_contactUsGoogleMap__49i_U {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.styles_contactUsGoogleMap__49i_U iframe {
    width: 70vw;
    height: 50vw
}

@media (max-width: 1250px) {
    .styles_contactUsGoogleMap__49i_U iframe {
        width: 100vw;
        height: 70vw;
        margin-bottom: 20px
    }
}

.styles_contactUsLandingPageMessage__fcei6 {
    background-color: #fff;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px;
    border-radius: 10px;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, .07);
    position: absolute;
    right: 0;
    top: 7%
}

@media (max-width: 1250px) {
    .styles_contactUsLandingPageMessage__fcei6 {
        position: unset;
        width: 90vw;
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.styles_contactUsLandingPageMessage__title__Lb1sh {
    font-size: 22px;
    color: #302d3a;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageMessage__title__Lb1sh {
        font-size: 20px
    }
}

.styles_contactUsLandingPageMessage__desc___yQC2 {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageMessage__desc___yQC2 {
        font-size: 16px
    }
}

.styles_contactUsLandingPageMessage__fcei6 .styles_contactUsSubmitBtn__YFeBr {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content
}

.styles_contactUsLandingPageMessage__fcei6 .styles_contactUsSubmitBtn__YFeBr:hover {
    transform: none
}

.styles_contactUsLandingPageReach__vOybb {
    height: auto
}

.styles_contactUsLandingPageReach__container__SbiPN {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 90%
}

.styles_contactUsLandingPageReach__container__SbiPN > * {
    width: 100%;
    height: 100%;
    display: flex
}

.styles_contactUsLandingPageReach__start__Eeb0Q {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__Eeb0Q {
        flex-direction: column
    }
}

.styles_contactUsLandingPageReach__start__first__aaLOX {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 50%
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__first__aaLOX {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 45px;
        padding-right: 0
    }
}

.styles_contactUsLandingPageReach__start__first__head__41nzh {
    font-size: 18px;
    color: #de7716;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500
}

.styles_contactUsLandingPageReach__start__first__title__Ta4_Z {
    font-size: 18px;
    color: #302d3a;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__first__title__Ta4_Z {
        font-size: 24px
    }
}

.styles_contactUsLandingPageReach__start__first__desc__fXkbD {
    font-size: 18px;
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 20px
}

.styles_contactUsLandingPageReach__start__first__bottom__0pm1l {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__first__bottom__0pm1l {
        justify-content: center
    }
}

.styles_contactUsLandingPageReach__start__first__bottom__0pm1l img {
    width: 45px;
    margin-inline-end: 15px;
    cursor: pointer
}

.styles_contactUsLandingPageReach__start__first__bottom__text__Di4FC {
    font-size: 14px;
    font-weight: 700;
    color: #302d3a
}

.styles_contactUsLandingPageReach__start__second__B4zVR {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 50%
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__second__B4zVR {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 45px
    }
}

.styles_contactUsLandingPageReach__start__second__head__AuLyY {
    font-size: 18px;
    color: #de7716;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500
}

.styles_contactUsLandingPageReach__start__second__title__nk_3K {
    font-size: 18px;
    color: #302d3a;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__second__title__nk_3K {
        font-size: 24px
    }
}

.styles_contactUsLandingPageReach__start__second__desc__XDeU_ {
    font-size: 18px;
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 20px
}

.styles_contactUsLandingPageReach__start__second__bottom__Ytf9e {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageReach__start__second__bottom__Ytf9e {
        justify-content: center
    }
}

.styles_contactUsLandingPageReach__start__second__bottom__Ytf9e img {
    width: 45px;
    margin-right: 15px;
    cursor: pointer
}

.styles_contactUsLandingPageReach__start__second__bottom__text__DgtAr {
    font-size: 14px;
    font-weight: 700;
    color: #302d3a
}

.styles_contactUsLandingPageReach__vOybb img {
    cursor: pointer
}

.styles_contactUsLandingPageConsultation__8f7Jj {
    background-image: url(/_next/static/media/landingConsultationBG.6660a940.png);
    background-repeat: no-repeat;
    background-size: cover
}

.styles_contactUsLandingPageConsultation__body__wwqmE {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0 140px
}

.styles_contactUsLandingPageConsultation__body__wwqmE > * {
    text-align: center
}

.styles_contactUsLandingPageConsultation__desc__v9XFX {
    font-size: 16px;
    color: #a2a2a2;
    margin-bottom: 40px;
    max-width: 50%;
    text-align: center
}

@media (max-width: 900px) {
    .styles_contactUsLandingPageConsultation__desc__v9XFX {
        max-width: 80%
    }
}

.styles_contactUsLandingPageConsultation__btn__Igoa_ {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.styles_messageDetails__u7PRS {
    display: flex;
    flex-direction: column;
    width: 100%
}

.styles_formOneItem__6_L_c {
    width: 100%;
    display: flex
}

.styles_formOneItem__6_L_c > * {
    width: 100%
}

@media (max-width: 575px) {
    .styles_formOneItem__6_L_c {
        flex-direction: column;
        justify-content: flex-start
    }
}

.styles_formTwoItem__1ASXM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 700px) {
    .styles_formTwoItem__1ASXM {
        flex-direction: column;
        justify-content: flex-start
    }
}

.styles_formTwoItem__1ASXM > * {
    width: 48%
}

@media (max-width: 700px) {
    .styles_formTwoItem__1ASXM > * {
        width: 100%
    }
}