.sticky-wrapper {
    z-index: 9;
}

.mobile-nav-btn {
    display: none;
}

.banner {
    background: #FEDF01;
    color: #000;
    max-height: 620px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner.french {
    max-height: 750px;
}

.banner-img {
    width: 100%;
    height: 620px;
    max-width: 45%;
    background-image: url(/credit-cards/goalaccess/_assets-custom/images/banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}

.banner-img.french {
    height: 750px;
}

.banner-img:lang(fr-CA) {
    background-image: url(/credit-cards/goalaccess/_assets-custom/images/banner-img-fr.jpg);
}

.banner-content-container {
    display: flex;
    margin-left: 130px;
    width: 100%;
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 570px;
    align-items: flex-start;
}

.banner-content>h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
}

.banner-content .pill {
    background-color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 4px;
}

@media screen and (min-width: 641px) and (max-width: 910px) {
    .banner:lang(fr-CA) {
        max-height: 942px;
    }
    .banner-img:lang(fr-CA) {
        height: 942px;
    }
}
@media screen and (min-width: 911px) and (max-width: 1000px) {
    .banner:lang(fr-CA) {
        max-height: 710px;
    }
    .banner-img:lang(fr-CA) {
        height: 710px;
    }
}

@media screen and (max-width: 1400px) {
    .banner-content-container {
        margin-left: 0;
        justify-content: center;
        padding: 32px;
    }
}

.subheading-paragraph {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.worldwide-partner {
    background: #0B3166;
    color: #FFF;
}

.worldwide-partner-container {
    padding: 64px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.worldwide-partner-img-container {
    padding: 30px;
}

.worldwide-partner-img-container img {
    max-width: 288px;
    max-height: 160px;
}

.worldwide-partner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 568px;
}

.worldwide-partner-content .h5 {
    font-weight: 400;
}

.exclusive-access {
    position: relative;
    background: #FFC72C;
    min-height: 500px;
    /* background-image: url(/credit-cards/goalaccess/_assets-custom/images/visa-cards-bg.png);
    background-size: 93% 100%;
    background-repeat: no-repeat; */
    color: #FFF;
}

.exclusive-access h2 {
    z-index: 2;
    position: relative;
    text-align: center;
    max-width: 970px;
}

.exclusive-access-bg {
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 500px 0px;
    background: #006AC3;
    z-index: 1;
}

.exclusive-access .section-inner {
    padding-top: 70px;
    padding-bottom: 69px;
}

.exclusive-access-container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.exclusive-access-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 700px;
}

.exclusive-access-content .h5 {
    font-weight: 400;
}

.visa-cards {
    color: #fff;
    background: #0051A5;
}

.visa-cards>.section-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.card-container {
    border: 1px solid #E0E0E0;
}

.card-action-container {
    justify-content: center;
}

.apply-now-container {
    background: #FEDF01;
    color: #252525 !important;
}

.view-eligible-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#eligible-cards {
    margin-top: 32px;
}

.view-eligible-cards>p>a {
    color: #FFF;
}

.view-eligible-cards .collapse-content {
    width: auto;
    max-width: unset;
}

.eligible-cards-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding: 0 !important;
}

.step-num-w-content h3 {
    color: #FFF;

    /* Headings/Desktop/H3 */
    /*
    font-family: "RBC Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */

    /* Paragraphs/Text/reg/reg-med */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */

}

/* landscape newer phones */
@media (orientation: landscape) and (max-width: 933px) and (max-height: 500px) {
    .modal .modal-inner {
        max-height: calc(100% - 40px);
        min-height: 0;
        margin-right: 0;
        padding-right: 40px;
    }

    .modal .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 15px;
        z-index: 300;
        cursor: pointer;
    }

    .modal .close:before {
        content: url("/dvl/v1.0/assets/images/ui/ui-close-blue.svg");
        display: inline-block;
        height: 15px;
        width: 15px;
        line-height: 0;
        font-size: 0;

    }
}


#faq .learn-how {
    color: white !important;
}

.learn-how::after {
    content: url(../images/learn-more-link-after.svg) !important;
}

.learn-how.white::after {
    content: url(../images/learn-more-right-white.svg) !important;
}

@media screen and (max-width: 900px) {
    .eligible-cards-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.eligible-card-container {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.eligible-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #1F1F1F;
}

.eligible-card-content>.h5 {
    font-family: RBCDisplay;
}

.eligible-card-content>p>a {
    font-weight: 400;
}

.eligible-card-img {
    min-width: 110px;
    min-height: 66px;
    width: 110px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.eligible-card-img[data-pid="AIB"],
.eligible-card-img[data-pid="CPX"] {
    background-size: 101%;
}

.faq-container {
    color: #fff;
    background: #003168;
}

.faq-container button {
    color: #fff;
}

.disclaimer .section-inner {
    padding-top: 24px;
    padding-bottom: 24px;
}

.fraud-section {
    display: flex;
    align-items: center;
    gap: 30px;
}


.btn-w-link {
    display: flex;
    align-items: center;
    gap: 32px;
}

.btn.larger {
    padding: 20px 32px !important;
    margin-bottom: 0;
    width: fit-content;

    /* Component-Specific/button */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    border: none !important;
}

.card-img-container {

}

.learn-how {
    color: black !important;
}

.step-num-w-content {
    display: flex;
    gap: 24px;
}

#faq {
    position: relative;
}

#faq h2, #faq .fraud-section, #faq .accordion {
    z-index: 2;
    position: relative;
    color: white;
}

.faq-bg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #003168;
    z-index: 1;
}

#faq .accordion-panel button {
    color: white !important;
}

.newwindow-link-white::after {
    content: url(../images/newwindow-icon-white.svg) !important;
}


@media screen and (max-width: 639px) {

    /* fix for header showing over modal on mobile for some reason */
    .popup_visible_ticketModal header {
        display: none;
    }

    .btn-w-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .mob-text-center {
        text-align: center;
    }

    .fraud-section {
        flex-direction: column;
    }

    .step-num-w-content h3 {
        /*
        font-size: 20px;
        font-weight: 500;
        line-height: 25px; /* 125% */

        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */

    }

    .banner {
        flex-direction: column;
        max-height: unset;
    }

    .banner-img {
        width: 100%;
        max-width: unset;
        max-height: 275px;
    }

    .banner-content {
        gap: 16px;
    }

    .banner-content>h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
    }

    .banner-content>.h4 {
        font-size: 20px !important;
        font-weight: 500;
        line-height: 25px !important; 
    }

    .subheading-paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .worldwide-partner .section-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .worldwide-partner-container {
        flex-direction: column;
        padding: 32px 0;
        gap: 64px;
    }

    .worldwide-partner-img-container {
        width: 100%;
        max-width: 289px;
        padding: 0;
    }

    .worldwide-partner-img-container img {
        width: 100%;
    }

    .worldwide-partner-content h2 {
        text-align: center;
        padding: 0 15px;
    }

    .worldwide-partner-content .h5 {
        font-weight: 500;
    }

    .exclusive-access {
        overflow: hidden;
    }

    .exclusive-access-bg {
        right: 0;
    }

    .exclusive-access .section-inner {
        padding: 32px 24px;
    }

    .exclusive-access-container {
        flex-direction: column;
        gap: 44px;
    }

    .exclusive-access-content h2 {
        text-align: center;
    }

    .exclusive-access-content .h5 {
        font-weight: 500;
    }

    .eligible-cards-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

.view-eligible-cards .collapse-toggle:before,
.view-eligible-cards .collapse-toggle:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(197deg) brightness(101%) contrast(100%);
}

/* override the card details style */
@media screen and (max-width: 640px) {
    #card-grid-container {
        gap: 32px;
    }

    .card-details-header {
        align-items: center;
        margin-bottom: 24px !important;
    }

    .card-details-header>.card-title {
        font-size: 18px;
    }

    .card-details>.divider {
        display: none;
    }
}

.card-image-decoration {
    display: none !important;
}

.card-details-monthly-charge {
    display: none !important;
}