<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html body .page-wrapper .page-content {
    text-align: unset;
}

html body #subscriptionType_row.vrmRow,
html body #reasonType_row.vrmRow {
    padding-top: 1rem;
}

html body #cancellationLogin.vrmRadio,
html body #subscriptionType.vrmRadio {
    flex-direction: column;
}

.vrmSelect select {
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
}

.iconLink em {
    color: unset;
}

.vc_btn_row button {
    color: #999999;
    background: unset;
    border: none;
    border-bottom: 2px solid #999999;
    width: auto;
    font-weight: 600;
    border-radius: unset;
    padding: 0;
    margin: 0 1rem;
}

.vc_btn_row button:active,
.vc_btn_row button:focus,
.vc_btn_row button:hover {
    background: unset;
    border: none;
    color: #666666;
    border-bottom: 2px solid #666666;
}

.vc_btn_row #cancellation_back_btn {
    order: 1;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    padding: 8px 24px;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(62deg, #21a4e3 0%, #0a47b4 100%);
    border: none;
    color: #ffffff;
    font-weight: 500;
    line-height: 20px;
}

.fomo_page_container {
    margin-top: 2rem;
}

#termination_form {
    margin-top: 3rem;
}

#termination_date {
    margin-top: 1rem;
    width: 49%;
}

.termination_note {
    font-size: 1.5rem;
}

#termination_form #continue_termination {
    height: auto;
}

#aboservices_content form .vc_input_box label {
    color: #333333;
    font-weight: 600;
    opacity: 0.6;
}

#aboservices_content form #gp_data_grid {
    grid-row-gap: 1rem;
}

@media only screen and (max-width: 767.98px) {
    .vc_btn_row {
        justify-content: space-between;
    }

    .vc_btn_row button {
        margin: 0;
    }

    #date_box {
        display: flex;
        flex-direction: column;
    }

    #termination_date {
        width: 100%;
    }
}

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

    html body .vrmRadio .radioOption,
    html body .page-wrapper .page-content #services .column #chooseBox div[data-id="cancellationLoginBox"] .loginForm,
    html body .page-wrapper .page-content #services .column #chooseBox div[data-id="cancellationLoginBox"] .loginBtn,
    html body .page-wrapper .page-content #services .column .miniCart div,
    html body .page-wrapper .page-content #services .column #chooseBox .btnRow button
    {
        width: 100%;
        text-align: center;
    }

    #cancellation_success #cancellation_contact_grid {
        grid-template-columns: 1fr 1fr;
    }
}
</pre></body></html>