:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer,
header,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto 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
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3 {
    margin-bottom: .5rem
}

h1,
h2,
h3,
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
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[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,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.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-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-9,
.col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

.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.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .offset-md-3 {
        margin-left: 25%
    }
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-flex {
    display: flex !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !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) {
    .flex-md-row {
        flex-direction: row !important
    }
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

@media(min-width:768px) {
    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }
}

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

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }
}



[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: .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
}

* {
    box-sizing: border-box
}

body,
html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, 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: 20px;
    line-height: 1.6
}

@media screen and (max-width:991px) {
    p {
        font-size: 18px
    }
}

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

.container {
    max-width: 1450px
}

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

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

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

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

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

@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
}

.risk p {
    font-size: 16px
}

.footer {
    background-color: #171717;
    padding-top: 100px;
    position: relative;
    color: #fff;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .footer {
        padding-top: 60px
    }
}

.footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    height: 170px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .footer:after {
        height: 90px
    }
}

.footer hr {
    border-color: #252525
}

.footer-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 15px 0;
    font-size: 18px
}

@media(max-width:767px) {
    .footer-menu {
        flex-direction: column;
        width: 100%
    }
}

.footer-menu li {
    margin-left: 20px
}

@media(max-width:767px) {
    .footer-menu li {
        margin: 0
    }
}

.footer-menu li:first-child {
    margin-left: 0
}

.footer-menu a {
    color: #fff !important;
    text-decoration: none
}

.footer-menu a:hover {
    text-decoration: underline
}

.footer-terms-menu {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin: 0
}

@media(max-width:767px) {
    .footer-terms-menu {
        width: 100%;
        margin-top: 20px
    }
}

.footer-terms-menu li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff
}

@media(max-width:767px) {
    .footer-terms-menu li {
        margin-left: 10px;
        padding-left: 10px
    }
}

.footer-terms-menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0
}

.footer-terms-menu a {
    color: #fff !important;
    text-decoration: none
}

.footer-terms-menu a:hover {
    text-decoration: underline
}

.main {
    background-image: url(../assets/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 0 190px;
    position: relative;
    color: #fff
}

@media screen and (max-width:767px) {
    .main {
        padding: 30px 0 120px
    }
}

.main-header {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 10px
}

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

.main-subheader {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 25px;
    background-color: #7c60e4;
    padding: 8px 16px
}

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

.main-form {
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 24px 83.7px 6.3px rgba(126, 97, 228, .54);
    background-color: #fff
}

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

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

.main-form-inner {
    border-radius: 16px;
    border: 1px solid #8d438d;
    padding: 23px
}

.main-form-title {
    font-size: 33px;
    font-weight: 700;
    color: #7c60e4;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center
}

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

.main-form .form-group {
    margin-bottom: 25px
}

@media screen and (max-width:767px) {
    .main-form .form-group {
        margin-bottom: 15px
    }
}

.main-form-btn {
    border-radius: 25.5px;
    background-color: #7c60e4;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 51px;
    font-size: 20px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0;
    width: 100%
}

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

.main-form-btn:hover {
    box-shadow: .3px 4px 29px 0 rgba(50, 35, 65, .29)
}

.form-footer {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

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

@media screen and (max-width:767px) {
    input {
        height: 50px
    }
}

.title {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    color: #7c60e4;
    margin-bottom: 25px;
    position: relative
}

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

.title-white {
    color: #fff
}

.quote {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.67;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 3px solid #7c60e4
}

@media screen and (max-width:767px) {
    .quote {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.25
    }
}

.step-item {
    box-shadow: 0 0 45.6px 11.4px rgba(124, 96, 228, .2);
    background-color: #fff;
    padding: 45px;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .step-item {
        padding: 20px
    }
}

.step-title {
    font-size: 26px;
    font-weight: 800;
    color: #7c60e4;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .step-title {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.features-item {
    box-shadow: 0 0 36.8px 9.2px rgba(124, 96, 228, .21);
    background-color: #fff;
    padding: 45px 30px 30px;
    height: 100%
}

@media(max-width:991px) {
    .features-item {
        padding: 20px
    }
}

@media(max-width:767px) {
    .features-item {
        height: auto
    }
}

.features-item--image {
    position: relative;
    padding-bottom: 210px
}

.features-item--image:after {
    content: "";
    background-image: url(../assets/step-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 174px;
    height: 193px;
    position: absolute;
    right: 0;
    bottom: 0
}

.features-title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #7c60e4;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .features-title {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.half-1 {
    background-image: url(../assets/half-1.png);
    background-repeat: no-repeat;
    background-size: 26%;
    background-position: 100% 50%;
    padding: 60px 0
}

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

.half-2 {
    background-image: url(../assets/half-2.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 0 50%;
    padding: 120px 0
}

@media(max-width:767px) {
    .half-2 {
        padding-top: 0;
        padding-bottom: 250px;
        background-size: 250px;
        background-position: bottom
    }
}

.half-3 {
    background-color: rgba(124, 96, 228, .08);
    background-image: url(../assets/half-3.png), linear-gradient(0deg, #fff, rgba(124, 96, 228, .05), rgba(124, 96, 228, .05), #fff);
    background-repeat: no-repeat;
    background-size: 25%, 100%;
    background-position: 97% 50%, 50%;
    padding: 60px 0;
    position: relative
}

@media(max-width:767px) {
    .half-3 {
        padding-top: 0;
        padding-bottom: 295px;
        background-size: 320px, 100%;
        background-position: bottom, 50%
    }
}

.half-4 {
    background-image: url(../assets/half-4.png);
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: 100% 50%;
    padding: 60px 0
}

@media(max-width:767px) {
    .half-4 {
        padding-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 285px;
        background-size: 270px;
        background-position: bottom
    }
}

.half-5 {
    background-image: url(../assets/half-5.png);
    background-repeat: no-repeat;
    background-size: 19%;
    background-position: 7% 50%;
    padding: 60px 0
}

@media(max-width:767px) {
    .half-5 {
        padding-top: 30px;
        padding-bottom: 355px;
        background-size: 320px;
        background-position: bottom
    }
}

.bg-image-1 {
    padding: 190px 0 80px;
    background-image: url(../assets/bg-image-1.png), linear-gradient(0deg, #fff, rgba(137, 92, 206, .4), #fff);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    position: relative
}

@media(max-width:767px) {
    .bg-image-1 {
        padding: 30px 0
    }
}

.bg-image-2 {
    padding: 100px 0;
    background-image: url(../assets/bg-image-2-top.png), url(../assets/bg-image-2-bottom.png);
    background-size: 30%, 30%;
    background-position: 95% 25%, 5% 100%;
    background-repeat: no-repeat;
    position: relative
}

@media(max-width:767px) {
    .bg-image-2 {
        padding: 30px 0
    }
}

.bg-image-3 {
    padding: 200px 0 140px;
    background-image: url(../assets/bg-image-3.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff
}

@media(max-width:767px) {
    .bg-image-3 {
        background: #2a0e4f;
        padding: 30px 0;
        background-size: 3400px auto
    }
}

.bg-balls {
    background-image: url(../assets/bg-left.png), url(../assets/bg-right.png);
    background-size: 74px 324px, 85px 168px;
    background-position: 0 35%, 100% 85%;
    background-repeat: no-repeat, no-repeat
}

.padding-60 {
    padding: 60px 0
}

@media(max-width:767px) {
    .padding-60 {
        padding: 30px 0
    }
}

.box-white {
    border-radius: 16px;
    box-shadow: 0 0 45.6px 11.4px rgba(124, 96, 228, .1);
    background-color: #fff;
    padding: 50px 115px
}

@media(max-width:991px) {
    .box-white {
        padding: 20px
    }
}

.faq-item {
    margin-bottom: 30px;
    transition: all .5s;
    position: relative
}

@media(max-width:991px) {
    .faq-item {
        margin-bottom: 20px
    }
}

.faq-item-title {
    border-radius: 35px;
    background-color: #7c60e4;
    padding: 15px 60px 15px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    min-height: 72px;
    width: 100%
}

@media(max-width:991px) {
    .faq-item-title {
        font-size: 18px;
        min-height: 62px
    }
}

@media(max-width:767px) {
    .faq-item-title {
        font-size: 16px;
        min-height: 55px
    }
}

.faq-item-title:after {
    content: "▾";
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 34px;
    transition: all .5s
}

@media(max-width:767px) {
    .faq-item-title:after {
        font-size: 26px
    }
}

.faq-item-content {
    transition: all .5s;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden
}

.faq-item input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation
}

.faq-item input[type=checkbox]:checked~.faq-item-title:after {
    transform: translateY(-50%) rotate(180deg)
}

.faq-item input[type=checkbox]:checked~.faq-item-content {
    max-height: 2999px;
    transition: .3s;
    padding: 20px
}

.iti {
    color: #000
}