* {
    box-sizing: border-box;
}

.hero-section {
    background-image: url("../img/banner.png");
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

@media screen and (max-width: 768px) {
    .hero-section {
        background-image: none;
        background-color: #F7F7F7;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
}

.app-section {
    background: #FAFAFA;
}

.card-container {
    display: grid;
    grid-template-columns: 2fr;
}
.max-w-50 {
    max-width: 50%;
}

.white-bg {
    background-color: white;
}

.grid-2-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
    .grid-2-responsive {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.grid-2-responsive-fc {
    display: grid;
    grid-template-columns: auto 1fr;
}

@media screen and (max-width: 768px) {
    .grid-2-responsive-fc {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.grid-3-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
    .grid-3-responsive {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.switch-container {
    position: absolute;
    z-index: 99;
    top: 60px;
}

.switch-image {
    height: 80px;
    width: 80px;   
    background: white;
    border-radius: 100%;
}

.currency-input {
    border-bottom: 1px solid var(--Borders-border-4, #E0E0E0);
    color: #006AC3;
}

.menu {
    border: 1px solid var(--Borders-border-1, #6F6F6F);
    background: var(--Backgrounds-background-1, #FFF);
    position: absolute;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    min-width: fit-content;
    overflow-y: scroll;
    background: white;
    z-index: 100;
    width: 100%;
    top: 46px;
    left: -1px;
}

.dropdown-option {
    padding: 12px;

}

.dropdown-option:hover {

    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);

}

.currency-label {
    width: 370px;
}

.currency-input {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid var(--Borders-border-4, #E0E0E0);
    color: var(--Interaction-interactive-1, #006AC3);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.52px;
    text-align: center;
}

.discover-img {
    max-height: 150px;
}

.switch-style {
    transform: scale(1.2) !important;
    background: white !important;
    z-index: 1000 !important;
    position: relative !important;
    border-radius: 100% !important;
}

.bg-lgrey {
    background: var(--Backgrounds-background-2, #FAFAFA);
}

.bg-white {
    background: white;
}

.bg-lgrey-2 {
    background: var(--Backgrounds-background-highlight, #F3F7F8);
}

.mob-banner-img {
    aspect-ratio: 2 / 1;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.ui.dropdown>.dropdown.icon:before {
    background: url(/dvl/v1.0/assets/images/ui/ui-chevron-down-blue.svg);
    content: "" !important;
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 16px;
    right: 16px;
}

/* .typography-h-3 {
    color: #000;
font-feature-settings: 'liga' off, 'clig' off;


font-family: var(--Font-family-heading, "RBCDisplay");
font-size: var(--Fonts-fonts-heading-3, 30px);
font-style: normal;
font-weight: 500;
line-height: var(--Fonts-line-height-heading-3, 38px); /* 126.667% *
}

.typography-h-4 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: var(--Font-family-heading, "RBCDisplay");
    font-size: var(--Fonts-fonts-heading-4, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Fonts-line-height-heading-4, 30px); /
} */

.link-style {
    font-size: 18px;
    font-weight: 500;
}

    .gap-16 {
        gap: 16px;
    }

@media screen and (max-width: 768px) {
    .typography-h-1 {
    color: var(--text-foregrounds-text-default, #252525);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Headings/Mobile/H2 */
    font-family: "RBCDisplay";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    }

    .typograph-p-1 {
        color: var(--text-foregrounds-text-default, #252525);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Paragraphs/Text/reg/reg-light */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    }

    .typography-h-2 {
        color: #000;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headings/Mobile/H2 */
        font-family: "RBCDisplay";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 125% */
    }

    .typograph-p-2 {
        color: #000;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 150% */
    }

    .typography-h-3 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headings/Mobile/H3 */
        font-family: "RBCDisplay";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 125% */
    }

    .typography-p-3 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Paragraphs/Text/reg/reg-light */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 150% */
    }

    .typography-h-4 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headings/Mobile/H4 */
        font-family: "RBCDisplay";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px; /* 150% */
    }

    .typography-p-4 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Paragraphs/Text/reg/reg-light */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 150% */
    }

    .typography-h-5 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headings/Mobile/H3 */
        font-family: "RBCDisplay";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 125% */
    }

    .typography-p-5 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Paragraphs/Text/reg/reg-light */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 150% */
    }

    .typography-h-6 {
        color: #000;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headings/Mobile/H2 */
        font-family: "RBCDisplay";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 125% */
    }

    .typgoraphy-h-7 {
        color: #000;

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

    .typography-p-7 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Paragraphs/Text/reg/reg-light */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 150% */
    }

    .border-radius-8 {
        border-radius: 8px;
    }

    .border-radius-8-t {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .mobile-callout-fix {
        display: flex;
        height: 220px;
        padding: 35px 53.212px 35px 53px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background-color: var(--Component-Backgrounds-component-bg-2, #EDF7FC);
    }

    .cash-switch {
        height: 80px;
        width: 80px;
    }

    .m-gap-16 {
        gap: 16px !important;
    }


    
}

