/* Prevent layout shift on iconify icon when loading */
iconify-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}

@font-face {
    font-family: BebasNeue;
    src: url(./../assets/BebasNeue-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(./../assets/Inter-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(./../assets/Inter-Bold.ttf);
    font-weight: bold;
    font-display: swap;
}

.font-family-inter {
    font-family: Inter;
}

.hidden {
    display: none !important;
}
.navigation-button {
    width: 240px;
}


.navigation-button iconify-icon, .mobile-navigation-button iconify-icon {
    width: 1em;
    height: auto!important;
}
.link-article {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1d4288;
    text-decoration: none;
    border-bottom: 2px solid #1d4288;
    padding-bottom: 8px;
    display: inline-block;
}

/* Containers */
.container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1850px;
}

.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
    max-width: 1850px;
}

.container-xxl {
    padding-right: 10%;
    padding-left: 10%;
    max-width: 1850px;
}


.bg-image { 
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
}

/* Font Styles */

.heading-xl {
    font-family: BebasNeue;
    font-size: 70px;
    line-height: 75px;
}

.heading-lg {
    font-family: BebasNeue;
    font-size: 36px;
    line-height: 32px;
}

.heading-md {
    font-family: BebasNeue;
    font-size: 24px;
    line-height: 28px;
}

.heading-sm {
    font-family: BebasNeue;
    font-size: 22px;
}

.heading-xs {
    font-family: BebasNeue;
    font-size: 20px;
}

.heading-xxs {
    font-family: BebasNeue;
    font-size: 18px;
}

.body-xxl {
    font-family: Inter;
    font-size: 85px;
    line-height: 80px;
    letter-spacing: 0;
}

.body-xl {
    font-family: Inter;
    font-size: 40px;
    letter-spacing: 0;
}

.body-lgr {
    font-family: Inter;
    font-size: 32px;
    line-height: 32px;
}

.body-lg {
    font-family: Inter;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.body-md {
    font-family: Inter;
    font-size: 20px;
    letter-spacing: 0;
}

.body-sm {
    font-family: Inter;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.1px;
}

.body-xs {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.body-xxs {
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
}

.detail {
    font-family: Inter;
    font-size: 12px;
    line-height: 14px;
}

.detail-sm {
    font-family: Inter;
    font-size: 10px;
    line-height: 12px;
}

.fw-medium {
    font-weight: 500 !important;
}



.text-underline {
    text-decoration: underline;
}

/* Buttons */
.btn-primary--card {
    border-radius: 0;
    align-items: center;
    background-color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #1D4288;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: BebasNeue;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    min-width: 140px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

/* Class is repeated to arbitrarily increase specificity and override bootstrap */
.btn-primary--card:active.btn-primary--card:active {
    background-color: #ccc;
    color: #1D4288;
    filter: brightness(.95);
    border-color: #3385ff;
    fill: #06f;
}

.btn-primary--card:hover {
    background-color: #e7e7e7;
    color: #1D4288;
}

.btn-primary--card:focus {
    background-color: #ccc;
    color: #1D4288;
    filter: brightness(.95);
    border-color: #3385ff;
    fill: #06f;
}

.btn-secondary--card {
    font-family: BebasNeue;
    font-size: 24px;
    border-radius: 0;
    display: inline-block;
    outline: none;
    cursor: pointer;
    transition-property: background-color, border-color, color, box-shadow, filter;
    transition-duration: .3s;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: transparent;
    height: 48px;
}

/* Class is repeated to arbitrarily increase specificity and override bootstrap */
.btn-secondary--card:active.btn-secondary--card:active {
    color: #fff;
    background-color: #333;
}

.btn-secondary--card:hover {
    color: #fff;
    background-color: #333;
}

.btn-secondary--card:focus {
    color: #fff;
    background-color: #333;
}


.btn-green,
.btn-green.active,
.btn-green.disabled {
    background-color: #3EB049;
    color: #fff;
}


.btn-blue,
.btn-blue:hover,
.btn.btn-blue:first-child:hover,
:not(.btn-check)+.btn.btn-blue:hover {
    background-color: #1D4288 !important;
    color: #fff !important;
}


.btn-white,
.btn-white:hover,
.btn.btn-white:first-child:hover,
:not(.btn-check)+.btn.btn-white:hover {
    background-color: #fff;
    color: #1D4288;
}


.btn-white-outline {
    background-color: transparent;
    color: #fff;
    border: 1px solid white;
}

.btn-blue-outline,
.btn-blue-outline:active,
.btn.btn-blue-outline:first-child:hover,
:not(.btn-check)+.btn.btn-blue-outline:hover {
    background-color: transparent;
    color: #1D4288;
    border: 2px solid #1D4288;
}


/* Accordion */

.accordion-button {
    padding: 0;
}


.accordion-button:not(.collapsed) {
    box-shadow: none;
}


.accordion-body {
    padding: 0;
}



/* Spacing */

.py-6 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-7 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.px-7 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.mx-6 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

.mx-7 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}

.hr-green {
    display: inline-block;
    background-color: #3EB049;
    height: 4px;
    width: 200px;
    opacity: 1;
}

.hr-grey {
    width: 100%;
    border-top: 1px solid #939598;
}

.loading-screen {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

#loading-screen-global {
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99999;
}

/* carouels */
@media (max-width: 991px) {
    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero-carousel .carousel-item {
        background-image: none !important;
        background-color: #1D4288;
        color: #fff;
    }

    .hero-carousel .carousel-item>.bg-image {
        aspect-ratio: 1.2;
        background-position: center;
    }
}


@media (min-width: 768px) {
    .hero-carousel .header-article {
        min-height: 522px;
    }
}

@media (max-width: 575px) {
    .container-xxl {
        padding-right: 5%;
        padding-left: 5%;
    }

    .heading-xl {
        font-size: 48px;
        line-height: 48px;
    }

    .heading-lg {
        font-size: 24px;
        line-height: 28px;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .heading-md {
        font-size: 20px;
        line-height: 24px;
    }

    .body-xxl {
        font-size: 36px;
        line-height: 43px;
    }

    .body-xl {
        font-size: 32px;
        line-height: 38px;
    }

    .body-lgr {}

    .body-lg {
        font-size: 16px;
        line-height: 24px;
    }

    .body-sm {
        font-size: 16px;
        line-height: 19px;
    }

    .body-xxs {
        font-size: 12px;
        line-height: 18px;
    }

    .detail {
        font-size: 10px;
        line-height: 12px;
    }

    .btn-white-mobile {
        background-color: #FFF;
        color: #1D4288;
    }
}