.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

:root {
    --iti-hover-color: rgba(0, 0, 0, .05);
    --iti-border-color: #ccc;
    --iti-dialcode-color: #999;
    --iti-dropdown-bg: #fff;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 12px;
    --iti-flag-width: 16px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width)/2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-path-flags-1x: url(../img/flags.webp);
    --iti-path-flags-2x: url(../assets/img/flags@2x.webp);
    --iti-path-globe-1x: url(../img/globe.webp);
    --iti-path-globe-2x: url(../img/globe@2x.webp);
    --iti-flag-sprite-width: 3904px;
    --iti-flag-sprite-height: 12px;
    --iti-mobile-popup-margin: 30px
}

.iti {
    display: inline-block;
    position: relative
}

.iti * {
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti__a11y-text {
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=tel],
.iti input.iti__tel-input[type=text] {
    margin: 0 !important;
    position: relative;
    z-index: 0
}

.iti__country-container {
    bottom: 0;
    padding: var(--iti-border-width);
    position: absolute;
    top: 0
}

.iti__selected-country {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 1
}

.iti__selected-country-primary {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)
}

.iti__arrow {
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
    height: 0;
    margin-left: var(--iti-arrow-padding);
    width: 0
}

[dir=rtl] .iti__arrow {
    margin-left: 0;
    margin-right: var(--iti-arrow-padding)
}

.iti__arrow--up {
    border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
    border-top: none
}

.iti__dropdown-content {
    background-color: var(--iti-dropdown-bg);
    border-radius: 3px
}

.iti--inline-dropdown .iti__dropdown-content {
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    margin-left: calc(var(--iti-border-width)*-1);
    margin-top: 3px;
    position: absolute;
    z-index: 2
}

.iti__search-input {
    border-radius: 3px;
    border-width: 0;
    width: 100%
}

.iti__search-input+.iti__country-list {
    border-top: 1px solid var(--iti-border-color)
}

.iti__country-list {
    list-style: none;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px
}

.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap
}

@media (max-width:500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space: normal
    }
}

.iti__country {
    align-items: center;
    display: flex;
    outline: none;
    padding: 8px var(--iti-spacer-horizontal)
}

.iti__dial-code {
    color: var(--iti-dialcode-color)
}

.iti__country.iti__highlight {
    background-color: var(--iti-hover-color)
}

.iti__country-list .iti__flag,
.iti__country-name {
    margin-right: var(--iti-spacer-horizontal)
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
    margin-left: var(--iti-spacer-horizontal);
    margin-right: 0
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button {
    cursor: pointer
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: var(--iti-hover-color)
}

.iti .iti__selected-dial-code {
    margin-left: 4px
}

[dir=rtl] .iti .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 4px
}

.iti--container {
    left: -1000px;
    padding: var(--iti-border-width);
    position: fixed;
    top: -1000px;
    z-index: 1060
}

.iti--container:hover {
    cursor: pointer
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    left: 0;
    padding: var(--iti-mobile-popup-margin);
    position: fixed;
    right: 0;
    top: 0
}

.iti--fullscreen-popup .iti__dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative
}

.iti--fullscreen-popup .iti__country {
    line-height: 1.5em;
    padding: 10px
}

.iti__flag {
    --iti-flag-offset: 100px;
    background-image: var(--iti-path-flags-1x);
    background-position: var(--iti-flag-offset) 0;
    background-repeat: no-repeat;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
    border-radius: 1px;
    box-shadow: 0 0 1px 0 #888;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width)
}

.iti__ac {
    --iti-flag-offset: 0px
}

.iti__ad {
    --iti-flag-offset: -16px
}

.iti__ae {
    --iti-flag-offset: -32px
}

.iti__af {
    --iti-flag-offset: -48px
}

.iti__ag {
    --iti-flag-offset: -64px
}

.iti__ai {
    --iti-flag-offset: -80px
}

.iti__al {
    --iti-flag-offset: -96px
}

.iti__am {
    --iti-flag-offset: -112px
}

.iti__ao {
    --iti-flag-offset: -128px
}

.iti__ar {
    --iti-flag-offset: -144px
}

.iti__as {
    --iti-flag-offset: -160px
}

.iti__at {
    --iti-flag-offset: -176px
}

.iti__au {
    --iti-flag-offset: -192px
}

.iti__aw {
    --iti-flag-offset: -208px
}

.iti__ax {
    --iti-flag-offset: -224px
}

.iti__az {
    --iti-flag-offset: -240px
}

.iti__ba {
    --iti-flag-offset: -256px
}

.iti__bb {
    --iti-flag-offset: -272px
}

.iti__bd {
    --iti-flag-offset: -288px
}

.iti__be {
    --iti-flag-offset: -304px
}

.iti__bf {
    --iti-flag-offset: -320px
}

.iti__bg {
    --iti-flag-offset: -336px
}

.iti__bh {
    --iti-flag-offset: -352px
}

.iti__bi {
    --iti-flag-offset: -368px
}

.iti__bj {
    --iti-flag-offset: -384px
}

.iti__bl {
    --iti-flag-offset: -400px
}

.iti__bm {
    --iti-flag-offset: -416px
}

.iti__bn {
    --iti-flag-offset: -432px
}

.iti__bo {
    --iti-flag-offset: -448px
}

.iti__bq {
    --iti-flag-offset: -464px
}

.iti__br {
    --iti-flag-offset: -480px
}

.iti__bs {
    --iti-flag-offset: -496px
}

.iti__bt {
    --iti-flag-offset: -512px
}

.iti__bw {
    --iti-flag-offset: -528px
}

.iti__by {
    --iti-flag-offset: -544px
}

.iti__bz {
    --iti-flag-offset: -560px
}

.iti__ca {
    --iti-flag-offset: -576px
}

.iti__cc {
    --iti-flag-offset: -592px
}

.iti__cd {
    --iti-flag-offset: -608px
}

.iti__cf {
    --iti-flag-offset: -624px
}

.iti__cg {
    --iti-flag-offset: -640px
}

.iti__ch {
    --iti-flag-offset: -656px
}

.iti__ci {
    --iti-flag-offset: -672px
}

.iti__ck {
    --iti-flag-offset: -688px
}

.iti__cl {
    --iti-flag-offset: -704px
}

.iti__cm {
    --iti-flag-offset: -720px
}

.iti__cn {
    --iti-flag-offset: -736px
}

.iti__co {
    --iti-flag-offset: -752px
}

.iti__cr {
    --iti-flag-offset: -768px
}

.iti__cu {
    --iti-flag-offset: -784px
}

.iti__cv {
    --iti-flag-offset: -800px
}

.iti__cw {
    --iti-flag-offset: -816px
}

.iti__cx {
    --iti-flag-offset: -832px
}

.iti__cy {
    --iti-flag-offset: -848px
}

.iti__cz {
    --iti-flag-offset: -864px
}

.iti__de {
    --iti-flag-offset: -880px
}

.iti__dj {
    --iti-flag-offset: -896px
}

.iti__dk {
    --iti-flag-offset: -912px
}

.iti__dm {
    --iti-flag-offset: -928px
}

.iti__do {
    --iti-flag-offset: -944px
}

.iti__dz {
    --iti-flag-offset: -960px
}

.iti__ec {
    --iti-flag-offset: -976px
}

.iti__ee {
    --iti-flag-offset: -992px
}

.iti__eg {
    --iti-flag-offset: -1008px
}

.iti__eh {
    --iti-flag-offset: -1024px
}

.iti__er {
    --iti-flag-offset: -1040px
}

.iti__es {
    --iti-flag-offset: -1056px
}

.iti__et {
    --iti-flag-offset: -1072px
}

.iti__fi {
    --iti-flag-offset: -1088px
}

.iti__fj {
    --iti-flag-offset: -1104px
}

.iti__fk {
    --iti-flag-offset: -1120px
}

.iti__fm {
    --iti-flag-offset: -1136px
}

.iti__fo {
    --iti-flag-offset: -1152px
}

.iti__fr {
    --iti-flag-offset: -1168px
}

.iti__ga {
    --iti-flag-offset: -1184px
}

.iti__gb {
    --iti-flag-offset: -1200px
}

.iti__gd {
    --iti-flag-offset: -1216px
}

.iti__ge {
    --iti-flag-offset: -1232px
}

.iti__gf {
    --iti-flag-offset: -1248px
}

.iti__gg {
    --iti-flag-offset: -1264px
}

.iti__gh {
    --iti-flag-offset: -1280px
}

.iti__gi {
    --iti-flag-offset: -1296px
}

.iti__gl {
    --iti-flag-offset: -1312px
}

.iti__gm {
    --iti-flag-offset: -1328px
}

.iti__gn {
    --iti-flag-offset: -1344px
}

.iti__gp {
    --iti-flag-offset: -1360px
}

.iti__gq {
    --iti-flag-offset: -1376px
}

.iti__gr {
    --iti-flag-offset: -1392px
}

.iti__gt {
    --iti-flag-offset: -1408px
}

.iti__gu {
    --iti-flag-offset: -1424px
}

.iti__gw {
    --iti-flag-offset: -1440px
}

.iti__gy {
    --iti-flag-offset: -1456px
}

.iti__hk {
    --iti-flag-offset: -1472px
}

.iti__hn {
    --iti-flag-offset: -1488px
}

.iti__hr {
    --iti-flag-offset: -1504px
}

.iti__ht {
    --iti-flag-offset: -1520px
}

.iti__hu {
    --iti-flag-offset: -1536px
}

.iti__id {
    --iti-flag-offset: -1552px
}

.iti__ie {
    --iti-flag-offset: -1568px
}

.iti__il {
    --iti-flag-offset: -1584px
}

.iti__im {
    --iti-flag-offset: -1600px
}

.iti__in {
    --iti-flag-offset: -1616px
}

.iti__io {
    --iti-flag-offset: -1632px
}

.iti__iq {
    --iti-flag-offset: -1648px
}

.iti__ir {
    --iti-flag-offset: -1664px
}

.iti__is {
    --iti-flag-offset: -1680px
}

.iti__it {
    --iti-flag-offset: -1696px
}

.iti__je {
    --iti-flag-offset: -1712px
}

.iti__jm {
    --iti-flag-offset: -1728px
}

.iti__jo {
    --iti-flag-offset: -1744px
}

.iti__jp {
    --iti-flag-offset: -1760px
}

.iti__ke {
    --iti-flag-offset: -1776px
}

.iti__kg {
    --iti-flag-offset: -1792px
}

.iti__kh {
    --iti-flag-offset: -1808px
}

.iti__ki {
    --iti-flag-offset: -1824px
}

.iti__km {
    --iti-flag-offset: -1840px
}

.iti__kn {
    --iti-flag-offset: -1856px
}

.iti__kp {
    --iti-flag-offset: -1872px
}

.iti__kr {
    --iti-flag-offset: -1888px
}

.iti__kw {
    --iti-flag-offset: -1904px
}

.iti__ky {
    --iti-flag-offset: -1920px
}

.iti__kz {
    --iti-flag-offset: -1936px
}

.iti__la {
    --iti-flag-offset: -1952px
}

.iti__lb {
    --iti-flag-offset: -1968px
}

.iti__lc {
    --iti-flag-offset: -1984px
}

.iti__li {
    --iti-flag-offset: -2000px
}

.iti__lk {
    --iti-flag-offset: -2016px
}

.iti__lr {
    --iti-flag-offset: -2032px
}

.iti__ls {
    --iti-flag-offset: -2048px
}

.iti__lt {
    --iti-flag-offset: -2064px
}

.iti__lu {
    --iti-flag-offset: -2080px
}

.iti__lv {
    --iti-flag-offset: -2096px
}

.iti__ly {
    --iti-flag-offset: -2112px
}

.iti__ma {
    --iti-flag-offset: -2128px
}

.iti__mc {
    --iti-flag-offset: -2144px
}

.iti__md {
    --iti-flag-offset: -2160px
}

.iti__me {
    --iti-flag-offset: -2176px
}

.iti__mf {
    --iti-flag-offset: -2192px
}

.iti__mg {
    --iti-flag-offset: -2208px
}

.iti__mh {
    --iti-flag-offset: -2224px
}

.iti__mk {
    --iti-flag-offset: -2240px
}

.iti__ml {
    --iti-flag-offset: -2256px
}

.iti__mm {
    --iti-flag-offset: -2272px
}

.iti__mn {
    --iti-flag-offset: -2288px
}

.iti__mo {
    --iti-flag-offset: -2304px
}

.iti__mp {
    --iti-flag-offset: -2320px
}

.iti__mq {
    --iti-flag-offset: -2336px
}

.iti__mr {
    --iti-flag-offset: -2352px
}

.iti__ms {
    --iti-flag-offset: -2368px
}

.iti__mt {
    --iti-flag-offset: -2384px
}

.iti__mu {
    --iti-flag-offset: -2400px
}

.iti__mv {
    --iti-flag-offset: -2416px
}

.iti__mw {
    --iti-flag-offset: -2432px
}

.iti__mx {
    --iti-flag-offset: -2448px
}

.iti__my {
    --iti-flag-offset: -2464px
}

.iti__mz {
    --iti-flag-offset: -2480px
}

.iti__na {
    --iti-flag-offset: -2496px
}

.iti__nc {
    --iti-flag-offset: -2512px
}

.iti__ne {
    --iti-flag-offset: -2528px
}

.iti__nf {
    --iti-flag-offset: -2544px
}

.iti__ng {
    --iti-flag-offset: -2560px
}

.iti__ni {
    --iti-flag-offset: -2576px
}

.iti__nl {
    --iti-flag-offset: -2592px
}

.iti__no {
    --iti-flag-offset: -2608px
}

.iti__np {
    --iti-flag-offset: -2624px
}

.iti__nr {
    --iti-flag-offset: -2640px
}

.iti__nu {
    --iti-flag-offset: -2656px
}

.iti__nz {
    --iti-flag-offset: -2672px
}

.iti__om {
    --iti-flag-offset: -2688px
}

.iti__pa {
    --iti-flag-offset: -2704px
}

.iti__pe {
    --iti-flag-offset: -2720px
}

.iti__pf {
    --iti-flag-offset: -2736px
}

.iti__pg {
    --iti-flag-offset: -2752px
}

.iti__ph {
    --iti-flag-offset: -2768px
}

.iti__pk {
    --iti-flag-offset: -2784px
}

.iti__pl {
    --iti-flag-offset: -2800px
}

.iti__pm {
    --iti-flag-offset: -2816px
}

.iti__pr {
    --iti-flag-offset: -2832px
}

.iti__ps {
    --iti-flag-offset: -2848px
}

.iti__pt {
    --iti-flag-offset: -2864px
}

.iti__pw {
    --iti-flag-offset: -2880px
}

.iti__py {
    --iti-flag-offset: -2896px
}

.iti__qa {
    --iti-flag-offset: -2912px
}

.iti__re {
    --iti-flag-offset: -2928px
}

.iti__ro {
    --iti-flag-offset: -2944px
}

.iti__rs {
    --iti-flag-offset: -2960px
}

.iti__ru {
    --iti-flag-offset: -2976px
}

.iti__rw {
    --iti-flag-offset: -2992px
}

.iti__sa {
    --iti-flag-offset: -3008px
}

.iti__sb {
    --iti-flag-offset: -3024px
}

.iti__sc {
    --iti-flag-offset: -3040px
}

.iti__sd {
    --iti-flag-offset: -3056px
}

.iti__se {
    --iti-flag-offset: -3072px
}

.iti__sg {
    --iti-flag-offset: -3088px
}

.iti__sh {
    --iti-flag-offset: -3104px
}

.iti__si {
    --iti-flag-offset: -3120px
}

.iti__sj {
    --iti-flag-offset: -3136px
}

.iti__sk {
    --iti-flag-offset: -3152px
}

.iti__sl {
    --iti-flag-offset: -3168px
}

.iti__sm {
    --iti-flag-offset: -3184px
}

.iti__sn {
    --iti-flag-offset: -3200px
}

.iti__so {
    --iti-flag-offset: -3216px
}

.iti__sr {
    --iti-flag-offset: -3232px
}

.iti__ss {
    --iti-flag-offset: -3248px
}

.iti__st {
    --iti-flag-offset: -3264px
}

.iti__sv {
    --iti-flag-offset: -3280px
}

.iti__sx {
    --iti-flag-offset: -3296px
}

.iti__sy {
    --iti-flag-offset: -3312px
}

.iti__sz {
    --iti-flag-offset: -3328px
}

.iti__tc {
    --iti-flag-offset: -3344px
}

.iti__td {
    --iti-flag-offset: -3360px
}

.iti__tg {
    --iti-flag-offset: -3376px
}

.iti__th {
    --iti-flag-offset: -3392px
}

.iti__tj {
    --iti-flag-offset: -3408px
}

.iti__tk {
    --iti-flag-offset: -3424px
}

.iti__tl {
    --iti-flag-offset: -3440px
}

.iti__tm {
    --iti-flag-offset: -3456px
}

.iti__tn {
    --iti-flag-offset: -3472px
}

.iti__to {
    --iti-flag-offset: -3488px
}

.iti__tr {
    --iti-flag-offset: -3504px
}

.iti__tt {
    --iti-flag-offset: -3520px
}

.iti__tv {
    --iti-flag-offset: -3536px
}

.iti__tw {
    --iti-flag-offset: -3552px
}

.iti__tz {
    --iti-flag-offset: -3568px
}

.iti__ua {
    --iti-flag-offset: -3584px
}

.iti__ug {
    --iti-flag-offset: -3600px
}

.iti__us {
    --iti-flag-offset: -3616px
}

.iti__uy {
    --iti-flag-offset: -3632px
}

.iti__uz {
    --iti-flag-offset: -3648px
}

.iti__va {
    --iti-flag-offset: -3664px
}

.iti__vc {
    --iti-flag-offset: -3680px
}

.iti__ve {
    --iti-flag-offset: -3696px
}

.iti__vg {
    --iti-flag-offset: -3712px
}

.iti__vi {
    --iti-flag-offset: -3728px
}

.iti__vn {
    --iti-flag-offset: -3744px
}

.iti__vu {
    --iti-flag-offset: -3760px
}

.iti__wf {
    --iti-flag-offset: -3776px
}

.iti__ws {
    --iti-flag-offset: -3792px
}

.iti__xk {
    --iti-flag-offset: -3808px
}

.iti__ye {
    --iti-flag-offset: -3824px
}

.iti__yt {
    --iti-flag-offset: -3840px
}

.iti__za {
    --iti-flag-offset: -3856px
}

.iti__zm {
    --iti-flag-offset: -3872px
}

.iti__zw {
    --iti-flag-offset: -3888px
}

.iti__globe {
    background-image: var(--iti-path-globe-1x);
    background-position: 100%;
    background-size: contain;
    box-shadow: none;
    height: 19px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2x) {
    .iti__flag {
        background-image: var(--iti-path-flags-2x)
    }

    .iti__globe {
        background-image: var(--iti-path-globe-2x)
    }
}

* {
    border-radius: 0;
    box-sizing: border-box;
    color: #bfbfbf;
    font-family: Manrope, sans-serif;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off, "kern" off;
    line-height: 150%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

::-moz-selection {
    background-color: rgba(7, 217, 156, .08)
}

::selection {
    background-color: rgba(7, 217, 156, .08)
}

body {
    background: #080d09;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden
}

body main,
body.overfix {
    overflow: hidden
}

body footer {
    margin-bottom: 0;
    margin-top: auto
}

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none
}

button,
input[type=submit],
select {
    cursor: pointer
}

:focus {
    outline: transparent
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.container {
    margin: 0 auto;
    max-width: 1328px;
    width: 90%
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 500px;
        width: calc(100% - 32px)
    }
}

section {
    padding: 125px 0
}

@media screen and (max-width:1024px) {
    section {
        padding: 50px 0
    }
}

.h1,
h1 {
    background: linear-gradient(70deg, #fff 65.67%, #527461 115.11%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 72px;
    font-weight: 400;
    line-height: 130%;
    -webkit-text-fill-color: transparent
}

@media screen and (max-width:1024px) {

    .h1,
    h1 {
        font-size: 40px
    }
}

.h2,
h2 {
    background: linear-gradient(0deg, #fff 9.68%, #527461 151.21%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    -webkit-text-fill-color: transparent
}

@media screen and (max-width:1024px) {

    .h2,
    h2 {
        font-size: 32px
    }
}

h3 {
    color: #d9d9d9;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%
}

@media screen and (max-width:1024px) {
    h3 {
        font-size: 24px
    }
}

.monoType {
    font-family: DM Mono, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase
}

.blockTop {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (max-width:1024px) {
    .blockTop {
        gap: 8px
    }
}

.blockTop .monoType {
    font-size: 12px;
    margin-bottom: 8px
}

@media screen and (max-width:1024px) {
    .blockTop .monoType {
        margin-bottom: 0
    }
}

.blockTop p {
    font-size: 14px
}

.btn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 12px;
    display: flex;
    padding: 4px;
    transition: .3s;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content
}

.btn .text {
    color: #080d09;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 0 14px;
    position: relative;
    transition: .3s
}

.btn .text_success {
    color: inherit;
    display: block;
    font: inherit;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(200%);
    transition: .3s;
    width: 100%
}

.btn .icon {
    background: #080d09;
    border-radius: 8px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    position: relative;
    transition: background .3s, width .3s, min-width .3s, opacity .3s;
    width: 40px
}

.btn .icon svg {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: transform .4s;
    width: 24px;
    will-change: transform
}

.btn .icon svg * {
    transition: stroke .4s
}

.btn .icon svg:first-child {
    transform: translate(-50%, -50%)
}

.btn .icon svg:nth-child(2) {
    transform: translate(-200%, -50%)
}

.btn .icon:before {
    animation: rotation 1s linear infinite;
    border: 3px solid #080d09;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 24px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px
}

.btn:hover .icon svg:first-child {
    transform: translate(100%, -50%)
}

.btn:hover .icon svg:nth-child(2) {
    transform: translate(-50%, -50%)
}

.btn.btn-reverse {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 12px
}

.btn.btn-reverse .text {
    color: #fff
}

.btn.btn-reverse .icon {
    background: #fff
}

.btn.btn-reverse .icon svg * {
    stroke: #000
}

.btn.arrow-reverse .icon svg:first-child {
    transform: translate(-50%, -50%) rotate(90deg)
}

.btn.arrow-reverse .icon svg:nth-child(2) {
    transform: translate(-50%, -200%) rotate(90deg)
}

.btn.arrow-reverse .icon.reverse {
    transform: scaleY(-1)
}

.btn.arrow-reverse:hover .icon svg:first-child {
    transform: translate(-50%, 100%) rotate(90deg)
}

.btn.arrow-reverse:hover .icon svg:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg)
}

@keyframes rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.btn.loading {
    opacity: .7;
    pointer-events: none
}

.btn.loading .icon svg {
    opacity: 0
}

.btn.loading .icon:before {
    opacity: 1
}

.btn.success {
    background: #07d99c !important;
    pointer-events: none
}

.btn.success .text {
    transform: translateY(-200%)
}

.btn.success .icon {
    min-width: 0;
    opacity: 0;
    width: 0
}

.popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(12, 17, 15, .02);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 120
}

.popup:not(.open) * {
    pointer-events: none !important
}

.popup.open {
    opacity: 1;
    pointer-events: auto
}

.popup .scroll-container {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: auto;
    padding: 120px 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:1024px) {
    .popup .scroll-container {
        padding: 80px 0 60px
    }
}

.popup .container {
    align-items: flex-start;
    background: var(--Black, #080d09);
    border-radius: 24px;
    display: flex;
    gap: 40px;
    padding: 56px
}

@media screen and (max-width:1300px) {
    .popup .container {
        max-width: unset;
        padding: 44px;
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:1024px) {
    .popup .container {
        flex-direction: column;
        gap: 24px;
        padding: 16px;
        width: calc(100% - 32px)
    }
}

.popup .exit-btn {
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px;
    z-index: 10
}

@media screen and (max-width:1024px) {
    .popup .exit-btn {
        right: 16px;
        top: 16px
    }
}

@media not all and (pointer:coarse) {
    .popup .exit-btn:hover svg * {
        fill: #fff
    }
}

.popup .exit-btn svg {
    display: block;
    height: 48px;
    width: 48px
}

.loader {
    background: #080d09;
    height: 100%;
    z-index: 200
}

.header,
.loader {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.header {
    padding: 32px 0;
    transition: .4s;
    z-index: 100;
    box-sizing: initial;
}

@media screen and (max-width:1024px) {
    .header {
        padding: 16px 0
    }
}

@media screen and (min-width:1025px) {
    .header.fix {
        background: #080d09;
        padding: 20px 0
    }
}

.header .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__logo img {
    display: block;
    height: 32px;
    width: auto
}

@media screen and (max-width:1024px) {
    .header__menu {
        display: none
    }
}

.header__menu ul {
    display: flex;
    gap: 24px
}

@media screen and (max-width:1250px) {
    .header__menu ul {
        gap: 12px
    }
}

.header__menu li {
    display: flex;
    gap: 24px
}

@media screen and (max-width:1250px) {
    .header__menu li {
        gap: 12px
    }
}

.header__menu li:not(:last-child):after {
    content: "/"
}

.header__menu a,
.header__menu li:not(:last-child):after {
    font-family: DM Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase
}

.header__menu a {
    transition: .4s
}

@media screen and (max-width:1250px) {
    .header__menu a {
        font-size: 13px
    }
}

.header__menu a:hover {
    color: #07d99c
}

@media screen and (max-width:1024px) {
    .header__btn {
        display: none
    }
}

.header__mobMenuBtn {
    background: #fff;
    border-radius: 8px;
    height: 48px;
    position: relative;
    width: 48px
}

.header__mobMenuBtn span {
    background: #080d09;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 14px
}

.header__mobMenuBtn span:first-child {
    transform: translate(-50%, calc(-50% - 2.5px))
}

.header__mobMenuBtn span:nth-child(2) {
    transform: translate(-50%, calc(-50% + 2.5px))
}

@media screen and (min-width:1025px) {
    .header__mobMenuBtn {
        display: none
    }
}

.header__mobMenuBtn.open span:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.header__mobMenuBtn.open span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.header__mobMenuContainer {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(12, 17, 15, .02);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 80px 0 20px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 90
}

.header__mobMenuContainer.open {
    opacity: 1;
    pointer-events: auto
}

.header__mobMenuContainer .container {
    background: linear-gradient(180deg, #0c110f, #0c110f);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    height: -moz-max-content;
    height: max-content;
    justify-content: space-between;
    min-height: 100%;
    padding: 24px 16px;
    transition: .1s
}

.header__mobMenuContainer .mob__menu ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.header__mobMenuContainer .mob__menu a {
    color: var(--White, #fff);
    font-family: DM Mono, monospace;
    text-transform: uppercase
}

.header__mobMenuContainer .mob__btn,
.header__mobMenuContainer .mob__btn .text {
    width: 100%
}

.footer {
    overflow: hidden;
    padding: 54px 0 74px;
    position: relative
}

.footer .line {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(7, 217, 156, .3), hsla(0, 0%, 100%, 0));
    height: 2px;
    transform: translate(-50%);
    z-index: -1
}

.footer .line,
.footer:before {
    left: 50%;
    max-width: 1100px;
    position: absolute;
    top: 0;
    width: 90vw
}

.footer:before {
    background-image: radial-gradient(rgba(7, 217, 156, .3), rgba(7, 217, 156, 0), rgba(7, 217, 156, 0));
    border-radius: 999px;
    content: "";
    height: 90vw;
    max-height: 1100px;
    transform: translate(-50%, -50%);
    z-index: -3
}

@media screen and (max-width:1024px) {
    .footer:before {
        background-image: radial-gradient(rgba(7, 217, 156, .5), rgba(7, 217, 156, 0), rgba(7, 217, 156, 0));
        height: 200vw;
        width: 200vw
    }
}

.footer:after {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.footer .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (max-width:1024px) {
    .footer .container {
        gap: 16px
    }
}

.footer .container>p {
    color: var(--Secondary-font, #bfbfbf);
    font-family: DM Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase
}

.footer__logos {
    align-items: flex-end;
    display: flex;
    gap: 14px
}

@media screen and (max-width:1024px) {
    .footer__logos {
        align-items: center;
        flex-direction: column;
        gap: 12px
    }
}

.footer__logos img {
    height: 40px;
    width: auto
}

.footer__logos p {
    font-family: DM Mono, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 5px;
    text-transform: uppercase
}

@media screen and (max-width:1024px) {
    .footer__logos p {
        padding: 0
    }
}

.footer__socials {
    display: flex;
    gap: 40px
}

@media screen and (max-width:1024px) {
    .footer__socials {
        align-items: center;
        flex-direction: column;
        gap: 16px
    }
}

.footer__other {
    display: flex;
    gap: 40px
}

@media screen and (max-width:1024px) {
    .footer__other {
        align-items: center;
        flex-direction: column;
        gap: 16px
    }
}

.footer a {
    align-items: center;
    color: var(--White, #fff);
    display: flex;
    font-family: DM Mono, sans-serif;
    font-size: 14px;
    gap: 4px;
    line-height: 140%;
    text-transform: uppercase
}

.footer a .icon {
    height: 18px;
    overflow: hidden;
    position: relative;
    width: 18px
}

.footer a .icon svg {
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    width: 12px
}

.footer a .icon svg:nth-child(2) {
    transform: translate(-18px, 9px)
}

@media not all and (pointer:coarse) {
    .footer a:hover .icon svg:first-child {
        transform: translate(9px, -18px)
    }

    .footer a:hover .icon svg:nth-child(2) {
        transform: translate(-50%, -50%)
    }
}

.b1 {
    overflow: hidden;
    padding: 136px 0 90px;
    position: relative;
    z-index: 4
}

@media screen and (max-width:1024px) {
    .b1 {
        padding: 88px 0 104px
    }
}

.b1:after {
    background: #080d09;
    bottom: 0;
    content: "";
    filter: blur(10px);
    height: 64px;
    left: 0;
    position: absolute;
    transform: translateY(50%);
    width: 100%
}

.b1 iframe,
.b1 spline-viewer {
    height: calc(100% + 50px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.b1 .container {
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: space-between;
    min-height: calc(100vh - 226px)
}

@media screen and (max-width:1024px) {
    .b1 .container {
        gap: 64px;
        min-height: calc(100vh - 192px)
    }
}

.b1 .container.p_none {
    pointer-events: none
}

.b1__bottom,
.b1__top {
    display: flex;
    justify-content: space-between
}

.b1__bottom {
    align-items: flex-end
}

@media screen and (max-width:1024px) {
    .b1__bottom {
        flex-direction: column;
        flex-grow: 1;
        gap: 8px
    }
}

.b1__bottom .left {
    display: flex;
    flex-direction: column;
    gap: 68px;
    max-width: 630px
}

@media screen and (max-width:1024px) {
    .b1__bottom .left {
        flex-direction: column-reverse;
        flex-grow: 1;
        gap: 64px;
        justify-content: space-between
    }
}

.b1__bottom .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 500px
}

@media screen and (max-width:1024px) {
    .b1__bottom .right {
        gap: 16px;
        max-width: unset
    }
}

.b1__bottom .right p {
    font-size: 14px
}

.b1 .btn {
    pointer-events: auto
}

.b2 {
    align-items: center;
    background: #080d09;
    display: flex;
    position: relative;
    z-index: 4
}

@media screen and (max-width:1024px) {
    .b2 {
        padding: 120px 0 60px
    }
}

.b2__group {
    align-items: center;
    animation: swpr 30s linear infinite;
    display: flex
}

.b2 .box {
    padding: 0 65px
}

@media screen and (max-width:1024px) {
    .b2 .box {
        padding: 0 32px
    }
}

.b2 img {
    display: block;
    max-height: 48px;
    width: auto
}

@keyframes swpr {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.b3 {
    position: relative;
    z-index: 4
}

.b3:before {
    background: #080d09;
    height: calc(100% - 125px);
    z-index: -1
}

.b3:after,
.b3:before {
    bottom: 125px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.b3:after {
    background: linear-gradient(180deg, rgba(8, 13, 9, 0) 0, #080d09 40%, #080d09 60%, rgba(8, 13, 9, 0));
    height: 400px;
    transform: translateY(50%);
    z-index: 10
}

@media screen and (max-width:1024px) {
    .b3:after {
        bottom: 50px;
        height: 100px
    }
}

.b3 .blockTop {
    align-items: center;
    margin: 0 auto;
    max-width: 775px;
    position: relative;
    text-align: center;
    z-index: 3
}

.b3 .container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative
}

@media screen and (max-width:1024px) {
    .b3 .container {
        gap: 40px
    }
}

.b3__list {
    align-items: center;
    background: #2b2c2a;
    display: flex;
    flex-direction: column;
    gap: 1px;
    overflow: hidden;
    padding-top: 1px;
    position: relative
}

@media screen and (max-width:1024px) {
    .b3__list {
        left: 50%;
        overflow: visible;
        transform: translate(-50%);
        width: 100vw
    }
}

.b3__list:before {
    background: radial-gradient(circle, rgba(8, 13, 9, 0) 0, rgba(8, 13, 9, 0) 40%, #080d09 60%, #080d09 100%);
    content: "";
    height: 120%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    z-index: 10
}

@media screen and (max-width:1024px) {
    .b3__list:before {
        display: none
    }
}

.b3__list .blur {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b3__list .blur {
        bottom: 0;
        display: none;
        height: 200%;
        top: unset
    }
}

.b3__list .blur.blur1 {
    z-index: 2
}

.b3__list .blur.blur2 {
    z-index: 5
}

.b3__list .ellipse {
    background: #07d99c;
    border-radius: 999px;
    height: 200px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .b3__list .ellipse {
        background: radial-gradient(#07d99c, transparent, transparent);
        height: 500px;
        left: 50%;
        opacity: .2;
        transform: translate(-50%, -40%);
        width: 500px
    }
}

.b3__list .ellipse.ellipse1 {
    z-index: 1
}

@media screen and (max-width:1024px) {
    .b3__list .ellipse.ellipse1 {
        filter: blur(40px);
        transform: translate(-50%, -70%);
        z-index: 4
    }
}

.b3__list .ellipse.ellipse1.active {
    opacity: 1
}

.b3__list .ellipse.ellipse2 {
    filter: blur(40px);
    z-index: 4
}

@media screen and (max-width:1024px) {
    .b3__list .ellipse.ellipse2 {
        filter: blur(40px);
        transform: translate(-50%, -20%)
    }
}

.b3__list .ellipse.ellipse2.active {
    opacity: .2
}

.b3__list .row {
    display: flex;
    gap: 1px;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 3
}

@media screen and (max-width:1024px) {
    .b3__list .row:last-child {
        display: none
    }
}

.b3__list .side {
    background: #080d09;
    height: 185px;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b3__list .side {
        height: 100px
    }
}

.b3__list .box {
    background: #080d09;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 185px;
    justify-content: flex-end;
    min-width: 320px;
    padding: 32px;
    position: relative;
    width: 320px;
    z-index: 6
}

@media screen and (max-width:1024px) {
    .b3__list .box {
        height: 100px;
        min-width: 45vw;
        padding: 16px;
        width: 45vw
    }
}

.b3__list .box p {
    font-size: 14px
}

.b3__list .box p.num {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: normal
}

@media screen and (max-width:1024px) {
    .b3__list .box p.num {
        font-size: 24px
    }
}

.b3__list .box p.num b {
    color: #07d99c;
    font: inherit
}

.b4 {
    position: relative;
    z-index: 3
}

@media screen and (max-width:1024px) {
    .b4 {
        z-index: 4
    }
}

.b4:before {
    background: #07d99c;
    border-radius: 999px;
    content: "";
    height: 603px;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 603px;
    z-index: -2
}

@media screen and (max-width:1024px) {
    .b4:before {
        display: none
    }
}

.b4:after {
    -webkit-backdrop-filter: blur(300px);
    backdrop-filter: blur(300px);
    content: "";
    height: 400%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-40%);
    width: 100%;
    z-index: -1
}

@media screen and (max-width:1024px) {
    .b4:after {
        display: none
    }
}

.b4 .blockTop {
    align-items: center;
    margin: 0 auto;
    max-width: 840px;
    text-align: center
}

.b4 .container {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.b4__mainSlider {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative
}

@media screen and (max-width:1024px) {
    .b4__mainSlider {
        border-radius: 4px
    }
}

.b4__mainSlider:before {
    background: linear-gradient(135deg, rgba(7, 217, 156, .2), rgba(7, 217, 156, 0), rgba(7, 217, 156, .2));
    background-size: 100% 100%;
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    z-index: 2
}

.b4__mainSlider .splide__slide {
    align-items: center;
    display: flex;
    height: 540px;
    justify-content: center
}

@media screen and (max-width:1024px) {
    .b4__mainSlider .splide__slide {
        height: 220px
    }
}

.b4__mainSlider .splide__slide img {
    display: block;
    height: 100%;
    max-height: 370px;
    max-width: 740px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b4__mainSlider .splide__slide img {
        height: auto;
        max-height: calc(100% - 24px);
        width: calc(100% - 24px)
    }
}

.b4__navSlider {
    width: 100%
}

@media screen and (max-width:1024px) {
    .b4__navSlider {
        margin: -56px auto 0;
        position: relative;
        width: calc(100% - 16px);
        z-index: 3
    }
}

.b4__navSlider .splide__slide {
    background: var(--Card, linear-gradient(180deg, #0c110f 0, rgba(12, 17, 15, .5) 100%));
    border: none !important;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto !important;
    padding: 32px
}

@media screen and (max-width:1024px) {
    .b4__navSlider .splide__slide {
        gap: 8px;
        padding: 16px
    }
}

.b4__navSlider .splide__slide.is-active .progress span {
    opacity: 1;
    transform: translate(-25%);
    transition: transform 7s
}

.b4__navSlider .splide__slide.is-active h3 {
    color: #07d99c
}

.b4__navSlider .splide__slide .slide__top {
    display: flex;
    justify-content: space-between
}

.b4__navSlider .splide__slide .progress {
    background: hsla(0, 0%, 100%, .1);
    height: 2px;
    overflow: hidden;
    width: 100%
}

.b4__navSlider .splide__slide .progress span {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), #07d99c 25%, #07d99c 75%, hsla(0, 0%, 100%, .1));
    display: block;
    height: 100%;
    opacity: 0;
    transform: translate(-100%);
    width: 300%
}

.b4__navSlider .splide__slide .slide__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.b4__navSlider .splide__slide .slide__content h3 {
    transition: .6s
}

.b4__navSlider .splide__slide .slide__content p {
    color: #a6a6a6
}

@media screen and (max-width:1024px) {
    .b4__navSlider .splide__slide .slide__content p {
        font-size: 14px
    }
}

.b5 {
    position: relative;
    z-index: 3
}

@media screen and (max-width:1024px) {
    .b5 {
        padding-top: 0
    }
}

.b5:before {
    background: #07d99c;
    border-radius: 999px;
    content: "";
    height: 350px;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 350px;
    z-index: -2
}

@media screen and (min-width:1025px) {
    .b5:before {
        display: none
    }
}

.b5:after {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    content: "";
    height: 400%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-40%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width:1025px) {
    .b5:after {
        display: none
    }
}

.b5 .container {
    align-items: flex-end;
    display: flex;
    gap: 32px;
    position: relative
}

@media screen and (max-width:1024px) {
    .b5 .container {
        flex-direction: column;
        gap: 24px
    }
}

.b5 .container:before {
    background: radial-gradient(#07d99c, transparent);
    border-radius: 99px;
    bottom: 200px;
    content: "";
    height: 280px;
    opacity: .6;
    position: absolute;
    right: 0;
    transform: translateY(50%) rotate(-20deg);
    width: 850px;
    z-index: -2
}

@media screen and (max-width:1024px) {
    .b5 .container:before {
        bottom: 100px;
        height: 200px;
        left: 50%;
        right: unset;
        transform: translate(-50%, 50%) rotate(-20deg);
        width: 650px
    }
}

.b5 .container:after {
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    content: "";
    height: calc(120% + 240px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110vw;
    z-index: -1
}

.b5 .linesAnim {
    -webkit-mask: radial-gradient(#000 0, transparent 80%);
    mask: radial-gradient(#000 0, transparent 80%);
    position: relative;
    width: 100%
}

.b5 .linesAnim:before {
    content: "";
    height: 100%
}

.b5 .linesAnim svg,
.b5 .linesAnim:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.b5 .linesAnim svg {
    display: block;
    height: auto
}

.b5 .linesAnim svg:first-child {
    position: sticky
}

.b5 .linesAnim svg:first-child path {
    stroke: hsla(0, 0%, 100%, .1)
}

.b5 .linesAnim .line1 {
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-name: line1;
    animation-timing-function: linear;
    stroke-dasharray: 60 820
}

.b5 .linesAnim .line2 {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: line2;
    animation-timing-function: linear;
    stroke-dasharray: 60 900
}

.b5__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 570px
}

@media screen and (max-width:1024px) {
    .b5__left {
        width: 100%
    }
}

.b5__left .linesAnim {
    margin-bottom: -85px;
    opacity: .7
}

@media screen and (min-width:1025px) {
    .b5__left .linesAnim {
        display: none
    }
}

.b5__left .blockTop h2 {
    max-width: 430px;
    text-align: left
}

.b5__left .splide__list,
.b5__left .splide__track {
    height: -moz-max-content !important;
    height: max-content !important;
    transform: none !important
}

.b5__left .splide__slide {
    border: none !important
}

.b5__left .splide__slide:last-child {
    margin-bottom: 0 !important
}

@media not all and (pointer:coarse) {
    .b5__left .splide__slide:hover p {
        color: #fff
    }
}

.b5__left .splide__slide p {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 29px;
    position: relative;
    transition: .3s
}

@media screen and (max-width:1024px) {
    .b5__left .splide__slide p {
        font-size: 16px;
        padding-left: 20px
    }
}

.b5__left .splide__slide p:before {
    background: #2b2c2a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 5px
}

@media screen and (max-width:1024px) {
    .b5__left .splide__slide p:before {
        background: #080d09;
        width: 4px
    }
}

.b5__left .splide__slide.is-active p {
    color: #fff
}

.b5__left .splide__slide.is-active p:before {
    background: #07d99c
}

.b5__right {
    width: calc(100% - 602px)
}

@media screen and (max-width:1024px) {
    .b5__right {
        width: 100%
    }

    .b5__right .linesAnim {
        display: none
    }
}

.b5__right .splide {
    border-radius: 16px;
    position: relative;
    width: 100%;
    z-index: 3
}

.b5__right .splide:before {
    background: linear-gradient(135deg, rgba(7, 217, 156, .3), rgba(7, 217, 156, 0), rgba(7, 217, 156, .2));
    background-size: 100% 100%;
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    z-index: -1
}

.b5__right .splide:after {
    background: var(--Card, linear-gradient(180deg, #0c110f 0, rgba(12, 17, 15, .5) 100%));
    border-radius: 16px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.b5__right .splide__slide {
    align-items: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 352px;
    padding: 32px;
    text-align: center
}

@media screen and (max-width:1024px) {
    .b5__right .splide__slide {
        min-height: 242px;
        padding: 16px
    }
}

.b5__right .splide__slide h3 {
    color: #fff
}

.b5__right .splide__slide h3 b,
.b5__right .splide__slide h3 strong {
    color: #07d99c;
    font: inherit
}

@media screen and (max-width:1024px) {
    .b5__right .splide__slide p {
        font-size: 14px
    }
}

.b6 {
    position: relative;
    z-index: 5
}

.b6 .container {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 80px;
    position: relative;
    text-align: center
}

@media screen and (max-width:1024px) {
    .b6 .container {
        padding: 40px 16px
    }
}

.b6 .container:before {
    background: linear-gradient(135deg, rgba(7, 217, 156, .2), rgba(7, 217, 156, 0), rgba(7, 217, 156, .2));
    background-size: 100% 100%;
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    z-index: 2
}

.b6 p {
    max-width: 660px
}

@media screen and (max-width:1024px) {
    .b6 p {
        font-size: 14px
    }
}

.b6 .btn {
    margin-top: 8px
}

@media screen and (max-width:1024px) {

    .b6 .btn,
    .b6 .btn .text {
        width: 100%
    }
}

.b7 {
    position: relative;
    z-index: 4
}

.b7 .bg {
    content: "";
    filter: blur(2px);
    height: auto;
    left: 0;
    -webkit-mask: linear-gradient(180deg, #000 0, #000 90%, transparent);
    mask: linear-gradient(180deg, #000 0, #000 90%, transparent);
    position: absolute;
    top: 0;
    transform: translateY(-40%);
    width: 100%;
    z-index: -1
}

@media screen and (max-width:1024px) {
    .b7 .bg {
        left: 50%;
        max-width: 1100px;
        top: -80px;
        transform: translate(-50%, -10%);
        width: 170%
    }
}

.b7 .container {
    gap: 32px
}

.b7 .container,
.b7__nav {
    display: flex;
    flex-direction: column
}

.b7__nav {
    align-items: center;
    gap: 12px
}

@media screen and (max-width:1024px) {
    .b7__nav {
        margin: 0 auto;
        width: 314px
    }
}

.b7__nav .splide__track {
    height: -moz-max-content !important;
    height: max-content !important;
    width: -moz-max-content;
    width: max-content
}

@media screen and (max-width:1024px) {
    .b7__nav .splide__track {
        width: 100%
    }
}

.b7__nav .splide__list {
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 12px 50px !important
}

.b7__nav .splide__slide {
    border: none !important;
    height: 100px !important;
    outline: none !important;
    position: relative !important;
    width: 50px !important
}

.b7__nav .splide__slide:last-child {
    margin-right: 0 !important
}

.b7__nav .splide__slide:before {
    border: 1px solid #07d99c;
    border-radius: 99px;
    content: "";
    height: 66px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 25px;
    transform: translate(-50%, -50%) scale(.8);
    transition: .4s;
    width: 66px;
    z-index: -1
}

@media not all and (pointer:coarse) {
    .b7__nav .splide__slide:hover img {
        transform: scale(1.1)
    }
}

.b7__nav .splide__slide.is-active:before {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.b7__nav .splide__slide.is-active img {
    transform: none
}

.b7__nav .splide__slide.is-active p {
    opacity: 1
}

.b7__nav .splide__slide img {
    border-radius: 99px;
    display: block;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s;
    width: 50px
}

.b7__nav .splide__slide p {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%);
    transition: .4s;
    white-space: nowrap
}

.b7__main {
    left: 50%;
    margin-top: 28px;
    position: relative;
    transform: translate(-50%);
    width: 120%
}

@media screen and (max-width:1024px) {
    .b7__main {
        margin-top: 8px;
        width: 100%
    }

    .b7__main .splide__track {
        padding: 5vw !important;
        width: 100%
    }
}

.b7__main .splide__list {
    align-items: center;
    padding: 16px 0 !important
}

@media screen and (max-width:1024px) {
    .b7__main .splide__list {
        align-items: stretch
    }
}

.b7__main .splide__slide {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    position: relative
}

@media screen and (min-width:1025px) {
    .b7__main .splide__slide {
        opacity: .5;
        transition: opacity .5s
    }
}

@media screen and (max-width:1024px) {
    .b7__main .splide__slide {
        padding: 16px
    }
}

@media screen and (min-width:1025px) {
    .b7__main .splide__slide.is-active {
        opacity: 1
    }
}

.b7__main .splide__slide.is-active .corners {
    opacity: 1
}

.b7__main .splide__slide .corners {
    opacity: 0;
    transition: .5s
}

.b7__main .splide__slide .corners span {
    position: absolute
}

.b7__main .splide__slide .corners span:before {
    background: #07d99c;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px
}

.b7__main .splide__slide .corners span:after {
    background: #07d99c;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.b7__main .splide__slide .corners span:first-child {
    left: -12px;
    top: -12px
}

.b7__main .splide__slide .corners span:nth-child(2) {
    right: -12px;
    top: -12px
}

.b7__main .splide__slide .corners span:nth-child(2):after,
.b7__main .splide__slide .corners span:nth-child(2):before {
    left: unset;
    right: 0
}

.b7__main .splide__slide .corners span:nth-child(3) {
    bottom: -12px;
    left: -12px
}

.b7__main .splide__slide .corners span:nth-child(3):after,
.b7__main .splide__slide .corners span:nth-child(3):before {
    bottom: 0;
    top: unset
}

.b7__main .splide__slide .corners span:nth-child(4) {
    bottom: -12px;
    right: -12px
}

.b7__main .splide__slide .corners span:nth-child(4):after,
.b7__main .splide__slide .corners span:nth-child(4):before {
    bottom: 0;
    left: unset;
    right: 0;
    top: unset
}

.b7__main .splide__slide:before {
    background: linear-gradient(135deg, rgba(7, 217, 156, .2), rgba(7, 217, 156, 0), rgba(7, 217, 156, .05));
    background-size: 100% 100%;
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    z-index: -1
}

.b7__main .splide__slide:after {
    background: var(--Card, linear-gradient(180deg, #0c110f 0, rgba(12, 17, 15, .5) 100%));
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.b7__main .splide__slide .comment,
.b7__main .splide__slide .comment p {
    color: #fff
}

.b7__main .splide__slide .author {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: auto
}

.b7__main .splide__slide .author img {
    border-radius: 99px;
    display: block;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.b7__main .splide__slide .author p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

.b7__main .splide__slide .author span {
    color: hsla(0, 0%, 100%, .5);
    display: block;
    letter-spacing: .32px
}

.b8 {
    position: relative
}

.b8:before {
    background-image: radial-gradient(rgba(7, 217, 156, .1), rgba(7, 217, 156, 0));
    border-radius: 999px;
    content: "";
    height: 60vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-65%, -50%);
    width: 60vw;
    z-index: -3
}

@media screen and (max-width:1024px) {
    .b8:before {
        background-image: radial-gradient(rgba(7, 217, 156, .21), rgba(7, 217, 156, 0));
        height: 100vw;
        top: 0;
        transform: translate(-50%, -20%);
        width: 100vw
    }
}

.b8:after {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    content: "";
    height: 70vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-65%, -50%);
    width: 70vw;
    z-index: -2
}

@media screen and (max-width:1024px) {
    .b8:after {
        height: 120vw;
        top: 0;
        transform: translate(-50%, -20%);
        width: 100vw
    }
}

.b8 .container {
    align-items: flex-start;
    display: flex;
    gap: 40px
}

@media screen and (max-width:1024px) {
    .b8 .container {
        flex-direction: column;
        gap: 24px
    }
}

.b8__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 414px
}

@media screen and (max-width:1024px) {
    .b8__left {
        gap: 16px;
        width: 100%
    }
}

.b8__left .txt {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (max-width:1024px) {
    .b8__left .txt {
        gap: 8px
    }
}

.b8__left .txt h2 {
    text-align: left
}

.b8__left .txt p {
    font-size: 14px
}

.b8__left .buttons {
    display: flex;
    gap: 6px
}

@media screen and (max-width:1024px) {
    .b8__left .buttons {
        flex-direction: column;
        gap: 16px
    }
}

.b8__left .buttons .link {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 12px;
    color: hsla(0, 0%, 100%, .8);
    display: flex;
    flex-grow: 1;
    font-family: DM Mono, monospace;
    font-size: 14px;
    gap: 6px;
    justify-content: center;
    line-height: 140%;
    padding: 14px 10px;
    text-transform: uppercase;
    transition: .4s
}

@media screen and (max-width:1024px) {
    .b8__left .buttons .link {
        width: 100%
    }
}

.b8__left .buttons .link svg {
    height: 20px;
    width: 20px
}

.b8__left .buttons .link svg * {
    transition: .4s
}

.b8__left .buttons .link svg .stroke {
    stroke: hsla(0, 0%, 100%, .8)
}

.b8__left .buttons .link svg .fill {
    fill: hsla(0, 0%, 100%, .8)
}

@media not all and (pointer:coarse) {
    .b8__left .buttons .link:hover {
        background: #fff;
        color: #080d09
    }

    .b8__left .buttons .link:hover svg .stroke {
        stroke: #080d09
    }

    .b8__left .buttons .link:hover svg .fill {
        fill: #080d09
    }
}

.b8__right {
    background: linear-gradient(61deg, #fff -11.18%, #d4fff3 132.14%);
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 32px;
    width: calc(100% - 454px)
}

@media screen and (max-width:1024px) {
    .b8__right {
        border-radius: 16px;
        gap: 24px;
        padding: 16px;
        width: 100%
    }
}

.b8__right .input-box {
    width: calc(50% - 16px)
}

@media screen and (max-width:1200px) {
    .b8__right .input-box {
        width: 100%
    }
}

.b8__right .input-box.w100 {
    width: 100%
}

.b8__right .input-box label {
    color: #080d09;
    display: block;
    font-family: DM Mono, monospace;
    font-size: 14px;
    text-transform: uppercase
}

.b8__right .input-box input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(8, 13, 9, .2);
    color: #080d09;
    display: block;
    font-size: 24px;
    line-height: 130%;
    padding: 8px 0;
    transition: .4s;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b8__right .input-box input {
        font-size: 20px
    }
}

.b8__right .input-box input::-moz-placeholder {
    color: #bfbfbf
}

.b8__right .input-box input::placeholder {
    color: #bfbfbf
}

.b8__right .input-box input:focus {
    border-color: #080d09
}

.b8__right .input-box .iti__selected-dial-code {
    color: #080d09;
    font-size: 24px;
    line-height: 130%
}

.b8__right .input-box .iti__arrow {
    background-image: url(../assets/img/arrow-down.svg);
    border: none !important;
    height: 16px;
    width: 16px
}

.b8__right .input-box .iti__search-input {
    font-size: 16px;
    padding: 8px
}

.b8__right .input-box .iti__country-list .iti__country-name {
    color: rgba(8, 13, 9, .8)
}

.b8__right .input-box .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,
.b8__right .input-box .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary {
    background: rgba(7, 217, 156, .1)
}

.b8__right .input-box .iti__selected-country-primary {
    transition: .3s
}

.b8__right .input-box.invalid input {
    border-color: red
}

.b8__right .bottom {
    align-items: center;
    display: flex;
    gap: 24px
}

@media screen and (max-width:1024px) {
    .b8__right .bottom {
        flex-direction: column;
        gap: 16px;
        width: 100%
    }

    .b8__right .bottom .btn,
    .b8__right .bottom .btn .text {
        width: 100%
    }
}

.b8__right .bottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media screen and (max-width:1024px) {
    .b8__right .bottom p {
        text-align: center
    }
}

.b8__right .bottom p a {
    color: #080d09;
    text-decoration: underline;
    transition: .3s
}

.b8__right .bottom p a:hover {
    text-decoration-color: transparent
}

.b8__right .btn {
    background: #080d09
}

.b8__right .btn .text {
    color: #fff
}

.b8__right .btn .icon {
    background: #fff
}

.b8__right .btn .icon svg * {
    stroke: #080d09
}

.b9 {
    position: relative
}

.b9:before {
    background-image: radial-gradient(rgba(7, 217, 156, .1), rgba(7, 217, 156, 0));
    border-radius: 999px;
    content: "";
    height: 60vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    z-index: -3
}

@media screen and (max-width:1024px) {
    .b9:before {
        background-image: radial-gradient(rgba(7, 217, 156, .2), rgba(7, 217, 156, 0));
        height: 120vw;
        top: 80%;
        width: 120vw
    }
}

.b9:after {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    content: "";
    height: 70vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    z-index: -2
}

@media screen and (max-width:1024px) {
    .b9:after {
        height: 150vw;
        top: 80%;
        width: 100vw
    }
}

.b9 .container {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media screen and (max-width:1024px) {
    .b9 .container {
        gap: 24px
    }
}

.b9 .blockTop {
    align-items: flex-start;
    text-align: left
}

.b9 .blockTop h2 span {
    color: var(--Secondary-font, #bfbfbf);
    font-family: DM Mono, monospace;
    font-size: 14px;
    padding-left: 10px
}

.b9 .controls {
    display: flex;
    gap: 24px;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width:1024px) {
    .b9 .controls {
        gap: 16px;
        position: static
    }

    .b9 .controls .btn,
    .b9 .controls .btn .text {
        width: 100%
    }
}

.b9 .splide__arrows {
    display: flex;
    gap: 16px
}

@media screen and (max-width:1024px) {
    .b9 .splide__arrows {
        gap: 8px
    }
}

.b9 .splide__arrow {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    left: unset;
    opacity: 1;
    overflow: hidden;
    position: relative;
    right: unset;
    top: unset;
    transform: none !important;
    width: 64px
}

.b9 .splide__arrow svg {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .4s
}

.b9 .splide__arrow svg:first-child {
    transform: translate(-50%, -50%)
}

.b9 .splide__arrow svg:nth-child(2) {
    transform: translate(-320%, -50%)
}

@media screen and (max-width:1024px) {
    .b9 .splide__arrow svg:nth-child(2) {
        display: none
    }
}

.b9 .splide__arrow.splide__arrow--prev svg:first-child {
    transform: translate(-50%, -50%) scaleX(-1)
}

.b9 .splide__arrow.splide__arrow--prev svg:nth-child(2) {
    transform: translate(320%, -50%) scaleX(-1)
}

@media screen and (max-width:1024px) {
    .b9 .splide__arrow.splide__arrow--prev svg:nth-child(2) {
        display: none
    }
}

@media not all and (pointer:coarse) {
    .b9 .splide__arrow:hover svg:first-child {
        transform: translate(220%, -50%)
    }

    .b9 .splide__arrow:hover svg:nth-child(2) {
        transform: translate(-50%, -50%)
    }

    .b9 .splide__arrow:hover.splide__arrow--prev svg:first-child {
        transform: translate(-320%, -50%) scaleX(-1)
    }

    .b9 .splide__arrow:hover.splide__arrow--prev svg:nth-child(2) {
        transform: translate(-50%, -50%) scaleX(-1)
    }
}

.b9 .splide__track {
    overflow: visible;
    width: 84%
}

@media screen and (max-width:1024px) {
    .b9 .splide__track {
        width: 100%
    }
}

.b9 .splide__slide {
    background: rgba(12, 17, 15, .5);
    border-radius: 16px;
    display: flex;
    opacity: .6;
    transition: .5s
}

@media not all and (pointer:coarse) {
    .b9 .splide__slide:hover .img img {
        transform: scale(1.05)
    }
}

@media screen and (max-width:1024px) {
    .b9 .splide__slide {
        flex-direction: column
    }
}

.b9 .splide__slide.is-active {
    opacity: 1
}

.b9 .splide__slide .img {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    width: 50%
}

@media screen and (max-width:1024px) {
    .b9 .splide__slide .img {
        width: 100%
    }
}

.b9 .splide__slide .img img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: 1s;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b9 .splide__slide .img img {
        height: auto;
        position: static
    }
}

.b9 .splide__slide .text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    min-height: 300px;
    padding: 24px 24px 24px 32px;
    width: 50%
}

@media screen and (max-width:1024px) {
    .b9 .splide__slide .text {
        gap: 24px;
        min-height: unset;
        padding: 16px;
        width: 100%
    }
}

.b9 .splide__slide .text .title {
    color: #fff;
    font-size: 24px;
    line-height: 130%
}

@media screen and (max-width:1024px) {
    .b9 .splide__slide .text .title {
        font-size: 20px
    }
}

.b9 .splide__slide .text .author {
    align-items: center;
    display: flex;
    gap: 14px
}

.b9 .splide__slide .text .author img {
    border-radius: 8px;
    display: block;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 48px
}

.b9 .splide__slide .text .author .txt {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.b9 .splide__slide .text .author .txt p {
    color: #fff;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 0;
}

.b9 .splide__slide .text .author .txt span {
    display: block;
    font-family: DM Mono, monospace;
    font-size: 14px;
    text-transform: uppercase
}

.b10 {
    position: relative
}

.b10 .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media screen and (max-width:1024px) {
    .b10 .container {
        gap: 24px
    }
}

.b10 .blockTop {
    align-items: flex-start;
    flex-direction: row;
    gap: 50px;
    justify-content: flex-start;
    position: relative;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b10 .blockTop {
        flex-direction: column;
        gap: 16px
    }
}

.b10 .blockTop .monoType {
    width: calc(30% - 25px)
}

@media screen and (max-width:1024px) {
    .b10 .blockTop .monoType {
        margin: 0;
        width: 100%
    }
}

.b10 .blockTop h2 {
    text-align: left;
    width: calc(70% - 25px)
}

@media screen and (max-width:1024px) {
    .b10 .blockTop h2 {
        width: 100%
    }
}

.b10__list {
    width: 100%
}

.b10__list .box {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 50px
}

.b10__list .box:last-child .box__text {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media screen and (min-width:1025px) {
    @media not all and (pointer:coarse) {
        .b10__list .box:hover .box__img img {
            opacity: 1
        }

        .b10__list .box:hover .box__text {
            background: hsla(0, 0%, 100%, .05)
        }
    }

    .b10__list .box.active .box__img img {
        opacity: 1
    }

    .b10__list .box.active .box__text {
        background: hsla(0, 0%, 100%, .05)
    }

    .b10__list .box:not(.active):not(:hover) .btn {
        background: transparent
    }

    .b10__list .box:not(.active):not(:hover) .btn .text {
        color: transparent
    }

    .b10__list .box:not(.active):not(:hover) .btn .icon {
        background: #fff
    }

    .b10__list .box:not(.active):not(:hover) .btn .icon svg * {
        stroke: #080d09
    }
}

.b10__list .box__img {
    position: relative;
    width: calc(30% - 25px)
}

@media screen and (max-width:1024px) {
    .b10__list .box__img {
        display: none
    }
}

.b10__list .box__img img {
    border-radius: 8px;
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%
}

.b10__list .box__text {
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    gap: 24px;
    padding: 40px 24px;
    transition: .5s;
    width: calc(70% - 25px)
}

@media screen and (max-width:1024px) {
    .b10__list .box__text {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding: 24px 0;
        width: 100%
    }
}

.b10__list .box__text .char {
    color: #fff;
    font-family: DM Mono, monospace;
    font-size: 14px;
    min-width: 220px;
    text-transform: uppercase;
    width: 220px
}

@media screen and (max-width:1024px) {
    .b10__list .box__text .char {
        min-width: 100%;
        width: 100%
    }
}

.b10__list .box__text .title {
    width: 100%
}

.b10__list .box__text .title p {
    font-family: DM Mono, monospace;
    font-size: 14px;
    text-transform: uppercase
}

.b10__list .box__text .title h3 {
    color: #fff
}

.b10__list .box__text .btn {
    min-width: -moz-max-content;
    min-width: max-content
}

@media screen and (max-width:1024px) {

    .b10 .btn,
    .b10 .btn .text {
        width: 100%
    }
}

.b10 .toggleContainer {
    overflow: hidden;
    transition: .5s
}

.b11 {
    position: relative;
    transition: .5s
}

.b11 .linesAnim {
    -webkit-mask: radial-gradient(red 0, transparent 80%);
    mask: radial-gradient(red 0, transparent 80%);
    opacity: .6;
    position: absolute;
    top: -40px;
    width: 100%
}

@media screen and (max-width:1024px) {
    .b11 .linesAnim {
        display: none
    }
}

.b11 .linesAnim:first-child {
    left: calc(50% + 140px)
}

.b11 .linesAnim:nth-child(2) {
    right: calc(50% + 140px)
}

.b11 .linesAnim:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.b11 .linesAnim svg {
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.b11 .linesAnim svg:first-child {
    position: sticky
}

.b11 .linesAnim svg:first-child path {
    stroke: hsla(0, 0%, 100%, .1)
}

.b11 .linesAnim .line1 {
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-name: line1;
    animation-timing-function: linear;
    stroke-dasharray: 60 820
}

@keyframes line1 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 880
    }
}

.b11 .linesAnim .line2 {
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-name: line2;
    animation-timing-function: linear;
    stroke-dasharray: 60 900
}

@keyframes line2 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 960
    }
}

.b11 .linesAnim .line3 {
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-name: line3;
    animation-timing-function: linear;
    stroke-dasharray: 60 1100
}

@keyframes line3 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 1160
    }
}

.b11 .linesAnim .line4 {
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-name: line4;
    animation-timing-function: linear;
    stroke-dasharray: 60 1060
}

@keyframes line4 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 1120
    }
}

.b11:before {
    background-image: radial-gradient(rgba(7, 217, 156, .1), rgba(7, 217, 156, 0));
    border-radius: 999px;
    content: "";
    height: 70vw;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 70vw;
    z-index: -3
}

@media screen and (max-width:1024px) {
    .b11:before {
        background-image: radial-gradient(rgba(7, 217, 156, .2), rgba(7, 217, 156, 0));
        height: 120vw;
        transform: translate(-60%);
        width: 120vw
    }
}

.b11:after {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    content: "";
    height: 120%;
    left: 0;
    position: absolute;
    top: -20%;
    width: 100%;
    z-index: -2
}

.b11:not(.open) {
    padding-bottom: 32px
}

.b11.open .container:before {
    opacity: 0;
    pointer-events: none
}

.b11.open .btn {
    transform: none
}

.b11 .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative
}

@media screen and (min-width:1025px) {
    .b11 .container {
        max-width: 900px
    }
}

.b11 .container:before {
    content: "";
    background: linear-gradient(180deg, rgba(8, 13, 9, 0), #080d09 30%);
    bottom: -92px;
    height: 340px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: .5s;
    width: 110vw;
    z-index: 5
}

.b11 .blockTop {
    text-align: center
}

.b11 .toggleContainer {
    overflow: hidden;
    transition: .5s
}

.b11 .acc,
.b11 .toggleHeight {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.b11 .acc-box {
    background: #080d09;
    border-radius: 16px;
    position: relative
}

.b11 .acc-box:before {
    background: linear-gradient(-160deg, rgba(7, 217, 156, .3), rgba(7, 217, 156, .3), rgba(7, 217, 156, 0), rgba(7, 217, 156, .1));
    background-size: 200% 100%;
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    transition: .3s;
    z-index: 2
}

@media not all and (pointer:coarse) {
    .b11 .acc-box:hover:before {
        background-position: 50% 0
    }
}

.b11 .acc-title {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 24px 32px
}

@media screen and (max-width:1024px) {
    .b11 .acc-title {
        padding: 16px 24px
    }
}

.b11 .acc-title.open .icon:after {
    transform: translate(-50%, -50%)
}

.b11 .acc-title p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

@media screen and (max-width:1024px) {
    .b11 .acc-title p {
        font-size: 16px;
        line-height: 24px
    }
}

.b11 .acc-title .icon {
    height: 24px;
    min-width: 24px;
    opacity: .8;
    position: relative;
    transition: .3s;
    width: 24px
}

.b11 .acc-title .icon:before {
    transform: translate(-50%, -50%)
}

.b11 .acc-title .icon:after,
.b11 .acc-title .icon:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 24px
}

.b11 .acc-title .icon:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.b11 .acc-body {
    display: none;
    padding: 0 32px 24px
}

@media screen and (max-width:1024px) {
    .b11 .acc-body {
        padding: 0 24px 16px
    }

    .b11 .acc-body p {
        font-size: 14px
    }
}

.b11 .acc-body p:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (max-width:1024px) {
    .b11 .acc-body p:not(:last-child) {
        margin-bottom: 8px
    }
}

.b11 .btn {
    margin: 0 auto;
    transform: translateY(-90px);
    z-index: 7
}

@media screen and (max-width:1024px) {

    .b11 .btn,
    .b11 .btn .text {
        width: 100%
    }
}

.error404 {
    position: relative;
    z-index: 2
}

@media screen and (max-width:1024px) {
    .error404 {
        padding: 120px 0 80px
    }
}

.error404 .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    min-height: calc(100vh - 550px)
}

@media screen and (max-width:1024px) {
    .error404 .container {
        min-height: unset
    }
}

.error404__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.error404__bg svg,
.error404__bg:before {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.error404__bg:before {
    background: radial-gradient(#07d99c, transparent, transparent);
    border-radius: 999px;
    content: "";
    filter: blur(10px);
    opacity: .1
}

@media screen and (max-width:1024px) {
    .error404__bg:before {
        background: radial-gradient(#07d99c, #07d99c, transparent, transparent)
    }
}

.error404__tag {
    background: hsla(0, 0%, 100%, .1);
    line-height: 140%;
    padding: 10px
}

.error404__description,
.error404__tag {
    color: #fff;
    font-family: DM Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.error404__description {
    line-height: 200%;
    text-align: center
}

.error404 .btn {
    margin-top: 8px
}

.b7__nav {
    display: none !important
}

.wp-block-image img {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

.content-header .tp-bg img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bg-d img {
    max-height: 970px
}

.b4:before {
    background: radial-gradient(#07d99c, #07d99c, transparent, transparent, transparent);
    filter: blur(30px);
    height: 800px;
    opacity: .1;
    transform: translate(-50%, -20%);
    width: 100%
}

.b4:after {
    display: none !important
}

.b5 .container:after {
    width: 99vw
}

@media screen and (max-width: 1024px) {

    .b8,
    .b9 {
        z-index: 3;
    }
}

/* .single-post .b11 .container:before {
    display: none;
} */