@font-face {
    font-family: minion-3-display,serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: quasimoda,sans-serif;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Gill Sans;
    font-weight: 400;
    src: url("./../fonts/Gill_Sans.otf") format('opentype');
}
:root {
    --primary-color: #022658;
    --secondary-color: #FFFFFF;
    --third-color: #FF7F32;
    --fourth-color: #606060;
    --background-color: #022658;
    --line-separator-color: #CCCCCC;
    --solution-background-color: #FBF9F8;
    --fourboxes-background-color-1: #EBE7E2;
    --fourboxes-background-color-2: #333333;
    --fourboxes-background-color-3: #FF7F32;
    --fourboxes-background-color-4: #686F79;
    --learnMore: #FF7F32;
    --header-links-hover: #1d2736;
}
span {
    font-size: 12px;
    font-weight: 700;
}
body,
html {
    overflow-x: hidden!important;
}
header {
    background: linear-gradient(rgba(2,38,88,.9),rgba(22,101,212,.9));
}
nav.header {
    background: linear-gradient(180deg,#0E295B 0%,#2A59B7 100%);
}
a {
    font-family: quasimoda,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    display: block;
    color: var(--fourth-color);
    cursor: pointer;
}

.cmp-global-header {
    z-index: 999999999999;
}

.cmp-global-header__nav-top-row .my-account-hide{
    display: none !important;
}
.cmp-global-header__nav-top-row .cmp-login-modal-component {
    min-width: 75px;
}
picture.lazy {
    display: block!important;
}
h1 {
    font-family: minion-3-display,serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0;
    color: var(--primary-color);
}
h2 {
    font-family: minion-3-display,serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50.4px;
    letter-spacing: 0;
    color: var(--primary-color);
}
h3 {
    font-family: minion-3-display,serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0;
    color: var(--primary-color);
}
h4 {
    font-family: quasimoda,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    color: var(--primary-color);
}
h4.subtext {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--third-color);
}
p {
    font-family: quasimoda,sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--fourth-color);
}


a:hover {
    color: inherit;
}

.cmp-global-header__nav-drawer-links-items a,
.cmp-global-header__nav-drawer-links-items a:hover{
    color: #1d2736 !important;
}

.cmp-button-radius__text{
    font-size:20px;
}

.hide {
    visibility: hidden;
    height: 0;
}
.cmp-global-header__nav-drawer-pcc-text a.noIcon{
    background-image: none !important;
        padding-right: 0;
}
.shadow {
    box-shadow: 0 21px 36.400001525878906px 0 #3D3D4040!important;
}
.shadow-v2 {
    box-shadow: 0 3px 14.199999809265137px 0 #88888840;
}
.separator {
    margin-top: 5px;
    margin-bottom: 40px;
}
.separator img {
    height: 12px;
    width: 70px;
}
.text_white {
    color: var(--secondary-color);
}
.toggle:focus {
    border: 1px solid var(--third-color);
}
.boxes_title {
    text-transform: capitalize;
}
section {
    position: relative;
}

footer {
    background: linear-gradient(rgb(1,23,53),rgb(11,55,158));
}


.nav-item > a{
    font-weight: 700;
}

.appIcon {
    width: 40px;
    height: 40px;
}

#footer_intro h3 {
    font-family: minion-3-display,serif;
    font-size: 32px;
    line-height: 32px;
}
#footer_intro span {
    font-family: minion-3-display,serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
#footer_intro .border-start {
    border-color: var(--secondary-color)!important;
}
footer .dropdown-menu {
    background-color: transparent!important;
    border: none!important;
}

footer .dropdown-menu .dropdown-item,
footer .nav-link {
    text-align: left!important;
    color: var(--secondary-color)!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}
footer .dropdown-item:focus,
footer .dropdown-item:hover {
    background-color: transparent!important;
    text-decoration: underline!important;
}
footer .sidebar p {
    font-family: quasimoda,sans-serif;
    font-size: 16px;
    line-height: 24px;
}
footer .social_icons img {
    width: 25px;
    height: 25px;
}
footer .copyright_menu a {
    color: var(--secondary-color);
    font-family: quasimoda,sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
}
footer .copyright_menu a:hover {
    text-decoration: underline;
    text-decoration-thickness: auto;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
footer .line_separator {
    margin-bottom: 35px;
    background-color: #a3b3bb;
}
footer .dropdown-menu {
    position: relative!important;
    display: block;
    top: 0!important;
}
.store_icons img {
    height: 30px;
    max-width: 99px;
}
footer .store_icons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
footer .store_icons > div {
    width: auto!important;
}

.cmp-home-footer__nav-list {
    margin-top: 10px !important;
}

.cmp-home-footer__item-link a,
.cmp-home-footer__nav-list a {
    color: var(--secondary-color);
}

.cmp-global-header__menu-link {
    font-size: 16px !important;
}

footer .row h4.text_white {
    font-size: 1.125rem;
}

footer .cmp-home-footer__banner-decription div {
    font-size: 1pc;
}

footer .cmp-home-footer__bottom-divider {
    background: #a3b3bb;
    opacity: 0.7;
    height: 1px;
    width: 100%;
    background: #dbe3e4;
    margin-bottom: 30px;
}

footer .cmp-home-footer__social-links {
    margin-top: 40px;
}

/* @media screen and (min-width: 1025px) {

    .cmp-global-header__nav-drawer{
         top: 2.60rem !important;       
    }
} */

@media screen and (min-width:990px) {
    html:not([lang='en']) .cmp-global-header__nav-drawer.active {
        left: 0;
        top: 42px;
        max-width: 100%;
        width: 100%;
    }

    #footerMenuContainer{
    max-width: 77.333333%;
    }
    #footerSidebarContainer{
        width: 22.666667%;
    }

    .cmp-global-header__navitem a:hover{
        color: inherit;
    }
}
@media screen and (max-width:990px) {

    .cmp-global-header__navitem a:hover{
        color: var(--header-links-hover);
    }
    footer .row.col.px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
    footer .line_separator {
        margin-bottom: 0;
    }
    footer .copyright_menu {
        gap: 5px!important;
        flex-direction: column!important;
    }
    footer .copyright_menu a {
        text-align: center;
    }

    .cmp-global-header__menu-link span{
        font-size: 18px !important;
        margin-top: 0px !important;
    }
}
