<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.w-33 {
    width: 33% !important;
}

.d-contents {
    display: contents;
}

.font-weight-boldest {
    font-weight: 900;
}

.light-blue-text {
    color: #0099B9;
}

.bg-blue {
    background-color: #00396f;
}

.bg-light-blue {
    background-color: #0099B9;
}

.bg-red {
    background-color: #b72831;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    padding: .8rem 1.3rem .8rem 1.3rem;
    font-size: 20px;
    line-height: 1.2;
    background: #FFFFFF;
    color: #00396f;
    border-color: #C5C5C4;
    font-weight: 700;
    width: auto;
    text-align: center;
    border-bottom: 0;
    z-index: 1040;
    position: relative;
}

.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    right: -23px;
    top: -14px;
    width: 30px;
    height: 19px;
    border-bottom: 1px solid #C5C5C4;
    transform: rotate(45deg);
    transform-origin: 0 0;
    z-index: 2;
    background-color: #F7F7F7;
}

.nav-tabs .nav-link.active  {
    background: #00ACC8;
    border-color: #00ACC8;
    color: white !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:hover:after,
.nav-tabs .active:after {
    border-color: #00ACC8 !important;
}

.bg-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.snake-border {
    padding: 50px 20px;
    border: 3px dotted #FFFFFF;
    border-radius: 50px;
    margin-bottom: -3px;
    min-height: 50px;
    display: flex;
}

.snake-border:nth-child(odd) {
     border-right: none;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     margin-right: 50px;
     padding-left: 50px;
 }

.snake-border:nth-child(even) {
     border-left: none;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     margin-left: 50px;
     padding-left: 5px;
 }

.snake-border.first-row-border {
    border: 0;
    border-bottom: transparent;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: 50px;
}

.snake-border.second-row-border {
    border-bottom: 0;
    border-bottom-left-radius: unset;
}

.snake-border.third-row-border {
    border: 0;
}

.content-container {
    display: inline-block;
    position: relative;
    width: 33%;
    margin-right: 40px;
    height: 100%;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}

.content-container.exception-box {
    background-color: transparent;
    color: #FFFFFF;
    width: 50%;
}

.content-container.exception-box h4 {
     color: #FFFFFF;
 }

.content-container.exception-box.rich-text {
    border: 3px dotted #FFFFFF;
}

.content-container.exception-box.rich-text p {
    color: #FFFFFF;
    margin: 0 auto;
}

.content-container.dotted-box {
    background-color: transparent;
}

.content-container.dotted-box .p-container {
    width: 85%;
    margin-left: 2rem;
}

.content-container.dotted-box h4 {
    color: #FFFFFF;
}

.content-container.dotted-box.rich-text {
    border: 3px dotted #FFFFFF;
    padding: 1rem 2rem;
}

.content-container.dotted-box.rich-text p {
    color: #FFFFFF;
    margin: 0 auto;
}

.step-circle-bottom, .step-circle-top {
    height: 90px;
    width: 90px;
    background: #00396f;
    border-radius: 50%;
    display: flex;
}

.step-circle-top {
    position: absolute;
    top: -122px;
    color: white;
    text-align: center;
    left: 35%;
}

.step-circle-bottom {
    position: absolute;
    bottom: -117px;
    color: white;
    text-align: center;
    left: 33%;
}

.step-circle-top img, .step-circle-bottom img {
    height: 60px;
    width: auto;
    margin: auto;
}

.middle-box-right {
    border: 0;
    border-right: 3px dotted #FFFFFF !important;
    width: 100%;
    margin-right: 0 !important;
}

.middle-box-left {
    border: 0;
    border-top-left-radius: 0;
    border-left: 3px dotted #FFFFFF !important;
    border-bottom: 3px dotted #FFFFFF !important;
    width: 83%;
    margin-right: 0 !important;
}

.middle-box-bottom {
    border: 0;
    border-right: 3px dotted #FFFFFF !important;
    border-bottom: 3px dotted #FFFFFF;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: unset;
    width: 50%;
    margin-left: auto;
    margin-right: 0 !important;
    height: 100px;
}

.top-right-corner {
    border-right: 3px dotted #FFFFFF;
    border-top: 3px dotted #FFFFFF;
    border-top-right-radius: 50px;
    height: 100px;
    width: 83% !important;
    margin-left: auto;
}

.bottom-right-corner {
    border-right: 3px dotted #FFFFFF;
    border-bottom: 3px dotted #FFFFFF;
    border-bottom-right-radius: 50px;
    height: 50px;
    width: 45%;
    margin-left: auto;
    margin-bottom: -3px;
}

.light-hr {
    border-top: 4px solid #00ABC8;
    width: 18%;
    margin-left: 0;
    margin-top: 0;
}

.title-hr {
    border-top: 2px solid #00396f;
    width: 6%;
}

.title-hr-white {
    border-top: 2px solid #FFFFFF;
    width: 6%;
}

.mobile-container {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}

.mobile-step-circle {
    position: initial;
    bottom: 0;
    color: white;
    text-align: center;
    left: 0;
    width: 70px;
    height: 70px;
}

.mobile-step-circle img {
    height: 50px;
    width: auto;
    margin: auto;
}

.card {
    border-radius: 8px;
}

#box-5 .card-body p, #box-5 .card-body h4 {
    color: #FFFFFF;
}

.card-body p, .card-body h4 {
    color: #00396f;
}

#box-6 p, #box-6 h3 {
    color: #FFFFFF;
}

.warn-box {
    border-radius: 20px;
    padding: 1rem 1.5rem;
}

.warn-box img {
    max-height: 35px;
}

.list-box img {
    max-height: 58px;
}

#box-2 .card-body, #box-3 .card-body, #box-4 .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.card-body .fitted-div{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-body .bg-light-blue.rounded-lg {
    padding: 0.5rem .25rem;
    height: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}

.card-body .bg-light-blue.rounded-lg p {
    margin-bottom: 0;
    font-size: 14px;
}

.card-body .bg-light-blue.rounded-lg h6, .card-body .bg-light-blue.rounded-lg p {
    color: #FFFFFF;
    text-align: center;
}

button.close.modal-close {
    background-color: #00396f;
    border: 0;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-weight: 900;
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    z-index: 1;
}

.separator-hr {
    border-top: 2px solid #FFFFFF;
    width: 80%;
    margin: 0 auto;
}

.modal-backdrop {
    z-index: 10000;
}

.modal {
    z-index: 10001;
}

.buy-pill {
    border-radius: 50rem!important;
    border: 0;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #00396f;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 4px 6px;
    line-height: 1;
    position: relative;
    width: 100%;
}

.buy-pill.white {
    max-width: 161px;
}

.buy-pill.blue {
    background-color: #00396f;
    color: #FFFFFF;
    max-width: 161px;
}

.buy-pill.red {
    background-color: #b72831;
    color: #FFFFFF;
    max-width: 161px;
}

.buy-pill .buy-text{
    padding: 0 .6rem;
    font-weight: 700;
    text-align: left;
}
.buy-pill .buy-icon{
    font-size: 36px;
    margin-left: auto;
}
.buy-pill:hover{
    background-color: #b72831;
    color: #FFFFFF;
    border: none;
}

.buy-pill.blue:hover {
    background-color: #b72831;
    color: #FFFFFF;
}

.buy-pill.red:hover {
    background-color: #FFFFFF;
    color: #00396f;
    border: none;
}

.img-container {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p em strong {
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .nav-tabs .nav-link:after {
        display: none;
    }

    .content-container.exception-box {
        width: 100%;
    }

    .nav-tabs .nav-item, .nav-tabs .nav-link {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .title-hr, .title-hr-white {
        display: none;
    }
}

@media (max-width: 550px) {

    .buy-pill {
        font-size: 18px;
    }

    .buy-pill .buy-icon {
        font-size: 22px;
    }
}</pre></body></html>