<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.white-bg {
    background-color: #FFFFFF;
}

.white-text {
    color: #FFFFFF;
}

.dark-blue-bg {
    background-color: #2A385D;
}

.red-bg {
    background-color: #8A262F;
}

.light-blue-bg {
    background-color: #53AACB;
}


.title-hr {
    border-top: 2px solid #29395C;
    width: 5%;
}

.buy-pill {
    border-radius: 50rem!important;
    background-color: #9C2C2F;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 50rem!important;
    box-shadow: 0 5px #482222;
}

.buy-pill:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.buy-pill:active {
    box-shadow: 0 3px #482222;
    transform: translateY(4px);
}

.right-arrow {
    width: 36px;
}

@media (max-width: 575px) {

    #banner-pc {
        display: none;
    }

    .title-hr {
        display: none;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {

    #banner-pc {
        display: none;
    }

    .title-hr {
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    #banner-mobile {
        display: none;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    #banner-mobile {
        display: none;
    }
}


@media (min-width: 1200px) {
    #banner-mobile {
        display: none;
    }
}</pre></body></html>