<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #606060;
    font-size: 14px;
}
a {
    color: #2f2a85;
}
.lead {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.btn {
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 19.2px;
}
.btn.btn-primary {
    background-color: #1EAFD0;
    border-color: #1EAFD0;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #2f2a85;
    border-color: #2f2a85;
}
.btn.btn-secondary {
    background-color: #2f2a85;
    border-color: #2f2a85;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: #1EAFD0;
    border-color: #1EAFD0;
}
.btn.btn-light {
    text-transform: none;
    position: relative;
    padding-right: 40px;
    display: inline-block;
    color: #2f2a85;
}
.btn.btn-light:after {
    content: "";
    height: 29px;
    width: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -webkit-mask-image: url("../Images/arrow-item.svg");
    mask-image: url("../Images/arrow-item.svg");
    background-color: #D2213C;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.btn.btn-light:hover, .btn.btn-light:focus {
    color: #D2213C !important;
}
.btn.btn-light:hover:after, .btn.btn-light:focus:after {
    background-color: #2f2a85 !important;
}
h2, .h2 {
    text-transform: uppercase;
    color: #2f2a85;
    font-weight: 700;
    font-size: 32px;
}
h3, .h3 {
    color: #2f2a85;
    font-weight: 700;
    font-size: 20px;
}
</pre></body></html>