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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

header,
section {
    display: block;
}

body {
    margin: 0;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        Liberation Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1,
h2 {
    margin-bottom: 0.5rem;
}

h1,
h2,
p {
    margin-top: 0;
}

p {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

b {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1,
h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-5,
.col-7,
.col-12,
.col-lg-5,
.col-lg-7,
.col-md-2,
.col-md-3,
.col-md-6,
.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.alert {
    position: relative;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 768px) {
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
}

.text-center {
    text-align: center !important;
}

:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.container {
    max-width: 1450px;
}

.header {
    background-color: #171717;
    box-shadow: 0.3px 4px 13.8px 2.2px rgba(20, 22, 25, 0.15);
    padding: 15px 0;
    position: relative;
    z-index: 3;
}

.header-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    display: flex !important;
}

@media screen and (max-width: 767px) {
    .header-menu {
        font-size: 15px;
    }
}

.header-menu a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    border-radius: 10px;
    border: 2px solid transparent;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .header-menu a {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    .header-menu a {
        padding: 5px 8px;
    }
}

.header-menu li {
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .header-menu li {
        padding: 0;
    }
}

.hidden {
    display: none;
}

.main {
    background-image: url(../images/main-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .main {
        padding: 30px 0;
        background: #221233;
    }
}

.main-header {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .main-header {
        font-size: 34px;
        margin-bottom: 10px;
    }
}

.main-subheader {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .main-subheader {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.main-image {
    font-size: 0;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .main-image {
        margin-bottom: 20px;
        border-radius: 10px;
    }
}

.main-image img {
    width: 100%;
}

.main-form {
    border-radius: 16px;
    background-color: #fff;
    padding: 25px 45px;
}

@media screen and (max-width: 991px) {
    .main-form {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-form {
        padding: 15px;
    }
}

.main-form-btn {
    border-radius: 25px;
    background-color: #276cf7;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 53px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0;
}

@media screen and (max-width: 767px) {
    .main-form-btn {
        font-size: 18px;
    }
}

form .main-form-btn {
    width: 100%;
}

.form-bottom {
    color: #000;
}

.form-bottom label {
    font-size: 14px;
}

.form-bottom label {
    display: flex;
    text-align: left;
    align-items: flex-start;
}

.form-bottom label input[type="checkbox"] {
    flex-basis: 15px;
    min-width: 15px;
    height: 22px;
    margin-right: 10px;
}

input {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 55px;
    padding: 15px;
}

.title {
    font-size: 35px;
    font-weight: 700;
    color: #276cf7;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 26px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.group-text p {
    font-size: 18px;
    display: none;
}

@media (max-width: 767px) {
    .group-text p {
        font-size: 16px;
    }
}

.group-text p:last-child {
    margin-bottom: 0;
}

.group-text-wrap input[type="checkbox"] {
    display: none;
}

.bg-gray {
    background-color: #f5f5f5;
}

.half-1 {
    background-image: url(../images/half-1.webp);
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: 93% 50%;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .half-1 {
        padding-top: 30px;
        padding-bottom: 240px;
        background-size: 320px;
        background-position: 50% 100%;
    }
}

.modalDialog {
    height: 0;
    opacity: 0;
    display: none;
}

[data-error-status="inactive"] {
    display: none;
}

.form-group {
    position: relative;
}

[data-check-icon] {
    position: absolute;
    right: 5px;
    font-size: 25px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #41ad48;
    align-items: center;
    justify-content: center;
}

[data-check-icon] img {
    max-width: 35px;
}

[data-check-icon="inactive"] {
    display: none;
}

[data-for-error] {
    width: 100%;
    font-weight: 400;
    margin-top: 0.25rem;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px;
}

.alert-danger {
    font-weight: 400;
    border: 0;
    padding: 5px;
    color: #fff;
    background-color: #eb162b;
    font-size: 12px;
    border-radius: 0;
}

.risk-popup-btn {
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    border: 0;
    background-color: #50c307;
}

.dialog {
    display: none;
    position: fixed;
    z-index: 33;
    bottom: 5px;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: content-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 10px);
    overflow: auto;
}

.dialog-header {
    background-color: #6da4e4;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    font-weight: 700;
}

.dialog-content {
    padding: 15px;
}

.dialog-close-over {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center;
}

.dialog-text {
    max-height: 80px;
    overflow: hidden;
    position: relative;
}

.dialog-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    position: absolute;
}

.dialog-text-more {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    text-decoration: underline !important;
    display: inline-block;
}

.dialog-text-wrap input[type="checkbox"] {
    display: none;
}

.dialog-all-button-row {
    padding: 15px;
}

.dialog-modal-check[type="checkbox"] {
    display: none;
}

.dialog-modal-check[type="checkbox"]:checked ~ .dialog {
    display: block !important;
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    z-index: 9999;
    align-self: center;
    margin-left: 0;
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px;
    }
}

.language img {
    margin-right: 10px;
    width: 21px;
}

.language span {
    display: flex;
    align-items: center;
    padding: 3px 5px;
    color: #fff;
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
}

.language-list {
    list-style: none;
    padding: 0 5px;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #322b7c;
    border: 1px solid;
}

.language-list a {
    color: #fff;
    display: flex;
    align-items: center;
}
</pre></body></html>