@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTRegular.otf') format('opentype');
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-image:not([class*=absolute]) {
    position: absolute;
}
.header_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
}
.header_right_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.btn_header {
    border-radius: 8px;
    background: var(--Accent-Orange-Accent, #FE9B01);
    padding: 12px 24px;
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.btn_header:hover {
    border-radius: 8px;
    background: var(--Accent-Hover, #FFA821);
    padding: 12px 24px;
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;

}
.btn_header_link {
    color: var(--Other-Dark-Blue, #070034);
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.btn_header_link p {
    margin-bottom: 0px;
}
.btn_header_link.active_class svg path {
    fill: #FE9B01;
}
.btn_header_link:hover {
    color: var(--Other-Dark-Blue, #070034);
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 0px;
}
.btn_header_link.active_class {
    color: var(--Accent-Orange-Accent, #FE9B01);

    /* Extra Bold/Capt Medium */
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 0px;
}
.btn_header_link.active_class > svg#currency_logo > path {
    fill: #070034;
}

body {
    background: #FAFAFA;
}
#currency_logo {
    margin-top: 0px;
}
.currency_drop .btn_header.active {
    background: var(--Outline, rgba(190, 143, 74, 0.20));
    border: 0px;
    border-radius: 0px;
}
.header_top {
    background: transparent;
}
.header_main_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: var(--Neutral-White, transparent);
    padding: 24px 0px 16px;
    margin-left: auto;
    margin-right: auto;
}
.btn_currency {
    color: var(--Other-Dark-Blue, #070034);
    padding: 0px;
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-align: left;
}
.btn_currency.active_class {
    color: var(--Accent-Orange-Accent, #FE9B01);

    padding: 0px;
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.header_currency_dropdown {
    min-width: 236px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--Nuetral-Almost-White, #FAFAFA);
    position: absolute;
    left: 0;
    top: 46px;
    /* Drop Shadow */
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}
.currency_div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.header_service_dropdown {
    min-width: 236px;
    padding: 24px 0px;
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--Nuetral-Almost-White, #FAFAFA);
    position: absolute;
    left: 0;
    top: 46px;
}
.service_divider {
    width: 100%;
    height: 1px;
    background: #BEBEBE;
    margin-top: 24px;
    margin-bottom: 24px;
}
.triangle_div {
    left: 50%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -12.5px;
    background: #FFFFFF;
    border-radius: 0px;
    transform: rotate(45deg) translate(-6px, 6px);
    border-top-left-radius: 6px;
}
.header_dropbox {
    position: relative;
}
.cart_duration {
    color: var(--Grayscale-700, #656565);

    /* P/Standard */
    font-family: 'Jost';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.24px;
    margin-bottom: 0px;
}
.cart_prod_title {
    color: var(--Grayscale-800, #3C3C3C);
    font-family: 'Jost';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.5px; /* 172.917% */
    letter-spacing: -0.36px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart_prod_price {
    color: var(--Grayscale-700, #656565);
    font-family: 'Jost';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.5px; /* 172.917% */
    letter-spacing: -0.36px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart_title {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H4 */
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.cart_prod_price {
    color: var(--Other-Dark-Blue, #070034);
    font-family: "Darker Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart_product_title {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H5 */
    font-family: "Darker Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
    margin-bottom: 8px;
}
.cart_product_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}
.cart_product_row_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}
.cart_product_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cart_divider {
    width: 100%;
    height: 1px;
    background: #BEBEBE;
    margin-bottom: 24px;
}
.total_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.total_text {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H4 */
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.btn_cart_checkout {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Nuetral-Almost-White, #FAFAFA);
    border-radius: 8px;
    background: var(--Accent-Orange-Accent, #FE9B01);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    width: 100%;
}
.btn_cart_checkout:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Nuetral-Almost-White, #FAFAFA);
    border-radius: 8px;
    background: var(--Accent-Hover, #FFA821);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    width: 100%;
}
.cart_pricing_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total_text {
    color: var(--Grayscale-800, #3C3C3C);

    /* Heading/H3 */
    font-family: 'Jost';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.5px; /* 129.688% */
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart_inner_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.cart_inner_left {
    width: 235px;
}
.cart_inner_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_cart_dropdown {
    width: 475px;
    padding: 32px;
    position: absolute;
    left: 0px;
    top: 46px;
    transform: translateX(-33%);
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--Nuetral-Almost-White, #FAFAFA);

/* Drop Shadow */
box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}
.cart_stroke {
    width: 100%;
    height: 1px;
    background: #9B9B9B;
}



.mobile_header {
    display: none;
}
.header_button {
    display: flex;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--Neutral-800, #3C3C3C);
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 150% */
    border-radius: 72px;
    border: 1px solid var(--Neutral-800, #3C3C3C);
    height: 51px;
}
.header_button:hover {
    display: flex;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 72px;
    border: 1px solid var(--Primary, #D29F53);
    background: var(--Primary, #D29F53);
    color: var(--Neutral-White, #FFF);
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 150% */
}
.header_button:hover svg path {
    stroke: #FFF;
}


.header_bar {
    width: 1px;
    height: 40px;
    background: #37373E;
}
.currency_drop {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    position: absolute;
    top: 71px;
    left: -16px;
    background: #FFF;
    width: 91px;
}
.currency_drop .btn_header {
    color: var(--Neutral-800, #3C3C3C);
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.currency_drop_div {
    position: relative;
}




.footer_top_left_img_div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_top_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
}
.footer_link_title {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.footer_link {
    color: var(--Nuetral-Light-Gray, #EAEAEA);
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-decoration: none;
}
.footer_internal_link_container_expensive .footer_link {
    width: 80px;
}
.footer_internal_link_container_expensive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 184px;
}
.footer_internal_link_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    width: 161px;
}
.footer_internal_link_container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    width: 284px;
}
.footer_link_light {
    color: var(--Nuetral-Light-Gray, #EAEAEA);
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}
.footer_divider {
    width: 100%;
    height: 1px;
    opacity: 0.12;
    background: #FAFAFA;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer_text {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}
.footer_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer_social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.footer_frame {
    padding-top: 64px;
    padding-bottom: 32px;
}
.footer_frame {
    background: url(../img/footer_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer {
    padding: 40px;
    background: #FAFAFA;
}
.cart_main {
    position: relative;
}
.cross_x {
    position: absolute;
    right: 0px;
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
        padding: 0px 24px;
    }
   
    .header_btn_box {
        width: 100%;
    }
    .header_button {
        border-radius: 72px;
        border: 1px solid var(--Neutral-800, #3C3C3C);
        color: var(--Neutral-800, #3C3C3C);
        font-family: "Futura PT";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px; /* 150% */
        height: 51px;
    }
    .mob_line_header {
        background: rgba(190, 143, 74, 0.20);
        height: 1px;
        width: 100%;
    }
    .btn_cart_checkout {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        background: var(--Accent-Orange-Accent, #FE9B01);
        color: var(--Nuetral-Almost-White, #FAFAFA);
        
        /* Extra Bold/Capt Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }
    .header_top {
        /* background: var(--Neutral-White, #FFF); */
        padding: 24px 0px 16px;
    }
    .btn_header {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        padding: 8px 12px;
    }
    .btn_header:hover {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        padding: 8px 12px;
    }
    .header_mobo_main {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        position: relative;
    }
    .header_mobo_right {
        position: relative;
        height: 28px;
        width: 164px;
        left: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* justify-content: space-between; */
        gap: 16px;
    }
    .header_mobo_main_slide {
        overflow: auto;
        background: #FAFAFA;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0px;
        height: 590px;
        width: 100%;
        position: absolute;
        right: 0px;
    }
    .header_main_mobo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0px;
        padding: 24px;
        /* height: 590px; */
    }
    .btn_header_link, .btn_header_link:hover, .btn_header_link.active_class {
        padding: 0px;
        color: var(--Other-Dark-Blue, #070034);
        
        /* Extra Bold/Capt Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        width: 100%;
        border-radius: 0px;
        text-align: left;
    } 
    .btn_header_link.active_class {
        color: var(--Accent-Orange-Accent, #FE9B01);
    }
    .boxing {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .header_service_dropdown {
        width: 100%;
        padding: 0px 0px;
        border-radius: 0px;
        border: unset;
        background: transparent;
        position: unset;
        left: 0;
        top: 46px;
    }
    .currency_div {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    #header_cart_dropdown2_mobo {
        margin-top: 12px;
    }
    .cart_stroke {
        width: 100%;
        height: 1px;
        background: #BEBEBE;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .currency_drop_div {
        width: 100%;
    }
    .hamburger_menu {
        position: absolute;
        width: 26px;
        right: 0px;
        top: 0px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 26px;
        right: 0px;
        top: 0px;
    }
    .cart_menu_close {
        position: absolute;
        right: 38px;
        top: 0px;
    }
    .currency_drop {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0px;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        margin-top: 0px;
        width: 100%;
    }
    .currency_drop .btn_header_link.active_class {
        padding: 16px 32px;
        color: var(--Grayscale-800, #FFFFFF);
        /* P/Standard */
        background: var(--Primary-P, #3F619D);
        font-family: 'Jost';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
        letter-spacing: -0.24px;
        width: 100%;
        border-radius: 0px;
    }
    .header_cart_dropdown {
        width: calc(100% - 48px);
        padding: 24px;
        position: unset;
        transform: unset;
        background: var(--Grayscale-White, #FAFAFA);
        box-shadow: unset;
        margin-left: 24px;
        margin-right: 24px;
    }
    .cart_title {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Darker Grotesque";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 24px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .cart_product_title {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Darker Grotesque";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 20px */
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_product_subtitle {
        color: var(--Nuetral-Dark-Gray, #232323);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 0px;
    }
    .cart_prod_price {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Darker Grotesque";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 20px */
        text-transform: capitalize;
    }
    .cart_prod_title {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: 'Jost';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
        letter-spacing: -0.24px;
    }
    .cart_product_row, .cart_divider {
        margin-bottom: 16px;
    }
    .total_div {
        margin-bottom: 24px;
    }
    .cart_inner_left {
        width: 174px;
    }
    .total_text {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Darker Grotesque";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 24px */
        text-transform: capitalize;
    }
    
    .footer_frame {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer {
        padding: 0px;
    }
    .footer_frame {
        background: url(../img/footer_bg_mobo.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .footer_top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
    }
    .footer_top_left_img_div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .footer_link_title {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Darker Grotesque";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 24px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .footer_internal_link_container_expensive {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        width: fit-content;
    }
    .footer_divider {
        width: 100%;
        height: 1px;
        opacity: 0.12;
        background: #FAFAFA;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .footer_bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
    }
    .footer_text {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        text-align: center;
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
    }
    .footer_link_light {
        color: var(--Nuetral-Light-Gray, #EAEAEA);
        text-align: right;

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
    }
    .footer_link {
        color: var(--Nuetral-Light-Gray, #EAEAEA);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }
    .footer_internal_link_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        width: 161px;
    }
}
@media only screen and (min-width: 1080px) and (max-width:1151px) {
    .header_btn_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .btn_header_right_btn, .btn_header_right_btn:hover {
        padding: 14px 8px;
    }
    .header_right {
        gap: 16px;
    }
    .footer_top_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 18px;
    }
    .header_right_left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
}
@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1028px;
    }
    .btn_header_right_btn, .btn_header_right_btn:hover {
        padding: 14px 10px;
    }
    .header_right {
        gap: 24px;
    }
    .footer_top_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }
    .header_right_left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 36px;
    }
}
@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1190px;
    }
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
    
}
/* @media only screen and (min-width: 1440px) and (max-width:1499px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1264px;
    }
}
*/

@media only screen and (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
