*,
html,
body {
    font-family: "Manrope", sans-serif;
}

:root {
    --primary: #023674;
    --primary-dark: #012755;
    --primary-alter: #072971;
    --white: #ffffff;
    --heading: #243354;
    --text: #263554;
    --text-grey: #71717A;
    --secondary: #DE3939;
    --success: #198754;
    --danger: #6C1414;
    --warning: #EC7276;
    --info: #0dcaf0;
    --light: #F3F6F9;
    --dark: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
a {
    font-family: "Schibsted Grotesk", sans-serif;
}

.navbar-brand>img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.btn--primary {
    color: var(--white);
    text-decoration: none;
    background-color: var(--secondary);
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: .875rem;
    padding: .5rem 1rem;
    border: 0;
    transition: .3s ease all;
}

.btn--primary:hover {
    background-color: var(--danger);
}

.nav--cs {
    padding: 1rem 0rem;
    background-color: var(--primary);
}

.navbar-brand {
    padding: 0;
    margin-right: auto;
    width: 150px;
    outline: none;
}

.nav--fixed {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-toggler {
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav--cs .navbar-nav>.nav-item+.nav-item {
    border-top: 1px solid #405f84;
}

.nav--cs .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav--cs .nav-link::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: '';
    border-top: 0;
    border-left: 0;
    display: inline-block;
    height: 9px;
    margin: 0;
    margin-right: 0.5rem;
    pointer-events: none;
    position: static;
    right: -0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.nav--cs .navbar-nav .nav-link.show::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.product_nav {
    text-decoration: none;
    display: inline-block;
}

.product_nav_pic {
    border-radius: 8px;
    padding: 10px;
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 100%;
    margin-bottom: .65rem;
}

.product_nav_pic>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product_nav:nth-child(3n + 1) .product_nav_pic {
    background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}

.product_nav:nth-child(3n + 2) .product_nav_pic {
    background: linear-gradient(181.33deg, rgba(255, 198, 198, 0.211765) 72.16%, #DE3939 168.82%);
    border: 1px solid #D4D4D8;
}

.product_nav:nth-child(3n + 3) .product_nav_pic {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}

.product_nav_text {
    color: #52525B;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.4;
    display: block;
}

.nav--cs .dropdown-menu {
    padding: 1rem;
}

.grid_box_nav {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-call {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: .875rem;
    color: var(--white);
    text-decoration: none;
    outline: none;
}

.link-call:hover {
    text-decoration: underline;
}

.top_bar {
    background-color: var(--primary-dark);
    padding: 0.75rem 0;
}

.bar {
    color: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1;
}

.discount_bar {
    background-color: #DFEAF7;
    padding: 0.75rem 0;
    color: var(--primary);
    font-weight: 500;
    font-size: 0.875rem;
}

.banner_cta {
    background-color: #003F8A;
    padding: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0.5rem;
}

.video__box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* matches most videos */
    background: #000;
    overflow: hidden;
}

.video__content {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

/* Default: Show Desktop, Hide Mobile */
.video--desktop {
    display: block;
}

.video--mobile {
    display: none;
}

.mt-ng-80 {
    margin-top: -5rem;
}

.display-two {
    color: var(--white);
    margin: 0;
    font-size: 1.675rem;
    line-height: 1.25;
    font-weight: 800;
}

.head--para {
    color: var(--text-grey);
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
}

.bg_sky {
    background-color: #E5F1FF;
}

.icon_grid {
    display: grid;
    grid-gap: 0.5rem;
}

.icon_grid-text {
    font-weight: 600;
    color: var(--text);
    font-size: .875rem;
}

.py-32 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py_160 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.heading-two {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 800;
    margin: 0;
    color: var(--heading);
}

.mt-40 {
    margin-top: 1.25rem;
}

.grid-col-3 {
    display: grid;
    grid-gap: 1rem;
}

.product_front {
    border-radius: 10px;
    text-decoration: none;
    padding: 1rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product_front_text {
    font-weight: 600;
    line-height: 1.4;
    display: block;
    color: #52525B;
    font-size: 1rem;
}

.product_front_pic {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.abs-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .color_front:nth-child(3n + 1) .product_front {
    background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}
.color_front:nth-child(3n + 2) .product_front {
    background: linear-gradient(181.33deg, rgba(255, 198, 198, 0.211765) 72.16%, #DE3939 168.82%);
    border: 1px solid #D4D4D8;
}
.color_front:nth-child(3n + 3) .product_front {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
} */
.color_front .product_front {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    min-height: 400px;
    cursor: auto;
}

.color_front .product_front:hover {
    border: 1px solid rgb(1 42 90 / 20%);
}

.color_front .product_front:hover .product_front_text {
    color: #023674;
}

.maxw-1080 {
    max-width: 1080px;
}

.maxw-800 {
    max-width: 800px;
}

.maxw-520 {
    max-width: 520px;
}

.grid-col-2 {
    display: grid;
    grid-gap: 1.5rem;
}

.cl--secondary {
    color: var(--secondary);
}

.icon_about-title {
    margin: 0;
    line-height: 1.3;
    color: var(--heading);
    font-weight: 600;
    font-size: 1rem;
}

.icon_about {
    display: grid;
    grid-gap: .75rem;
    grid-template-columns: minmax(0, 44px) minmax(0, 1fr);
}

.cl--grey {
    color: var(--text-grey);
}

.py-64 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.grid-col-4 {
    display: grid;
    grid-gap: 1rem;
}

.process_quote {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    border-radius: 1.5rem;
    padding: 1.5rem;
    background-color: var(--light);
}

.process_quote_num {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
}

.cl--alter {
    color: var(--primary-alter);
}

.process_quote:nth-child(even) {
    background-color: var(--primary);
}

.process_quote:nth-child(even) .process_quote_num {
    color: var(--white);
}

.process_quote:nth-child(even) .process_quote_num,
.process_quote:nth-child(even) .product_front_text,
.process_quote:nth-child(even) .product_nav_text {
    color: #E5F1FF;
}

.btn--transparent {
    background-color: transparent;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn--primary.btn--transparent:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.btn--primary.btn--transparent:hover svg path {
    stroke: var(--white);
}

.cs_accordion {
    display: grid;
    grid-gap: 1rem;
}

.cs_accordion .accordion-item {
    border: 0;
    background-color: #F0F4F8;
    border-radius: 10px;
}

.cs_accordion .accordion-item .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    color: #27272A;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 0;
}

.cs_accordion .accordion-item .accordion-body {
    padding: 1rem;
    padding-top: 0;
    color: #52525B;
}

.cs_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    font-weight: 600;
}

.cs_accordion .accordion-item .accordion-header .accordion-button::after {
    background: #D6E1ED;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    content: '+';
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.cs_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '-';
}

.cs_accordion .accordion-item {
    background-color: #F0F4F8;
    border: 1px solid #cfe5ff;
}

.text--normal {
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    font-size: .875rem;
}

.py_80 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cl--heading {
    color: var(--heading);
}

.footer_links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_links ul li a {
    color: #27272A;
    text-decoration: none;
    font-size: .875rem;
}

.footer_links ul li a:hover {
    color: var(--secondary);
}

.footer_links:not(.grid_list) ul li+li {
    margin-top: 1.25rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.grid_list ul {
    display: grid;
    grid-gap: 1.25rem;
}

.social_share_links a {
    text-decoration: none;
    margin-right: 1rem;
}

.footer_copyright {
    border-top: 1px solid #C8D8EC;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.scroll_top {
    background-color: var(--white);
}

.scroll_top:hover svg path {
    fill: var(--white);
}

.scroll_top {
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgba(14, 36, 57, 0.25);
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 34px;
    right: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}

.scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.request_box {
    background: #FAFAFA;
    border: 1px solid rgba(82, 82, 91, 0.25);
    box-shadow: 0px 0px 20px rgba(14, 36, 57, 0.25);
    border-radius: 12px;
    padding: 1.5rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 20px;
    max-width: 430px;
    margin-left: auto;
    display: none;
}

.btn--cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    outline: none;
    border: 0;
}

.request_box.show {
    display: block;
}

@media (max-width: 576px) {
    .video__box {
        /*aspect-ratio: auto;   
        min-height: 55vh;     
        height: 55vh;   */
        padding-top: 56.25%;
        margin-top: 110px;
    }

    .mt-ng-80 {
        margin-top: -2rem;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .video__box {
        /*aspect-ratio: auto;   
        min-height: 70vh;     
        height: 70vh;   */
        padding-top: 56.25%;
        margin-top: 110px;
    }


}

@media (max-width: 768px) {

    .video--desktop {
        display: none;
    }

    .video--mobile {
        display: block;
    }

    /*.video__content {
        object-fit: fill;
    }*/

}


@media (min-width: 1025px) {
    .video__box {
        height: 80vh;
        aspect-ratio: auto;
    }
}

@media (max-width: 1199px) {
    .nav--cs .navbar-nav {
        max-height: calc(100vh - 115px);
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .grid_box_nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .display-two {
        font-size: 2rem;
    }

    .py_160 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .heading-two {
        font-size: 1.875rem;
    }

    .mt-40 {
        margin-top: 2rem;
    }

    .grid-col-3 {
        grid-gap: 2rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product_front_text {
        font-size: 1.25rem;
    }

    .grid-col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    .py-64 {
        padding-top: 2.5em;
        padding-bottom: 2.5rem;
    }

    .grid-col-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process_quote {
        display: flex;
        flex-direction: column;
        min-height: 300px;
    }

    .process_quote_num {
        font-size: 2rem;
    }

    .cs_accordion {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .py_80 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .grid_list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .btn--primary {
        padding: .625rem 1.25rem;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }

    .nav--cs {
        padding: 1.5rem 0rem;
    }

    .navbar-brand {
        width: 200px;
    }

    .nav--cs .navbar-nav .nav-link {
        padding: 0;
    }

    .nav--cs .nav-link::after {
        margin-right: 0;
        margin-left: 0.25rem;
    }

    .nav--cs .navbar-nav>.nav-item+.nav-item {
        border-top: 0px;
        margin-left: 1rem;
    }

    .nav--cs .nav-item.dropdown {
        position: static;
    }

    .nav--cs .dropdown-menu {
        left: 0;
        right: 0;
        top: 55px;
        border: 1px solid rgba(161, 161, 170, 0.5);
        box-shadow: 0px 2px 10px rgba(14, 36, 57, 0.35);
        border-bottom-left-radius: .65rem;
        border-bottom-right-radius: .65rem;
    }

    .grid_box_nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .banner_cta {
        padding: 3.5rem;
    }

    .display-two {
        font-size: 2.5rem;
    }

    .head--para {
        font-size: 1.125rem;
    }

    .py-32 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .icon_grid {
        grid-template-columns: minmax(0, 56px) minmax(0, 1fr);
    }

    .icon_grid-text {
        font-size: 1rem;
    }

    .py_160 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .mt-40 {
        margin-top: 2.5rem;
    }

    .product_front_text {
        font-size: 1.5rem;
    }

    .grid-col-3 {
        grid-gap: 3.5rem;
    }

    .icon_about-title {
        font-size: 1.125rem;
    }

    .grid-col-2 {
        grid-gap: 3rem;
    }

    .grid-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 1.5rem;
    }

    .process_quote_num {
        font-size: 2.5rem;
    }

    .process_quote {
        min-height: 400px;
    }

    .cs_accordion {
        grid-gap: 2rem;
    }

    .cs_accordion .accordion-item .accordion-header .accordion-button {
        padding: 1.5rem;
        border-radius: 0;
    }

    .cs_accordion .accordion-item .accordion-body {
        padding: 1.5rem;
        padding-top: 0;
    }

    .text--normal {
        font-size: 1rem;
    }

    .py_80 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .footer_links ul li a {
        font-size: 1rem;
    }

    .video__box {
        min-height: 100vh;
    }

    .scroll_top {
        width: 64px;
        height: 64px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }

    .nav--cs .nav-link {
        font-size: 1rem;
    }

    .nav--cs .nav-link::after {
        margin-left: 0.5rem;
    }

    .nav--cs .navbar-nav>.nav-item+.nav-item {
        margin-left: 1.5rem;
    }

    .product_nav_text {
        font-size: 1rem;
    }

    .display-two {
        font-size: 2.5rem;
    }

    .head--para {
        font-size: 1.25rem;
    }

    .icon_grid-text {
        font-size: 1.125rem;
    }

    .py_160 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .heading-two {
        font-size: 2.25rem;
    }

    .product_front {
        padding: 1.5rem;
        padding-bottom: 0;
    }

    .icon_about-title {
        font-size: 1.25rem;
    }

    .py-64 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .process_quote_num {
        font-size: 2.75rem;
    }

    .footer_copyright {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
}