<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bank-rate-section {
    padding: 20px;
    margin: 16px 0;
    border-radius: 16px;
    background: var(--text-white, #FFF);
    border: 1px solid var(--neutral-20, #E7E8EB);
    box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16), 0px 0px 2px 0px rgba(40, 41, 61, 0.04);
}

.bank-rate-section .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    color: var(--text-primary, #0D1A35);
}

.bank-rate-section .subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--neutral-70, #6E7686);
}

.bank-rate-section .content {
    padding: 0 !important;
    margin-top: 16px;
}

.bank-rate-section .content.no-tab {
    margin-top: 0;
}

.bank-rate-section .tab-pane.active {
    padding-top: 4px;

    @media only screen and (max-width: 779px) {
        gap: 8px;
        display: flex;
        overflow-y: scroll;
    }   
}

.bank-rate-section .tab-pane.active::-webkit-scrollbar {
    display: none;
}
  
.bank-rate-section .tab-pane.active {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bank-rate-section .nav-tabs .nav-link {
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: var(--text-secondary, #868D9A);
}

.bank-rate-section .nav-tabs .nav-link:hover,
.bank-rate-section .nav-tabs .nav-link.active {
    font-weight: 700;
    color: var(--primary-500-main, #2951A3);
}

.bank-rate-section .nav-tabs .nav-item {
    width: 50%;
}

.bank-rate-section .scrtabs-tabs-fixed-container {
    width: 100% !important;
}

.bank-rate-section .scrtabs-tab-scroll-arrow {
    display: none !important;
}

.bank-rate-section .item {
    gap: 16px;
    padding: 12px;
    display: flex;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--neutral-20, #E7E8EB);
    background: var(--text-white, #FFF);

    @media only screen and (max-width: 779px) {
        display: flex;
        min-width: 288px;
        flex-direction: column;
    }   
}

.bank-rate-section .info {
    gap: 16px;
    display: flex;

    @media only screen and (max-width: 779px) {
        gap: 12px;
        width: 100%;
        flex-direction: column;
    }   
}

.bank-rate-section .logo-container {
    gap: 8px;
    display: flex;
    align-items: center;
}

.bank-rate-section .logo {
    width: 48px;
    height: 48px;
    padding: 3px;
    background: #FFF;
    object-fit: contain;
    margin: 0 !important;
    border-radius: 100px !important;
    border: 1px solid var(--neutral-20, #E7E8EB);
}

.bank-rate-section .bank-name {
    flex: 1 0 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--text-primary, #0D1A35);
}

.bank-rate-section .caption-wrapper {
    display: flex;
    align-items: center;
}

.bank-rate-section .caption {
    margin: 0 8px;

    @media only screen and (max-width: 779px) {
        margin: 0 2px;
        min-width: 72px;
    } 
}

.bank-rate-section .caption .name {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px; 
    white-space: nowrap;
    color: var(--neutral-80, #565F72);

    @media only screen and (max-width: 779px) {
        font-size: 10px;
    }
}


.bank-rate-section .caption .value {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-primary, #0D1A35);
}

.bank-rate-section .caption .value.price {
    font-weight: 700;
    color: var(--primary-500-main, #2951A3);
}

.bank-rate-section .action,
.bank-rate-section .cta-bank-rate {
    @media only screen and (max-width: 779px) {
        width: 100%;
    }   
}

.bank-rate-section .cta-bank-rate {
    z-index: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 24px; 
    border-radius: 8px;
    text-align: center;
    margin-right: 16px;
    position: relative;
    background: var(--primary-500-main, #2951A3);
    color: var(--shades-white, #FFF);
}

.bank-rate-section .cta-bank-rate:hover {
    opacity: 0.8;
}

.bank-rate-section .action-button::after{
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.bank-rate-section .term {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--neutral-80, #565F72);
}

.bank-rate-section .see-more {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 24px;
    text-align: center;
    color: var(--primary-500-main, #2951A3);
}</pre></body></html>