@charset "UTF-8";
@import url(https://fonts.cdnfonts.com/css/clash-display);
@import url(https://fonts.cdnfonts.com/css/clash-display);

:root {
    --bs-primary: #3147FF;
    --bs-primary-rgb: 49, 71, 255;
    --l2-primary: #A259FF;
    --l2-primary-rgb: 162, 89, 255;
    --l2-secondary: #0A102F;
    --l2-secondary-rgb: 10, 16, 47;
    --l3-primary: #FFC900;
    --l3-primary-rgb: 255, 201, 0;
    --l4-primary: #4B2AAD;
    --l4-primary-rgb: 75, 42, 173;
    --l5-primary: #FF9966;
    --l5-primary-rgb: 255, 153, 102;
    --l5-secondary: #1B1C1D;
    --l5-secondary-rgb: 27, 28, 29;
    --l6-primary: #8E2C18;
    --l6-primary-rgb: 142, 44, 24;
    --l7-primary: #191919;
    --l7-primary-rgb: 25, 25, 25;
    --l7-secondary: #A259FF;
    --l7-secondary-rgb: 162, 89, 255;
    --l8-primary: #C1FF00;
    --l8-primary-rgb: 193, 255, 0;
    --l9-primary: #124559;
    --l9-primary-rgb: 18, 69, 89;
    --l9-secondary: #AEC3B0;
    --l9-secondary-rgb: 174, 195, 176;
    --l10-primary: #2D2B92;
    --l10-primary-rgb: 45, 43, 146;
    --l10-secondary: #FFD874;
    --l10-secondary-rgb: 255, 216, 116;
    --body-color: #0A102F;
    --body-color-rgb: 10, 16, 47;
    --black-2: #121212;
    --black-2-rgb: 18, 18, 18;
    --black-3: #1B1C1D;
    --black-3-rgb: 27, 28, 29;
    --black-4: #191919;
    --black-4-rgb: 25, 25, 25;
    --cream: #FDFBF9;
    --cream-rgb: 253, 251, 249;
    --offwhite: #FAF9F5;
    --offwhite-rgb: 250, 249, 245;
    --font-family-base: Inter, sans-serif;
    --font-family-heading: Roboto, sans-serif;
    --font-wight-heading: 800;
    --font-dm-sans: DM Sans, sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "Roboto", monospace;
    font-size: 1rem;
    line-height: 1.56;
    overflow-x: hidden
}

a, span {
    display: inline-block
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    padding-left: initial
}

img {
    display: block
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Roboto, monospace;
}

p {
    font-size: 16px;
    line-height: 1.67;
    margin-bottom: initial;
    color: rgba(10, 16, 47, .8)
}

@media (min-width: 576px) {
    p {
        font-size: 18px
    }
}

.inner-block-title {
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    font-family: var(--font-family-base)
}

@media (min-width: 768px) {
    .inner-block-title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .inner-block-title {
        font-size: 24px
    }
}

/*!
 * Bootstrap Grid v5.3.0-alpha3 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 480px) {
    .container {
        max-width: 480px
    }
}

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

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

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

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

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

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

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-1 {
    --bs-gutter-x: 0.25rem
}

.g-1 {
    --bs-gutter-y: 0.25rem
}

.g-2 {
    --bs-gutter-x: 0.5rem
}

.g-2 {
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 480px) {
    .col-xs {
        flex: 1 0 0%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.33333333%
    }

    .offset-xs-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xs-4 {
        margin-left: 33.33333333%
    }

    .offset-xs-5 {
        margin-left: 41.66666667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.33333333%
    }

    .offset-xs-8 {
        margin-left: 66.66666667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.33333333%
    }

    .offset-xs-11 {
        margin-left: 91.66666667%
    }

    .g-xs-0 {
        --bs-gutter-x: 0
    }

    .g-xs-0 {
        --bs-gutter-y: 0
    }

    .g-xs-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xs-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xs-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xs-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xs-3 {
        --bs-gutter-x: 1rem
    }

    .g-xs-3 {
        --bs-gutter-y: 1rem
    }

    .g-xs-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xs-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xs-5 {
        --bs-gutter-x: 3rem
    }

    .g-xs-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

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

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

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

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

.feature-card {
    background: #fff;
    border: 2px solid #0a102f;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
    transition: .3s
}

.feature-card__icon {
    padding-bottom: 30px
}

.feature-card__title {
    padding-bottom: 15px;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: var(--body-color)
}

.feature-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(var(--body-color-rgb), .8);
    margin-bottom: 0
}

.feature-card p span {
    font-weight: 600
}

.feature-card:hover {
    box-shadow: 10px 10px rgba(var(--body-color-rgb));
    border-radius: 10px
}

.feature-card-3 {
    padding: 28px;
    border: 4px solid #0a102f;
    border-radius: 10px;
    height: 100%;
    transition: all .2s ease-in-out;
    background: #f5efeb
}

.feature-card-3__icon-wrapper {
    padding-bottom: 30px
}

.feature-card-3__title {
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    color: var(--body-color);
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .feature-card-3__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .feature-card-3__title {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .feature-card-3:hover {
        transform: rotate(-3deg);
        background-color: #fff
    }
}

.pricing-card {
    border: 2px solid #0a102f;
    border-radius: 10px;
    padding: 30px;
    transition: all .4s
}

@media (min-width: 1200px) {
    .pricing-card {
        padding: 40px
    }
}

.pricing-card__head {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(10, 16, 47, .1);
    font-family: Inter, sans-serif
}

.pricing-card__plan {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: Inter, sans-serif
}

.pricing-card__price-block {
    font-weight: 400;
    font-size: 28px;
    line-height: 2.86;
    font-family: Inter, sans-serif
}

.pricing-card__price-block span {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.38
}

.pricing-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(10, 16, 47, .7)
}

.pricing-card__body {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

@media (min-width: 992px) {
    .pricing-card__body {
        row-gap: 35px
    }
}

.pricing-card__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px
}

.pricing-card__list li {
    display: flex;
    column-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    font-family: Inter, sans-serif;
    color: #0a102f
}

.pricing-card__list li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f005"
}

.pricing-card.active {
    box-shadow: 10px 10px rgba(var(--body-color-rgb));
    border-radius: 10px
}

.pricing-card:hover {
    box-shadow: 10px 10px rgba(var(--body-color-rgb));
    border-radius: 10px
}

.pricing-card-2 {
    background: #fdfbf9;
    border-radius: 5px;
    padding: 40px
}

.pricing-card-2__head {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(27, 28, 29, .1)
}

.pricing-card-2__icon {
    margin-bottom: 30px
}

.pricing-card-2__plan {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: "General Sans", sans-serif;
    margin-bottom: 10px;
    color: #1b1c1d
}

@media (min-width: 576px) {
    .pricing-card-2__plan {
        font-size: 20px
    }
}

.pricing-card-2__price {
    font-family: "General Sans", sans-serif;
    color: #1b1c1d;
    font-weight: 600;
    line-height: 1.18;
    font-size: 52px
}

@media (min-width: 1200px) {
    .pricing-card-2__price {
        font-size: 56px
    }
}

@media (min-width: 1400px) {
    .pricing-card-2__price {
        font-size: 72px
    }
}

.pricing-card-2__time {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    font-family: Inter, sans-serif;
    color: rgba(27, 28, 29, .8)
}

.pricing-card-2 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(10, 16, 47, .7)
}

.pricing-card-2__body {
    display: flex;
    flex-direction: column;
    row-gap: 22px
}

@media (min-width: 992px) {
    .pricing-card-2__body {
        row-gap: 13px
    }
}

.pricing-card-2__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 12px
}

.pricing-card-2__list li {
    display: flex;
    column-gap: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.67;
    color: rgba(27, 28, 29, .8)
}

.pricing-card-3 {
    background: #fff;
    border: 2px solid #191919;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    transition: all .4s
}

.pricing-card-3__head {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(25, 25, 25, .1)
}

@media (min-width: 1200px) {
    .pricing-card-3__head {
        flex-direction: row
    }
}

.pricing-card-3__plan {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -.5px
}

.pricing-card-3__price-block {
    text-align: center
}

.pricing-card-3__price-sign {
    font-size: 28px;
    font-family: Inter, sans-serif
}

.pricing-card-3__price {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.2;
    font-family: var(--font-family-base)
}

.pricing-card-3__price-time {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -.5px
}

.pricing-card-3__body {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 9px) {
    .pricing-card-3__body {
        row-gap: 50px
    }
}

.pricing-card-3__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 18px
}

.pricing-card-3__list li {
    display: flex;
    column-gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

.pricing-card-3__list li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black-3);
    background-color: var(--black-3);
    color: #fff;
    font-size: 11px
}

.pricing-card-3__button {
    margin-top: auto
}

.pricing-card-3__button .btn-primary-l07 {
    pointer-events: none
}

.pricing-card-3.active {
    box-shadow: 10px 10px #a259ff;
    border-radius: 10px
}

.pricing-card-3:hover {
    box-shadow: 10px 10px #a259ff;
    border-radius: 10px
}

.pricing-card-4 {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    border-radius: 20px;
    padding: 40px
}

@media (min-width: 992px) {
    .pricing-card-4 {
        row-gap: 40px
    }
}

.pricing-card-4__head {
    color: #fff
}

.pricing-card-4__plan {
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .pricing-card-4__plan {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .pricing-card-4__plan {
        font-size: 24px
    }
}

.pricing-card-4__price {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.38;
    font-family: var(--font-family-base)
}

@media (min-width: 768px) {
    .pricing-card-4__price {
        font-size: 36px
    }
}

@media (min-width: 992px) {
    .pricing-card-4__price {
        font-size: 44px
    }
}

@media (min-width: 1200px) {
    .pricing-card-4__price {
        font-size: 52px
    }
}

@media (min-width: 1400px) {
    .pricing-card-4__price {
        font-size: 58px
    }
}

.pricing-card-4__time {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.6;
    font-family: Inter, sans-serif
}

@media (min-width: 576px) {
    .pricing-card-4__time {
        font-size: 20px
    }
}

.pricing-card-4 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(10, 16, 47, .7)
}

.pricing-card-4__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 12px
}

.pricing-card-4__list li {
    display: flex;
    column-gap: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff
}

@media (min-width: 576px) {
    .pricing-card-4__list li {
        font-size: 20px
    }
}

.pricing-card-4__list li::before {
    content: "";
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    border-radius: 500px;
    position: relative;
    top: 12px;
    background-color: #fff
}

.pricing-card-4__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    margin-top: auto
}

.pricing-card-4__button-bottom-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .8)
}

.pricing-card-5 {
    background: #fff;
    border: 2px solid #191919;
    border-radius: 10px;
    padding: 30px
}

.pricing-card-5__head {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(25, 25, 25, .1)
}

.pricing-card-5__plan {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -.5px
}

.pricing-card-5__price-block {
    text-align: center
}

.pricing-card-5__price-sign {
    font-size: 28px;
    line-height: 2.86;
    font-family: Inter, sans-serif
}

.pricing-card-5__price {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.38;
    font-family: var(--font-family-base)
}

.pricing-card-5__price-time {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -.5px
}

.pricing-card-5__body {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 992px) {
    .pricing-card-5__body {
        row-gap: 50px
    }
}

.pricing-card-5__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 18px
}

.pricing-card-5__list li {
    display: flex;
    column-gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

.pricing-card-5__list li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px
}

.pricing-card-5.active {
    box-shadow: 10px 10px #a259ff;
    border-radius: 10px
}

.pricing-card-6 {
    background: #fff;
    border: 1px solid var(--black-2);
    border-radius: 5px
}

@media (min-width: 992px) {
    .pricing-card-6 {
        display: flex;
        flex-wrap: wrap
    }
}

.pricing-card-6__body, .pricing-card-6__head {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 480px) {
    .pricing-card-6__body, .pricing-card-6__head {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 992px) {
    .pricing-card-6__body, .pricing-card-6__head {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .pricing-card-6__body, .pricing-card-6__head {
        padding-left: 70px;
        padding-right: 70px
    }
}

.pricing-card-6__head {
    border-bottom: 1px solid rgba(27, 28, 29, .1)
}

@media (min-width: 992px) {
    .pricing-card-6__head {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid rgba(27, 28, 29, .1);
        border-bottom: 0
    }
}

.pricing-card-6__head p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(var(--body-color-rgb), .8);
    max-width: 381px
}

@media (min-width: 576px) {
    .pricing-card-6__head p {
        font-size: 18px
    }
}

.pricing-card-6__plan {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.025em;
    margin-bottom: 20px;
    color: var(--black-2)
}

@media (min-width: 576px) {
    .pricing-card-6__plan {
        font-size: 20px
    }
}

.pricing-card-6__price {
    font-family: "Public Sans", sans-serif;
    font-size: 32px;
    line-height: 1.14;
    font-weight: 700
}

@media (min-width: 576px) {
    .pricing-card-6__price {
        font-size: 42px
    }
}

@media (min-width: 992px) {
    .pricing-card-6__price {
        font-size: 52px
    }
}

@media (min-width: 1200px) {
    .pricing-card-6__price {
        font-size: 56px
    }
}

.pricing-card-6__price-plan {
    margin-bottom: 24px
}

.pricing-card-6__time {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.67;
    font-family: Inter, sans-serif;
    color: rgba(var(--black-2), .8)
}

@media (min-width: 576px) {
    .pricing-card-6__time {
        font-size: 18px
    }
}

.pricing-card-6__body {
    display: flex;
    flex-direction: column
}

@media (min-width: 1400px) {
    .pricing-card-6__body {
        padding-left: 128px
    }
}

.pricing-card-6__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .pricing-card-6__list {
        margin-bottom: 50px
    }
}

.pricing-card-6__list li {
    display: flex;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.67;
    align-items: flex-start
}

@media (min-width: 576px) {
    .pricing-card-6__list li {
        font-size: 18px
    }
}

.pricing-card-6__list li .icon {
    margin-top: 3px
}

.pricing-card-6__list li span {
    color: rgba(var(--black-2), .8)
}

.team-card {
    overflow: hidden;
    position: relative
}

.team-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

@media (min-width: 768px) {
    .team-card img {
        border-radius: 0
    }
}

.team-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--black-2);
    margin-bottom: 5px
}

.team-card__body {
    padding: 20px;
    background: #f5f3ea;
    border-radius: 5px;
    transition: .5s
}

@media (min-width: 768px) {
    .team-card__body {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px
    }
}

@media (min-width: 992px) {
    .team-card__body {
        padding: 20px;
        bottom: 0;
        transform: translateY(100%)
    }
}

.team-card__body-bottom {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .team-card:hover .team-card__body {
        bottom: 20px;
        transform: translateY(0)
    }
}

.team-card-2 {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    background: #faf9f5;
    border-radius: 10px;
    padding: 20px;
    transition: all .4s
}

.team-card-2:hover {
    background: #fff;
    box-shadow: 0 4px 80px rgba(0, 0, 0, .08)
}

.team-card-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.team-card-2__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    column-gap: 10px
}

.team-card-2__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0a102f;
    margin-bottom: 5px;
    font-family: Inter, sans-serif
}

@media (min-width: 576px) {
    .team-card-2__name {
        font-size: 20px
    }
}

.team-card-2-row {
    justify-content: center;
    --bs-gutter-y: 30px
}

.list-social {
    --color: #0A102F;
    --backgroundColor: rgba(10, 16, 47, 0.1);
    --hovBackground: #3147FF;
    --hovColor: #1425;
    display: inline-flex;
    column-gap: 12px;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0;
    position: relative;
    z-index: 99
}

.list-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 500px;
    font-size: 13px;
    background: var(--backgroundColor);
    color: var(--color);
    transition: .4s
}

.list-social li a:hover {
    color: var(--hovColor);
    background-color: var(--hovBackground);
    border-color: var(--hovBackground)
}

.list-social--dark {
    --border-color: #AEC3B0;
    --color: #FFFFFF;
    --hovBackground: #1dd4;
    --hovColor: #0A102F
}

.list-social--primary-l5 {
    --backgroundColor: rgba(253, 251, 249, 0.1);
    --border-color: #AEC3B0;
    --color: #FFFFFF;
    --hovBackground: #FF9966;
    --hovColor: var(--black-2)
}

.feature-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    column-gap: 24px;
    row-gap: 30px
}

@media (min-width: 992px) {
    .feature-widget {
        flex-direction: row;
        justify-content: initial;
        align-items: initial;
        text-align: initial
    }
}

@media (min-width: 1400px) {
    .feature-widget {
        padding-right: 40px
    }
}

.feature-widget__title {
    padding-bottom: 15px;
    font-family: var(--font-family-base);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: var(--body-color)
}

.feature-widget__body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(var(--body-color-rgb), .8);
    margin-bottom: 0
}

.feature-widget-2 {
    position: relative;
    text-align: center
}

@media (min-width: 1200px) {
    .feature-widget-2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.feature-widget-2__icon {
    margin-bottom: 30px;
    min-height: 70px
}

.feature-widget-2__icon img {
    display: inline-block
}

.feature-widget-2 p {
    color: rgba(27, 28, 29, .8)
}

.feature-widget-2__title {
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    font-family: Inter, sans-serif;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .feature-widget-2__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .feature-widget-2__title {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .feature-widget-2__title {
        font-size: 22px
    }
}

@media (min-width: 1400px) {
    .feature-widget-2__title {
        font-size: 24px
    }
}

.feature-widget-3 {
    padding: 40px;
    display: flex;
    column-gap: 25px
}

@media (min-width: 992px) {
    .feature-widget-3 {
        column-gap: 40px
    }
}

.feature-widget-3__title {
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Syne, sans-serif
}

@media (min-width: 768px) {
    .feature-widget-3__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .feature-widget-3__title {
        font-size: 24px
    }
}

.feature-widget-3 p {
    color: rgba(34, 31, 26, .8);
    line-height: 1.67
}

@media (min-width: 992px) {
    .feature-widget-3 p {
        max-width: 395px
    }
}

.feature-widget-3-row > * {
    border-bottom: 1px solid #221f1a;
    position: relative
}

@media (min-width: 992px) {
    .feature-widget-3-row > :nth-last-child(-n+2) {
        border-bottom: 0
    }
}

@media (min-width: 992px) {
    .feature-widget-3-row > :after {
        content: "";
        width: 1px;
        height: 50%;
        max-height: 100px;
        background-color: #221f1a;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

.feature-widget-3-row > :nth-of-type(2n):after {
    display: none
}

.feature-widget-5 {
    display: flex;
    column-gap: 20px;
    border-radius: 20px;
    transition: .3s;
    height: 100%;
    row-gap: 15px;
    flex-direction: column;
    padding: 20px
}

@media (min-width: 480px) {
    .feature-widget-5 {
        padding: 30px;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .feature-widget-5 {
        column-gap: 25px;
        border-radius: 25px
    }
}

@media (min-width: 1200px) {
    .feature-widget-5 {
        column-gap: 40px;
        border-radius: 40px
    }
}

.feature-widget-5__icon img {
    max-width: 50px
}

@media (min-width: 768px) {
    .feature-widget-5__icon img {
        max-width: initial
    }
}

.feature-widget-5__title {
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: .04166666em;
    font-size: 20px;
    font-family: "Clash Display", sans-serif;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .feature-widget-5__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .feature-widget-5__title {
        font-size: 24px
    }
}

.feature-widget-5 p {
    font-size: 16px;
    line-height: 1.67;
    font-weight: 400
}

@media (min-width: 576px) {
    .feature-widget-5 p {
        font-size: 18px
    }
}

.feature-widget-6 {
    max-width: 430px;
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (min-width: 768px) {
    .feature-widget-6 {
        align-items: initial;
        text-align: initial;
        flex-direction: row
    }
}

.feature-widget-6__icon {
    margin-bottom: 30px
}

.feature-widget-6__icon img {
    display: inline-block
}

.feature-widget-6__title {
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Inter, sans-serif
}

@media (min-width: 768px) {
    .feature-widget-6__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .feature-widget-6__title {
        font-size: 24px
    }
}

.feature-widget-6 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(var(--body-color-rgb), .8);
    margin-bottom: 0
}

.feature-widget-6 p span {
    font-weight: 600
}

.feature-widget-6-row {
    display: flex;
    flex-direction: column;
    row-gap: 40px
}

@media (min-width: 992px) {
    .feature-widget-6-row {
        row-gap: 60px
    }
}

.feature-widget-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    column-gap: 20px;
    row-gap: 17px
}

@media (min-width: 1400px) {
    .feature-widget-7 {
        column-gap: 24px
    }
}

@media (min-width: 992px) {
    .feature-widget-7 {
        flex-direction: row;
        justify-content: initial;
        align-items: initial;
        text-align: initial
    }
}

.feature-widget-7__title {
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    font-family: var(--font-family-base);
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .feature-widget-7__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .feature-widget-7__title {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .feature-widget-7__title {
        margin-bottom: 15px
    }
}

.video-widget__title {
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.0208333333em;
    font-size: 20px;
    margin-bottom: 17px;
    font-family: var(--font-family-base);
    color: #0a102f
}

@media (min-width: 768px) {
    .video-widget__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .video-widget__title {
        font-size: 24px
    }
}

.video-widget p {
    font-size: 16px;
    line-height: 1.67;
    font-weight: 400;
    color: rgba(var(--body-color-rgb), .8)
}

@media (min-width: 576px) {
    .video-widget p {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    .video-widget p {
        max-width: 350px
    }
}

.team-widget {
    display: flex;
    flex-direction: column;
    text-align: center
}

.team-widget__image-block {
    margin-bottom: 24px;
    overflow: hidden
}

.team-widget__image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.content-widget {
    display: flex;
    column-gap: 15px
}

@media (min-width: 992px) {
    .content-widget {
        max-width: 630px
    }
}

.content-widget__icon {
    position: relative;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 500px;
    background: #324438
}

.content-widget__title {
    font-family: Cabin, sans-serif;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.25;
    color: #221f1a;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .content-widget__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .content-widget__title {
        font-size: 24px
    }
}

.content-widget-2__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.content-widget-2 {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .content-widget-2 {
        align-items: initial
    }
}

.content-widget-2__title {
    display: flex;
    column-gap: 8px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0;
    font-size: 20px;
    font-family: "General Sans", sans-serif;
    color: #0a102f;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .content-widget-2__title {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .content-widget-2__title {
        font-size: 24px
    }
}

.content-widget-2 img {
    position: relative;
    top: 3px;
    max-width: 24px;
    max-height: 24px
}

@media (max-width: 991px) {
    .content-widget-2 img {
        display: none
    }
}

.content-widget-2 p {
    max-width: 505px
}

.accordion-style-3 {
    --bs-accordion-border-color: #AEC3B0
}

.accordion-style-3 .accordion-item {
    background-color: #aec3b0;
    padding-bottom: 15px;
    padding-top: 15px
}

.accordion-style-3 .accordion-item .accordion-button {
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #aec3b0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 20px;
    color: #221f1a;
    font-family: Roboto, sans-serif
}

@media (min-width: 576px) {
    .accordion-style-3 .accordion-item .accordion-button {
        font-size: 20px
    }
}

.accordion-style-3 .accordion-item .accordion-button:focus {
    box-shadow: none
}

.accordion-style-3 .accordion-item .accordion-button:after {
    font-family: "Font Awesome 5 Free", monospace;
    content: "+";
    vertical-align: middle;
    font-weight: 600;
    font-size: 10px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    color: #012706;
    background-color: #d46600;
    --bs-accordion-btn-icon: none;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center
}

.accordion-style-3 .accordion-item .accordion-button.collapsed::after {
    content: "-"
}

.accordion-style-3 .accordion-item .accordion-item__body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    color: #221f1a;
    opacity: .8;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #222112
}

.accordion-style-3 .accordion-item:not(:last-child) {
    border-bottom: 1.5px solid #062309
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(100%)
    }
}

.site-menu-main {
    margin-bottom: 0;
    padding-left: 0
}

@media (min-width: 992px) {
    .site-menu-main {
        display: flex;
        margin-bottom: 0;
        padding-left: 0
    }
}

.site-menu-main li {
    list-style: none
}

.site-menu-main ul {
    list-style: none;
    margin-left: 0
}

.site-menu-main a {
    text-decoration: none
}

.site-menu-main .nav-item {
    display: inherit
}

.site-menu-main .nav-link-item {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    transition: .3s
}

.site-menu-main .nav-link-item:hover {
    color: #5e70ff
}

@media (min-width: 992px) {
    .site-menu-main .nav-link-item {
        padding-top: 25px !important;
        padding-bottom: 23px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        color: #0a102f
    }

    .site-menu-main .nav-link-item:hover {
        color: #0a102f
    }
}

@media (min-width: 1200px) {
    .site-menu-main .nav-link-item {
        padding-top: 15px !important;
        padding-bottom: 13px !important;
        padding-left: 25px !important;
        padding-right: 25px !important
    }
}

.mobile-menu-head, .mobile-menu-trigger {
    display: none
}

@media (max-width: 991px) {
    .site-header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center
    }

    .site-header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #0a102f;
        width: 24px;
        position: relative
    }

    .site-header .mobile-menu-trigger span:after, .site-header .mobile-menu-trigger span:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0a102f
    }

    .site-header .mobile-menu-trigger span:before {
        top: -6px
    }

    .site-header .mobile-menu-trigger span:after {
        top: 6px
    }

    .site-header .item-right {
        align-items: center
    }

    .site-header .menu-block {
        position: fixed;
        width: 470px;
        max-width: 100%;
        background-color: black;
        right: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(100%);
        padding: 0 16px 60px;
        z-index: 1099
    }

    .site-header .menu-block.active {
        transform: translate(0)
    }

    .site-menu-main > li {
        line-height: 1;
        margin: 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .site-menu-main > li > a {
        line-height: 50px;
        padding: 18px;
        display: flex;
        align-items: center
    }
}

@media (max-width: 991px) and (min-width: 992px) {
    .site-menu-main > li > a {
        display: block
    }
}

@media (max-width: 991px) {
    .site-menu-main > li > a i {
        position: absolute;
        top: 5px;
        right: 0;
        transform: rotate(-90deg);
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .site-header .menu-block .mobile-menu-head {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        top: 0;
        padding-top: 20px;
        padding-bottom: 30px;
        background-color: black;

        img {
            max-width: 50%;
        }
    }

    .site-header .menu-block .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        visibility: hidden
    }

    .site-header .menu-block .mobile-menu-head.active .current-menu-title {
        visibility: visible
    }

    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 40px
    }
}

@media (max-width: 991px) and (min-width: 992px) {
    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
        color: #000
    }
}

@media (max-width: 991px) {
    .site-header .menu-block .site-menu-main {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media (max-width: 991px) {
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1
    }
}

@media (min-width: 992px) {
    .site-menu-main a {
        display: flex;
        align-items: center
    }

    .site-menu-main i {
        margin-left: 15px;
        font-size: 15px
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .site-header--menu-center .menu-block-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

.menu-block.active {
    overflow-y: auto
}

@media (min-width: 480px) {
    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

.site-navbar {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 992px) {
    .site-navbar {
        flex-flow: row nowrap;
        justify-content: flex-start;
        padding-top: 0
    }
}

.site-navbar .menu-block-wrapper {
    flex-grow: 1;
    align-items: center
}

@media (min-width: 992px) {
    .site-navbar .menu-block-wrapper {
        display: flex !important;
        flex-basis: auto;
        justify-content: center
    }
}

.site-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent
}

.site-header--sticky:not(.mobile-sticky-enable) {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

@media (min-width: 992px) {
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: fixed !important;
        transition: .4s
    }

    .site-header--sticky:not(.mobile-sticky-enable).scrolling {
        transform: translateY(-100%);
        transition: .4s
    }

    .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
        transform: translateY(0);
        box-shadow: 0 12px 34px -11px rgba(65, 62, 101, .1);
        z-index: 1000;
        background-color: #fff
    }

    .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
        color: black;
    }
}

.site-header--menu-center .container {
    position: relative
}

.site-header--menu-center .menu-block-wrapper {
    position: static
}

@media (min-width: 992px) {
    .site-header--menu-center .menu-block {
        margin-left: auto;
        margin-right: auto
    }
}

.site-header--menu-left .menu-block .site-menu-main {
    justify-content: flex-start;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
        width: 100%
    }
}

.site-header--menu-right .menu-block {
    margin-left: auto
}

.site-header--dark .nav-link-item {
    color: #fff
}

.site-header--dark .btn {
    color: #fff
}

.site-header--dark .btn:hover {
    color: #124559;
}

.site-header--dark .logo-light {
    display: none
}

.site-header--dark .logo-dark {
    display: block
}

.site-header .header-cta-btn-wrapper {
    display: none;
    margin-left: 30px;
}

@media (min-width: 992px) {
    .site-header .header-cta-btn-wrapper {
        display: flex;
        align-items: center;
        column-gap: 30px
    }
}

.site-header .header-cta-btn-wrapper a {
    --bs-btn-padding-y: 12px
}

.site-header .header-cta-btn-wrapper a .icon {
    margin-right: 10px
}

.site-header .header-cta-btn-mobile {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .site-header .header-cta-btn-mobile {
        display: none
    }
}

.brand-logo {
    display: flex
}

.brand-logo img {
    max-height: 30px
}

.btn-masco {
    --btn-spacing-y: 13px;
    --btn-spacing-x: 10px;
    --btn-radius: 5px;
    --btn-bg: #124559;
    --btn-color: #AEC3B0;
    --btn-border-width: 1px;
    --btn-border-color: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    z-index: 0;
    position: relative;
    border-width: var(--btn-border-width);
    border-style: solid;
    border-color: var(--btn-border-color);
    border-radius: var(--btn-radius);
    padding-left: var(--btn-spacing-x);
    padding-right: var(--btn-spacing-x);
    padding-top: var(--btn-spacing-y);
    padding-bottom: var(--btn-spacing-y);
    background-color: var(--btn-bg);
    color: var(--btn-color);
    transition: all .3s
}

.btn-masco:not(.btn-fill--up):not(.btn-fill--down):not(.btn-fill--slide):not(.btn-fill--slide-reverse):not(.btn-fill--slide-left):not(.btn-shadow):not(.btn-shadow--reverse) {
    transition: all .3s ease-in-out
}

.btn-masco:not(.btn-fill--up):not(.btn-fill--down):not(.btn-fill--slide):not(.btn-fill--slide-reverse):not(.btn-fill--slide-left):not(.btn-shadow):not(.btn-shadow--reverse):hover {
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    border-color: var(--btn-hover-border-color)
}

.btn-masco--header {
    --btn-spacing-y: 13px;
    --btn-spacing-x: 33px
}

.btn-masco--header-secondary {
    background: 0 0;
    border: none;
    padding: 0;
    color: #0a102f
}

.btn-masco .play-icon {
    position: relative;
    height: 16px;
    width: 16px;
    background-color: #000;
    border-radius: 500px
}

.btn-masco .play-icon::after {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 7px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(6px, 4px)
}

.btn-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #0a102f;
    transition: .3s;
    text-decoration: none
}

.btn-fill--up {
    --btn-fill-bg: #fff;
    --btn-fill-color:  #124559;
    --btn-fill-border-color: #083140;
    overflow: hidden
}

@keyframes fill-up-initial {
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1)
    }
}

@keyframes fill-up-end {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.btn-fill--up:hover {
    color: var(--btn-fill-color);
    border-color: var(--btn-fill-border-color)
}

.btn-fill--up span {
    position: relative;
    z-index: 10;
    display: block
}

.btn-fill--up::before {
    position: absolute;
    top: -110%;
    left: -10%;
    padding-bottom: 120%;
    width: 120%;
    height: 0;
    border-radius: 0;
    background: var(--btn-fill-bg);
    content: "";
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0)
}

.btn-fill--up::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-fill-bg);
    content: "";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1)
}

.btn-fill--up:hover span {
    animation: fill-up-initial .3s forwards, fill-up-end .3s forwards .3s
}

.btn-fill--up:hover::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1)
}

.btn-fill--up:hover::after {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn-fill--down {
    z-index: 1;
    overflow: hidden
}

.btn-fill--down::after, .btn-fill--down::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    transition: transform .3s, -webkit-transform .3s
}

.btn-fill--down::before {
    background: var(--btn-fill-bg);
    opacity: .7
}

.btn-fill--down::after {
    background: var(--btn-fill-bg)
}

.btn-fill--down:hover {
    color: var(--btn-fill-color)
}

.btn-fill--down:hover::before {
    transform: translate3d(0, 100%, 0)
}

.btn-fill--down:hover::after {
    transform: translate3d(0, 100%, 0);
    transition-delay: 175ms
}

@keyframes slide-left-initial {
    100% {
        -webkit-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0)
    }
}

@keyframes slide-left-end {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.btn-primary-l02 {
    --btn-bg: #A259FF;
    --btn-color: #fff;
    --btn-border-color: #A259FF;
    --btn-fill-bg: #fff;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #A259FF
}

.btn-secondary-l02 {
    --btn-bg: #0A102F;
    --btn-color: #fff;
    --btn-border-color: #0A102F;
    --btn-fill-bg: #A259FF;
    --btn-fill-color: #fff;
    --btn-fill-border-color: #A259FF
}

.btn-primary-l03 {
    --btn-bg: #FFC900;
    --btn-color: #0A102F;
    --btn-border-width: 2px;
    --btn-border-color: #0A102F;
    --btn-shadow-bg: #FFC900;
    --btn-shadow-border-color: #FFC900
}

.btn-primary-l04 {
    --btn-bg: #4B2AAD;
    --btn-color: #FFFFFF;
    --btn-border-width: 2px;
    --btn-border-color: #0A102F;
    --btn-hover-color: #FFFFFF;
    --btn-shadow-bg: #0A102F;
    --btn-shadow-border-color: #0A102F
}

.btn-secondary-l04 {
    --btn-bg: var(--cream);
    --btn-color: #0A102F;
    --btn-border-width: 2px;
    --btn-border-color: #0A102F;
    --btn-hover-color: #0A102F;
    --btn-shadow-bg: #0A102F;
    --btn-shadow-border-color: #0A102F
}

.btn-primary-l05 {
    --btn-bg: #FF9966;
    --btn-color: #1B1C1D;
    --btn-border-color: #FF9966;
    --btn-hover-bg: #0A102F;
    --btn-hover-color: #FFFFFF;
    --btn-hover-border-color: #0A102F;
    --btn-fill-bg: #fff;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #fff
}

.btn-secondary-l05 {
    --btn-bg: #1B1C1D;
    --btn-color: #fff;
    --btn-border-color: #1B1C1D;
    --btn-hover-bg: #FF9966;
    --btn-hover-color: #1B1C1D;
    --btn-hover-border-color: #FF9966;
    --btn-fill-bg: #fff;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #fff
}

.btn-primary-l06 {
    --btn-bg: #8E2C18;
    --btn-color: #FFFFFF;
    --btn-border-width: 2px;
    --btn-border-color: #8E2C18
}

.btn-primary-l07 {
    --btn-bg: #191919;
    --btn-color: #FFFFFF;
    --btn-border-width: 2px;
    --btn-border-color: #191919;
    --btn-hover-bg: #A259FF;
    --btn-hover-color: #FFFFFF;
    --btn-hover-border-color: #A259FF;
    --btn-shadow-bg: #A259FF;
    --btn-shadow-border-color: #191919
}

.btn-primary-l08 {
    --btn-bg: #fff;
    --btn-color: #0A102F;
    --btn-border-width: 2px;
    --btn-border-color: #C1FF00;
    --btn-hover-bg: #191919;
    --btn-hover-color: #FFFFFF;
    --btn-hover-border-color: #191919;
    --btn-fill-bg: #C1FF00;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #0A102F
}

.btn-secondary-l08 {
    --btn-bg: transparent;
    --btn-color: #0A102F;
    --btn-border-width: 2px;
    --btn-border-color: #0A102F;
    --btn-fill-bg: #C1FF00;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #C1FF00
}

.btn-primary-l09 {
    --btn-bg: #124559;
    --btn-color: #AEC3B0;
    --btn-border-color: #124559;
    --btn-fill-bg: #AEC3B0;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #124559
}

.btn-secondary-l09 {
    --btn-bg: #AEC3B0;
    --btn-color: #124559;
    --btn-border-color: #AEC3B0;
    --btn-fill-bg: #AEC3B0;
    --btn-fill-color: #124559;
    --btn-fill-border-color: #AEC3B0
}

.btn-primary-l10 {
    --btn-bg: transparent;
    --btn-color: #FFD874;
    --btn-border-width: 2px;
    --btn-border-color: #2D2B92;
    --btn-fill-bg: #2D2B92;
    --btn-fill-color: #2D2B92;
    --btn-fill-border-color: transparent
}

.btn-secondary-l10 {
    --btn-bg: #FFD874;
    --btn-color: #FFD874;
    --btn-border-width: 2px;
    --btn-border-color: #FFD874;
    --btn-fill-bg: #2D2B92;
    --btn-fill-color: #2D2B92;
    --btn-fill-border-color: #FFD874
}

.btn-padding-x-33 {
    --btn-spacing-x: 33px
}

.btn-play {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--bs-primary);
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 500px;
    font-size: 16px
}

@media (min-width: 768px) {
    .btn-play {
        min-width: 70px;
        max-width: 70px;
        min-height: 70px;
        max-height: 70px;
        border-radius: 500px;
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .btn-play {
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
        border-radius: 500px;
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .btn-play {
        min-width: 100px;
        max-width: 100px;
        min-height: 100px;
        max-height: 100px;
        border-radius: 500px;
        font-size: 24px
    }
}

.btn-play i {
    transform: scale(1);
    transition: .4s
}

.btn-play:hover i {
    transform: scale(1.2)
}

.btn-play--black {
    background: #121212;
    color: #c1ff00
}

.btn-play--80 {
    border-radius: 500px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 17px
}

@media (min-width: 992px) {
    .btn-play--80 {
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
        height: 80px;
        width: 80px;
        font-size: 18px
    }
}

.btn-play--70 {
    border-radius: 500px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 15px
}

@media (min-width: 992px) {
    .btn-play--70 {
        min-width: 70px;
        max-width: 70px;
        min-height: 70px;
        max-height: 70px;
        height: 70px;
        width: 70px;
        font-size: 17px
    }
}

.btn-play--120 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--bs-primary);
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 500px;
    font-size: 18px
}

@media (min-width: 768px) {
    .btn-play--120 {
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
        border-radius: 500px;
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .btn-play--120 {
        min-width: 100px;
        max-width: 100px;
        min-height: 100px;
        max-height: 100px;
        border-radius: 500px;
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .btn-play--120 {
        min-width: 120px;
        max-width: 120px;
        min-height: 120px;
        max-height: 120px;
        border-radius: 500px;
        font-size: 30px
    }
}

.btn-play--120 i {
    transform: scale(1);
    transition: .4s
}

.btn-play--120:hover i {
    transform: scale(1.2)
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes ticker-reverse {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes ticker-reverse {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

.content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center
}

@media (min-width: 992px) {
    .content {
        align-items: initial;
        row-gap: 48px
    }
}

.content-text-block {
    text-align: center
}

@media (min-width: 992px) {
    .content-text-block {
        text-align: initial;
        padding-right: 52px
    }
}

@media (min-width: 1200px) {
    .content-text-block {
        padding-right: 0
    }
}

.content-text-block p {
    line-height: 1.67;
    color: rgba(10, 16, 47, .8)
}

.content-text-block p:first-of-type {
    margin-top: 20px
}

.content-text-block p:not(:first-of-type) {
    margin-top: 20px
}

.content-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.content-list-item {
    display: flex;
    column-gap: 12px;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 600;
    font-family: Inter, sans-serif
}

.content-list-item img {
    max-width: 22px;
    max-height: 22px;
    position: relative;
    top: 3px
}

.content-list-item p {
    margin-bottom: initial
}

@media (max-width: 991px) {
    .content-image--mobile-width {
        display: inline-block;
        max-width: 320px
    }
}

@media (max-width: 479px) {
    .content-image--mobile-width {
        max-width: 390px;
        display: block;
    }
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(24px, 0)
    }
}

.home-1_hero-section {
    background-color: #faf9f5;
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .home-1_hero-section {
        padding-top: 140px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .home-1_hero-section {
        padding-top: 150px;
        padding-bottom: 100px
    }
}

@media (min-width: 1400px) {
    .home-1_hero-section {
        padding-top: 185px;
        padding-bottom: 120px
    }
}

.home-1_hero-section .row--hero-content {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .home-1_hero-section .row--hero-content {
        flex-direction: row-reverse
    }
}

.home-1_hero-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.home-1_hero-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.home-1_hero-image-block {
    position: relative;
    max-width: 660px
}

.home-1_hero-image img {
    width: 100%;
    border-radius: 10px
}

.home-1_hero-content {
    max-width: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .home-1_hero-content {
        text-align: initial;
        align-items: initial;
        row-gap: 50px
    }
}

.home-1_hero-content p {
    max-width: 607px;
    color: rgba(10, 16, 47, .8)
}

.home-1_content-section-1 {
    background: var(--offwhite)
}

.home-1_content-section-1 .row--custom {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 40px;
    justify-content: center
}

@media (min-width: 992px) {
    .home-1_content-section-1 .row--custom {
        flex-direction: row-reverse;
        align-items: center
    }
}

@media (max-width: 991px) {
    .home-1_content-section-1 .content-image--mobile-width {
        max-width: 360px
    }
}

@media (max-width: 479px) {
    .home-1_content-section-1 .content-image--mobile-width {
        max-width: 260px
    }
}

.home-1_content-image-1 {
    position: relative
}

.home-1_content-image-1 img {
    width: 100%
}

.home-1_content-image-1-shape {
    position: absolute;
    top: -16%;
    right: -16%;
    height: 14.7%;
    width: 38%
}

.home-1_content-1-text-block {
    text-align: center
}

@media (min-width: 992px) {
    .home-1_content-1-text-block {
        text-align: initial;
        padding-right: 52px
    }
}

@media (min-width: 1200px) {
    .home-1_content-1-text-block {
        padding-right: 0
    }
}

.home-1_content-1-text-block p {
    max-width: 598px;
    line-height: 1.67;
    color: rgba(10, 16, 47, .8)
}

.home-1_content-1-text-block p:not(:last-child) {
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .home-1_content-1-text-block p:not(:last-child) {
        margin-bottom: 35px
    }
}

.home-1_content-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.26;
    font-weight: 800
}

@media (min-width: 576px) {
    .home-1_content-title {
        font-size: 38px
    }
}

@media (min-width: 992px) {
    .home-1_content-title {
        font-size: 42px
    }
}

@media (min-width: 1200px) {
    .home-1_content-title {
        font-size: 46px
    }
}

.home-1_content-section-2 {
    background: var(--offwhite)
}

.home-1_content-section-2 .row--custom {
    --bs-gutter-y: 40px;
    justify-content: center
}

@media (min-width: 992px) {
    .home-1_content-section-2 .row--custom {
        align-items: center;
        --bs-gutter-x: 60px;
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    .home-1_content-section-2 .content-image--mobile-width {
        max-width: 360px
    }
}

@media (max-width: 479px) {
    .home-1_content-section-2 .content-image--mobile-width {
        max-width: 260px
    }
}

@media (min-width: 992px) {
    .home-1_content-section-2 .content {
        padding-left: 30px
    }
}

@media (min-width: 1200px) {
    .home-1_content-section-2 .content {
        padding-left: 0
    }
}

.home-1_content-section-2 .content .content-list-item {
    color: #0a102f
}

.home-1_content-image-2 {
    position: relative
}

.home-1_content-image-2 img {
    width: 100%
}

.home-1_content-image-2-shape {
    position: absolute;
    bottom: 0;
    left: -5%;
    height: 25.3%;
    width: 24.4%
}

.home-1_faq-section {
    position: relative
}

.home-1_faq-section .row--custom {
    justify-content: center
}

.home-1_faq-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.home-1_faq-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.home-2_hero-section .row--custom {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .home-2_hero-section .row--custom {
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

.home-2_hero-image-block {
    position: relative;
    margin-left: 27px
}

.home-2_hero-image img {
    width: 100%
}

.home-2_hero-image-shape {
    position: absolute;
    right: -9%;
    top: -14%;
    width: 17%
}

.home-2_hero-content {
    max-width: 681px
}

.home-2_hero-content-text {
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .home-2_hero-content-text {
        text-align: initial
    }
}

.home-2_hero-content-text p {
    max-width: 590px
}

@media (min-width: 992px) {
    .home-2_hero-content-text {
        margin-bottom: 50px
    }
}

.home-2_hero-button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .home-2_hero-button-group {
        justify-content: initial;
        margin-bottom: 20px
    }
}

.home-2_hero-content-button__bottom-text span {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #0a102f
}

@media (min-width: 992px) {
    .home-2_hero-content-button__bottom-text span {
        justify-content: initial
    }
}

.home-2_feature-section {
    background: rgba(162, 89, 255, .03)
}

.home-2_pricing-section .section-heading {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center
}

.home-2_pricing-section .section-heading__title {
    margin-bottom: 50px
}

@media (min-width: 1400px) {
    .home-2_content-section-1 {
        padding-bottom: 150px
    }
}

.home-2_content-section-1 .row--custom {
    --bs-gutter-y: 40px;
    justify-content: center
}

@media (min-width: 992px) {
    .home-2_content-section-1 .row--custom {
        align-items: center;
        --bs-gutter-x: 25px
    }
}

@media (min-width: 992px) {
    .home-2_content-section-1 .content .content_text-block p {
        max-width: 635px
    }
}

.home-2_content-section-1 .content .content-list-item {
    font-family: Inter, sans-serif
}

.home-2_content-image-1 img {
    width: 100%
}

.home-2_content-section-2 .row--custom {
    --bs-gutter-y: 40px;
    justify-content: center
}

@media (min-width: 992px) {
    .home-2_content-section-2 .row--custom {
        align-items: center;
        --bs-gutter-x: 24px;
        justify-content: space-between;
        flex-direction: row-reverse
    }
}

@media (min-width: 992px) {
    .home-2_content-image-2 {
        max-width: 451.46px
    }
}

.home-2_content-image-2 img {
    width: 100%
}

.home-2_content-section-3 .row--custom {
    justify-content: center
}

.home-2_content-section-3 .section-heading {
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .home-2_content-section-3 .section-heading {
        margin-bottom: 50px
    }
}

@media (min-width: 1200px) {
    .home-2_content-section-3 .section-heading {
        margin-bottom: 80px
    }
}

.home-2_content-section-3 .section-heading p {
    line-height: 1.67;
    color: rgba(10, 16, 47, .8)
}

.home-2_content-image-3 {
    position: relative
}

.home-2_content-image-3 img {
    width: 100%
}

.cta-home-2 {
    background: #a259ff;
    position: relative
}

.cta-home-2-shape-wrapper {
    display: none
}

@media (min-width: 680px) {
    .cta-home-2-shape-wrapper {
        display: block
    }
}

.cta-home-2-shape-1 {
    position: absolute;
    left: 8%;
    top: 12%
}

.cta-home-2-shape-2 {
    position: absolute;
    right: 6%;
    bottom: 0
}

.cta-home-2__title {
    margin-bottom: 0;
    color: #fff
}

.cta-home-2 .cta-content-block {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px
}

@media (min-width: 680px) {
    .cta-home-2 .cta-content-block {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .cta-home-2 .cta-content-block {
        row-gap: 50px
    }
}

.cta-home-2 .cta-content-block .btn-secondary-l02 {
    --btn-fill-bg: #fff;
    --btn-fill-color: #124559;
}

.home-3_hero-section {
    padding-top: 100px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (min-width: 576px) {
    .home-3_hero-section {
        padding-top: 110px;
        padding-bottom: 60px
    }
}

@media (min-width: 768px) {
    .home-3_hero-section {
        padding-top: 130px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .home-3_hero-section {
        padding-top: 148px;
        padding-bottom: 100px
    }
}

.home-3_hero-section .row--custom {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .home-3_hero-section .row--custom {
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

.home-3_hero-shape {
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    z-index: -1
}

.home-3_hero-shape img {
    width: 100%
}

.home-3_hero-image-block {
    position: relative;
    z-index: 1;
    max-width: 220px
}

@media (min-width: 992px) {
    .home-3_hero-image-block {
        margin-right: 18.5%;
        margin-left: 9%;
        max-width: initial
    }
}

.home-3_hero-image img {
    width: 100%;
    border-radius: 10px
}

.home-3_hero-image-shape-1 {
    position: absolute;
    bottom: 17%;
    left: -14%;
    width: 35%;
    z-index: -1
}

.home-3_hero-image-shape-2 {
    position: absolute;
    top: 15%;
    right: -44%;
    width: 88%;
    z-index: -1
}

.home-3_hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .home-3_hero-content {
        text-align: initial;
        align-items: initial;
        row-gap: 34px
    }
}

.home-3_hero-content p {
    max-width: 680px;
    color: rgba(10, 16, 47, .8)
}

.home-3_hero-content .hero-content__title {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1px;
    color: #0a102f;
    line-height: 1.11;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.0111111111em
}

@media (min-width: 480px) {
    .home-3_hero-content .hero-content__title {
        font-size: 42px
    }
}

@media (min-width: 576px) {
    .home-3_hero-content .hero-content__title {
        font-size: 48px
    }
}

@media (min-width: 992px) {
    .home-3_hero-content .hero-content__title {
        font-size: 64px
    }
}

@media (min-width: 1200px) {
    .home-3_hero-content .hero-content__title {
        font-size: 76px
    }
}

@media (min-width: 1400px) {
    .home-3_hero-content .hero-content__title {
        font-size: 90px
    }
}

.home-3_video-section {
    position: relative
}

.home-3_video-shape {
    position: absolute;
    left: 0;
    top: 14%;
    display: none
}

@media (min-width: 992px) {
    .home-3_video-shape {
        display: block
    }
}

.home-3_feature-section .row--custom {
    --bs-gutter-x: 80px;
    justify-content: center
}

.home-3_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-3_content-section-1 .row--custom {
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    .home-3_content-section-1 .content {
        align-items: center
    }
}

@media (min-width: 992px) {
    .home-3_content-section-1 .content-text-block p {
        max-width: 598px
    }
}

.home-3_content-image-1-block {
    position: relative;
    max-width: 282.64px;
    z-index: 1;
    display: inline-block
}

.home-3_content-image-1 img {
    width: 100%
}

.home-3_content-image-1-shape {
    width: 180%
}

.home-3_content-image-1-shape img {
    width: 100%
}

.home-3_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-3_content-section-2 .row--custom {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between
    }
}

.home-3_content-section-2 .content {
    align-items: center
}

@media (min-width: 992px) {
    .home-3_content-section-2 .content {
        align-items: initial
    }
}

@media (min-width: 1200px) {
    .home-3_content-section-2 .content {
        margin-right: 60px
    }
}

.home-3_content-section-2 .content .content-list {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .home-3_content-section-2 .content-text-block p {
        max-width: 560px
    }
}

.home-3_content-section-2 .content .content-list-item {
    font-family: Inter, sans-serif;
    color: #0a102f
}

.home-3_content-image-2-block {
    position: relative;
    max-width: 287.72px;
    z-index: 1;
    display: inline-block
}

.home-3_content-image-2-block img {
    width: 100%
}

.home-3_content-image-2-shape {
    width: 174%
}

.home-3_content-image-2-shape img {
    width: 100%
}

.cta-home-3 {
    padding-top: 40px
}

@media (min-width: 576px) {
    .cta-home-3 {
        padding-top: 60px
    }
}

@media (min-width: 768px) {
    .cta-home-3 {
        padding-top: 80px
    }
}

@media (min-width: 992px) {
    .cta-home-3 {
        padding-top: 120px
    }
}

@media (min-width: 1200px) {
    .cta-home-3 {
        padding-top: 200px
    }
}

.cta-home-3__image-block {
    position: relative;
    padding-left: 8.9%;
    padding-right: 8.9%;
    z-index: 1;
    width: 100%;
    max-width: 200px
}

@media (min-width: 768px) {
    .cta-home-3__image-block {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .cta-home-3__image-block {
        padding-right: 11.4%;
        max-width: 551.73px;
        margin-top: -15px
    }
}

@media (min-width: 1200px) {
    .cta-home-3__image-block {
        margin-top: -115px
    }
}

.cta-home-3__image-block img {
    width: 100%
}

.cta-home-3__image-shape {
    position: absolute;
    bottom: 0;
    left: -4%;
    z-index: -1;
    width: 115.6%
}

@media (min-width: 480px) {
    .cta-home-3__image-shape {
        width: 100.6%;
        left: 3%
    }
}

.cta-home-3__inner {
    background-color: #ffc900;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    row-gap: 30px;
    border-radius: 15px
}

@media (min-width: 576px) {
    .cta-home-3__inner {
        border-radius: 30px
    }
}

@media (min-width: 992px) {
    .cta-home-3__inner {
        flex-direction: row;
        text-align: initial;
        border-radius: 50px;
        padding-left: 0;
        column-gap: 30px;
        justify-content: space-between;
        align-items: flex-end
    }
}

@media (min-width: 1200px) {
    .cta-home-3__inner {
        column-gap: 43px;
        padding-right: 110px
    }
}

.cta-home-3__content-block {
    max-width: 561px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .cta-home-3__content-block {
        margin-left: 30px;
        padding-top: 65px;
        padding-bottom: 65px;
        row-gap: 48px
    }
}

@media (min-width: 1400px) {
    .cta-home-3__content-block {
        padding-top: 100px;
        padding-bottom: 92px
    }
}

.cta-home-3 .cta-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px
}

@media (min-width: 992px) {
    .cta-home-3 .cta-button-group {
        justify-content: initial
    }
}

.cta-home-3 .cta-button-group img {
    width: 100%;
    height: 100%
}

.home-4_hero-section {
    padding-top: 100px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (min-width: 576px) {
    .home-4_hero-section {
        padding-top: 120px;
        padding-bottom: 110px
    }
}

@media (min-width: 768px) {
    .home-4_hero-section {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .home-4_hero-section {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media (min-width: 1200px) {
    .home-4_hero-section {
        padding-top: 160px;
        padding-bottom: 155px
    }
}

@media (min-width: 1400px) {
    .home-4_hero-section {
        padding-top: 170px;
        padding-bottom: 155px
    }
}

.home-4_hero-section .row--custom {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .home-4_hero-section .row--custom {
        --bs-gutter-x: 105px;
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

.home-4_hero-section .hero-shape-1 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: -1
}

.home-4_hero-section .hero-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.home-4_hero-image {
    position: relative;
    max-width: 450px
}

.home-4_hero-image img {
    width: 100%
}

.home-4_hero-image-shape {
    position: absolute;
    top: 1%;
    right: -4%;
    width: 33.4%
}

.home-4_hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .home-4_hero-content {
        max-width: 660px;
        text-align: initial;
        align-items: initial;
        row-gap: 34px
    }
}

.home-4_hero-content .hero-content__title {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.04;
    color: #0a102f
}

.home-4_hero-content p {
    color: rgba(10, 16, 47, .8)
}

@media (min-width: 1200px) {
    .home-4_hero-content p {
        max-width: 607px
    }
}

.home-4_feature-section__shape {
    position: absolute;
    left: 1%;
    top: -8%;
    width: 17%;
    z-index: -1;
    display: none
}

@media (min-width: 992px) {
    .home-4_feature-section__shape {
        display: block
    }
}

.home-4_feature-section__shape img {
    width: 100%
}

.home-4_content-section-1 {
    position: relative;
    z-index: 1
}

.home-4_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px;
    --bs-gutter-x: 30px
}

@media (min-width: 992px) {
    .home-4_content-section-1 .row--custom {
        align-items: center;
        justify-content: space-between
    }
}

.home-4_content-section-1 .content-shape {
    position: absolute;
    right: 5%;
    bottom: -11%;
    z-index: -1;
    width: 15%;
    display: none
}

@media (min-width: 768px) {
    .home-4_content-section-1 .content-shape {
        display: block
    }
}

.home-4_content-section-1 .content-shape img {
    width: 100%
}

@media (max-width: 991px) {
    .home-4_content-section-1 .content {
        align-items: center
    }
}

@media (min-width: 992px) {
    .home-4_content-section-1 .content {
        padding-left: 30px
    }
}

@media (min-width: 1200px) {
    .home-4_content-section-1 .content {
        padding-left: 0
    }
}

.home-4_content-section-1 .content-title {
    font-family: "DM Sans", sans-serif
}

@media (min-width: 992px) {
    .home-4_content-section-1 .content-text-block p {
        max-width: 550px
    }
}

.home-4_content-section-1 .content-title {
    font-weight: 700;
    letter-spacing: -1px
}

.home-4_content-image-1 img {
    width: 100%
}

@media (min-width: 1200px) {
    .home-4_content-image-1 {
        margin-right: 30px
    }
}

.home-4_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-4_content-section-2 .row--custom {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between
    }
}

.home-4_content-section-2 .content {
    align-items: center
}

@media (min-width: 992px) {
    .home-4_content-section-2 .content {
        align-items: initial
    }
}

@media (min-width: 992px) {
    .home-4_content-section-2 .content-text-block p {
        max-width: 585px
    }
}

.home-4_content-section-2 .content-title {
    font-weight: 700;
    letter-spacing: -1px
}

.home-4_content-image-2 img {
    width: 100%
}

@media (min-width: 1200px) {
    .home-4_content-image-2 {
        margin-left: 30px
    }
}

.home-4_faq-section .section-heading {
    text-align: center
}

@media (min-width: 992px) {
    .home-4_faq-section .section-heading {
        text-align: initial
    }
}

@media (min-width: 992px) {
    .home-4_faq-section .section-heading p {
        max-width: 545px
    }
}

.cta-home-4 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .cta-home-4 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .cta-home-4 {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

.cta-home-4__shape {
    position: absolute
}

.cta-home-4__shape img {
    width: 100%
}

.cta-home-4__shape.shape-1 {
    left: 0;
    top: -25%;
    max-width: 193px;
    width: 15%;
    min-width: 120px;
    display: none
}

@media (min-width: 992px) {
    .cta-home-4__shape.shape-1 {
        display: block
    }
}

.cta-home-4__shape.shape-2 {
    right: 0;
    bottom: -21%;
    max-width: 274px;
    width: 22%;
    min-width: 150px
}

.cta-home-4 .cta-content-block {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    color: #0a102f
}

@media (min-width: 992px) {
    .cta-home-4 .cta-content-block {
        row-gap: 50px
    }
}

.cta-home-4 .cta-content-block .heading-md {
    letter-spacing: -1px
}

.cta-home-4-title {
    color: #0a102f
}

.cta-home-4 .cta-button-group {
    display: flex;
    row-gap: 10px;
    flex-direction: column
}

@media (min-width: 768px) {
    .cta-home-4 .cta-button-group {
        flex-direction: row;
        column-gap: 20px
    }
}

.cta-home-4 .cta-button-group a {
    display: flex;
    align-items: stretch
}

.home-5_hero-section {
    padding-top: 110px;
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .home-5_hero-section {
        padding-top: 130px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .home-5_hero-section {
        padding-top: 130px;
        padding-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .home-5_hero-section {
        padding-top: 160px;
        padding-bottom: 120px
    }
}

@media (min-width: 1400px) {
    .home-5_hero-section {
        padding-top: 180px
    }
}

.home-5_hero-section .row--custom {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .home-5_hero-section .row--custom {
        flex-direction: row-reverse
    }
}

.home-5_hero-content__title {
    color: #1b1c1d;
    font-family: "General Sans", sans-serif
}

.home-5_hero-image-block {
    max-width: 588.92px
}

.home-5_hero-image img {
    width: 100%
}

@media (min-width: 992px) {
    .home-5_hero-image {
        margin-right: -14%
    }
}

.home-5_hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .home-5_hero-content {
        text-align: initial;
        align-items: initial;
        row-gap: 50px
    }
}

.home-5_hero-content p {
    max-width: 673px;
    color: rgba(18, 18, 18, .8)
}

.home-5_feature-section-wrapper {
    border-top: 1px solid rgba(27, 28, 29, .1);
    padding-top: 60px
}

@media (min-width: 576px) {
    .home-5_feature-section-wrapper {
        padding-top: 80px
    }
}

@media (min-width: 992px) {
    .home-5_feature-section-wrapper {
        padding-top: 100px
    }
}

@media (min-width: 1200px) {
    .home-5_feature-section-wrapper {
        padding-top: 120px
    }
}

.home-5_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-5_content-section-1 .row--custom {
        --bs-gutter-x: 35px;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    .home-5_content-section-1 .content {
        align-items: center;
        text-align: center
    }
}

.home-5_content-section-1 .content-text-block p {
    color: rgba(27, 28, 29, .8)
}

@media (min-width: 992px) {
    .home-5_content-section-1 .content-text-block p {
        max-width: 592px
    }
}

.home-5_content-section-1 .content__stats-block {
    display: flex;
    justify-content: center;
    column-gap: 32px
}

@media (min-width: 992px) {
    .home-5_content-section-1 .content__stats-block {
        justify-content: initial
    }
}

.home-5_content-image-1 {
    position: relative
}

.home-5_content-image-1 img {
    width: 100%
}

@media (min-width: 1200px) {
    .home-5_content-image-1 {
        margin-right: 60px
    }
}

@media (min-width: 1400px) {
    .home-5_content-image-1 {
        margin-right: 85px
    }
}

.home-5_content-image-1-shape {
    position: absolute;
    width: 49%;
    left: -25%;
    bottom: 11%
}

@media (min-width: 1200px) {
    .home-5_content-image-1-shape {
        width: 33%;
        left: -16%;
        bottom: 11%
    }
}

.home-5_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-5_content-section-2 .row--custom {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    .home-5_content-section-2 .content {
        align-items: center
    }
}

.home-5_content-section-2 .content-text-block p {
    color: rgba(27, 28, 29, .8)
}

@media (min-width: 992px) {
    .home-5_content-section-2 .content-text-block p {
        max-width: 555px
    }
}

.home-5_content-section-2 .content-title {
    font-weight: 600;
    font-family: "General Sans", sans-serif;
    line-height: 1.26;
    color: #1b1c1d
}

.home-5_content-image-2 img {
    width: 100%
}

@media (min-width: 1200px) {
    .home-5_content-image-2 {
        margin-left: 70px
    }
}

.home-5_pricing-section .pricing-section-heading {
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 992px) {
    .home-5_pricing-section .pricing-section-heading {
        margin-bottom: 60px
    }
}

.home-5_pricing-section .pricing-section-heading .section-title {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .home-5_pricing-section .pricing-section-heading .section-title {
        margin-bottom: 50px
    }
}

.home-5_pricing-section .row--custom {
    --bs-gutter-y: 30px
}

.home-5_team-section {
    background: #fdfbf9
}

.home-5_team-section .team-card-row {
    overflow: hidden;
    --bs-gutter-y: 24px;
    --bs-gutter-x: 0
}

@media (min-width: 768px) {
    .home-5_team-section .team-card-row {
        --bs-gutter-y: 0;
        border-radius: 5px
    }
}

.home-5_team-section .btn-primary-l05 {
    --btn-fill-bg: #1B1C1D;
    --btn-fill-color: #fff
}

.cta-home-5 {
    background: #1b1c1d
}

.cta-home-5 .cta-home-5-wrapper {
    background-color: #f96;
    border-radius: 5px;
    padding: 30px
}

@media (min-width: 992px) {
    .cta-home-5 .cta-home-5-wrapper {
        padding: 50px
    }
}

.cta-home-5 .row--custom {
    justify-content: center;
    row-gap: 30px
}

@media (min-width: 768px) {
    .cta-home-5 .row--custom {
        align-items: center
    }
}

@media (min-width: 1200px) {
    .cta-home-5 .row--custom {
        justify-content: space-between
    }
}

.cta-home-5 .cta-text-block {
    color: #1b1c1d;
    text-align: center
}

@media (min-width: 992px) {
    .cta-home-5 .cta-text-block {
        text-align: initial
    }
}

.cta-home-5 .cta-text-block .heading-md {
    margin-bottom: 0
}

.cta-home-5 .cta-home-5-button {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1200px) {
    .cta-home-5 .cta-home-5-button {
        justify-content: end
    }
}

.home-6_hero-section {
    padding-top: 100px;
    position: relative;
    overflow: hidden
}

@media (min-width: 576px) {
    .home-6_hero-section {
        padding-top: 120px
    }
}

@media (min-width: 992px) {
    .home-6_hero-section {
        padding-top: 150px
    }
}

@media (min-width: 1200px) {
    .home-6_hero-section {
        padding-top: 180px
    }
}

.home-6_hero-section .row--custom {
    justify-content: center;
    --bs-gutter-y: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .home-6_hero-section .row--custom {
        --bs-gutter-y: 60px
    }
}

@media (min-width: 992px) {
    .home-6_hero-section .row--custom {
        --bs-gutter-y: 80px
    }
}

.home-6_hero-section .hero-shape-1 {
    position: absolute;
    top: 14%;
    right: 10%;
    z-index: -1;
    width: 3.5%
}

@media (min-width: 992px) {
    .home-6_hero-section .hero-shape-1 {
        top: 22%
    }
}

.home-6_hero-section .hero-shape-2 {
    position: absolute;
    top: 43%;
    left: 10%;
    z-index: -1;
    width: 4.25%
}

.home-6_hero-section .hero-shape-3 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    z-index: -1;
    width: 3.25%
}

.home-6_hero-shape {
    display: none
}

@media (min-width: 768px) {
    .home-6_hero-shape {
        display: block
    }
}

.home-6_hero-content__button-text {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 28px
}

@media (min-width: 992px) {
    .home-6_hero-content__button-text {
        margin-top: 37px
    }
}

.home-6_hero-content-block {
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 768px) {
    .home-6_hero-content-block {
        row-gap: 40px
    }
}

@media (min-width: 992px) {
    .home-6_hero-content-block {
        row-gap: 54px
    }
}

.home-6_hero-content-block p {
    color: rgba(10, 16, 47, .8)
}

@media (min-width: 992px) {
    .home-6_hero-content-block p {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width: 1200px) {
    .home-6_hero-content-block p {
        padding-left: 110px;
        padding-right: 110px
    }
}

.home-6_hero-content-block .hero-content__title-color-bg {
    background-color: #bef8fc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 992px) {
    .home-6_hero-content-block .hero-content__title {
        margin-bottom: 26px
    }
}

.home-6_hero-content-block .hero-content__title > span {
    position: relative
}

.home-6_hero-content-block .hero-content__title > span::after {
    position: absolute;
    content: "";
    top: -18%;
    left: 0;
    width: 104%;
    background-image: url(http://blackjackstudio.app/image/home-6/shape.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 100% 23%;
    display: none
}

@media (min-width: 480px) {
    .home-6_hero-content-block .hero-content__title > span::after {
        display: block
    }
}

@media (min-width: 1400px) {
    .home-6_hero-content-block .hero-content__title > span::after {
        background-position: 97% 23%
    }
}

.home-6_hero-button-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column
}

.home-6_hero-button-block .btn {
    width: 100%
}

@media (min-width: 480px) {
    .home-6_hero-button-block {
        flex-direction: row
    }

    .home-6_hero-button-block .btn {
        width: initial
    }
}

.home-6_hero-image-block img {
    width: 100%
}

.home-6_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-6_content-section-1 .row--custom {
        --bs-gutter-x: 35px;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .home-6_content-section-1 .row--custom {
        align-items: center
    }
}

.home-6_content-section-1 .content {
    align-items: center;
    text-align: center
}

@media (min-width: 992px) {
    .home-6_content-section-1 .content {
        align-items: initial;
        text-align: initial;
        padding-left: 30px
    }
}

@media (min-width: 1200px) {
    .home-6_content-section-1 .content {
        padding-left: initial
    }
}

.home-6_content-section-1 .content-text-block .content-title {
    font-family: "General Sans", sans-serif;
    font-weight: 600
}

@media (min-width: 992px) {
    .home-6_content-section-1 .content-text-block p {
        max-width: 592px
    }
}

.home-6_content-section-1 .content__stats-block {
    display: flex;
    justify-content: center;
    column-gap: 32px
}

@media (min-width: 992px) {
    .home-6_content-section-1 .content__stats-block {
        justify-content: initial
    }
}

.home-6_content-image-1-block {
    position: relative
}

@media (min-width: 992px) {
    .home-6_content-image-1 {
        max-width: 561px
    }
}

.home-6_content-image-1 img {
    width: 100%
}

.home-6_content-image-1-card {
    position: absolute;
    width: 41%;
    left: -6%;
    bottom: -4%;
    box-shadow: 0 .890836px 2.67251px .890836px rgba(60, 64, 67, .15);
    filter: drop-shadow(3.20816px 3.20816px 16.0408px rgba(0, 0, 0, .05)) drop-shadow(0 .890836px 1.78167px rgba(60, 64, 67, .3))
}

.home-6_content-image-1-card img {
    width: 100%;
    border-radius: 5px
}

.home-6_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-6_content-section-2 .row--custom {
        --bs-gutter-x: 30px;
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .home-6_content-section-2 .row--custom {
        align-items: center
    }
}

@media (min-width: 1400px) {
    .home-6_content-section-2 .row--custom {
        --bs-gutter-x: 55px
    }
}

@media (max-width: 991px) {
    .home-6_content-section-2 .content {
        align-items: center;
        text-align: center
    }
}

.home-6_content-section-2 .content-text-block .content-title {
    font-family: "General Sans", sans-serif;
    font-weight: 600
}

@media (min-width: 992px) {
    .home-6_content-section-2 .content-text-block p {
        max-width: 592px
    }
}

.home-6_content-image-2-block {
    position: relative
}

@media (min-width: 992px) {
    .home-6_content-image-2-block {
        max-width: 561px
    }
}

.home-6_content-image-2 {
    margin-left: 12%
}

.home-6_content-image-2 img {
    width: 100%
}

.home-6_content-image-2-card {
    position: absolute;
    width: 29.5%;
    left: 3%;
    bottom: 27%;
    box-shadow: 3.08333px 3.08333px 15.4167px rgba(0, 0, 0, .05), 0 .856176px 2.56853px .856176px rgba(60, 64, 67, .15), 0 .856176px 1.71235px rgba(60, 64, 67, .3)
}

.home-6_content-image-2-card img {
    width: 100%;
    border-radius: 5px
}

.home-6_brands-wrapper-inner {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 576px) {
    .home-6_brands-wrapper-inner {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    .home-6_brands-wrapper-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1200px) {
    .home-6_brands-wrapper-inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.home-6_brand-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(10, 16, 47, .7);
    font-family: var(--font-family-base)
}

@media (min-width: 576px) {
    .home-6_brand-title {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .home-6_brand-title {
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .home-6_brand-title {
        margin-bottom: 40px
    }
}

@media (min-width: 1400px) {
    .home-6_brand-title {
        margin-bottom: 60px
    }
}

.home-6_brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center
}

@media (min-width: 1200px) {
    .home-6_brands-wrapper {
        justify-content: space-between
    }
}

.home-6_single-brand {
    display: flex;
    justify-content: center;
    width: 50%
}

@media (min-width: 480px) {
    .home-6_single-brand {
        width: 33.333%
    }
}

@media (min-width: 992px) {
    .home-6_single-brand {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .home-6_single-brand {
        width: auto
    }
}

@media (min-width: 992px) {
    .home-6_faq-section .section-heading {
        padding-right: 30px
    }
}

.cta-home-6 {
    background-color: var(--l6-primary)
}

@media (min-width: 576px) {
    .cta-home-6 {
        background-color: transparent
    }
}

.cta-home-6 .cta-home-6-wrapper {
    background-color: var(--l6-primary);
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative
}

@media (min-width: 576px) {
    .cta-home-6 .cta-home-6-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .cta-home-6 .cta-home-6-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.cta-home-6-shape img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 24%
}

.cta-home-6 .cta-content-block {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    color: #fff;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .cta-home-6 .cta-content-block {
        row-gap: 50px
    }
}

.cta-home-6 .cta-button-group {
    display: flex;
    gap: 10px
}

@media (min-width: 576px) {
    .cta-home-6 .cta-button-group {
        gap: 20px
    }
}

.cta-home-6 .cta-button-group a {
    display: flex;
    align-items: stretch
}

.cta-home-6 .cta-button-group a img {
    width: 100%
}

.home-7_hero-section {
    padding-top: 100px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #faf9f5
}

@media (min-width: 576px) {
    .home-7_hero-section {
        padding-top: 120px;
        padding-bottom: 80px
    }
}

@media (min-width: 768px) {
    .home-7_hero-section {
        padding-top: 120px
    }
}

@media (min-width: 992px) {
    .home-7_hero-section {
        padding-top: 150px;
        padding-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .home-7_hero-section {
        padding-top: 170px
    }
}

@media (min-width: 1400px) {
    .home-7_hero-section {
        padding-top: 190px
    }
}

.home-7_hero-section .row--custom {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .home-7_hero-section .row--custom {
        --bs-gutter-x: 105px;
        flex-direction: row-reverse
    }
}

.home-7_hero-section .hero-shape-1 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: -1
}

.home-7_hero-section .hero-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.home-7_hero-image {
    position: relative;
    max-width: 450px
}

.home-7_hero-image img {
    width: 100%
}

.home-7_hero-image-shape {
    position: absolute;
    top: 1%;
    right: -4%;
    width: 33.4%
}

.home-7_hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .home-7_hero-content {
        max-width: 660px;
        text-align: initial;
        align-items: initial;
        row-gap: 34px
    }
}

.home-7_hero-content .hero-content__title {
    margin-bottom: 24px;
    font-style: normal;
    line-height: .98;
    letter-spacing: -.01em;
    color: #191919;
    font-family: Cabin, sans-serif
}

.home-7_hero-content p {
    color: rgba(25, 25, 25, .8)
}

@media (min-width: 1200px) {
    .home-7_hero-content p {
        max-width: 560px
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.home-7_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-7_content-section-1 .row--custom {
        --bs-gutter-x: 30px;
        align-items: center;
        justify-content: space-between
    }
}

@media (min-width: 1400px) {
    .home-7_content-section-1 .row--custom {
        --bs-gutter-x: 55px
    }
}

@media (max-width: 991px) {
    .home-7_content-section-1 .content {
        align-items: center;
        text-align: center
    }
}

.home-7_content-section-1 .content-text-block .content-title {
    font-family: Cabin, sans-serif;
    font-weight: 700
}

.home-7_content-section-1 .content-text-block p {
    color: rgba(25, 25, 25, .8)
}

@media (min-width: 992px) {
    .home-7_content-section-1 .content-text-block p {
        max-width: 592px
    }
}

@media (min-width: 992px) {
    .home-7_content-image-1 {
        margin-right: 30px
    }
}

@media (min-width: 1200px) {
    .home-7_content-image-1 {
        margin-right: 45px
    }
}

@media (min-width: 1400px) {
    .home-7_content-image-1 {
        margin-right: 70px
    }
}

.home-7_content-image-1 img {
    width: 100%
}

.home-7_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-7_content-section-2 .row--custom {
        flex-direction: row-reverse;
        --bs-gutter-x: 30px;
        align-items: center;
        justify-content: space-between
    }
}

.home-7_content-section-2 .content {
    max-width: 580px
}

@media (max-width: 991px) {
    .home-7_content-section-2 .content {
        align-items: center;
        text-align: center
    }
}

.home-7_content-section-2 .content-text-block p {
    color: rgba(25, 25, 25, .8)
}

@media (min-width: 992px) {
    .home-7_content-section-2 .content-text-block p {
        max-width: 530px
    }
}

.home-7_content-section-2 .content-list img {
    display: none
}

@media (min-width: 480px) {
    .home-7_content-section-2 .content-list img {
        display: block
    }
}

.home-7_content-image-2 img {
    width: 100%
}

.home-7_brands-wrapper-inner {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .home-7_brands-wrapper-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .home-7_brands-wrapper-inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.home-7_brand-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(10, 16, 47, .7);
    font-family: var(--font-family-base)
}

@media (min-width: 576px) {
    .home-7_brand-title {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .home-7_brand-title {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .home-7_brand-title {
        margin-bottom: 60px
    }
}

@media (min-width: 1400px) {
    .home-7_brand-title {
        margin-bottom: 80px
    }
}

.home-7_brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center
}

@media (min-width: 992px) {
    .home-7_brands-wrapper {
        justify-content: space-between
    }
}

.home-7_single-brand {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%
}

@media (min-width: 480px) {
    .home-7_single-brand {
        width: 33.333%
    }
}

@media (min-width: 992px) {
    .home-7_single-brand {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .home-7_single-brand {
        width: auto
    }
}

.home-7_single-brand img {
    width: 100%;
    max-width: 300px;
    filter: grayscale(100%)
}

@media (min-width: 1200px) {
    .home-7_single-brand img {
        width: auto;
        max-width: 100%
    }
}

.cta-home-7 {
    background-color: #a259ff;
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .cta-home-7 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.cta-home-7 .cta-home-7-wrapper {
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative
}

@media (min-width: 576px) {
    .cta-home-7 .cta-home-7-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.cta-home-7 .cta-content-block {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    color: #fff;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .cta-home-7 .cta-content-block {
        max-width: 540px
    }
}

@media (min-width: 1200px) {
    .cta-home-7 .cta-content-block {
        max-width: 580px
    }
}

@media (min-width: 992px) {
    .cta-home-7 .cta-content-block {
        row-gap: 50px
    }
}

.cta-home-7 .cta-button-group {
    display: flex;
    gap: 10px
}

@media (min-width: 576px) {
    .cta-home-7 .cta-button-group {
        gap: 20px
    }
}

.cta-home-7 .cta-button-group a {
    display: flex;
    align-items: stretch
}

.cta-home-7 .cta-button-group a img {
    width: 100%
}

.home-7_pricing-section {
    background: #191919
}

@media (min-width: 768px) {
    .home-7_pricing-section {
        border-radius: 30px
    }
}

.home-7_pricing-section .row--custom {
    --bs-gutter-y: 30px
}

.home-7_pricing-section .section-heading {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .home-7_pricing-section .section-heading {
        margin-bottom: 60px
    }
}

.home-7_pricing-section .section-heading__title {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .home-7_pricing-section .section-heading__title {
        margin-bottom: 50px
    }
}

.home-8_hero-section {
    padding-top: 180px;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    z-index: 1
}

@media (min-width: 576px) {
    .home-8_hero-section {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .home-8_hero-section {
        padding-bottom: initial
    }
}

.home-8_hero-section .row--custom {
    justify-content: center;
    --bs-gutter-y: 40px;
    text-align: center
}

@media (min-width: 568px) {
    .home-8_hero-section .row--custom {
        --bs-gutter-y: 60px
    }
}

.home-8_hero-content-block {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 992px) {
    .home-8_hero-content-block {
        row-gap: 50px
    }
}

.home-8_hero-text-block {
    position: relative
}

.home-8_hero-text-block p {
    color: rgba(var(--black-2), .8)
}

@media (min-width: 992px) {
    .home-8_hero-text-block p {
        max-width: 678px;
        margin: 0 auto
    }
}

.home-8_hero-content-shape {
    position: absolute;
    width: 29.8%;
    left: -27%;
    top: -12%;
    display: none
}

.home-8_hero-content-shape img {
    width: 100%
}

@media (min-width: 768px) {
    .home-8_hero-content-shape {
        display: block
    }
}

.home-8_hero-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    gap: 20px
}

@media (max-width: 479px) {
    .home-8_hero-button-group .btn {
        width: 100%;
        --bs-btn-padding-y: 10px
    }
}

.home-8_hero-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px
}

@media (min-width: 992px) {
    .home-8_hero-image-wrapper {
        position: relative;
        top: 16%;
        column-gap: 40px
    }
}

@media (min-width: 1400px) {
    .home-8_hero-image-wrapper {
        column-gap: 52px
    }
}

.home-8_hero-image-wrapper .single-image {
    width: 80%
}

.home-8_hero-image-wrapper .single-image img {
    width: 100%
}

@media (min-width: 480px) {
    .home-8_hero-image-wrapper .single-image {
        width: 46%
    }
}

@media (min-width: 576px) {
    .home-8_hero-image-wrapper .single-image {
        width: 40%
    }
}

@media (min-width: 768px) {
    .home-8_hero-image-wrapper .single-image {
        width: 35%
    }
}

@media (min-width: 992px) {
    .home-8_hero-image-wrapper .single-image {
        width: 21%
    }

    .home-8_hero-image-wrapper .single-image:nth-child(2) {
        margin-top: 4%
    }

    .home-8_hero-image-wrapper .single-image:nth-child(3) {
        margin-top: 4%
    }

    .home-8_hero-image-wrapper .single-image:nth-child(odd) {
        transform: rotate(5deg)
    }

    .home-8_hero-image-wrapper .single-image:nth-child(even) {
        transform: rotate(-5deg)
    }
}

@media (min-width: 1200px) {
    .home-8_hero-image-wrapper .single-image {
        width: 22%
    }
}

@media (min-width: 1400px) {
    .home-8_hero-image-wrapper .single-image {
        width: initial
    }
}

.home-8_stats-section {
    position: relative;
    bottom: 1px;
    background: #121212
}

.home-8_stats-section .row--custom {
    justify-content: center;
    --gutter-y: 40px
}

@media (min-width: 992px) {
    .home-8_stats-section .row--custom {
        align-items: center
    }
}

.home-8_stats-section .stats-wrapper .stats-single-row {
    --bs-gutter-y: 30px;
    justify-content: center
}

.home-8_stats-section .stats-wrapper .stats-single {
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .home-8_stats-section .stats-wrapper .stats-single {
        padding-right: 22px;
        padding-left: 22px
    }
}

@media (min-width: 1200px) and (min-width: 1400px) {
    .home-8_stats-section .stats-wrapper .stats-single {
        padding-right: 40px;
        padding-left: 40px
    }
}

.home-8_stats-section .stats-wrapper .stats-single::after {
    content: "";
    width: 2px;
    height: 39%;
    background-color: #a259ff;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    display: none
}

@media (min-width: 576px) {
    .home-8_stats-section .stats-wrapper .stats-single::after {
        display: block
    }
}

.home-8_stats-section .stats-wrapper .stats-single:first-child {
    left: 0
}

.home-8_stats-section .stats-wrapper .stats-single:last-child {
    padding-right: 0
}

.home-8_stats-section .stats-wrapper .stats-single:last-child::after {
    display: none
}

.home-8_stats-section .stats-wrapper .stats-single__count {
    color: #fdfbf9;
    font-size: 32px;
    line-height: 1.14;
    font-weight: 700;
    margin-bottom: 8px
}

@media (min-width: 576px) {
    .home-8_stats-section .stats-wrapper .stats-single__count {
        font-size: 42px
    }
}

@media (min-width: 992px) {
    .home-8_stats-section .stats-wrapper .stats-single__count {
        font-size: 52px
    }
}

@media (min-width: 1200px) {
    .home-8_stats-section .stats-wrapper .stats-single__count {
        font-size: 56px
    }
}

.home-8_stats-section .stats-wrapper .stats-single p {
    color: rgba(253, 251, 249, .6);
    font-size: 14px
}

@media (min-width: 576px) {
    .home-8_stats-section .stats-wrapper .stats-single p {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .home-8_stats-section .stats-wrapper .stats-single p {
        font-size: 18px
    }
}

.home-8_stats-title {
    color: #fdfbf9;
    text-align: center
}

@media (min-width: 992px) {
    .home-8_stats-title {
        text-align: initial
    }
}

.home-8_content-section-1 {
    position: relative
}

.home-8_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-8_content-section-1 .row--custom {
        --bs-gutter-x: 30px;
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width: 991px) {
    .home-8_content-section-1 .content {
        align-items: center;
        text-align: center
    }
}

@media (min-width: 992px) {
    .home-8_content-section-1 .content-text-block p {
        max-width: 500px
    }
}

.home-8_content-image-1-block {
    position: relative
}

@media (min-width: 992px) {
    .home-8_content-image-1-block {
        max-width: 561px
    }
}

.home-8_content-image-1 img {
    width: 100%
}

.home-8_content-image-1-card {
    position: absolute;
    width: 58%;
    right: -25%;
    bottom: 6%;
    box-shadow: 0 4px 80px rgba(0, 0, 0, .06)
}

.home-8_content-image-1-card img {
    width: 100%;
    border-radius: 5px
}

.home-8_content-section-2 {
    position: relative
}

.home-8_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-8_content-section-2 .row--custom {
        --bs-gutter-x: 25px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width: 991px) {
    .home-8_content-section-2 .content {
        align-items: center;
        text-align: center
    }
}

@media (min-width: 992px) {
    .home-8_content-section-2 .content-text-block p {
        max-width: 500px
    }
}

.home-8_content-section-2 .content .content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row
}

@media (min-width: 992px) {
    .home-8_content-section-2 .content .content-list {
        justify-content: initial
    }
}

.home-8_content-section-2 .content .content-list img {
    display: none
}

@media (min-width: 576px) {
    .home-8_content-section-2 .content .content-list img {
        display: block
    }
}

.home-8_content-image-2-block {
    position: relative
}

@media (min-width: 992px) {
    .home-8_content-image-2-block {
        max-width: 561px
    }
}

.home-8_content-image-2 img {
    width: 100%
}

.home-8_content-image-2-card {
    position: absolute;
    width: 54%;
    left: -25%;
    bottom: 5%;
    box-shadow: 0 4px 80px rgba(0, 0, 0, .06)
}

.home-8_content-image-2-card img {
    width: 100%;
    border-radius: 5px
}

.home-8_team-section .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-8_team-section .row--custom {
        --bs-gutter-x: 30px;
        justify-content: space-between;
        align-items: center
    }
}

.home-8_team-section .content .content-list {
    margin-top: 20px;
    text-align: initial
}

@media (min-width: 768px) {
    .home-8_team-section .content .content-list {
        align-items: center
    }
}

@media (min-width: 992px) {
    .home-8_team-section .content .content-list {
        align-items: initial;
        margin-top: 30px
    }
}

.home-8_content-section-3 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-8_content-section-3 .row--custom {
        --bs-gutter-x: 40px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse
    }
}

@media (max-width: 991px) {
    .home-8_content-section-3 .content {
        align-items: center;
        text-align: center
    }
}

.home-8_content-image-3 img {
    width: 100%
}

.home-8_video-section {
    position: relative;
    background: #fdfbf9;
    z-index: 1
}

.home-8_video-section .section-heading__title {
    font-size: 32px;
    line-height: 1.14;
    font-weight: 700;
    font-family: "Public Sans", sans-serif
}

@media (min-width: 576px) {
    .home-8_video-section .section-heading__title {
        font-size: 42px
    }
}

@media (min-width: 992px) {
    .home-8_video-section .section-heading__title {
        font-size: 52px
    }
}

@media (min-width: 1200px) {
    .home-8_video-section .section-heading__title {
        font-size: 56px
    }
}

.home-8_video-shape {
    position: absolute;
    left: 11%;
    top: -13%;
    width: 11%;
    z-index: -1;
    display: none
}

@media (min-width: 768px) {
    .home-8_video-shape {
        display: block
    }
}

.home-8_video-shape img {
    width: 100%
}

.home-8_hero-video-block {
    position: relative
}

.home-8_hero-video-block img {
    width: 100%
}

.home-8_pricing-section {
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media (min-width: 992px) {
    .home-8_pricing-section .section-heading p {
        max-width: 600px;
        margin: 0 auto
    }
}

.home-8_pricing-shape {
    position: absolute;
    right: 12%;
    top: 6%;
    width: 11%;
    display: none
}

.home-8_pricing-shape img {
    width: 100%
}

@media (min-width: 768px) {
    .home-8_pricing-shape {
        display: block
    }
}

.cta-home-8 {
    background-color: #a259ff;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .cta-home-8 {
        background-color: transparent;
        padding-bottom: 0
    }
}

.cta-home-8 .cta-home-8-wrapper {
    background-color: #a259ff;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
    z-index: 10
}

@media (min-width: 768px) {
    .cta-home-8 .cta-home-8-wrapper {
        margin-bottom: -191px;
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .cta-home-8 .cta-home-8-wrapper {
        padding-top: 100px;
        padding-top: 100px
    }
}

.cta-home-8-shape {
    position: absolute;
    left: 5%;
    top: 18%;
    z-index: 1;
    width: 16%;
    display: none
}

@media (min-width: 992px) {
    .cta-home-8-shape {
        display: block
    }
}

.cta-home-8-shape img {
    width: 100%
}

.cta-home-8 .cta-content-block {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    position: relative;
    z-index: 2;
    color: #fff
}

@media (min-width: 992px) {
    .cta-home-8 .cta-content-block {
        row-gap: 50px
    }
}

.cta-home-8 .cta-content-block p {
    color: rgba(253, 251, 249, .8)
}

.cta-home-8 .cta-button-group {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media (min-width: 576px) {
    .cta-home-8 .cta-button-group {
        gap: 20px;
        flex-direction: row
    }
}

.home-9_hero-section {
    padding-top: 80px;
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .home-9_hero-section {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .home-9_hero-section {
        padding-top: 140px;
        padding-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .home-9_hero-section {
        padding-top: 165px;
        padding-bottom: 120px
    }
}

@media (min-width: 1200px) {
    .home-9_hero-section {
        padding-top: 185px
    }
}

.home-9_hero-section .row--custom {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
    justify-content: center;
    align-items: center
}

.home-9_hero-content-block {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 992px) {
    .home-9_hero-content-block {
        row-gap: 30px
    }
}

.home-9_hero-text {
    text-align: center
}

@media (min-width: 992px) {
    .home-9_hero-text {
        text-align: initial
    }
}

.home-9_hero-text p {
    color: rgba(34, 31, 26, .8)
}

@media (min-width: 992px) {
    .home-9_hero-text p {
        max-width: 685px
    }
}

.home-9_hero-title {
    font-family: Robooto, sans-serif;
    letter-spacing: -2px;
    color: #221f1a;
    margin-bottom: 24px
}

.home-9_hero-button-group {
    display: flex
}

@media (max-width: 991px) {
    .home-9_hero-button-group {
        justify-content: center
    }
}

.home-9_hero-image-block {
    position: relative
}

@media (min-width: 992px) {
    .home-9_hero-image {
        margin: 0 -450px 0 5px
    }
}

@media (max-width: 891px) {
    .home-9_hero-image {
        width: 100%
    }
}

.home-9_hero-image img {
    height: auto;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.home-9_hero-image-shape-1 {
    position: absolute;
    top: -10%;
    left: -12%;
    width: 20%;
    z-index: -1
}

.home-9_hero-image-shape-2 {
    position: absolute;
    right: -59%;
    bottom: -20%;
    z-index: -1;
    width: 66%
}

.home-9_hero-image-shape-2 img {
    width: 100%
}

.home-9_feature-section {
    position: relative;
    background: #ebdece
}

.home-9_feature-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 18%
}

.home-9_feature-shape img {
    width: 100%
}

.home-9_stats-section {
    background: #aec3b0;
    position: relative;
    z-index: 1
}

.home-9_stats-section .row--custom {
    justify-content: center;
    --bs-gutter-y: 40px
}

@media (min-width: 992px) {
    .home-9_stats-section .row--custom {
        align-items: center;
        justify-content: space-between
    }
}

.home-9_stats-text-block {
    text-align: center
}

@media (min-width: 992px) {
    .home-9_stats-text-block {
        text-align: initial
    }
}

.home-9_stats-text-block p {
    color: rgba(34, 31, 26, .8)
}

@media (min-width: 992px) {
    .home-9_stats-text-block p {
        max-width: 490px
    }
}

.home-9_stats-title {
    color: #221f1a;
    text-align: center
}

@media (min-width: 992px) {
    .home-9_stats-title {
        text-align: initial
    }
}

.home-9_stats-wrapper {
    display: flex
}

.home-9_stats-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: 12px;
    position: relative
}

.home-9_stats-single::before {
    content: "";
    width: 2px;
    height: 80%;
    background-color: rgba(34, 31, 26, .1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.home-9_stats-single:first-child {
    padding-right: 30px
}

@media (min-width: 1200px) {
    .home-9_stats-single:first-child {
        padding-right: 50px
    }
}

.home-9_stats-single:last-child {
    padding-left: 30px
}

@media (min-width: 1200px) {
    .home-9_stats-single:last-child {
        padding-left: 50px
    }
}

.home-9_stats-single:last-child::before {
    display: none
}

.home-9_stats-single span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #221f1a
}

@media (min-width: 576px) {
    .home-9_stats-single span {
        font-size: 20px
    }
}

.home-9_stats-single__count {
    font-family: Inter, sans-serif;
    color: #221f1a;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 700;
    color: #221f1a;
    margin-bottom: 8px
}

@media (min-width: 576px) {
    .home-9_stats-single__count {
        font-size: 38px
    }
}

@media (min-width: 992px) {
    .home-9_stats-single__count {
        font-size: 42px
    }
}

@media (min-width: 1200px) {
    .home-9_stats-single__count {
        font-size: 45px
    }
}

.home-9_content-section-1 {
    background: #ddd
}

.home-9_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-9_content-section-1 .row--custom {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }
}

.home-9_content-section-1 .content p {
    color: rgba(34, 31, 26, .8)
}

@media (min-width: 992px) {
    .home-9_content-section-1 .content p {
        max-width: 600px
    }
}

.home-9_content-section-1 .content-link {
    display: flex;
    column-gap: 8px;
    align-items: center;
    color: #124559;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

.home-9_content-section-1 .content-link i {
    color: #ebdece;
    background-color: #124559;
    width: 20px;
    max-width: 20px;
    min-height: 20px;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 992px) {
    .home-9_content-section-1 .content-title {
        max-width: 660px
    }
}

.home-9_content-image-1-block {
    position: relative;
    max-width: 285px;
    z-index: 1;
    display: inline-block
}

.home-9_content-image-1 img {
    width: 100%
}

.home-9_content-image-1-shape {
    width: 178%
}

.home-9_content-image-1-shape img {
    width: 100%
}

.home-9_content-image-1-shape-2 {
    position: absolute;
    top: -9%;
    right: -18%;
    width: 23%
}

.tab-section {
    position: relative;
    z-index: 1
}

.tab-section .section-heading {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .tab-section .section-heading {
        margin-bottom: 50px
    }
}

.tab-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #124559;
    z-index: -1
}

@media (min-width: 576px) {
    .tab-section::before {
        left: 30px;
        right: 30px;
        border-radius: 50px
    }
}

@media (min-width: 992px) {
    .tab-section::before {
        left: 50px;
        right: 50px;
        border-radius: 50px
    }
}

.tab-section .tab-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%
}

@media (min-width: 576px) {
    .tab-section .tab-shape-1 {
        right: 30px
    }
}

@media (min-width: 992px) {
    .tab-section .tab-shape-1 {
        right: 50px;
        border-radius: 50px
    }
}

.tab-section .tab-shape-1 img {
    width: 100%
}

.tab-section .tab-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22%
}

@media (min-width: 576px) {
    .tab-section .tab-shape-2 {
        left: 30px
    }
}

@media (min-width: 992px) {
    .tab-section .tab-shape-2 {
        left: 50px;
        border-radius: 50px
    }
}

.tab-section .tab-shape-2 img {
    width: 100%
}

.tab-section .section-image {
    position: relative;
    z-index: 1
}

.tab-section .section-image img {
    width: 100%
}

.howto-section {
    position: relative;
    z-index: 1
}

.howto-section .section-heading {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .howto-section .section-heading {
        margin-bottom: 50px
    }
}

.howto-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #124559;
    z-index: -1
}

@media (min-width: 576px) {
    .howto-section::before {
        top: 5%;
        bottom: 5%;
        left: 30px;
        right: 30px;
        border-radius: 50px
    }
}

@media (min-width: 992px) {
    .howto-section::before {
        top: 10%;
        bottom: 10%;
        left: 50px;
        right: 50px;
        border-radius: 50px
    }
}

.howto-section .tab-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%
}

@media (min-width: 576px) {
    .howto-section .tab-shape-1 {
        right: 30px
    }
}

@media (min-width: 992px) {
    .howto-section .tab-shape-1 {
        right: 50px;
        border-radius: 50px
    }
}

.howto-section .tab-shape-1 img {
    width: 100%
}

.howto-section .tab-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22%
}

@media (min-width: 576px) {
    .howto-section .tab-shape-2 {
        left: 30px
    }
}

@media (min-width: 992px) {
    .howto-section .tab-shape-2 {
        left: 50px;
        border-radius: 50px
    }
}

.howto-section .tab-shape-2 img {
    width: 100%
}

.howto-section .section-image {
    position: relative;
    z-index: 1
}

.howto-section .section-image img {
    width: 100%
}

.tab__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 905px;
    margin: 0 auto;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .tab__nav {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .tab__nav {
        margin-bottom: 60px;
        column-gap: 25px
    }
}

@media (min-width: 1400px) {
    .tab__nav {
        column-gap: 0;
        justify-content: space-between
    }
}

.tab__nav .nav-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 13px 24px;
    border-radius: 500px
}

.tab__nav .nav-link:hover {
    color: #124559;
    background: #aec3b0
}

.tab__nav .nav-link.active {
    content: "";
    color: #124559;
    background: #aec3b0
}

.tab__nav .nav-link.active svg {
    fill: #fff;
    stroke: #124559
}

.tab__nav .nav-link.active svg path {
    fill: #124559
}

.tab__nav .tab-icon {
    fill: #fff
}

.tab__nav .tab-icon:hover {
    fill: #124559;
    background: #aec3b0
}

.tab-content .tab-pane:not(.show) {
    transform: translateY(50px)
}

.tab-content .tab-pane.show {
    animation: fadeUp 1s
}

@keyframes fadeUp {
    from {
        transform: translateY(250px)
    }
    to {
        transform: translateY(0)
    }
}

.home-9_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-9_content-section-2 .row--custom {
        align-items: center;
        justify-content: space-between
    }
}

.home-9_content-section-2 .content {
    max-width: 670px
}

@media (min-width: 1400px) {
    .home-9_content-section-2 .content {
        margin-left: 70px
    }
}

.home-9_content-section-2 .content p {
    color: rgba(34, 31, 26, .8)
}

@media (min-width: 992px) {
    .home-9_content-section-2 .content p {
        max-width: 620px
    }
}

.home-9_content-section-2 .content-widget-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

@media (min-width: 992px) {
    .home-9_content-section-2 .content-widget-wrapper {
        row-gap: 30px
    }
}

.home-9_content-image-2-block {
    position: relative;
    max-width: 283.1px;
    z-index: 1;
    display: inline-block
}

.home-9_content-image-2 img {
    width: 100%
}

.home-9_content-image-2-shape {
    width: 179.5%
}

.home-9_content-image-2-shape img {
    width: 100%
}

.home-9_content-image-2-shape-2 {
    position: absolute;
    top: -12%;
    left: -23%;
    width: 23%;
    z-index: -1
}

@media (min-width: 768px) {
    .home-9_content-image-2-shape-2 {
        top: -9%;
        left: -18%
    }
}

.home-9_pricing-section {
    position: relative;
    z-index: 1
}

.home-9_pricing-section .pricing-section-heading {
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
    color: #221f1a
}

.home-9_pricing-section .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

.home-9_pricing-shape {
    position: absolute;
    left: 0;
    top: -9%;
    z-index: -1;
    width: 22%
}

.home-9_pricing-shape img {
    width: 100%
}

.home-9_faq-section {
    position: relative;
    background: #aec3b0;
    border-color: #124559
}

.home-9_faq-section .row--custom {
    justify-content: center
}

.home-9_faq-shape {
    position: absolute;
    top: -20%;
    right: 0;
    z-index: -1
}

.home-9_faq-shape img {
    width: 100%
}

.cta-home-9 {
    background: var(--l9-secondary);
    position: relative
}

.cta-home-9 .cta-home-9-wrapper {
    padding-bottom: 80px
}

@media (min-width: 576px) {
    .cta-home-9 .cta-home-9-wrapper {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .cta-home-9 .cta-home-9-wrapper {
        padding-bottom: 100px
    }
}

.cta-home-9-shape img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 16%
}

.cta-home-9 .row--custom {
    justify-content: center;
    row-gap: 30px
}

@media (min-width: 768px) {
    .cta-home-9 .row--custom {
        align-items: center
    }
}

@media (min-width: 1200px) {
    .cta-home-9 .row--custom {
        justify-content: space-between
    }
}

.cta-home-9 .cta-text-block {
    text-align: center
}

@media (min-width: 768px) {
    .cta-home-9 .cta-text-block {
        text-align: initial
    }
}

.cta-home-9 .cta-text-block p {
    color: rgba(34, 31, 26, .8);
    max-width: 576px
}

.cta-home-9 .cta-home-9-button {
    display: flex;
    justify-content: center;
    position: relative;
    column-gap: 20px
}

.cta-home-9 .cta-home-9-button a {
    display: flex;
    align-items: stretch
}

.cta-home-9 .cta-home-9-button a img {
    width: 100%
}

.cta-home-9 .cta-home-9-button__shape {
    display: none;
    position: absolute;
    right: -40%;
    bottom: 100%;
    width: 37.6%
}

@media (min-width: 768px) {
    .cta-home-9 .cta-home-9-button__shape {
        display: block
    }
}

.home-10_hero-section {
    background: #fff4d9;
    padding-top: 80px
}

@media (min-width: 576px) {
    .home-10_hero-section {
        padding-top: 100px
    }
}

@media (min-width: 992px) {
    .home-10_hero-section {
        padding-top: 120px
    }
}

@media (min-width: 1200px) {
    .home-10_hero-section {
        padding-top: 160px
    }
}

@media (min-width: 1400px) {
    .home-10_hero-section {
        padding-top: 185px
    }
}

.home-10_hero-section .row--custom {
    --bs-gutter-y: 30px;
    justify-content: center
}

@media (min-width: 992px) {
    .home-10_hero-section .row--custom {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between
    }
}

.home-10_hero-section-wrapper {
    border-bottom: 1px solid rgba(34, 31, 26, .1);
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .home-10_hero-section-wrapper {
        padding-bottom: 80px
    }
}

.home-10_hero-content-block {
    text-align: center
}

@media (min-width: 992px) {
    .home-10_hero-content-block {
        text-align: initial
    }
}

.home-10_hero-content-block p {
    color: rgba(34, 31, 26, .8)
}

@media (min-width: 992px) {
    .home-10_hero-content-block p {
        max-width: 630px
    }
}

.home-10_hero-content-block .hero-content__title {
    font-family: Robooto, sans-serif
}

.home-10_hero-text-block {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .home-10_hero-text-block {
        margin-bottom: 50px
    }
}

.home-10_hero-button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px
}

@media (min-width: 992px) {
    .home-10_hero-button-group {
        justify-content: initial
    }
}

@media (max-width: 479px) {
    .home-10_hero-button-group .btn {
        width: 100%
    }
}

.home-10_hero-image img {
    width: 100%
}

.home-10_content-section {
    background: #fff4d9;
    position: relative;
    z-index: 1
}

.home-10_content-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d2b92;
    z-index: -1
}

@media (min-width: 768px) {
    .home-10_content-section::before {
        border-radius: 30px
    }
}

.home-10_content-section .content p {
    font-size: 16px;
    line-height: 1.67;
    font-weight: 400;
    font-family: var(--font-family-base);
    color: rgba(255, 244, 217, .8)
}

@media (min-width: 576px) {
    .home-10_content-section .content p {
        font-size: 18px
    }
}

.home-10_content-section-1 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-10_content-section-1 .row--custom {
        --bs-gutter-x: 30px;
        justify-content: space-between;
        align-items: center
    }
}

.home-10_content-section-1 .content p {
    font-size: 16px;
    line-height: 1.67;
    font-weight: 400;
    color: rgba(255, 244, 217, .8)
}

@media (min-width: 576px) {
    .home-10_content-section-1 .content p {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .home-10_content-section-1 .content p {
        max-width: 570px
    }
}

.home-10_content-image-1 img {
    width: 100%
}

.home-10_content-section-2 .row--custom {
    justify-content: center;
    --bs-gutter-y: 30px
}

@media (min-width: 992px) {
    .home-10_content-section-2 .row--custom {
        --bs-gutter-x: 30px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }
}

.home-10_content-section-2 .content p {
    max-width: 570px
}

.home-10_content-section-2 .content .content-list {
    max-width: 575px
}

.home-10_content-section-2 .content .content-list li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(253, 251, 249, .1)
}

@media (min-width: 992px) {
    .home-10_content-section-2 .content .content-list li:not(:last-child) {
        padding-bottom: 25px
    }
}

.home-10_content-section-2 .content .content-list li:not(:first-child) {
    padding-top: 15px
}

@media (min-width: 992px) {
    .home-10_content-section-2 .content .content-list li:not(:first-child) {
        padding-top: 25px
    }
}

.home-10_content-section-2 .content .content-list-item a {
    width: 100%;
    display: flex;
    column-gap: 8px;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: .038461538em;
    font-family: "Public Sans", sans-serif;
    line-height: 1.23;
    font-size: 18px;
    font-family: "Clash Display", sans-serif;
    color: #fdfbf9
}

@media (min-width: 768px) {
    .home-10_content-section-2 .content .content-list-item a {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .home-10_content-section-2 .content .content-list-item a {
        font-size: 26px
    }
}

.home-10_content-section-2 .content .content-list-item a i {
    display: block;
    transform: rotate(335deg)
}

.home-10_content-section-2 .content .content-list-item a:hover {
    color: #ffd874
}

.home-10_content-image-2 {
    position: relative
}

.home-10_content-image-2 img {
    width: 100%
}

.home-10_content-image-2-card {
    position: absolute;
    bottom: 17.2%;
    left: -8%;
    width: 99.7%
}

.home-10_content-image-2-card img {
    box-shadow: 0 4.49307px 89.8615px rgba(0, 0, 0, .15);
    border-radius: 11.2327px
}

.home-10_section-heading {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .home-10_section-heading {
        margin-bottom: 80px
    }
}

.home-10_section-heading__title {
    font-size: 32px;
    font-weight: 500;
    line-height: .94;
    font-family: Robooto, sans-serif;
    letter-spacing: -1px;
    color: #221f1a
}

@media (min-width: 576px) {
    .home-10_section-heading__title {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .home-10_section-heading__title {
        font-size: 46px
    }
}

@media (min-width: 1200px) {
    .home-10_section-heading__title {
        font-size: 60px
    }
}

.home-10_faq-section {
    background: #fff4d9
}

.home-10_faq-section .row--custom {
    justify-content: center;
    --bs-gutter-y: 40px
}

@media (min-width: 992px) {
    .home-10_faq-section .row--custom {
        justify-content: space-between
    }
}

@media (min-width: 1400px) {
    .home-10_faq-section .content {
        row-gap: 45px
    }
}

.home-10_faq-section .content p {
    color: rgba(34, 31, 26, .8)
}

@media (min-width: 1200px) {
    .home-10_faq-section .accordion-style-5 {
        margin-left: 20px
    }
}

@media (min-width: 1400px) {
    .home-10_faq-section .accordion-style-5 {
        margin-left: 55px
    }
}

.home-9_stats-section {
    background: #aec3b0
}

.home-9_stats-section .row--custom {
    justify-content: center;
    --gutter-y: 40px
}

@media (min-width: 992px) {
    .home-9_stats-section .row--custom {
        align-items: center
    }
}

.home-9_stats-text-block p {
    color: rgba(34, 31, 26, .8)
}

.home-9_stats-title {
    color: #fdfbf9;
    text-align: center
}

@media (min-width: 992px) {
    .home-9_stats-title {
        text-align: initial
    }
}

.home-9 .stats-wrapper .row--custom {
    --gutter-y: 40px;
    justify-content: center
}

.stats-single {
    position: relative;
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width: 1200px) {
    .stats-single {
        padding-right: 40px;
        padding-left: 40px
    }
}

.stats-single::after {
    content: "";
    width: 2px;
    height: 39%;
    background-color: #a259ff;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%)
}

.stats-single:first-child {
    left: 0
}

.stats-single:last-child {
    padding-right: 0
}

.stats-single:last-child::after {
    display: none
}

.stats-single__count {
    color: #fdfbf9;
    font-size: 32px;
    line-height: 1.14;
    font-weight: 700;
    margin-bottom: 8px
}

@media (min-width: 576px) {
    .stats-single__count {
        font-size: 42px
    }
}

@media (min-width: 992px) {
    .stats-single__count {
        font-size: 52px
    }
}

@media (min-width: 1200px) {
    .stats-single__count {
        font-size: 56px
    }
}

.stats-single p {
    color: rgba(253, 251, 249, .6)
}

.cta-home-10 {
    padding-top: 80px;
    background: #fff4d9;
    position: relative;
    z-index: 1
}

.cta-home-10::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--l10-primary);
    z-index: -1
}

@media (min-width: 768px) {
    .cta-home-10::before {
        border-radius: 30px 30px 0 0
    }
}

.cta-home-10 .cta-home-10-wrapper {
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative
}

@media (min-width: 576px) {
    .cta-home-10 .cta-home-10-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.cta-home-10 .cta-content-block {
    padding-bottom: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media (min-width: 576px) {
    .cta-home-10 .cta-content-block {
        padding-bottom: 100px
    }
}

@media (min-width: 992px) {
    .cta-home-10 .cta-content-block {
        row-gap: 50px
    }
}

.cta-home-10 .cta-content-block .cta-text-block {
    margin-right: auto;
    margin-left: auto;
    max-width: 425px
}

@media (min-width: 576px) {
    .cta-home-10 .cta-content-block .cta-text-block {
        max-width: 540px
    }
}

@media (min-width: 992px) {
    .cta-home-10 .cta-content-block .cta-text-block {
        max-width: 620px
    }
}

@media (min-width: 1200px) {
    .cta-home-10 .cta-content-block .cta-text-block {
        max-width: 720px
    }
}

.cta-home-10 .cta-button-group {
    display: flex;
    gap: 10px
}

@media (min-width: 576px) {
    .cta-home-10 .cta-button-group {
        gap: 20px
    }
}

.cta-home-10 .cta-button-group a {
    display: flex;
    align-items: stretch
}

.cta-home-10 .cta-button-group a img {
    width: 100%
}

.footer-title {
    font-family: var(--font-family-base);
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0
}

@media (min-width: 576px) {
    .footer-title {
        font-size: 20px
    }
}

.copyright-border {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(var(--body-color-rgb), .1)
}

.copyright-inner {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 40px
}

@media (min-width: 576px) {
    .copyright-inner {
        margin-top: 60px
    }
}

@media (min-width: 992px) {
    .copyright-inner {
        margin-top: 80px
    }
}

.copyright-inner p {
    font-size: 16px;
    margin-bottom: 0
}

.footer-list {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    font-weight: 400
}

@media (min-width: 576px) {
    .footer-list {
        font-size: 18px
    }
}

.footer-list a {
    color: var(--body-color)
}

[class*=footer--dark] {
    color: rgba(255, 255, 255, .8)
}

[class*=footer--dark] p {
    color: inherit
}

[class*=footer--dark] .footer-title {
    color: #fff
}

[class*=footer--dark] a {
    color: rgba(255, 255, 255, .8)
}

[class*=footer--dark] .copyright-border {
    border-color: rgba(255, 255, 255, .1)
}

[class*=footer--light] {
    color: rgba(var(--body-color-rgb), .8)
}

[class*=footer--light] .footer-title {
    color: var(--body-color)
}

[class*=footer--light] a {
    color: rgba(var(--body-color-rgb), .8)
}

[class*=footer--light] a.footer-link {
    text-decoration: underline;
    margin-bottom: 24px
}

[class*=footer--light] a:hover {
    color: var(--bs-primary)
}

[class*=footer--light] .copyright-border {
    border-color: rgba(var(--body-color-rgb), .1)
}

.footer-padding-default {
    padding-top: 60px
}

@media (min-width: 576px) {
    .footer-padding-default {
        padding-top: 80px
    }
}

.footer--dark-v1 {
    background: #0a102f
}

.footer--dark-v1 .list-social {
    --color: #fff;
    --backgroundColor: rgba(255, 255, 255, 0.1);
    --hovBackground: #3147FF;
    --hovColor: #fff
}

.footer--dark-v1 .copyright-inner {
    border: 0
}

.footer--dark-v1 .copyright-block {
    background: rgba(255, 255, 255, .05)
}

.footer--dark-v2 {
    background: var(--black-2)
}

.footer--dark-v2 .list-social {
    --color: #fff;
    --backgroundColor: rgba(255, 255, 255, 0.1);
    --hovBackground: #3147FF;
    --hovColor: #fff
}

.footer--dark-v2 .copyright-inner {
    border: 0
}

.footer--dark-v2 .copyright-block {
    background: rgba(255, 255, 255, .05)
}

.footer-l01 a:hover {
    color: var(--bs-primary)
}

.footer-l02 {
    background-color: #f5f5f5
}

.footer-l02 .footer-title {
    color: #0a102f
}

.footer-l02 .footer-list a {
    color: rgba(10, 16, 47, .8)
}

.footer-l02 .list-social li a:hover {
    background-color: var(--black-2);
    color: #fff
}

.footer-l02 a:hover {
    color: var(--l2-primary)
}

.footer-l03 .copyright-border {
    border-color: transparent
}

.footer-l03 li {
    line-height: 1.67
}

.footer-l03 .copyright-block {
    background-color: #faf9f5
}

.footer-l03 .list-social li a:hover {
    background-color: var(--l3-primary);
    color: #0a102f
}

.footer-l03 a:hover {
    color: var(--l3-primary)
}

.footer-l04 {
    background-color: #f5efeb;
    line-height: 1.67
}

.footer-l04 .list-social li a:hover {
    background-color: var(--l4-primary);
    color: #fff
}

.footer-l04 a:hover {
    color: var(--l4-primary)
}

.footer-l05 {
    color: rgba(var(--cream-rgb), .8)
}

.footer-l05 .footer-title {
    color: #fdfbf9
}

.footer-l05 a {
    color: rgba(var(--cream-rgb), .8)
}

.footer-l05 a:hover {
    color: var(--l5-primary)
}

.footer-l08 {
    padding-top: 60px
}

@media (min-width: 992px) {
    .footer-l08 {
        padding-top: 100px
    }
}

.footer-l08 .list-social li a:hover {
    background-color: var(--l8-primary);
    color: var(--black-2)
}

.footer-l08 a:hover {
    color: var(--l8-primary)
}

.footer-l10 {
    background-color: var(--l10-primary)
}

.footer-l10 .list-social li a:hover {
    background-color: var(--l10-secondary);
    color: var(--l10-primary)
}

.footer-l10 a:hover {
    color: var(--l10-secondary)
}

.footer {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400
}

@media (min-width: 576px) {
    .footer {
        font-size: 18px
    }
}

.footer__content-block {
    max-width: 416px
}

.footer__content-block .footer-brand {
    margin-bottom: 33px
}

.footer__content-block img {
    max-width: 100px
}

.footer__content-text {
    margin-bottom: 24px
}

.footer a.footer-link {
    text-decoration: underline;
    margin-bottom: 24px
}

.footer .row--list-block {
    justify-content: space-between;
    --bs-gutter-y: 40px
}

.footer .row--footer-main {
    --bs-gutter-y: 40px
}

.footer-v2 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400
}

@media (min-width: 576px) {
    .footer-v2 {
        font-size: 18px
    }
}

.footer-v2__content-block {
    max-width: 320px
}

.footer-v2__content-block .footer-brand {
    margin-bottom: 33px
}

.footer-v2__content-text {
    margin-bottom: 24px
}

.footer-v2 a.footer-link {
    text-decoration: underline;
    margin-bottom: 24px
}

@media (min-width: 1400px) {
    .footer-v2__list-block {
        width: 893px
    }
}

.footer-v2 .row--list-block {
    justify-content: space-between;
    --bs-gutter-y: 40px
}

.footer-v2 .row--footer-main {
    --bs-gutter-y: 40px;
    justify-content: space-between
}

.footer-v3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600
}

@media (min-width: 576px) {
    .footer-v3 {
        font-size: 18px
    }
}

.footer-v3__content-block {
    max-width: 320px
}

.footer-v3__content-block .footer-brand {
    margin-bottom: 33px
}

.footer-v3__content-text {
    margin-bottom: 24px
}

.footer-v3 a.footer-link {
    text-decoration: underline;
    margin-bottom: 24px
}

@media (min-width: 1400px) {
    .footer-v3__list-block {
        width: 893px
    }
}

.footer-v3 .row--list-block {
    justify-content: space-between;
    --bs-gutter-y: 40px
}

.footer-v3 .row--footer-main {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px;
    justify-content: space-between
}

.footer-v3__copyright-section {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-top: 80px;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

@media (min-width: 992px) {
    .footer-v3__copyright-section {
        text-align: initial;
        justify-content: space-between;
        flex-direction: row
    }
}

.brand-section .brands-wrapper-inner {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .brand-section .brands-wrapper-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .brand-section .brands-wrapper-inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.brand-section .brand-heading {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .brand-section .brand-heading {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .brand-section .brand-heading {
        margin-bottom: 60px
    }
}

@media (min-width: 1400px) {
    .brand-section .brand-heading {
        margin-bottom: 80px
    }
}

.brand-section .brand-heading__title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(10, 16, 47, .7);
    font-family: var(--font-family-base)
}

@media (min-width: 576px) {
    .brand-section .brand-heading__title {
        font-size: 20px
    }
}

.brand-section .brand-heading-2 {
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .brand-section .brand-heading-2 {
        margin-bottom: 40px
    }
}

.brand-section .brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    justify-content: center
}

@media (min-width: 1200px) {
    .brand-section .brands-wrapper {
        justify-content: space-between
    }
}

.brand-section .single-brand {
    padding-left: 15px;
    padding-right: 15px;
    width: 51%
}

@media (min-width: 480px) {
    .brand-section .single-brand {
        width: 50%
    }
}

@media (min-width: 768px) {
    .brand-section .single-brand {
        width: 33.333%
    }
}

@media (min-width: 992px) {
    .brand-section .single-brand {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .brand-section .single-brand {
        width: auto
    }
}

.brand-section .single-brand img {
    max-width: 100%
}

.brand-section .single-brand-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 34%
}

@media (min-width: 768px) {
    .brand-section .single-brand-2 {
        width: 33.333%
    }
}

@media (min-width: 992px) {
    .brand-section .single-brand-2 {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .brand-section .single-brand-2 {
        width: auto
    }
}

.brand-section .single-brand-2 img {
    max-width: 100%
}

.contact_main-content {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 992px) {
    .contact_main-content {
        row-gap: 40px
    }
}

@media (min-width: 1200px) {
    .contact_main-content {
        row-gap: 60px
    }
}

@media (min-width: 1400px) {
    .contact_main-content {
        row-gap: 100px
    }
}

.contact-3_main-section .row--custom {
    --bs-gutter-y: 40px
}

@media (min-width: 992px) {
    .contact-3_main-section .row--custom {
        align-items: center
    }
}

.pricing_main_pricing-section .section-heading p {
    color: rgba(18, 18, 18, .8)
}

@media (min-width: 992px) {
    .pricing_main_pricing-section .section-heading p {
        margin: 0 auto;
        max-width: 600px
    }
}

.pricing-2_main_pricing-section .section-heading {
    max-width: 600px;
    margin: 0 auto
}

.error-section {
    padding-top: 200px;
    padding-bottom: 120px
}

.error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 672px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.error-content__image {
    margin-bottom: 30px
}

.error-content__button {
    margin-top: 21px
}

.bg-primary-l2 {
    background-color: var(--l2-primary)
}

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

.border-bottom-dark {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.section-button {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

@media (min-width: 576px) {
    .section-button {
        margin-top: 60px
    }
}

@media (min-width: 992px) {
    .section-button {
        margin-top: 80px
    }
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .section-padding {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-padding-bottom {
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-padding-bottom {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-bottom {
        padding-bottom: 134px
    }
}

.section-padding-top:not(.has-section-heading) {
    padding-top: 60px
}

@media (min-width: 768px) {
    .section-padding-top:not(.has-section-heading) {
        padding-top: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-top:not(.has-section-heading) {
        padding-top: 134px
    }
}

.section-padding-95 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .section-padding-95 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }
}

.section-padding-100 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-padding-100 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section-padding-120 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 676px) {
    .section-padding-120 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-120 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .section-padding-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-padding-top-120 {
    padding-top: 60px
}

@media (min-width: 676px) {
    .section-padding-top-120 {
        padding-top: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-top-120 {
        padding-top: 100px
    }
}

@media (min-width: 1200px) {
    .section-padding-top-120 {
        padding-top: 120px
    }
}

.section-padding-bottom-95 {
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .section-padding-bottom-95 {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .section-padding-bottom-95 {
        padding-bottom: 95px
    }
}

.padding-top-100 {
    padding-top: 40px
}

@media (min-width: 576px) {
    .padding-top-100 {
        padding-top: 60px
    }
}

@media (min-width: 992px) {
    .padding-top-100 {
        padding-top: 100px
    }
}

.padding-bottom-100 {
    padding-bottom: 40px
}

@media (min-width: 576px) {
    .padding-bottom-100 {
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    .padding-bottom-100 {
        padding-bottom: 100px
    }
}

.padding-top-120 {
    padding-top: 60px
}

@media (min-width: 576px) {
    .padding-top-120 {
        padding-top: 80px
    }
}

@media (min-width: 992px) {
    .padding-top-120 {
        padding-top: 120px
    }
}

.padding-bottom-120 {
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .padding-bottom-120 {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .padding-bottom-120 {
        padding-bottom: 120px
    }
}

.padding-bottom-150 {
    padding-bottom: 60px
}

@media (min-width: 576px) {
    .padding-bottom-150 {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .padding-bottom-150 {
        padding-bottom: 120px
    }
}

@media (min-width: 1200px) {
    .padding-bottom-150 {
        padding-bottom: 150px
    }
}

.section-heading {
    margin-bottom: 40px
}

@media (min-width: 575px) {
    .section-heading {
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {
    .section-heading {
        margin-bottom: 80px
    }
}

.section-heading--white .section-heading__title {
    color: #fff
}

.section-heading--row {
    row-gap: 30px
}

.section-heading--row > .row {
    justify-content: space-between;
    align-items: flex-end;
    --bs-gutter-y: 30px
}

.section-heading--row .section-heading__title {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .section-heading--row .section-heading__button {
        text-align: right
    }
}

.about_content-image-block {
    position: relative;

    @media (min-width:1200px) {
        margin-right: 20px;
    }

    @media (min-width:1400px) {
        margin-right: 55px;
    }

    img {
        width: 100%;
    }
}

.heading-xxl {
    line-height: 1.05;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 24px
}

@media (min-width: 480px) {
    .heading-xxl {
        font-size: 46px
    }
}

@media (min-width: 576px) {
    .heading-xxl {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .heading-xxl {
        font-size: 68px
    }
}

@media (min-width: 1200px) {
    .heading-xxl {
        font-size: 80px
    }
}

@media (min-width: 1400px) {
    .heading-xxl {
        font-size: 100px
    }
}

.heading-xxl--syne {
    line-height: .98;
    letter-spacing: -.02em;
    font-family: Syne, sans-serif
}

.heading-xl {
    line-height: 1.11;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -.0111111111em;
    margin-bottom: 24px
}

@media (min-width: 480px) {
    .heading-xl {
        font-size: 42px
    }
}

@media (min-width: 576px) {
    .heading-xl {
        font-size: 48px
    }
}

@media (min-width: 992px) {
    .heading-xl {
        font-size: 64px
    }
}

@media (min-width: 1200px) {
    .heading-xl {
        font-size: 76px
    }
}

@media (min-width: 1400px) {
    .heading-xl {
        font-size: 90px
    }
}

.heading-xl--dm-sans {
    font-family: "DM Sans", sans-serif
}

.heading-xl--syne {
    line-height: .98;
    letter-spacing: -.02em;
    font-family: Syne, sans-serif
}

.heading-xl--v2 {
    line-height: 1.11;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -.0111111111em;
    letter-spacing: initial;
    line-height: 1.07
}

@media (min-width: 480px) {
    .heading-xl--v2 {
        font-size: 42px
    }
}

@media (min-width: 576px) {
    .heading-xl--v2 {
        font-size: 48px
    }
}

@media (min-width: 992px) {
    .heading-xl--v2 {
        font-size: 64px
    }
}

@media (min-width: 1200px) {
    .heading-xl--v2 {
        font-size: 76px
    }
}

@media (min-width: 1400px) {
    .heading-xl--v2 {
        font-size: 90px
    }
}

.heading-md {
    font-size: 32px;
    line-height: 1.26;
    font-weight: 800;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .heading-md {
        font-size: 38px
    }
}

@media (min-width: 992px) {
    .heading-md {
        font-size: 42px
    }
}

@media (min-width: 1200px) {
    .heading-md {
        font-size: 46px
    }
}

.heading-md--dm-sans {
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    letter-spacing: -.021739em
}

.heading-md--v3 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700
}

@media (min-width: 576px) {
    .heading-md--v3 {
        font-size: 38px
    }
}

@media (min-width: 992px) {
    .heading-md--v3 {
        font-size: 44px
    }
}

@media (min-width: 1200px) {
    .heading-md--v3 {
        font-size: 50px
    }
}

.heading-lg {
    font-size: 32px;
    line-height: 1.14;
    font-weight: 700;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .heading-lg {
        font-size: 42px
    }
}

@media (min-width: 992px) {
    .heading-lg {
        font-size: 52px
    }
}

@media (min-width: 1200px) {
    .heading-lg {
        font-size: 56px
    }
}

.heading-lg--clash-display {
    font-size: 32px;
    font-weight: 500;
    line-height: .94;
    font-family: Robooto, sans-serif;
    line-height: 1.13;
    font-weight: 700
}

@media (min-width: 576px) {
    .heading-lg--clash-display {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .heading-lg--clash-display {
        font-size: 46px
    }
}

@media (min-width: 1200px) {
    .heading-lg--clash-display {
        font-size: 60px
    }
}

.heading-lg--syne {
    font-family: Syne, sans-serif;
    letter-spacing: -.017857em
}

.heading-sm {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.025em;
    font-family: var(--font-family-base)
}

@media (min-width: 576px) {
    .heading-sm {
        font-size: 36px
    }
}

@media (min-width: 992px) {
    .heading-sm {
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    .heading-sm {
        font-size: 40px
    }
}

.heading-xs {
    font-weight: 600;
    letter-spacing: -.033333em;
    font-family: "General Sans", sans-serif;
    line-height: 1.4;
    font-size: 24px;
    font-family: var(--font-family-base)
}

@media (min-width: 768px) {
    .heading-xs {
        font-size: 26px
    }
}

@media (min-width: 992px) {
    .heading-xs {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .heading-xs {
        font-size: 30px
    }
}

.heading-xs-2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: var(--font-family-base)
}

@media (min-width: 576px) {
    .heading-xs-2 {
        font-size: 20px
    }
}

.justify-center {
    justify-content: center
}

.h-full {
    height: 100%
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

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

@media (min-width: 992px) {
    .text-lg-initial {
        text-align: initial !important
    }
}

.text-primary-l02 {
    color: var(--l2-primary)
}

.bg-white {
    background: #fff
}

.bg-black {
    background-color: var(--body-color)
}

.bg-black-2 {
    background-color: #121212
}

.bg-black-3 {
    background-color: #1b1c1d
}

.bg-orange {
    background: #d46600
}

.bg-primary-l6 {
    background: #3147ff
}

.bg-primary-l09 {
    background: #124559
}

.bg-secondary-l09 {
    background: #aec3b0
}

.bg-offwhite-2 {
    background: #fff4d9
}

.bg-light-2 {
    background-color: #faf9f5
}

.bg-offwhite-3 {
    background: #f3f6f4
}

.bg-offwhite-dark {
    background: #ddd
}

.text-black {
    color: var(--body-color) !important
}

.text-black-2 {
    color: #121212
}

.text-black-3 {
    color: #221f1a
}

.text-allcap {
    text-transform: uppercase
}

.text-l7-primary {
    color: #191919
}

.text-l9-primary {
    color: #124559
}

.text-l5-secondary {
    color: #1b1c1d
}

.text-offwhite-2 {
    color: #fff4d9
}

.inner_banner-section {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (min-width: 390px) {
    .inner_banner-section {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.inner_banner-title {
    text-align: center;
}

.cta-base {
    background-color: #AEC3B0;

}

@media (min-width: 768px) {
    .cta-base {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (min-width: 992px) {
    .cta-base {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .cta-base {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.co


.cta-base__button-shape {

}

@media (min-width: 390px) {
    .cta-base__button-shape {
        display: none;
    }
}

.cta-base__button {
    padding: 15px 10px;
}

.pb-6 {
    padding-bottom: 4rem !important;
}


.contact-title {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.0208333333em;
    font-size: 20px;
    font-family: Roboto, monospace;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
}
@media (min-width: 768px) {
    .contact-title {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .contact-title {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .contact-title {
        margin-bottom: 40px;
    }
}

.contact-3_main-comment-box__form-input {
    padding: 10px;
}