.jet85-global-footer-hide-old footer.ms-footer,
.jet85-global-footer-hide-old .ms-footer.ms-footer--template {
    display: none !important;
}

:root,
[data-theme="light"],
[data-theme="dark"] {
    --color-primary: #ef5d39 !important;
    --color-primary-darker: #ef5d39 !important;
    --color-primary-dark: #ef5d39 !important;
    --color-primary-light: #ef5d39 !important;
    --color-primary-lighter: #ef5d39 !important;
}

.jet85-global-footer-enabled .ms-sc--st,
.jet85-global-footer-enabled .ms-sc--st span {
    color: #ef5d39 !important;
    border-color: #ef5d39 !important;
}

.jet85-global-footer-hide-old[data-footer-effect="on"] .ms-main {
    margin-bottom: 0 !important;
}

.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .logo-dark h3,
.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .main-header__layout .main-header__default .navbar-nav > .menu-item > a,
.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .main-header__nav-trigger,
.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .action-menu .text span {
    color: var(--color-contrast-higher) !important;
}

.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .action-menu .burger .line {
    background-color: var(--color-contrast-higher) !important;
}

.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .header__search-icon svg,
.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .ms_theme_mode .sun-and-moon > :is(.moon, .sun) {
    stroke: var(--color-contrast-higher) !important;
}

.jet85-global-footer-enabled .main-header.ms-nb--white:not(.show-bg) .ms_theme_mode .sun-and-moon > .sun-beams {
    stroke: var(--color-primary) !important;
}

.jet85-footer {
    --jet85-footer-bg: #101214;
    --jet85-footer-panel: #131516;
    --jet85-footer-text: #f5f1ea;
    --jet85-footer-muted: rgba(245, 241, 234, .72);
    --jet85-footer-soft: rgba(245, 241, 234, .16);
    --jet85-footer-line: rgba(245, 241, 234, .14);
    --jet85-footer-accent: #ef5d39;
    --jet85-footer-green: #20d45c;
    background: radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .035), transparent 28%), var(--jet85-footer-bg);
    color: var(--jet85-footer-text);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.jet85-footer,
.jet85-footer * {
    box-sizing: border-box;
}

.jet85-footer a {
    color: inherit;
    text-decoration: none;
}

.jet85-footer__conversation {
    min-height: clamp(320px, 25vw, 390px);
    background-image:
        linear-gradient(90deg, rgba(5, 6, 7, .9) 0%, rgba(5, 6, 7, .64) 38%, rgba(5, 6, 7, .22) 68%, rgba(5, 6, 7, .48) 100%),
        linear-gradient(180deg, rgba(5, 6, 7, .1), rgba(5, 6, 7, .88)),
        var(--jet85-footer-hero);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.jet85-footer__conversation-inner {
    width: min(100%, 1520px);
    margin: 0 auto;
    padding: 54px clamp(24px, 5.2vw, 80px) 66px;
}

.jet85-footer__rule,
.jet85-footer__small-rule {
    display: block;
    width: 54px;
    height: 2px;
    background: var(--jet85-footer-accent);
}

.jet85-footer__conversation h2 {
    max-width: 620px;
    margin: 28px 0 34px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.4vw, 64px);
    line-height: 1.14;
    font-weight: 400;
    letter-spacing: 0;
}

.jet85-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    min-width: min(100%, 384px);
    min-height: 68px;
    padding: 18px 40px;
    border: 1px solid rgba(239, 93, 57, .92);
    border-radius: 3px;
    background: rgba(5, 6, 7, .28);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.jet85-footer__cta:hover,
.jet85-footer__cta:focus-visible {
    background: rgba(239, 93, 57, .14);
    border-color: #ef5d39;
    transform: translateY(-1px);
}

.jet85-footer__cta span:last-child {
    color: var(--jet85-footer-accent);
    font-size: 32px;
    line-height: 1;
}

.jet85-footer__main {
    width: min(100%, 1520px);
    margin: 0 auto;
    padding: 56px clamp(24px, 5.2vw, 80px) 46px;
}

.jet85-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.08fr) minmax(240px, .95fr) minmax(210px, .78fr) minmax(230px, .78fr);
    gap: clamp(36px, 4.6vw, 74px);
}

.jet85-footer__brand,
.jet85-footer__column {
    min-width: 0;
}

.jet85-footer__brand {
    padding-right: clamp(32px, 4vw, 66px);
    border-right: 1px solid var(--jet85-footer-line);
}

.jet85-footer__brand h2 {
    margin: 0 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}

.jet85-footer__brand-logo-heading {
    margin-bottom: 22px !important;
}

.jet85-footer__brand-logo-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.jet85-footer__brand-logo {
    display: block;
    width: clamp(92px, 7vw, 118px);
    height: auto;
    max-width: 100%;
}

.jet85-footer__brand-logo-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.jet85-footer__brand p {
    margin: 0 0 22px;
    color: var(--jet85-footer-muted);
    font-size: 18px;
    line-height: 1.55;
}

.jet85-footer__location {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px !important;
}

.jet85-footer__pin {
    color: var(--jet85-footer-accent);
    font-size: 23px;
    line-height: 1;
}

.jet85-footer__small-rule {
    margin-top: 42px;
}

.jet85-footer__column h3 {
    margin: 0 0 26px;
    color: #ef5d39;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
    text-transform: uppercase;
}

.jet85-footer__contact ul,
.jet85-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jet85-footer__contact li + li {
    margin-top: 22px;
}

.jet85-footer__contact a {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.jet85-footer__contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 93, 57, .1);
    color: var(--jet85-footer-accent);
}

.jet85-footer__contact-icon--whatsapp {
    background: rgba(32, 212, 92, .14);
    color: var(--jet85-footer-green);
}

.jet85-footer__contact-icon svg,
.jet85-footer__socials svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: currentColor;
}

.jet85-footer__contact-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.jet85-footer__contact-copy strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.jet85-footer__contact-copy span {
    color: #f4efe6;
    font-size: 16px;
    line-height: 1.25;
}

.jet85-footer__contact-copy em {
    color: var(--jet85-footer-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.25;
}

.jet85-footer__mobile-arrow {
    display: none;
}

.jet85-footer__explore {
    padding-right: clamp(24px, 3vw, 42px);
    border-right: 1px solid var(--jet85-footer-line);
}

.jet85-footer__links li + li {
    margin-top: 22px;
}

.jet85-footer__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #f5f1ea;
    font-size: 18px;
    line-height: 1.25;
    transition: color .18s ease;
}

.jet85-footer__links a:hover,
.jet85-footer__links a:focus-visible {
    color: #ef5d39;
}

.jet85-footer__arrow {
    color: var(--jet85-footer-accent);
    font-size: 30px;
    line-height: 1;
}

.jet85-footer__legal .jet85-footer__links {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(239, 93, 57, .42);
}

.jet85-footer__legal-details {
    margin-top: 38px;
}

.jet85-footer__legal-details p {
    margin: 0;
    color: var(--jet85-footer-muted);
    font-size: 16px;
    line-height: 1.5;
}

.jet85-footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-top: 56px;
    padding-top: 42px;
    border-top: 1px solid var(--jet85-footer-line);
}

.jet85-footer__bottom p {
    margin: 0;
    color: var(--jet85-footer-muted);
    font-size: 16px;
    line-height: 1.5;
}

.jet85-footer__tagline {
    color: var(--jet85-footer-accent) !important;
}

.jet85-footer__agency {
    display: none;
}

.jet85-footer__socials {
    display: flex;
    align-items: center;
    gap: 26px;
}

.jet85-footer__socials a {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(245, 241, 234, .44);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.jet85-footer__socials a:hover,
.jet85-footer__socials a:focus-visible {
    color: var(--jet85-footer-accent);
    border-color: var(--jet85-footer-accent);
    background: rgba(239, 93, 57, .08);
    transform: translateY(-1px);
}

body[data-theme="light"] .jet85-footer {
    --jet85-footer-bg: #ffffff;
    --jet85-footer-panel: #ffffff;
    --jet85-footer-text: #141414;
    --jet85-footer-muted: rgba(20, 20, 20, .72);
    --jet85-footer-line: rgba(20, 20, 20, .14);
    background: #ffffff !important;
    color: var(--jet85-footer-text);
}

body[data-theme="light"] .jet85-footer__conversation {
    background-image:
        linear-gradient(90deg, rgba(5, 6, 7, .86) 0%, rgba(5, 6, 7, .56) 38%, rgba(5, 6, 7, .18) 68%, rgba(5, 6, 7, .4) 100%),
        linear-gradient(180deg, rgba(5, 6, 7, .05), rgba(5, 6, 7, .74)),
        var(--jet85-footer-hero);
    color: #fff;
}

body[data-theme="light"] .jet85-footer__conversation h2,
body[data-theme="light"] .jet85-footer__conversation .jet85-footer__cta,
body[data-theme="light"] .jet85-footer__conversation .jet85-footer__cta span:first-child {
    color: #fff;
}

body[data-theme="light"] .jet85-footer__conversation .jet85-footer__cta {
    background: rgba(5, 6, 7, .28);
}

body[data-theme="light"] .jet85-footer__conversation .jet85-footer__cta span:last-child {
    color: var(--jet85-footer-accent);
}

body[data-theme="light"] .jet85-footer__main {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body[data-theme="light"] .jet85-footer__contact-copy strong,
body[data-theme="light"] .jet85-footer__contact-copy span,
body[data-theme="light"] .jet85-footer__links a {
    color: #171717;
}

body[data-theme="light"] .jet85-footer__socials a {
    color: #171717;
    border-color: rgba(20, 20, 20, .42);
}

@media (max-width: 1080px) {
    .jet85-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .jet85-footer__brand,
    .jet85-footer__explore {
        border-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .jet85-global-footer-hide-old[data-footer-corners="on"] .ms-main {
        clip-path: none !important;
    }

    .jet85-footer__conversation {
        min-height: 96px;
        background-image:
            linear-gradient(180deg, rgba(5, 6, 7, .05), rgba(5, 6, 7, .72)),
            var(--jet85-footer-hero-mobile);
        background-position: center;
        align-items: flex-end;
    }

    .jet85-footer__conversation-inner {
        padding: 0;
    }

    .jet85-footer__conversation h2,
    .jet85-footer__conversation .jet85-footer__rule,
    .jet85-footer__cta {
        display: none;
    }

    .jet85-footer__main {
        padding: 30px 25px 0;
    }

    .jet85-footer__grid {
        display: block;
    }

    .jet85-footer__brand {
        padding: 0 0 22px;
        border-bottom: 1px solid var(--jet85-footer-line);
    }

    .jet85-footer__brand h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .jet85-footer__brand-logo-heading {
        margin-bottom: 12px !important;
    }

    .jet85-footer__brand-logo {
        width: 76px;
    }

    .jet85-footer__brand p {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .jet85-footer__location {
        margin-top: 10px !important;
        gap: 9px;
    }

    .jet85-footer__pin {
        font-size: 19px;
    }

    .jet85-footer__small-rule {
        display: none;
    }

    .jet85-footer__column {
        padding: 18px 0 20px;
        border-bottom: 1px solid var(--jet85-footer-line);
    }

    .jet85-footer__column h3 {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: .14em;
    }

    .jet85-footer__contact li + li {
        margin-top: 11px;
    }

    .jet85-footer__contact a {
        grid-template-columns: 36px minmax(0, 1fr) 22px;
        gap: 10px;
    }

    .jet85-footer__contact-icon {
        width: 36px;
        height: 36px;
    }

    .jet85-footer__contact-icon svg {
        width: 19px;
        height: 19px;
    }

    .jet85-footer__contact-copy {
        gap: 2px;
    }

    .jet85-footer__contact-copy strong,
    .jet85-footer__contact-copy span {
        font-size: 13px;
    }

    .jet85-footer__contact-copy em {
        font-size: 12px;
    }

    .jet85-footer__mobile-arrow {
        display: block;
        color: var(--jet85-footer-accent);
        font-size: 28px;
        line-height: 1;
    }

    .jet85-footer__explore {
        border-right: 0;
    }

    .jet85-footer__links li + li {
        margin-top: 8px;
    }

    .jet85-footer__links a {
        font-size: 13px;
        line-height: 1.2;
    }

    .jet85-footer__arrow {
        font-size: 24px;
    }

    .jet85-footer__legal .jet85-footer__links {
        padding-bottom: 12px;
        border-bottom: 0;
    }

    .jet85-footer__legal-details {
        margin-top: 12px;
    }

    .jet85-footer__legal-details p {
        font-size: 12px;
    }

    .jet85-footer__bottom {
        display: block;
        margin-top: 0;
        padding-top: 16px;
        padding-bottom: 24px;
        border-top: 0;
    }

    .jet85-footer__bottom p {
        font-size: 12px;
    }

    .jet85-footer__agency {
        display: none;
    }

    .jet85-footer__socials {
        justify-content: space-between;
        gap: 14px;
        margin-top: 12px;
    }

    .jet85-footer__socials a {
        width: 34px;
        height: 34px;
    }

    .jet85-footer__socials svg {
        width: 17px;
        height: 17px;
    }
}
