[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.benefits-item__title::before,
.check-list li::before,
.currency-item__title::before,
.footer-bottom__list li::before,
.footer-list li::before,
.form-checkbox input[type=checkbox]+label::before,
.form-checkbox input[type=checkbox]:checked+label::after,
.language-toggler__text::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.slick-dots li::before {
    content: "";
    position: absolute
}

.benefits-item__title::before,
.check-list li::before,
.currency-item__title::before,
.exchange-list li::before,
.footer-bottom__list li::before,
.footer-list li::before,
.form-checkbox input[type=checkbox]+label::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.facts-item__img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    --bs-gutter-x: 30px;
    --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:576px) {

    .container,
    .container-sm {
        max-width: 1140px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1150px
    }
}

@media (min-width:1023px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1160px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1330px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 1023px;
    --bs-breakpoint-xl: 1200px
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1023px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important
}

.d-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-md-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1023px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-lg-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xl-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-print-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-box {
    width: 35px;
    height: 17px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 35px;
    height: 3px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -7px
}

.hamburger-inner::after {
    bottom: -7px
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

body,
html {
    height: 100%
}

p {
    margin-top: 0;
    margin-bottom: 15px
}

circle,
path,
rect {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

body {
    font-size: 17px;
    line-height: 1.65;
    min-width: 375px;
    position: relative;
    font-family: Montserrat, serif;
    color: #000;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

::placeholder {
    color: #666;
    opacity: 1
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

address {
    font-style: normal
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button,
input,
select,
textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

a {
    color: inherit;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer;
    background: 0 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

textarea {
    resize: none
}

body.hidden {
    overflow: hidden
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px
}

.logo img,
.logo svg {
    display: block
}

.logo-name,
.logo-title {
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 600
}

.logo-name {
    color: #627eea
}

.header {
    padding: 45px 0 50px
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-nav {
    padding-top: 12px
}

.main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 177px
}

.main-list a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 500
}

.main-list a:hover {
    color: #627eea
}

.hamburger {
    display: none;
    cursor: pointer
}

.language {
    padding: 14px 0;
    cursor: pointer;
    position: relative
}

.language:hover .language-dropdown {
    visibility: visible;
    opacity: 1
}

.language:hover .language-toggler__arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.language-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.language-toggler__text {
    font-size: 20px;
    text-transform: uppercase;
    color: #262626;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: relative
}

.language-toggler__text::before {
    border-radius: 20px;
    width: 45px;
    height: 4px;
    background: #627eea;
    width: 100%;
    bottom: -7px;
    left: 0
}

.language-toggler__arrow {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.language-toggler__arrow svg {
    display: block;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.language-dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 100
}

.language-dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 8px 8px;
    gap: 4px
}

.language-dropdown__link img {
    width: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.language-dropdown__link span {
    color: #000;
    line-height: 1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-transform: uppercase;
    font-size: 18px
}

.language-dropdown__link:hover {
    background: #627eea;
    color: #fff
}

.language-dropdown__link:hover span {
    color: #fff
}

.footer {
    padding: 72px 0;
    background: #f4f6ff;
    margin-top: auto
}

.footer .trustpilot {
    margin-top: 20px
}

.footer-logo {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-logo__content {
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 600
}

.footer-logo__img {
    width: 54px;
    height: 54px
}

.footer-logo__img img,
.footer-logo__img svg {
    width: 100%;
    height: 100%;
    display: block
}

.footer-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media only screen and (max-width:1023px) {
    .footer-head {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .footer-head {
        font-size: 15px;
        line-height: 1.47
    }
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 53px
}

.footer-top__item:last-child {
    max-width: 477px
}

.footer-list li {
    position: relative;
    margin-bottom: 27px;
    padding-left: 31px
}

.footer-list li::before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 0;
    background: #0129c5
}

.footer-list li:last-child {
    margin-bottom: 0
}

.footer-list li a {
    border-bottom: 1px solid transparent
}

.footer-list li a:hover {
    border-bottom-color: #000
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px
}

.footer-bottom__line {
    background: rgba(0, 0, 0, .5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px
}

.footer-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom__list li {
    margin-left: 118px;
    position: relative
}

.footer-bottom__list li::before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: -67px;
    background: #0129c5
}

.footer-bottom__list li:first-child {
    margin-left: 0
}

.footer-bottom__list li:first-child::before {
    display: none
}

.footer-bottom__list li a {
    font-weight: 700;
    border-bottom: 1px solid transparent
}

.footer-bottom__list li a:hover {
    border-bottom-color: #000
}

.copyright {
    line-height: 1.76;
    font-weight: 700
}

.form-input,
.form-textarea {
    display: block;
    width: 100%;
    font-family: Montserrat, serif;
    font-size: 17px;
    line-height: 1.65;
    color: #000;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-appearance: none;
    border-radius: 50px;
    padding: 21px 25px;
    background: #fff
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(0, 0, 0, .7);
    font-family: Montserrat, serif
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(0, 0, 0, .7);
    font-family: Montserrat, serif
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(0, 0, 0, .7);
    font-family: Montserrat, serif
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(0, 0, 0, .7);
    font-family: Montserrat, serif
}

.form-input::placeholder,
.form-textarea::placeholder {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(0, 0, 0, .7);
    font-family: Montserrat, serif
}

.form-input:focus,
.form-input:hover,
.form-textarea:focus,
.form-textarea:hover {
    border-color: red
}

.form-textarea {
    min-height: 140px
}

.form-row {
    margin-bottom: 15px
}

.form-checkbox input[type=checkbox] {
    display: none
}

.form-checkbox input[type=checkbox]+label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 49px;
    font-size: 17px;
    color: #fff;
    line-height: 1.2352;
    max-width: 300px
}

.form-checkbox input[type=checkbox]+label a {
    border-bottom: 1px solid #fff
}

.form-checkbox input[type=checkbox]+label a:hover {
    border-bottom-color: transparent
}

.form-checkbox input[type=checkbox]+label::before {
    border: 1px solid rgba(28, 46, 74, .15);
    width: 24px;
    height: 24px;
    left: 0;
    background: #fff
}

.form-checkbox input[type=checkbox]:checked+label::after {
    width: 8px;
    height: 12px;
    border-bottom: 2px solid #0129c5;
    border-right: 2px solid #0129c5;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 8px;
    top: 50%;
    margin-top: -2px
}

.select2 {
    display: block
}

.select2.select2-container {
    width: 100% !important
}

.select2-results__option {
    padding: 9px 20px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    height: 40px;
    font-size: 14px
}

.select2-dropdown {
    border: 1px solid #d9d9d9;
    border-radius: 4px
}

.select2-container {
    z-index: 1100
}

.select2-container--open .select2-selection__arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f7f6;
    color: #000
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f0f7f6;
    color: #000
}

.select2-container--default .select2-selection {
    border: 1px solid #d9d9d9;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.select2-container--default .select2-selection:hover {
    border-color: #000
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    border-left: 1px solid rgba(217, 217, 217, .05);
    width: 44px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    width: 12px;
    height: 8px;
    background: url(../icon/select-arrow.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 0;
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
    font-size: 14px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000
}

.select2-container .select2-selection--single {
    height: auto
}

.select2-selection {
    outline: 0 !important
}

.select2-selection__rendered {
    padding: 8px 0;
    padding-left: 12px;
    padding-right: 12px
}

.select2-search {
    display: none
}

.btn {
    display: inline-block;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: Montserrat, serif;
    text-align: center;
    border-radius: 35px;
    text-transform: uppercase;
    padding: 19px 24px
}

@media only screen and (max-width:1023px) {
    .btn {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 15px;
        line-height: 1.47
    }
}

.btn-blue {
    background-color: #0129c5;
    color: #fff
}

.btn-blue:hover {
    background-color: #0122a1
}

.btn-black {
    background: #000;
    color: #fff;
    border: 1px solid transparent
}

.btn-black:hover {
    background: #242424
}

.socials li {
    margin-bottom: 12px
}

.socials li:last-child {
    margin-bottom: 0
}

.socials a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.socials a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.socials a:hover span {
    border-bottom-color: #000
}

.socials a img {
    width: 35px;
    height: 36px;
    border-radius: 50%
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px
}

.slick-dots li {
    background: -webkit-gradient(linear, left top, left bottom, from(#54cafc), to(#2daee5));
    background: linear-gradient(180deg, #54cafc 0, #2daee5 100%);
    opacity: .15;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: relative
}

.slick-dots li::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    opacity: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 50%
}

.slick-dots li.slick-active {
    opacity: 1
}

.slick-dots li.slick-active::before {
    opacity: .15
}

.slick-dots li button {
    font-size: 0
}

.slick-slide {
    outline: 0
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.purple-link {
    font-size: 20px;
    font-weight: 700;
    color: #627eea;
    border-bottom: 1px solid #627eea;
    line-height: 1.5;
    text-transform: uppercase
}

.purple-link:hover {
    border-bottom-color: transparent
}

.modal {
    display: none;
    max-width: 500px;
    padding: 30px 30px;
    border-radius: 20px
}

.modal-close {
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.modal-close svg {
    display: block;
    width: 24px;
    height: 24px
}

.h1 {
    font-size: 55px;
    line-height: 1.27;
    font-weight: 700;
    text-transform: uppercase
}

.h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    text-transform: uppercase
}

.h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase
}

.purple {
    color: #627eea
}

.bg-light-blue {
    background: #f4f6ff
}

.white {
    color: #fff
}

.hero {
    position: relative;
    z-index: 1;
    padding-bottom: 70px
}

.hero-circle {
    position: absolute;
    right: 0;
    top: -57px;
    z-index: -1
}

.hero .container {
    position: relative
}

.hero-shark {
    position: absolute;
    bottom: -156px;
    left: -230px
}

.hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

.hero-widget {
    width: 516px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero-widget img {
    display: block
}

.hero-content {
    max-width: 592px;
    position: relative;
    padding-top: 87px
}

.hero-content .h1 {
    margin-bottom: 40px
}

.hero-content p {
    margin-bottom: 0;
    font-weight: 500;
    color: rgba(0, 0, 0, .7);
    max-width: 515px
}

.hero-subtitle {
    color: #627eea;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px
}

.hero-arrow {
    position: absolute;
    right: -81px;
    top: 44px
}

.hero-wave {
    margin-bottom: 25px
}

.hero-wave svg {
    display: block
}

.who {
    padding: 70px 0 71px
}

.who-item {
    margin-bottom: 35px
}

.who-item:last-child {
    margin-bottom: 0
}

.who-item .h3 {
    margin-bottom: 10px
}

.who-item p {
    margin: 0;
    color: rgba(0, 0, 0, .7)
}

.who .h2 {
    margin-bottom: 81px
}

.check {
    position: relative;
    padding: 70px 0 71px
}

.check-coin {
    position: absolute
}

.check-coin--1 {
    left: 0;
    bottom: 0
}

.check-coin--2 {
    right: 0;
    bottom: 0
}

.check-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 156px
}

.check-content {
    max-width: 532px;
    position: relative
}

.check-content .h2 {
    margin-bottom: 30px;
    max-width: 350px;
    position: relative
}

.check-content .h2 svg {
    position: absolute;
    right: -29px;
    top: -28px
}

.check-content p {
    margin-bottom: 0;
    font-weight: 500;
    color: rgba(0, 0, 0, .7)
}

.check-info {
    max-width: 463px
}

.check-list li {
    position: relative;
    margin-bottom: 22px;
    line-height: 1.47;
    color: rgba(0, 0, 0, .7);
    padding-left: 51px
}

.check-list li::before {
    width: 26px;
    height: 26px;
    left: 0;
    background: url(../img/check-list.svg) no-repeat center center
}

.check-list li:last-child {
    margin-bottom: 0
}

.currency {
    padding-top: 70px;
    padding-bottom: 70px
}

.currency-row {
    gap: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.currency-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px
}

.currency-item {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 35px;
    background: #fff;
    padding: 30px 30px 30px;
    width: 413px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.currency-item__title {
    padding-left: 19px;
    position: relative;
    margin-bottom: 29px
}

.currency-item__title::before {
    border-radius: 50px;
    width: 4px;
    height: 29px;
    background: #0129c5;
    left: 0
}

.coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px
}

.coin:last-child {
    margin-bottom: 0
}

.coin-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.coin-short {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

@media only screen and (max-width:1023px) {
    .coin-short {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .coin-short {
        font-size: 15px;
        line-height: 1.47
    }
}

.coin-img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.coin-img img {
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 50%
}

.coin-name {
    line-height: 1.35;
    color: rgba(0, 0, 0, .5)
}

.coin-right {
    text-align: right
}

.coin-price {
    line-height: 1.35
}

.coin-val {
    line-height: 1.35;
    font-weight: 700;
    color: #00c950
}

.coin-val.red {
    color: red
}

.facts {
    padding: 70px 0 70px
}

.facts-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 87px;
    gap: 12px
}

.facts-header p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, .7);
    max-width: 581px
}

.facts-item {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 35px;
    padding: 64px 15px 20px;
    text-align: center;
    position: relative
}

.facts-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media only screen and (max-width:1023px) {
    .facts-item__title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .facts-item__title {
        font-size: 15px;
        line-height: 1.47
    }
}

.facts-item p {
    margin: 0;
    line-height: 1.47;
    max-width: 218px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, .7)
}

.facts-item__img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #0129c5;
    position: absolute;
    top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exchange {
    position: relative;
    padding: 70px 0 70px;
    overflow: hidden
}

.exchange-img {
    right: -45px;
    bottom: -70px;
    position: absolute
}

.exchange-coin {
    position: absolute
}

.exchange-coin--1 {
    left: -7px;
    top: 60px
}

.exchange-coin--2 {
    right: -10px;
    top: 50px
}

.exchange .container {
    position: relative
}

.exchange .h2 {
    margin-bottom: 50px
}

.exchange-list {
    margin-bottom: 50px;
    counter-reset: list1
}

.exchange-list li {
    color: #2c3a53;
    font-size: 18px;
    margin-bottom: 44px;
    position: relative;
    padding-left: 65px;
    line-height: 1.2
}

.exchange-list li::before {
    counter-increment: list1;
    content: counter(list1) ". ";
    border-radius: 50%;
    position: absolute;
    width: 45px;
    height: 45px;
    background: #0129c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    left: 0
}

@media only screen and (max-width:1023px) {
    .exchange-list li::before {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .exchange-list li::before {
        font-size: 15px;
        line-height: 1.47
    }
}

.exchange-list li:last-child {
    margin-bottom: 0
}

.exchange-content {
    max-width: 548px
}

.exchange-content .btn {
    width: 100%;
    max-width: 301px
}

.benefits {
    padding: 70px 0 70px
}

.benefits-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px
}

.benefits-item {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 35px;
    padding: 29px 30px 29px
}

.benefits-item__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px
}

.benefits-item__title {
    padding-left: 19px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

@media only screen and (max-width:1023px) {
    .benefits-item__title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .benefits-item__title {
        font-size: 15px;
        line-height: 1.47
    }
}

.benefits-item__title::before {
    border-radius: 50px;
    width: 4px;
    height: 29px;
    background: #0129c5;
    left: 0
}

.benefits-item__hidden {
    margin-top: 11px
}

.benefits-item__hidden p {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .7)
}

.benefits-item__hidden p:last-child {
    margin-bottom: 0
}

.reviews {
    padding: 70px 0 70px
}

.reviews-title {
    margin-bottom: 29px
}

.reviews-title .h2 {
    max-width: 300px;
    margin-bottom: 30px
}

.reviews-trust {
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px
}

.reviews .row {
    margin: 0;
    gap: 30px
}

.reviews .row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: calc(33.333% - 20px)
}

.reviews-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 35px;
    padding: 30px 30px 28px;
    margin-bottom: 29px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews-item:last-child {
    margin-bottom: 0
}

.reviews-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px
}

.reviews-item__quote svg,
.reviews-item__star svg {
    display: block
}

.reviews-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
    .reviews-item__title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .reviews-item__title {
        font-size: 15px;
        line-height: 1.47
    }
}

.reviews-item p {
    color: rgba(0, 0, 0, .7);
    margin-bottom: 20px
}

.reviews-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto
}

.reviews-item__date,
.reviews-item__name {
    line-height: 1.35
}

.seo {
    padding: 70px 0 70px;
    position: relative;
    overflow: hidden
}

.seo-coin {
    position: absolute
}

.seo-coin--1 {
    left: 46px;
    top: 27px
}

.seo-coin--2 {
    right: -5px;
    top: 92px
}

.seo-content p {
    color: rgba(0, 0, 0, .7)
}

.faq {
    padding: 70px 0 72px;
    position: relative;
    overflow: hidden
}

.faq-shark {
    position: absolute;
    right: 0;
    top: 64px
}

.faq .h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 42px
}

.faq .h2 svg {
    position: absolute;
    top: -42px;
    right: -42px
}

.line_faq:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../img/plus_faq.svg) no-repeat;
    width: 19px;
    height: 19px;
}

#faq {
    margin-top: 60px;
    margin-bottom: 60px;
}

.list_faq {
    margin-top: 35px;
}

.line_faq {
    padding-left: 50px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 31.5px;
    position: relative;
    margin-bottom: 20px;
}

.question {
    font-size: 20px;
    color: rgba(0, 0, 0, .7);
    font-weight: bold;
    text-transform: uppercase;
    max-width: 800px;
    line-height: 1.5;
    cursor: pointer;
    transition: 0.5s;
}

.answer {
    font-weight: 500;
    opacity: 0.7;
    color: rgba(0, 0, 0, .7);
    line-height: 1.7;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 30px;
    display: none;
}

.line_faq:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../img/plus_faq.svg) no-repeat;
    width: 19px;
    height: 19px;
}

.accordion>li {
    border-bottom: 1px solid #d9d9d9;
    padding: 31.5px 0
}

.accordion>li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.accordion>li.active .accordion-toggler__icon svg {
    display: none
}

.accordion>li.active .accordion-toggler__icon svg:last-child {
    display: block
}

.accordion-hidden {
    margin-top: 23px;
    padding-left: 80px;
    display: none
}

.accordion-hidden p {
    color: rgba(0, 0, 0, .7)
}

.accordion-hidden p:last-child {
    margin-bottom: 0
}

.accordion-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

@media only screen and (max-width:1023px) {
    .accordion-toggler {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .accordion-toggler {
        font-size: 15px;
        line-height: 1.47
    }
}

.accordion-toggler__text {
    max-width: 800px
}

.accordion-toggler__icon {
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.accordion-toggler__icon svg {
    display: block
}

.accordion-toggler__icon svg:last-child {
    display: none
}

.subs {
    background: #0129c5;
    padding: 70px 0 62px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.subs-coin {
    position: absolute;
    z-index: -1
}

.subs-coin--1 {
    left: 126px;
    top: 12px
}

.subs-coin--2 {
    right: 214px;
    top: -31px
}

.subs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 42px;
    margin-bottom: 42px
}

.subs-header p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    max-width: 604px
}

.subs-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.subs-form__item {
    max-width: 391px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.subs-form__item:nth-child(2) {
    position: relative;
    max-width: 562px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.subs-form__item:nth-child(2) .form-input {
    padding-right: 240px
}

.subs-form__item:nth-child(2) .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 226px
}

.subscribe {
    background: #0129c5;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    padding: 30px 30px
}

.subscribe-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px
}

@media only screen and (max-width:1023px) {
    .subscribe-title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .subscribe-title {
        font-size: 15px;
        line-height: 1.47
    }
}

.subscribe-form__item {
    margin-bottom: 15px
}

.subscribe-form__item .form-input {
    padding: 13.5px 19px
}

.subscribe-form__item .btn {
    width: 100%;
    padding: 9px 12px
}

.subscribe-form__item:last-child {
    margin-bottom: 0
}

.subscribe-form__item p {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0
}

.trustpilot {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    padding: 11px 24px
}

.trustpilot:hover {
    border-color: #0129c5
}

.trustpilot-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

@media only screen and (max-width:1023px) {
    .trustpilot-title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .trustpilot-title {
        font-size: 15px;
        line-height: 1.47
    }
}

.simplebar-track {
    bottom: -20px
}

.simplebar-track.simplebar-horizontal {
    height: 9px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
    background: #fff
}

.simplebar-scrollbar::before {
    background: #0129c5;
    border-radius: 50px;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 1 !important
}

@media only screen and (max-width:1600px) {
    .check-coin--1 {
        max-width: 200px;
        left: -80px;
        bottom: auto;
        top: 0
    }

    .exchange-coin--1 {
        max-width: 220px;
        left: -60px;
        top: 80px
    }

    .exchange-img {
        right: 45px
    }

    .seo-coin--1 {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(30deg);
        -ms-transform: translateY(-50%) rotate(30deg);
        transform: translateY(-50%) rotate(30deg);
        left: -80px;
        max-width: 180px;
        z-index: -1
    }

    .seo-coin--2 {
        max-width: 200px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(40deg);
        -ms-transform: translateY(-50%) rotate(40deg);
        transform: translateY(-50%) rotate(40deg);
        right: -40px
    }

    .faq-shark {
        top: 50px;
        max-width: 220px
    }

    .subs-coin--2 {
        right: 0
    }

    .subs-coin--1 {
        left: -40px;
        max-width: 120px;
        top: 24px
    }
}

@media only screen and (max-width:1350px) {
    .seo-coin {
        display: none
    }

    .subs-form__item:nth-child(2) {
        max-width: 430px
    }

    .exchange-coin--1 {
        display: none
    }

    .exchange-coin--2 {
        right: -70px
    }

    .check-coin--1 {
        display: none
    }

    .check-coin--2 {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .subs-coin--2 {
        right: -49px
    }

    .subs-header p {
        max-width: 480px
    }

    .currency .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .currency .row>div {
        min-width: 443px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media only screen and (max-width:1200px) {
    .h1 {
        font-size: 46px
    }

    .main-list {
        gap: 60px
    }

    .check-row {
        gap: 32px
    }

    .hero-content {
        max-width: 480px
    }

    .hero-widget {
        width: calc(100% - 512px)
    }

    .facts-header p {
        max-width: 400px
    }

    .facts-header .h2 {
        max-width: 220px
    }

    .exchange-coin--2 {
        right: 0;
        width: 150px;
        top: 0
    }

    .exchange-img {
        right: 0;
        max-width: 500px
    }

    .benefits-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .subs-header {
        display: block;
        text-align: center
    }

    .subs-header p {
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto
    }

    .subs-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .subs-form__item {
        width: calc(50% - 15px) !important;
        max-width: 100% !important
    }

    .subs-form__item:last-child {
        width: 100% !important
    }

    .subs-coin--1 {
        left: 0;
        top: 7px
    }

    .subs-coin--2 {
        right: 0;
        top: -7px
    }

    .footer-bottom__list li {
        margin-left: 70px
    }

    .footer-bottom__list li::before {
        left: -40px
    }

    .footer-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-top__item:last-child {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:1023px) {
    .h3 {
        font-size: 18px
    }

    .h2 {
        font-size: 32px
    }

    body {
        font-size: 16px
    }

    .header {
        padding: 30px 0 40px
    }

    .hamburger {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 101
    }

    .hamburger.is-active .hamburger-inner {
        background: #fff
    }

    .hamburger.is-active .hamburger-inner::after,
    .hamburger.is-active .hamburger-inner::before {
        background: #fff
    }

    .main-list {
        display: block;
        text-align: center
    }

    .main-list li {
        margin-bottom: 20px
    }

    .main-list li:last-child {
        margin-bottom: 0
    }

    .main-list li a {
        color: #fff
    }

    .main-nav {
        position: absolute;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background-color: #627eea;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease, -webkit-transform .35s ease;
        padding: 30px 30px;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-nav.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .hero-shark {
        bottom: auto;
        top: -30px
    }

    .hero-content {
        padding-top: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .hero-wave svg {
        margin: 0 auto
    }

    .hero-row {
        display: block
    }

    .hero-widget {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 38px
    }

    .hero-arrow,
    .hero-circle {
        display: none
    }

    .who .h2 {
        margin-bottom: 30px
    }

    .check-row {
        display: block
    }

    .check-content {
        text-align: center;
        max-width: 100%
    }

    .check-content .h2 {
        margin-left: auto;
        margin-right: auto
    }

    .check-info {
        margin-top: 30px
    }

    .check-coin--2 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 30px;
        max-width: 120px
    }

    .facts-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .facts-header p {
        max-width: 100%
    }

    .facts-header svg {
        display: none
    }

    .facts .row {
        margin-bottom: -38px
    }

    .facts .row>div {
        margin-bottom: 38px
    }

    .exchange-img {
        display: none
    }

    .benefits-header {
        text-align: center;
        display: block
    }

    .benefits-header svg {
        display: none
    }

    .benefits .row {
        margin-bottom: -10px
    }

    .benefits .row>div {
        margin-bottom: 10px
    }

    .reviews {
        padding-bottom: 89px
    }

    .reviews .simplebar-track {
        margin-bottom: -20px
    }

    .reviews-item {
        margin-bottom: 0;
        width: 600px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .reviews-title .h2 {
        max-width: 100%;
        text-align: center
    }

    .reviews .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .reviews .row>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 600px
    }

    .subs-form__item {
        width: 100% !important;
        max-width: 100% !important
    }

    .subs-form__item:nth-child(2) .btn {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 30px
    }

    .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-bottom__list {
        width: 100%
    }

    .faq-shark {
        right: -60px;
        top: -40px
    }

    .faq .h2 {
        margin-left: auto;
        margin-right: auto
    }

    .language {
        margin-left: auto;
        margin-right: 58px
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 12px;
        line-height: 1.33
    }

    .h1 {
        font-size: 30px;
        line-height: 1.33
    }

    .h2 {
        font-size: 23px;
        line-height: 1.3
    }

    .h3 {
        font-size: 14px;
        line-height: 1.14
    }

    .currency-header .purple-link {
        display: none
    }

    .footer {
        padding: 51px 0 51px
    }

    .footer-logo {
        gap: 16px;
        margin-bottom: 24px
    }

    .footer-logo__content {
        font-size: 13px
    }

    .footer-logo__img {
        width: 42px;
        height: 42px
    }

    .footer-head {
        margin-bottom: 24px
    }

    .footer-list li {
        padding-left: 18px;
        margin-bottom: 22px
    }

    .footer-list li::before {
        width: 8px;
        height: 8px
    }

    .footer-bottom {
        gap: 15px
    }

    .footer-bottom__list li {
        margin-left: 15px
    }

    .footer-bottom__list li::before {
        width: 4px;
        height: 4px;
        left: -8px
    }

    .footer-bottom__list li a {
        font-size: 11px
    }

    .footer-top {
        gap: 0 16px;
        margin-bottom: 24px
    }

    .footer-top__item {
        margin-bottom: 50px
    }

    .footer-top__item:last-child {
        margin-bottom: 0
    }

    .footer-top__item:first-child {
        width: calc(45% - 8px)
    }

    .footer-top__item:nth-child(2) {
        width: calc(55% - 8px)
    }

    .footer-top__item:nth-child(3) {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-top__item:nth-child(3) .footer-head {
        margin-bottom: 12px
    }

    .subscribe {
        border-radius: 35px;
        padding: 21px 20px
    }

    .subscribe-title {
        text-align: center;
        margin-bottom: 10px
    }

    .subscribe-form__item {
        margin-bottom: 10px
    }

    .subscribe-form__item p {
        font-size: 10px;
        line-height: 1.6
    }

    .subscribe-form__item .btn {
        padding: 8px 12px
    }

    .subscribe-form__item .form-input {
        padding: 10.5px 19px
    }

    .trustpilot {
        padding: 8px 24px
    }

    .trustpilot img,
    .trustpilot svg {
        width: 114px;
        height: 26px
    }

    .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 4px
    }

    .socials li {
        width: 50%
    }

    .socials a {
        gap: 14px
    }

    .socials a img {
        width: 29px;
        height: 29px
    }

    .check .h2 {
        max-width: 254px
    }

    .container {
        padding: 0 20px
    }

    .logo {
        gap: 13px
    }

    .logo-name,
    .logo-title {
        font-size: 11px;
        line-height: 1.35
    }

    .logo img {
        width: 34px;
        height: 34px
    }

    .header {
        padding-top: 15px;
        padding-bottom: 46px
    }

    .language-toggler {
        gap: 4px
    }

    .language-toggler__text {
        font-size: 12px
    }

    .language-toggler__text::before {
        height: 2px;
        bottom: -4px
    }

    .language-toggler__arrow svg {
        width: 12px;
        height: 5px
    }

    .language-dropdown__link {
        padding: 5px 8px
    }

    .language-dropdown__link span {
        font-size: 12px
    }

    .hero {
        padding-bottom: 50px
    }

    .hero-shark {
        max-width: 158px;
        top: -46px;
        left: -58px
    }

    .hero-wave svg {
        width: 88px;
        height: 16px
    }

    .hero-subtitle {
        font-size: 14px
    }

    .hero-content .h1 {
        margin-bottom: 26px
    }

    .hero-widget {
        max-width: 100%
    }

    .who {
        text-align: center;
        padding-top: 49px;
        padding-bottom: 50px
    }

    .who-item {
        margin-bottom: 30px
    }

    .who-item .h3 {
        margin-bottom: 20px
    }

    .who .row {
        margin-bottom: -30px
    }

    .who .row>div {
        margin-bottom: 30px
    }

    .check {
        padding: 50px 0 48px
    }

    .check-content .h2 {
        margin-bottom: 20px
    }

    .check-content .h2 svg {
        width: 28px;
        right: 8px;
        top: -23px
    }

    .check-coin--2 {
        top: 19px
    }

    .check-info {
        margin-top: 28px
    }

    .check-list li {
        margin-bottom: 11px;
        padding-left: 34px
    }

    .check-list li::before {
        width: 19px;
        height: 19px;
        background-size: contain;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 2px
    }

    .currency {
        padding: 50px 0 79px
    }

    .currency .h2 {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .currency-header {
        margin-bottom: 30px
    }

    .currency-item {
        width: 314px;
        border-radius: 25px;
        padding: 22px 22px 22px
    }

    .currency-item__title {
        font-size: 15px;
        line-height: 1.47;
        padding-left: 14px;
        margin-bottom: 22px
    }

    .currency-item__title::before {
        height: 22px;
        width: 3px
    }

    .currency-row {
        gap: 10px
    }

    .simplebar-track {
        bottom: -30px
    }

    .coin {
        margin-bottom: 24px
    }

    .coin-img img {
        width: 36px;
        height: 36px
    }

    .coin-left {
        gap: 15px
    }

    .coin-name {
        line-height: 1.42
    }

    .coin-val {
        line-height: 1.45
    }

    .coin-price {
        line-height: 1.42
    }

    .facts {
        padding: 52px 0 50px
    }

    .facts-header {
        gap: 20px;
        margin-bottom: 45px
    }

    .facts-item {
        border-radius: 25px;
        padding-top: 50px
    }

    .facts-item__title {
        margin-bottom: 9px
    }

    .facts-item p {
        line-height: 1.33;
        max-width: 160px
    }

    .facts-item__img {
        width: 57px;
        height: 57px;
        top: -27px
    }

    .facts-item__img svg {
        width: 28px;
        height: 28px
    }

    .exchange {
        padding: 50px 0 54px
    }

    .exchange-coin--2 {
        width: auto;
        top: 10px
    }

    .exchange .h2 {
        margin-bottom: 24px
    }

    .exchange-content .btn {
        display: none
    }

    .exchange-list {
        margin-bottom: 0
    }

    .exchange-list li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 26px;
        padding-left: 45px
    }

    .exchange-list li::before {
        width: 35px;
        height: 35px
    }

    .benefits {
        padding: 52px 0 50px
    }

    .benefits-header {
        margin-bottom: 29px
    }

    .benefits-item {
        border-radius: 25px;
        padding-top: 21px;
        padding-bottom: 20px
    }

    .benefits-item__title {
        padding-left: 13px
    }

    .benefits-item__title::before {
        width: 4px;
        height: 23px
    }

    .benefits-item__hidden {
        margin-top: 17px
    }

    .benefits-item__hidden p {
        line-height: 1.5
    }

    .reviews {
        padding: 52px 0 90px
    }

    .reviews .simplebar-track {
        bottom: -39px;
        margin: 0
    }

    .reviews-title {
        margin-bottom: 20px
    }

    .reviews-title .h2 {
        margin-bottom: 20px
    }

    .reviews-trust {
        border-radius: 20px;
        padding: 8px 10px
    }

    .reviews-trust svg {
        max-width: 175px;
        height: 40px
    }

    .reviews-item {
        border-radius: 25px;
        padding: 17px 19px 19px;
        width: 350px
    }

    .reviews-item p {
        line-height: 1.5
    }

    .reviews-item__header {
        margin-bottom: 13px
    }

    .reviews-item__title {
        margin-bottom: 8px
    }

    .reviews-item__star svg {
        width: 131px
    }

    .reviews-item__date,
    .reviews-item__name {
        font-size: 15px;
        line-height: 1.33
    }

    .reviews .row {
        gap: 10px
    }

    .reviews .row>div {
        width: auto;
        gap: 10px;
        max-width: none
    }

    .seo {
        padding: 49px 0 20px
    }

    .seo-content p {
        line-height: 1.5;
        margin-bottom: 30px
    }

    .faq {
        padding-top: 51px;
        padding-bottom: 49px
    }

    .faq .h2 {
        margin-bottom: 29px
    }

    .faq .h2 svg {
        width: 28px;
        top: -24px;
        right: -21px
    }

    .faq-shark {
        max-width: 130px;
        top: -20px;
        right: -30px
    }

    .accordion>li {
        padding: 19.5px 0
    }

    .accordion>li:first-child {
        padding-top: 0
    }

    .accordion-toggler__icon {
        width: 45px
    }

    .accordion-hidden {
        padding-left: 0;
        margin-top: 15px
    }

    .accordion-hidden p {
        line-height: 1.5
    }

    .subs {
        padding-top: 51px;
        padding-bottom: 50px
    }

    .subs-form {
        gap: 10px
    }

    .subs-form__item .form-checkbox {
        margin-top: 10px
    }

    .subs-form__item:nth-child(2) .btn {
        margin-top: 15px
    }

    .subs-header {
        margin-bottom: 33px
    }

    .subs-header p {
        line-height: 1.5;
        margin-top: 14px
    }

    .form-input {
        font-size: 12px;
        line-height: 1.5;
        padding: 13.5px 15px
    }

    .form-input::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .form-input::-moz-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .form-input:-ms-input-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .form-input::-ms-input-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .form-input::placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .form-checkbox input[type=checkbox]+label {
        font-size: 12px;
        padding-left: 38px
    }

    .form-checkbox input[type=checkbox]+label::before {
        width: 19px;
        height: 19px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 1px
    }

    .form-checkbox input[type=checkbox]:checked+label::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
        left: 7px;
        width: 5px;
        height: 8px
    }

    .btn {
        font-size: 15px;
        line-height: 1.33;
        padding: 11.5px 16px
    }
}

.breadcrumbs {
    color: #888;
    font-size: 14px;
    margin-bottom: 26px;
}

.breadcrumbs span {
    color: #2872ff;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumbs li+li::before {
    content: "›";
    opacity: .6;
    margin: 0 .25rem
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit
}