[x-cloak] {
    display: none !important;
}

@font-face {
    font-family: 'MarkGEOCAPSBold';
    src: url('/assets/fonts/MarkGEOCAPSBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkGEOBold';
    src: url('/assets/fonts/MarkGEOBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mark GEO';
    src: url('/assets/fonts/MarkGEO-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.bottom-bar {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.font-capsbold-geo {
    font-family: 'MarkGEOCAPSBold', sans-serif;
}

.font-light-geo {
    font-family: 'Mark GEO', sans-serif;
}

.font-bold-geo {
    font-family: 'MarkGEOBold', sans-serif;
}

.bg-main {
    background-color: #011B3A;
}

.small-text-logo {
    font-size: 11px;
}

.small-text-vo {
    font-size: 17px;
}

nav.main-menu:before {
    content: "";
    border-bottom: 2px solid #374151;
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 5px;
    width: 100%;
    display: block;
    /* fallback */
}

.main-menu:not(.contact) a:hover:before {
    content: "";
    border-bottom: 2px solid red;
    width: 100%;
    position: absolute;
    bottom: -10px;
}

.main-menu .contact a:hover:before {
    content: "";
    border-bottom: unset;
    width: 100%;
    position: absolute;
    bottom: -10px;
}

@media (min-width: 767px) {
    .top-panel .location {
        border: none;
    }

    .top-panel .phone-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .main-banner img {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {
    .top-panel .language {
        display: none;
    }

    .top-panel .info .phone {
        display: none;
    }

    .top-panel>div a {
        font-size: 13px;
        border: none;
    }

    .top-panel>div>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .top-panel>div a.location {
        white-space: nowrap;
    }

    .top-panel>div a svg {
        width: 18px;
    }

    .top-panel .location,
    .top-panel .phone-mobile {
        padding-right: 0;
    }

    .font-13 {
        font-size: 13px;
    }

    .top-panel>div a.mail,
    .top-panel>div a.location {
        padding-right: 0;
    }

    .top-panel .info {
        margin-bottom: 10px;
    }

    .logo img {
        height: 3rem;
    }

    .logo .small-text-vo {
        font-size: 12px;
        top: 11px;
        left: 27px;
    }

    .mobile-menu svg {
        color: #ffffff;
        width: 34px;
        height: 44px;
    }

    .mobile-menu .mobile-menu-content {
        background: #002244;
        color: #fff;
        font-family: 'MarkGEOCAPSBold', sans-serif;
        position: fixed;
        padding-top: 70px;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        /* fallback for no backdrop-filter */
    }

    .no-scroll {
        overflow: hidden;
    }

    .mobile-menu a:hover {
        background: transparent;
        color: #dc2626;
    }

    .pr-4.language {
        padding-right: 0;
        border: none;
    }

    .main-banner {
        padding-bottom: 60px;
    }

    .main-banner img {
        opacity: 0.1;
    }

    .main-banner .menu-content {
        padding-bottom: 20px;
    }

    .inline-flex.font-capsbold-geo.items-center.text-red-600.font-semibold.text-1xl.md\:text-2xl.mb-2 {
        font-size: 21px;
    }

    h2.text-lg.md\:text-1xl.font-bold-geo.text-\[\#011B3A\].mb-10 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .partners img {
        height: 80px;
        width: auto;
        max-width: 170px;
    }
}

@media (max-width: 412px) {
    .info a > span {
        font-size: 11px;
    }
    .bottom-link a {
        font-size: 9px;
    }
}

@media (max-width: 375px) {
    .top-panel .info {
        gap: 2px;
    }

    .top-panel .info a>span {
        font-size: 11px;
    }
}