<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'DKBEuclid';
    src: url('../fonts/dkb/DKBEuclid-Regular-WebXL.woff') format('woff'),
        url('../fonts/dkb/DKBEuclid-Regular-WebXL.woff2') format('woff2');
}

@font-face {
    font-family: 'DKBEuclid-semibold';
    src: url('../fonts/dkb/DKBEuclid-Semibold-WebXL.woff') format('woff'),
        url('../fonts/dkb/DKBEuclid-Semibold-WebXL.woff2') format('woff2');
}

@font-face {
    font-family: 'DKBEuclid-bold';
    src: url('../fonts/dkb/DKBEuclid-Bold-WebXL.woff') format('woff'),
        url('../fonts/dkb/DKBEuclid-Bold-WebXL.woff2') format('woff2');
}

body {
    font-family: 'DKBEuclid';
}

.vs-row {
    margin-right:0!important;
    margin-left: 0!important;
}

.dkb-header {
    background: #FFF;
}

.dkb-header img {
    min-width: 200px;
}

.vs-row.dkb-marquee {
    min-height: 400px;
    background-image: url('../images/dkb-2-desktop-header.jpg');
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

div.angled-blue-box {
    height: 80px;
    width: 100%;
    background-color: #0976d6;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

div.dkb-intro {
    background-color: #0976d6;
    padding: 3.125em 0;
}

h1.dkb-h1 {
    color: #FFF;
    font-size: 48px;
    font-family: 'DKBEuclid-semibold';
}

h2.dkb-h2 {
    color: #000;
    font-size: 32px;
    padding-bottom: 1em;
    font-family: 'DKBEuclid-semibold';
}

h3.dkb-h3 {
    font-size: 23px;
    font-family: 'DKBEuclid-semibold';
}

p {
    color: #000;
    font-size: 18px;
}

legend {
    font-size: 1rem!important;
}

span.turquoise {
    color: #7ae9dc;
}

.grey-background {
    background: #f0f3f7;
    padding: 3.125em 0 5em 0;
}

.white-background {
    background: #fff;
    padding: 3.125em 0 5em 0;
}

.how-to {
    padding: 3.125em 0 0 0;
    flex-wrap: wrap;
}

a.blue-link {
    color: #36A4F7;
    text-decoration: none;
}

a.white-link {
    color: #FFF!important;
    text-decoration: none;
}

.dkb-button {
    background: #0976d6;
    color: #FFF;
    font-size: 20px;
    padding: 6px 20px 14px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 0px 0px #2AD1C9; 
    box-shadow: 0px 4px 0px 0px #2AD1C9;
    border: none;
}

img.full-width {
    width: 100%;
}

h3.numbers {
    text-align: center;
    margin-bottom: 0;
    font-family: 'DKBEuclid-semibold'!important;
}

.negative-margin {
    margin-top: -25px;
}

.vs-row.instructions {
    flex-wrap: nowrap;
}

div.form-area {
    background: #f0f3f7;
    padding: 3.125em 0;
}

.faq-section {
    padding: 3.125em 0;
}

form .validation-alert {
    font-family: 'DKBEuclid'!important;
}

.dkb-accordion button {
    font-family: 'DKBEuclid-bold';
    color: #000!important;
    border-top: 1px solid #d0d5db; 
    padding: 1em 0!important;
}

.vs-accordion-item {
    border-bottom: none!important;
}

.angled-footer {
    height: 81px;
    width: 100%;
    background: #002e5c;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    margin-bottom: -1px;
}

footer {
    background: #002e5c;
}
.container.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.horizontal-list {
    display: flex;
    flex-direction: row;
    padding-top:2em;
    padding-left: 0;
    flex-wrap: wrap;
}

ul.horizontal-list li {
    color: white;
    padding-right: 1em;
    list-style-type: none;
    font-size: 16px;
}

.input-custom {
    -webkit-box-shadow: 0px 1px 0px 0px #8f949c; 
    box-shadow: 0px 1px 0px 0px #8f949c;
    border-radius: 5px;
}

.color-black {
    color: #000!important;
}

@media (max-width: 766px) {
    .angled-footer {
        height: 40px;
        border-bottom: 1px solid #002e5c;
    }

    div.angled-blue-box {
        height: 40px;
    }

    .vs-row.dkb-marquee {
        min-height: 250px;
        background-image: url('../images/dkb-2-mobile-header.jpg');
    }

    h1.dkb-h1 {
        font-size: 32px;
    }

    h2.dkb-h2 {
        font-size: 24px;
    }

    h3.dkb-h3 {
        font-size: 18px;
    }
}

#card-number-modal.fade:not(.show) {
    opacity: 1!important;
}

.modal {
    top: 10em!important; 
}

.fade {
    opacity: 1!important;
}</pre></body></html>