html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    background: rgb(239 214 214 / 0%);
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0,0,0,0)
}

ins {
    background-color: #ff9;
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:focus,:active {
    outline: none
}

a:focus,a:active {
    outline: none
}

nav,footer,header,aside {
    display: block
}

html,body {
    height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    overflow-x: hidden
}

header,section,footer {
    position: relative
}

input,button,textarea {
    font-family: inherit
}

textarea {
    resize: none
}

input::-ms-clear {
    display: none
}

button {
    color: inherit;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    font-size: inherit
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    -webkit-text-decoration: none;
    text-decoration: none
}

a,a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit
}

ul li {
    list-style: none
}

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

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    margin: 0
}

input,textarea,button,select,a {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@font-face {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    src: url(assets/d9131a57f5317033ca03.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 500;
    src: url(assets/4552ae72fb5eb983a7ac.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 600;
    src: url(assets/b3afb4a8566888243f2b.woff) format("woff");
    font-display: swap
}

@media only screen and (max-width: 960px) {
    html {
        font-size:calc(1px + 1.5*(100vw - 375px)/584)
    }
}

@media only screen and (min-width: 961px) {
    html {
        font-size:calc(.5px + .5*(100vw - 960px)/960)
    }
}

.container {
    padding: 0 85rem;
    width: 100%
}

@media only screen and (max-width: 960px) {
    .container {
        padding:0 15rem
    }
}

.btn {
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    line-height: 1;
    border: none;
    padding: 1rem;
    font-size: 21rem;
    background-color: #272727;
    color: #fff;
    font-weight: 500;
    border-radius: 12rem;
    transition: background-color .3s, color .3s, box-shadow .3s
}

.btn__container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03142a;
    padding: 16rem 32rem;
    border-radius: 12rem;
    gap: 10rem;
    transition: background-color .3s;
    position: relative;
    z-index: 2
}

.btn__icon {
    width: 24rem;
    max-width: none;
    max-height: none
}

.btn__text {
    position: relative;
    z-index: 2
}

.btn._gray::before,.btn._gray::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12rem;
    transition: opacity .1s
}

.btn._gray::before {
    background: linear-gradient(322deg, rgba(106, 106, 106, 0.2) 20.33%, #D0D0D0 107.13%)
}

.btn._gray::after {
    background: linear-gradient(322deg, rgba(63, 105, 255, 0.2) 20.33%, #3F69FF 107.13%);
    opacity: 0
}

.btn._gray:focus,.btn._gray:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.btn._gray:hover {
    background-color: #3b3b3b
}

.btn._gray:hover .btn__container {
    background-color: #3b3b3b
}

.btn._gray:active {
    transition: background-color .1s, color .1s;
    background-color: #fff;
    color: #000
}

.btn._gray:active::after {
    opacity: 1
}

.btn._gray:active::before {
    opacity: 0
}

.btn._gray:active .btn__container {
    background-color: #fff;
    transition: background-color .1s
}

.btn._gray:active .btn__icon {
    filter: invert(100%);
    transition: filter .1s
}

.btn._accent {
    padding: 15rem 26rem;
    background-color: rgba(182,142,217,.4);
    padding: 2rem
}

.btn._accent .btn__container {
    gap: 5rem;
    background-color: #0b2a56;
    border: 1rem solid #1ab9ee;
    position: relative
}

.btn._accent .btn__container::before {
    content: "";
    width: calc(100% - 90rem);
    height: 30rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #94cbdd;
    filter: blur(18rem);
    border-radius: 70rem;
    transform: translate(-50%, 50%);
    transition: .3s
}

.btn._accent:hover .btn__container {
    background-color: #021122
}

.btn._accent:hover .btn__container::before {
    transform: translate(-50%, 20%)
}

.btn._accent:active .btn__container {
    background-color: #00d5ff;
    color: #fff;
    transition: background-color .1s, color .1s
}

@media only screen and (max-width: 960px) {
    .btn {
        font-size:14.5rem;
        border-radius: 9rem
    }

    .btn__container {
        padding: 11rem;
        border-radius: 9rem
    }

    .btn__icon {
        width: 16rem
    }

    .btn::before,.btn::after {
        border-radius: 9rem
    }

    .btn._gray:hover {
        background-color: #272727
    }

    .btn._gray:hover .btn__container {
        background-color: #272727
    }

    .btn._gray:active {
        background-color: #272727;
        color: #fff
    }

    .btn._gray:active::after {
        opacity: 0
    }

    .btn._gray:active::before {
        opacity: 1
    }

    .btn._gray:active .btn__container {
        background-color: #272727
    }

    .btn._gray:active .btn__icon {
        filter: none
    }
}

input,textarea {
    font-size: 21rem;
    color: inherit;
    line-height: 1.2;
    font-weight: 400
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666
}

input::placeholder,textarea::placeholder {
    color: #666
}

.text-hover__inner {
    display: block;
    overflow: clip;
    position: relative
}

.text-hover__elem {
    display: block
}

.text-hover__elem-2 {
    position: absolute
}

@media only screen and (max-width: 960px) {
    .text-hover__elem-2 {
        display:none
    }
}

body {
    min-width: 320px;
    position: relative;
    font-size: 21rem;
    line-height: 1.2;
    font-family: "Inter Tight",sans-serif;
    color: #fff;
    background-color: #121c27; /* Dark blue background */
    scrollbar-width: 0px
}

body::-webkit-scrollbar-track {
    background: #fff
}

body::-webkit-scrollbar {
    width: 0px
}

body.scroll-disabled {
    overflow: hidden
}

section {
    padding: 130rem 0
}

.overflow-hidden {
    overflow: hidden
}

.slide-anime {
    opacity: 0;
    transform: translateY(100rem)
}

.title {
    font-size: 80rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(92deg, #f57309b8 15.32%, #00e9ff9e 88.03%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    display: inline-block;
    position: relative
}

.subtitle {
    background: linear-gradient(91deg, #FFF 8.17%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.glare {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.glare._h {
    width: 42rem;
    height: 2rem
}

.glare._v {
    width: 2rem;
    height: 42rem
}

.glare-container {
    position: relative
}

.grid {
    width: 100%
}

.grid-container {
    display: flex;
    position: absolute;
    width: 380rem
}

.grid-container._left {
    top: 60rem;
    left: 0
}

.grid-container._right {
    top: 30rem;
    right: 0
}

.grid__glare-1 {
    top: 64rem;
    left: 85rem
}

.grid__glare-2 {
    top: 190rem;
    right: 85rem
}

.grid__glare-3 {
    bottom: 30rem;
    right: 160rem
}

/* Glassmorphism */
.glassmorphism {
  background: rgba(43, 62, 85, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

/* Neumorphism */
.neumorphism-outset {
  background: #121c27;
  box-shadow: 12px 12px 24px #0e161f, -12px -12px 24px #16222f;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.neumorphism-outset:active {
  box-shadow: inset 12px 12px 24px #0e161f, inset -12px -12px 24px #16222f;
}

.neumorphism-outset-heavy {
  background: #121c27;
  box-shadow: 20px 20px 40px #0c1218, -20px -20px 40px #182636;
  border-radius: 24px;
}

.neumorphism-inset {
  background: #121c27;
  box-shadow: inset 12px 12px 24px #0e161f, inset -12px -12px 24px #16222f;
  border-radius: 20px;
}

.neumorphism-inset-heavy {
    background: #121c27;
    box-shadow: inset 20px 20px 40px #0c1218, inset -20px -20px 40px #182636;
    border-radius: 24px;
}

.glowing-border {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 1px;
}

.glowing-border::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(transparent, rgba(0, 223, 255, 0.5), rgba(234, 242, 241, 0.5), transparent 30%);
  animation: rotate 6s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@media only screen and (max-width: 960px) {
    body {
        font-size:14.5rem
    }

    section {
        padding: 30rem 0
    }

    .title {
        font-size: 36rem;
        max-width: 100%
    }

    .title br {
        display: none
    }

    .glare._h {
        width: 21rem;
        height: 1rem
    }

    .glare._v {
        width: 1rem;
        height: 21rem
    }

    .grid-container {
        display: none
    }
}

.header {
    z-index: 10
}

.header-anime {
    transform: translateY(20rem);
    opacity: 0
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25rem;
    padding-bottom: 25rem
}

.header__logo {
    display: flex
}

.header__logo-img {
    width: 300rem
}

.header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 20px;
}

.header__menu-item {
    padding: 0 16rem;
    transition: color .3s
}

.header__menu-btn {
    display: none
}

.header__hamburger-btn {
    display: none
}

@media only screen and (max-width: 960px) {
    .header__container {
        padding-top:15rem;
        padding-bottom: 15rem;
        justify-content: space-between
    }

    .header__container-inner {
        display: flex;
        gap: 10rem
    }

    .header__logo {
        position: relative;
        z-index: 2
    }

    .header__logo-img {
        width: 400rem
    }

    .header__menu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        padding: 80rem 15rem;
        margin-left: 0;
        gap: 0;
        width: 100vw;
        height: 100vh;
        background-color: #070707;
        transform: translateY(-110%);
        transition: transform .7s;
        overflow-y: auto
    }

    .header__menu.active {
        transform: translateY(0%)
    }

    .header__menu-item {
        color: #fff;
        font-size: 29rem;
        font-weight: 500;
        border-bottom: 1rem solid #24232c;
        padding: 22rem 0;
        background: linear-gradient(92deg, #FFF 28.41%, #AC79DD 80.95%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        text-align: center
    }

    .header__menu-item:active {
        color: #fff
    }

    .header__menu-btn {
        margin: 22rem auto 0;
        display: inline-flex;
        flex: 0 0 auto
    }

    .header__btn {
        position: relative;
        width: auto;
        height: 38rem
    }

    .header__btn .btn__container {
        gap: 7rem
    }

    .header__hamburger-btn {
        display: flex;
        width: 38rem;
        height: 38rem
    }

    .header__hamburger-btn .btn__container {
        padding: 0;
        width: 36rem;
        height: 36rem
    }

    .header__hamburger-btn.active .header__hamburger-icon::before {
        opacity: 0
    }

    .header__hamburger-btn.active .header__hamburger-icon::after {
        opacity: 1
    }

    .header__hamburger-icon {
        display: block;
        width: 18rem;
        height: 18rem;
        position: relative
    }

    .header__hamburger-icon::before,.header__hamburger-icon::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        transition: opacity .3s
    }

    .header__hamburger-icon::before {
        background-image: url(assets/1e9d7dcf8bdc0ca91a41.svg)
    }

    .header__hamburger-icon::after {
        background-image: url(assets/ec8c779bcc96866f522f.svg);
        opacity: 0
    }
}

.footer::before {
    content: "";
    width: 1790rem;
    height: 612rem;
    background-image: url(assets/82468709adc3f41e8015.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0
}

.footer__container {
    border-top: 1rem solid #1dcee8;
    position: relative;
    padding-top: 45rem;
    padding-bottom: 85rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer__container-inner {
    display: flex;
    align-items: flex-start;
    gap: 200rem;
    padding-right: 170rem
}

.footer__logo {
    width: 300rem;
    margin-bottom: 85rem
}

.footer__heading {
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 32rem
}

.footer__form-title {
    margin-bottom: 40rem;
    font-size: 42rem;
    width: 330rem
}

.footer__form-container {
    position: relative;
    display: flex;
    width: 420rem
}

.footer__form-input {
    width: 100%;
    height: 70rem;
    background: linear-gradient(180deg, #0a141f 0%, #070a21 100%);
    border: 1px solid rgba(0, 223, 255, 0.67);
    border-radius: 13rem;
    padding: 20rem 220rem 20rem 20rem;
    color: #fff;
    transition: all .3s;
}

.footer__form-input:focus {
    background: linear-gradient(180deg, #041223 0%, #030d18 100%) !important
}

.footer__form-btn {
    position: absolute;
    right: 5rem;
    top: 5rem
}

.footer__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem
}

.footer__menu-container {
    display: flex;
    gap: 165rem
}

.footer__menu-item {
    color: rgb(255 255 255 / 72%);
    transition: color .3s
}

.footer__menu-item:hover {
    color: #fff
}

.footer__social-container {
    display: flex;
    align-items: center;
    gap: 16rem
}

.footer__social-item {
    width: 64rem;
    height: 64rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.footer__social-item:hover {
    background-color: #44cfd5
}

.footer__social-item:active {
    background-color: #22d3d2;
    transition: .1s
}

.footer__social-item:active path {
    fill: #fff;
    transition: .1s
}

.footer__social-icon {
    width: 24rem;
    height: 25rem
}

.footer__social-icon path {
    transition: .3s
}

.footer__copyrights {
    color: #e6ebeb;
    padding-top: 25rem;
    padding-bottom: 25rem;
    position: relative
}

.footer__copyrights::before {
    content: "";
    width: 100%;
    height: 1rem;
    background: linear-gradient(90deg, #00f4ff 0%, rgb(234 242 241 / 79%) 65.88%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

@media only screen and (max-width: 960px) {
    .footer::before {
        width:100%;
        height: 560rem;
        background-image: url(assets/00ccab4ae286d0ee60fd.png)
    }

    .footer__container {
        border: none;
        padding-top: 30rem;
        padding-bottom: 30rem;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    .footer__container-inner {
        margin-top: 30rem;
        flex-direction: column;
        gap: 40rem
    }

    .footer__logo {
        width: 777rem;
        margin-bottom: 267rem
    }

    .footer__heading {
        font-size: 14.5rem
    }

    .footer__form-title {
        margin-bottom: 15rem;
        font-size: 29rem;
        width: 230rem
    }

    .footer__form-container {
        width: 100%
    }

    .footer__form-input {
        height: 45rem;
        border-radius: 9rem;
        padding: 15rem 130rem 15rem 15rem;
        font-size: 14.5rem
    }

    .footer__form-btn {
        position: absolute;
        right: 2rem;
        top: 2rem;
        height: 40rem;
        align-items: stretch
    }

    .footer__form-btn .btn__container {
        padding: 0 11rem
    }

    .footer__menu {
        gap: 20rem
    }

    .footer__menu-container {
        display: flex;
        justify-content: space-between
    }

    .footer__menu-item {
        white-space: nowrap
    }

    .footer__social-container {
        gap: 11rem
    }

    .footer__social-item {
        width: 44rem;
        height: 44rem
    }

    .footer__social-icon {
        width: 16rem;
        height: 16rem
    }

    .footer__copyrights {
        padding: 15rem 15rem 30rem
    }
}

.main {
    padding: 100rem 0 450rem;
    background-image: url(assets/8f10fbf1f0483b0898e9.png);
    background-size: cover;
    background-position: center bottom;
    min-height: 100vh
}

.main-anime {
    transform: translateY(100rem);
    opacity: 0
}

.main__video {
    position: absolute;
    width: 1580rem;
    height: 700rem;
    top: 55rem;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.main__video._mobile {
    display: none
}

.main__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.main__top {
    display: flex;
    align-items: center;
    gap: 13rem;
    line-height: 1;
    padding: 14rem 32rem;
    background-color: #0d2646;
    border-radius: 75rem;
    margin-bottom: 35rem
}

.main__top-icon {
    width: 24rem
}

.main__logo {
    width: 500rem;
    margin-bottom: 100rem
}

.main__title {
    margin-bottom: 20rem;
    font-size: 100rem;
    width: 1200rem;
    text-align: center
}

.main__text {
    width: 376rem;
    text-align: center;
    margin-bottom: 42rem
}

.main__box {
    position: absolute;
    display: flex;
    font-size: 16rem;
    line-height: 1
}

.main__box-1 {
    left: 0;
    bottom: 630rem
}

.main__box-1 .main__box-inner {
    left: 165rem;
    bottom: 0;
    transform: translateY(50%)
}

.main__box-1 .main__box-data {
    left: 25rem
}

.main__box-2 {
    right: 0;
    bottom: 530rem
}

.main__box-2 .main__box-inner {
    right: 145rem;
    bottom: 0;
    transform: translateY(50%)
}

.main__box-2 .main__box-data {
    right: 25rem
}

.main__box-2 .main__box-data::before {
    order: 1
}

.main__box-3 {
    left: 0;
    bottom: 170rem
}

.main__box-3 .main__box-inner {
    top: 137rem;
    left: 220rem
}

.main__box-3 .main__box-data {
    left: 25rem
}

.main__box-4 {
    right: 0;
    bottom: 175rem
}

.main__box-4 .main__box-line {
    position: relative;
    right: -30rem
}

.main__box-4 .main__box-inner {
    top: 130rem;
    right: 220rem
}

.main__box-4 .main__box-data {
    right: 25rem
}

.main__box-4 .main__box-data::before {
    order: 1
}

.main__box-line._short {
    width: 362rem
}

.main__box-line._long {
    width: 650rem
}

.main__box-line._mirror {
    transform: scale(-1, 1)
}

.main__box-inner {
    position: absolute
}

.main__box-text {
    border: 1rem solid rgba(255,255,255,.2);
    border-radius: 75rem;
    padding: 11rem 24rem
}

.main__box-data {
    display: flex;
    align-items: center;
    gap: 6rem;
    position: absolute;
    top: 100%;
    margin-top: 15rem
}

.main__box-data::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background-color: #fff;
    border-radius: 50%
}

@media only screen and (max-width: 960px) {
    .main {
        padding:90rem 0 370rem;
        background-image: url(assets/eef4ef384151512cd4b1.png);
        min-height: auto
    }

    .main__video {
        width: 850rem;
        height: 480rem
    }

    .main__video._desktop {
        display: none
    }

    .main__video._mobile {
        display: flex
    }

    .main__top {
        gap: 9rem;
        padding: 11rem 22rem;
        border-radius: 50rem;
        margin-bottom: 30rem;
        font-size: 13rem
    }

    .main__top-icon {
        width: 16rem
    }

    .main__title {
        margin-bottom: 15rem;
        font-size: 36rem;
        width: 100%
    }

    .main__text {
        width: 240rem;
        margin-bottom: 30rem;
        background: linear-gradient(91deg, #FFF 8.17%, rgba(255, 255, 255, 0.4) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0)
    }

    .main__box {
        font-size: 11rem
    }

    .main__box-1 {
        left: -40rem;
        bottom: 75rem
    }

    .main__box-1 .main__box-inner {
        left: 112rem
    }

    .main__box-1 .main__box-data {
        left: 15rem
    }

    .main__box-2 {
        right: -70rem;
        bottom: 225rem
    }

    .main__box-2 .main__box-inner {
        right: 100rem
    }

    .main__box-2 .main__box-data {
        right: 15rem
    }

    .main__box-3 {
        left: -145rem;
        bottom: 210rem
    }

    .main__box-3 .main__box-inner {
        top: 93rem;
        left: 155rem
    }

    .main__box-3 .main__box-data {
        left: 15rem
    }

    .main__box-4 {
        display: none
    }

    .main__box-line._short {
        width: 247rem
    }

    .main__box-line._long {
        width: 443rem
    }

    .main__box-text {
        border-radius: 50rem;
        padding: 7rem 16rem
    }

    .main__box-data {
        gap: 4rem;
        margin-top: 10rem
    }

    .main__box-data::before {
        width: 5rem;
        height: 5rem
    }
}

.benefits__title {
    margin-bottom: 85rem;
    max-width: 1030rem
}

.benefits__info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100rem;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 100px;
}

.benefits__info-container {
    padding: 40rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1rem solid rgba(127, 220, 245, 0.4);
    position: relative;
    z-index: 2
}

.benefits__info-heading {
    display: flex;
    align-items: center;
    gap: 15rem;
    line-height: 1;
    padding: 20rem 38rem;
    border: 1px solid rgba(155, 229, 255, 0.3);
    color: #e19f3bed;
    border-radius: 75rem;
    font-weight: 600;
    font-size: 24rem
}

.benefits__info-heading::before {
    content: "";
    display: flex;
    width: 24rem;
    height: 24rem;
    background-image: url(assets/7d60b3481e07805292e9.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.benefits__info-text {
    width: 458rem
}

.benefits__info-bg {
    width: calc(100vw + 150rem);
    height: 870rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%)
}

.benefits__slider-item.swiper-slide {
    width: 568rem
}

.benefits__slider .swiper-pagination {
    display: none
}

.benefits__container {
    display: flex;
    justify-content: space-between
}

.benefits__item {
    height: 660rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20rem;
    border: 1rem solid #90e1ff;
    border-radius: 13rem;
    position: relative;
    overflow: hidden;
    transform: translateY(200rem);
    opacity: 0
}

.benefits__item::before {
    content: "";
    width: 100%;
    height: 426rem;
    background-size: cover;
    background-position: center top;
    background-image: url(assets/c4cce9ca94eeb99bd2b8.png);
    position: absolute;
    left: 0;
    bottom: 0
}

.benefits__item-wrapper {
    padding: 42rem;
    width: 100%
}

.benefits__item-title {
    margin-bottom: 20rem;
    font-weight: 600;
    line-height: 1.15;
    font-size: 32rem;
    background: linear-gradient(90deg, #e6edf0 0.37%, rgba(255, 255, 255, 0.4) 53.53%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgb(201 108 108 / 0%);
}

.benefits__item-text {
    color: #898b8d
}

.benefits__item-img {
    width: 530rem;
    height: 400rem;
    position: relative;
    z-index: 2
}

.benefits__item-img-1 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 500rem
}

.benefits__item-img-1._mobile {
    display: none
}

.benefits__item-img-2 {
    top: 20rem
}

.benefits__item-grid {
    position: absolute;
    left: 50%;
    bottom: 50rem;
    transform: translateX(-50%);
    width: 500rem;
    z-index: 1
}

.benefits__glare-1 {
    top: -1rem;
    right: 90rem
}

.benefits__glare-2 {
    top: 350rem;
    right: -1rem
}

@media only screen and (max-width: 960px) {
    .benefits__title {
        margin-bottom:42rem
    }

    .benefits__info {
        margin-bottom: 15rem;
        gap: 0;
        padding: 20px;
    }

    .benefits__info-container {
        padding: 30rem 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 18rem
    }

    .benefits__info-heading {
        gap: 9rem;
        line-height: 1;
        padding: 11rem 16rem;
        border-radius: 52rem;
        font-size: 14.5rem
    }

    .benefits__info-heading::before {
        width: 16rem;
        height: 16rem
    }

    .benefits__info-text {
        width: 315rem
    }

    .benefits__info-bg {
        display: none
    }

    .benefits__slider-item.swiper-slide {
        width: 100%
    }

    .benefits__slider .swiper-pagination {
        position: static;
        margin-top: 20rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8rem
    }

    .benefits__slider .swiper-pagination-bullet {
        margin: 0 !important
    }

    .benefits__slider .swiper-pagination-bullet {
        background-color: #14181b;
        border: 1rem solid #2f2d30;
        border-radius: 50%;
        opacity: 1;
        width: 10rem;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .benefits__slider .swiper-pagination-bullet::before {
        content: "";
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background-color: #a27bb8;
        transform: scale(0);
        transition: .5s
    }

    .benefits__slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        transform: scale(1)
    }

    .benefits__container {
        display: flex;
        justify-content: space-between
    }

    .benefits__item {
        height: 420rem;
        border-radius: 9rem;
        transform: none;
        opacity: 1
    }

    .benefits__item-wrapper {
        padding: 22rem
    }

    .benefits__item-title {
        margin-bottom: 15rem;
        font-size: 22rem
    }

    .benefits__item-img {
        width: 305rem;
        height: 270rem
    }

    .benefits__item-img-1._desktop {
        display: none
    }

    .benefits__item-img-1._mobile {
        display: flex
    }

    .benefits__item-img-2 {
        top: 20rem
    }

    .benefits__item-grid {
        width: 320rem;
        bottom: 42rem
    }

    .benefits__glare {
        display: none
    }
}

.about__title {
    text-align: center;
    margin-bottom: 35rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.about__subtitle {
    margin-bottom: 85rem;
    width: 425rem;
    font-size: 24rem
}

.about-box {
    border: 1rem solid rgb(53 215 238);
    padding: 50rem;
    border-radius: 42rem;
    display: flex;
    justify-content: space-between;
    background-image: url(assets/faebb7f100680cd6f895.svg);
    background-size: contain;
    background-position: center
}

.about-box__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 745rem
}

.about-box__text {
    font-size: 42rem;
    line-height: 1.35;
    margin-bottom: 50rem
}

.about-box__text span {
    color: #89898c
}

.about-box__info {
    display: flex;
    align-items: center;
    gap: 20rem;
    font-weight: 500;
    font-size: 24rem
}

.about-box__info-icon {
    width: 55rem
}

.about-box__info-text {
    display: flex;
    align-items: center;
    gap: 10rem
}

.about-box__info-arrow {
    width: 19rem
}

.about-box__image {
    width: 678rem;
    height: 790rem;
    background-image: url(assets/e68e3cf2a411fdc402cd.svg);
    background-size: cover;
    background-position: center;
    padding-top: 170rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 12rem;
    border: 1rem solid #5ec0e1;
    d:#00bfff;
}

.about-box__image-inner {
    width: 549rem;
    position: relative;
    z-index: 2
}

.about-box__glare-1 {
    top: 107rem;
    right: 102rem
}

.about-box__glare-2 {
    bottom: 102rem;
    right: 245rem
}

.about-box__glare-3 {
    top: 70rem;
    left: 225rem
}

.about-box__glare-4 {
    right: 48rem;
    bottom: 330rem
}

.about-box__glare-5 {
    left: 48rem;
    bottom: 75rem
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 85rem 50rem 0
}

.about-container__table {
    width: 760rem;
    display: flex;
    flex-direction: column;
    gap: 55rem;
    padding: 30px;
    border-radius: 30px;
}

.about-container__table-row {
    display: flex;
    align-items: center;
    gap: 55rem;
    border-bottom: 1rem solid #59cfe1;
    padding-bottom: 55rem
}

.about-container__table-row:last-child {
    border-bottom: none
}

.about-container__table-inner {
    width: 220rem;
    font-size: 64rem;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding: 20px;
    border-radius: 50%;
}

.about-container__table-icon {
    width: 52rem
}

.about-container__table-heading {
    margin-bottom: 10rem;
    line-height: 1
}

.about-container__table-text {
    color: #9b9b9b;
    line-height: 1.35
}

.about-container__table-wrapper {
    opacity: 0;
    transform: translateY(30rem)
}

.about__slider {
    border-radius: 32rem;
    overflow: hidden
}

.about__slider-wrapper {
    padding: 25rem;
    border-radius: 42rem;
    background: linear-gradient(92deg, #5e68b8e3 15.32%, #6acfdeb8 88.03%);
    width: 810rem
}

.about__slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 130rem;
    height: 710rem
}

.about__slider-box {
    width: 520rem;
    height: 270rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40rem
}

.about__slider-image-1 {
    width: 467rem
}

.about__slider-image-2 {
    width: 420rem
}

.about__slider-image-3 {
    width: 511rem
}

.about__slider-image-4 {
    width: 317rem
}

.about__slider-image-5 {
    width: 450rem
}

.about__slider-image-6 {
    width: 450rem
}

.about__slider-heading {
    font-size: 24rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15rem
}

.about__slider-text {
    width: 400rem;
    color: gray;
    line-height: 1.35
}

.about__slider .swiper-pagination {
    bottom: 40rem !important
}

.about__slider .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem
}

.about__slider .swiper-pagination-bullet {
    margin: 0 !important
}

.about__slider .swiper-pagination-bullet {
    background-color: #333;
    border-radius: 50%;
    opacity: 1;
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .5s
}

.about__slider .swiper-pagination-bullet:hover {
    background-color: #202020
}

.about__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

@media only screen and (max-width: 960px) {
    .about__title {
        text-align:center;
        margin-bottom: 15rem
    }

    .about__subtitle {
        margin-bottom: 30rem;
        width: 260rem;
        font-size: 14.5rem
    }

    .about-box {
        border: none;
        border-top: 1rem solid #1c1c1c;
        padding: 30rem 0;
        border-radius: 0;
        flex-direction: column;
        background-image: none;
        gap: 30rem
    }

    .about-box__inner {
        flex-direction: column;
        width: 100%
    }

    .about-box__text {
        font-size: 21.8rem;
        margin-bottom: 30rem
    }

    .about-box__info {
        gap: 15rem;
        font-size: 16rem
    }

    .about-box__info-icon {
        width: 36rem
    }

    .about-box__info-text {
        gap: 7rem
    }

    .about-box__info-arrow {
        width: 15rem
    }

    .about-box__image {
        width: 100%;
        height: 400rem;
        padding-top: 100rem;
        border-radius: 9rem
    }

    .about-box__image-inner {
        width: 260rem
    }

    .about-box__glare-1 {
        top: 55rem;
        right: 52rem
    }

    .about-box__glare-2 {
        bottom: 52rem;
        right: 124rem
    }

    .about-box__glare-3 {
        top: 36rem;
        left: 114rem
    }

    .about-box__glare-4 {
        right: 25rem;
        bottom: 177rem
    }

    .about-box__glare-5 {
        left: 24rem;
        bottom: 40rem
    }

    .about-container {
        margin-top: 30rem;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        gap: 15rem
    }

    .about-container__table {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 15px;
    }

    .about-container__table-row {
        justify-content: space-between;
        border-top: 1rem solid #191919;
        border-bottom: none;
        padding: 30rem 0
    }

    .about-container__table-inner {
        width: auto;
        font-size: 42rem;
        flex: 0 0 auto
    }

    .about-container__table-icon {
        width: 36rem
    }

    .about-container__table-wrapper {
        width: 236rem
    }

    .about-container__table-wrapper._width-mobile {
        width: auto
    }

    .about-container__table-wrapper._width-mobile .about-container__table-text {
        width: 150rem
    }

    .about-container__table-heading {
        margin-bottom: 10rem;
        line-height: 1
    }

    .about-container__table-text {
        color: gray;
        line-height: 1.35
    }

    .about-container__table-text br {
        display: none
    }

    .about__slider {
        border-radius: 22rem
    }

    .about__slider-wrapper {
        padding: 10rem;
        border-radius: 30rem;
        width: 100%
    }

    .about__slider-item {
        height: auto;
        padding: 35rem 25rem 60rem
    }

    .about__slider-box {
        width: auto;
        height: auto;
        min-height: 120rem;
        margin-bottom: 30rem
    }

    .about__slider-image-1 {
        width: 212rem
    }

    .about__slider-image-2 {
        width: 190rem
    }

    .about__slider-image-3 {
        width: 190rem
    }

    .about__slider-image-4 {
        width: 180rem
    }

    .about__slider-image-5 {
        width: 220rem
    }

    .about__slider-image-6 {
        width: 200rem
    }

    .about__slider-heading {
        font-size: 16.5rem;
        margin-bottom: 11rem
    }

    .about__slider-text {
        width: 100%
    }

    .about__slider .swiper-pagination {
        bottom: 25rem !important
    }

    .about__slider .swiper-pagination {
        gap: 4rem
    }

    .about__slider .swiper-pagination-bullet {
        width: 6rem;
        height: 6rem
    }
}

.guid__title {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25rem
}

.guid__subtitle {
    width: 385rem;
    font-size: 21rem
}

.guid__container {
    margin-top: 170rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 900rem
}

.guid__container-inner {
    display: flex;
    position: relative;
    padding: 30px;
    border-radius: 30px;
}

.guid__line {
    height: 1090rem;
    width: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.guid__items {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
    padding-top: 30rem
}

.guid__item {
    width: 820rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 45rem;
    padding-top: 45rem;
    padding-bottom: 45rem;
    border-top: 1rem solid rgba(0,0,0,0);
    border-bottom: 1rem solid rgba(0,0,0,0);
    position: relative;
    transition: padding .5s, border-color .5s
}

.guid__item.active {
    padding-left: 190rem;
    border-color: #74bdd6;
}

.guid__item.active .guid__item-icon {
    opacity: 1;
    transition-delay: .3s
}

.guid__item.active .guid__item-heading {
    color: #fff
}

.guid__item.active .guid__item-heading::before {
    filter: grayscale(0%)
}

.guid__item-icon {
    position: absolute;
    top: 38rem;
    left: 130rem;
    width: 32rem;
    opacity: 0;
    transition: .3s
}

.guid__item-heading {
    color: #99dcf3;
    font-size: 24rem;
    font-weight: 600;
    transition: color .5s
}

.guid__item-heading::before {
    content: "";
    display: block;
    width: 32rem;
    height: 32rem;
    background-image: url(assets/32383d96707dbff3da61.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
    transition: filter .5s;
    position: absolute;
    top: 38rem;
    right: calc(100% - 14rem);
    z-index: 2
}

.guid__item-dropdown {
    height: 0;
    overflow: hidden;
    padding-top: 20rem
}

.guid__item-text {
    width: 450rem;
    color: #c2bcbc;
}

.guid__item-text._w-medium {
    width: 550rem
}

.guid__item-text._w-big {
    width: 640rem
}

.guid__item-list {
    display: flex;
    flex-direction: column;
    margin-top: 10rem;
    width: 400rem
}

.guid__item-list-item {
    padding: 30rem 0;
    border-bottom: 1rem solid #7dc3e0;
    display: flex;
    align-items: center;
    gap: 11rem
}

.guid__item-list-item::before {
    content: "";
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background-color: #32e8d8;
    flex: 0 0 auto
}

.guid__item-list-item:last-child {
    border: none
}

.guid__item .guid__image {
    display: none
}

.guid__images {
    position: relative;
    background-image: url(assets/a53bed3ece2ed823f93e.svg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 13rem;
    border: 1rem solid #20f4eaa8
}

.guid__image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 770rem;
    height: 100%
}

.guid__image.active {
    display: flex;
    position: relative;
    opacity: 1;
    z-index: 3
}

.guid__image-4 {
    width: 130%;
    height: 130%;
    top: -200rem;
    left: -100rem
}

.guid__glare {
    z-index: 2
}

.guid__glare-1 {
    top: 121rem;
    right: 115rem
}

.guid__glare-2 {
    bottom: 119rem;
    right: 280rem
}

.guid__glare-3 {
    top: 78rem;
    left: 258rem
}

.guid__glare-4 {
    right: 57rem;
    bottom: 380rem
}

.guid__glare-5 {
    left: 57rem;
    bottom: 84rem
}

@media only screen and (max-width: 960px) {
    .guid {
        padding:70rem 0
    }

    .guid__title {
        margin-bottom: 15rem
    }

    .guid__subtitle {
        width: 270rem;
        font-size: 14.5rem
    }

    .guid__container {
        margin-top: 26rem;
        flex-direction: column;
        align-items: stretch;
        height: auto
    }

    .guid__container-inner {
        display: flex;
        position: relative
    }

    .guid__line {
        display: none
    }

    .guid__items {
        flex-direction: row;
        align-items: flex-start;
        gap: 30rem;
        padding-top: 0
    }

    .guid__item {
        align-items: flex-start;
        padding: 0;
        width: 345rem;
        border: none
    }

    .guid__item.active {
        padding-left: 0
    }

    .guid__item-4 .guid__image {
        top: -40rem
    }

    .guid__item-icon {
        width: 18rem;
        position: static;
        opacity: 1
    }

    .guid__item-heading {
        font-size: 21rem;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 8rem
    }

    .guid__item-heading::before {
        display: none
    }

    .guid__item-dropdown {
        height: auto;
        overflow: visible;
        padding-top: 28rem;
        padding-left: 0;
        min-height: 305rem
    }

    .guid__item-text {
        width: 100%;
        padding-right: 25rem
    }

    .guid__item-text._w-medium {
        width: 100%
    }

    .guid__item-text._w-big {
        width: 100%
    }

    .guid__item-list {
        margin-bottom: 40rem;
        width: 240rem
    }

    .guid__item-list-item {
        padding: 20rem 0;
        border-bottom: 1rem solid #24232c;
        gap: 8rem
    }

    .guid__item-list-item::before {
        width: 9rem;
        height: 9rem
    }

    .guid__item .guid__image {
        display: flex
    }

    .guid__images {
        display: none
    }

    .guid__image {
        position: relative;
        opacity: 1;
        width: 100%;
        height: 420rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .guid__image-container {
        border-radius: 6rem;
        background-size: cover;
        background-position: center;
        overflow: hidden
    }

    .guid__glare {
        display: none
    }
}

.revenue__title {
    margin-bottom: 65rem;
    max-width: 850rem
}

.revenue__container {
    display: flex;
    flex-direction: column;
    gap: 32rem
}

.revenue__container-row {
    display: flex;
    gap: 32rem
}

.revenue__info {
    display: flex;
    align-items: center;
    gap: 72rem;
    width: 662rem;
    padding: 30px;
    border-radius: 20px;
}

.revenue__info-icon {
    width: 53rem;
    flex: 0 0 auto
}

.revenue__info-text {
    background: linear-gradient(91deg, #FFF 8.17%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    display: flex;
    flex-direction: column;
    gap: 20rem;
    width: 520rem;
    font-size: 24rem
}

.revenue-box {
    width: 662rem;
    background-color: #011228;
    border: 1rem solid #0ec1f1;
    padding-top: 42rem;
    border-radius: 16rem
}

.revenue-box._wide {
    width: 1054rem
}

.revenue-box__heading {
    background: linear-gradient(91deg, #fcfeff 8.17%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-size: 32rem;
    text-align: center;
    margin-bottom: 22rem;
    width: 100%
}

.revenue-box__container {
    display: flex;
    align-items: stretch;
    min-height: calc(100% - 58rem);
    overflow: hidden
}

.revenue-box__container-item {
    width: 50%;
    padding: 40rem;
    position: relative
}

.revenue-box__container-item::before {
    content: "";
    width: 1rem;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #6568b6 20%, #36d2ccd1 100%);
}

.revenue-box__container-item:first-child::before {
    display: none
}

.revenue-box__icon {
    width: 53rem;
    flex: 0 0 auto;
    margin-bottom: 12rem
}

.revenue-box__caption {
    font-size: 24rem;
    font-weight: 600
}

.revenue-box__list {
    margin-top: 20rem
}

.revenue-box__list-item {
    padding: 20rem 0;
    color: #b9bcbf;
    display: flex;
    align-items: center;
    gap: 16rem;
    border-bottom: 1rem dashed #00fcfc;
}

.revenue-box__list-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.revenue-box__list-item::before {
    content: "";
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #3de3f2;
    flex: 0 0 auto
}

.revenue__item-1 {
    transform: translate(-64rem, -40rem)
}

.revenue__item-2 {
    transform: translate(64rem, -48rem)
}

.revenue__item-3 {
    transform: translate(-34rem, 40rem)
}

.revenue__item-4 {
    transform: translate(80rem, 32rem)
}

@media only screen and (max-width: 960px) {
    .revenue__title {
        margin-bottom:30rem;
        text-align: center
    }

    .revenue__container {
        gap: 22rem
    }

    .revenue__container-row {
        flex-direction: column;
        gap: 22rem
    }

    .revenue__info {
        flex-direction: column;
        gap: 15rem;
        width: 100vw;
        padding: 30rem 15rem 15rem;
        border-top: 1rem solid #24232c;
        position: relative;
        left: -15rem
    }

    .revenue__info-icon {
        width: 36rem
    }

    .revenue__info-text {
        width: 100%;
        font-size: 16rem;
        text-align: center
    }

    .revenue-box {
        width: 100%;
        padding-top: 22rem;
        border-radius: 11rem
    }

    .revenue-box._wide {
        width: 100%
    }

    .revenue-box__heading {
        font-size: 20rem;
        text-align: left;
        width: 100%;
        padding: 0 22rem;
        font-weight: 600;
        margin-bottom: 0
    }

    .revenue-box__container {
        flex-direction: column;
        align-items: stretch;
        min-height: auto
    }

    .revenue-box__container-item {
        width: 100%;
        position: relative;
        padding: 22rem
    }

    .revenue-box__container-item::before {
        width: 100%;
        height: 1rem;
        top: 0;
        bottom: auto;
        background: linear-gradient(90deg, #2F2D30 0%, #14181B 100%)
    }

    .revenue-box__icon {
        width: 36rem;
        margin-bottom: 9rem
    }

    .revenue-box__caption {
        font-size: 16rem
    }

    .revenue-box__list {
        margin-top: 14rem
    }

    .revenue-box__list-item {
        padding: 10rem 0;
        gap: 11rem
    }

    .revenue-box__list-item::before {
        width: 6rem;
        height: 6rem
    }

    .revenue__item-1,.revenue__item-3 {
        transform: translate(-100%, 0)
    }

    .revenue__item-2,.revenue__item-4 {
        transform: translate(100%, 0)
    }
}

.tokenomics {
    padding-top: 0
}

.tokenomics__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 105rem 150rem 70rem 105rem;
    border: 1rem solid rgba(37,44,79,.2);
    border-radius: 13rem
}

.tokenomics__title {
    margin-bottom: 45rem;
    max-width: 750rem
}

.tokenomics__text {
    width: 552rem;
    background: linear-gradient(91deg, #FFF 8.17%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    margin-bottom: 45rem;
    font-size: 24rem
}

.tokenomics__data {
    display: flex;
    align-items: center;
    gap: 64rem;
    border-top: 1px solid #00ffdf;
    border-bottom: 1rem solid #56d6ea;
    padding: 40rem 10rem;
    margin-bottom: 45rem;
    width: 660rem
}

.tokenomics__data-icon {
    width: 53rem
}

.tokenomics__data-inner {
    width: 400rem
}

.tokenomics__data-heading {
    margin-bottom: 10rem;
    line-height: 1
}

.tokenomics__data-text {
    color: #c5c5c6
}

.tokenomics__items {
    display: flex;
    flex-direction: column;
    width: 660rem;
    height: 385rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24rem
}

.tokenomics__item {
    width: 320rem;
    padding: 24rem;
    border: 1rem solid #29cfde;
    border-radius: 13rem;
    display: flex;
    align-items: flex-start;
    gap: 16rem
}

.tokenomics__item-icon {
    width: 32rem;
    flex: 0 0 auto
}

.tokenomics__item-heading {
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    line-height: 1.35;
    margin-bottom: 20rem
}

.tokenomics__item-text {
    color: #d4d4d8;
}

.tokenomics__stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 75rem
}

.tokenomics__stats-heading {
    margin-bottom: 20rem;
    font-size: 32rem;
    background: linear-gradient(91deg, #f47906 20.17%, rgb(8 230 239) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.tokenomics__stats-data {
    margin-bottom: 60rem;
    font-size: 42rem;
    background: linear-gradient(92deg, #e6900b 15.32%, #21b8cede 88.03%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-weight: 500
}

.tokenomics__stats-image {
    width: 622rem;
    max-width: none
}

@media only screen and (max-width: 960px) {
    .tokenomics {
        padding-top:30rem
    }

    .tokenomics .container {
        padding: 0
    }

    .tokenomics__container {
        align-items: stretch;
        flex-direction: column;
        padding: 30rem 0;
        border-radius: 9rem
    }

    .tokenomics__container-inner {
        width: 100%
    }

    .tokenomics__title {
        text-align: center;
        margin-bottom: 30rem;
        padding: 0 15rem
    }

    .tokenomics__title ._hidden-desktop {
        display: inline
    }

    .tokenomics__text {
        width: 100%;
        margin-bottom: 30rem;
        padding: 0 15rem;
        font-size: 16rem;
        text-align: center
    }

    .tokenomics__data {
        padding: 30rem 20rem;
        margin-bottom: 30rem;
        width: 100%
    }

    .tokenomics__data-icon {
        width: 36rem
    }

    .tokenomics__data-inner {
        width: 200rem
    }

    .tokenomics__data-heading {
        margin-bottom: 8rem
    }

    .tokenomics__items {
        flex-direction: row;
        height: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 15rem;
        padding: 0 15rem 10rem;
        overflow-x: scroll;
        width: 100%
    }

    .tokenomics__item {
        width: 225rem;
        padding: 15rem;
        border-radius: 9rem;
        gap: 16rem;
        flex: 0 0 auto
    }

    .tokenomics__item-icon {
        width: 22rem
    }

    .tokenomics__item-heading {
        margin-bottom: 15rem
    }

    .tokenomics__stats {
        padding: 30rem 15rem;
        border-top: 1rem solid #00fff4
    }

    .tokenomics__stats-heading {
        margin-bottom: 15rem;
        font-family: "Inter Tight",sans-serif;
        font-size: 22rem
    }

    .tokenomics__stats-data {
        font-size: 30rem;
        margin-bottom: 30rem
    }

    .tokenomics__stats-image {
        width: 100%
    }
}

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

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.solution__title {
    text-align: center;
    margin: 0 auto 35rem;
    max-width: 880rem
}

.solution__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90rem
}

.solution__flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 180rem
}

.solution__image {
    width: 670rem;
    border-radius: 13rem
}

.solution__image._mobile {
    display: none
}

.solution-list {
    width: 1000rem;
    padding: 30px;
    border-radius: 30px;
}

.solution-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 64rem 0;
    border-top: 1rem solid #26f3f3;
}

.solution-list__item:first-child {
    border: none;
    padding-top: 0
}

.solution-list__item:last-child {
    padding-bottom: 0
}

.solution-list__item-number {
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 64rem;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.solution-list__item-container {
    display: flex;
    align-items: center;
    gap: 64rem
}

.solution-list__item-icon {
    width: 53rem;
    flex: 0 0 auto
}

.solution-list__item-inner {
    width: 400rem
}

.solution-list__item-heading {
    line-height: 1;
    font-weight: 600;
    font-size: 24rem;
    margin-bottom: 16rem
}

.solution-list__item-text {
    color: #dfdbdb
}

.solution__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1rem solid #34eff6;
    border-radius: 42rem;
    padding: 42rem;
    overflow: hidden
}

.solution__container-inner {
    width: 505rem
}

.solution__text {
    font-size: 32rem;
    line-height: 1.35;
    margin-bottom: 270rem
}

.solution__text span {
    color: #88ddda
}

.solution__data {
    display: flex;
    align-items: center;
    gap: 64rem;
    border-top: 1rem solid #00ffff;
    border-bottom: 1rem solid #00ffe9;
    padding: 32rem 0rem;
    margin-bottom: 245rem
}

.solution__data-icon {
    width: 53rem
}

.solution__data-inner {
    width: 360rem
}

.solution__data-heading {
    margin-bottom: 10rem;
    line-height: 1
}

.solution__data-text {
    color: #e5e5e5;
}

.solution__caption {
    display: flex;
    align-items: center;
    gap: 20rem;
    font-weight: 500;
    font-size: 24rem
}

.solution__caption-icon {
    width: 55rem
}

.solution__caption-text {
    display: flex;
    align-items: center;
    gap: 10rem
}

.solution__caption-arrow {
    width: 19rem
}

.solution-info__title {
    margin-bottom: 115rem;
    text-align: center;
    font-size: 32rem;
    line-height: 1.35
}

.solution-info {
  padding: 30px;
  border-radius: 30px;
}

.solution-info__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25rem;
    width: 965rem;
    position: relative
}

.solution-info__logo {
    position: absolute;
    left: 50%;
    top: calc(50% + 17rem);
    transform: translate(-50%, -50%);
    width: 57rem;
    animation: logo-spin 10s linear infinite
}

.solution-info__image {
    width: 100%;
    max-width: none;
    max-height: none
}

.solution-info__image-wrapper {
    position: absolute;
    top: 50%;
    left: calc(50% + 25rem);
    transform: translate(-50%, -50%);
    width: 1057rem;
    display: flex
}

.solution-info__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.solution-info__item._w-auto {
    width: auto
}

.solution-info__item-inner {
    border: 1rem solid rgb(210 233 224);
    -webkit-backdrop-filter: blur(16rem);
    backdrop-filter: blur(16rem);
    border-radius: 13rem;
    width: 315rem;
    padding: 20rem
}

.solution-info__item-heading {
    margin-bottom: 24rem;
    background: linear-gradient(90deg, #ffffff 0%, rgb(255 255 255 / 67%) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.solution-info__item-text {
    color: #cbc9c9;
    line-height: 1.35
}

@media only screen and (max-width: 960px) {
    .solution {
        padding-bottom:90rem
    }

    .solution__title {
        margin-bottom: 25rem
    }

    .solution__top {
        margin-bottom: 60rem
    }

    .solution__flexbox {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 60rem;
        gap: 45rem
    }

    .solution__image {
        width: 100%;
        order: 1;
        border-radius: 6rem
    }

    .solution__image._desktop {
        display: none
    }

    .solution__image._mobile {
        display: flex
    }

    .solution-list {
        width: 100%
    }

    .solution-list__item {
        padding: 30rem 0;
        align-items: center
    }

    .solution-list__item-number {
        font-size: 42rem
    }

    .solution-list__item-container {
        gap: 30rem
    }

    .solution-list__item-icon {
        width: 36rem
    }

    .solution-list__item-inner {
        width: 182rem
    }

    .solution-list__item-heading {
        font-size: 14.5rem;
        margin-bottom: 11rem
    }

    .solution__container {
        flex-direction: column;
        align-items: stretch;
        background: none;
        border: none;
        border-radius: 0;
        padding: 0;
        overflow: visible
    }

    .solution__container-inner {
        width: 100%
    }

    .solution__text {
        font-size: 21.8rem;
        margin-bottom: 30rem
    }

    .solution__data {
        justify-content: space-between;
        gap: 0;
        padding: 30rem 20rem;
        margin-bottom: 45rem;
        width: 100vw;
        position: relative;
        left: -15rem
    }

    .solution__data-icon {
        width: 48rem
    }

    .solution__data-inner {
        width: 240rem
    }

    .solution__data-heading {
        margin-bottom: 8rem
    }

    .solution__caption {
        gap: 15rem;
        font-size: 16rem;
        margin-bottom: 30rem
    }

    .solution__caption-icon {
        width: 36rem
    }

    .solution__caption-text {
        gap: 7rem
    }

    .solution__caption-arrow {
        width: 15rem
    }

    .solution-info__title {
        margin-bottom: 30rem;
        font-size: 22rem;
        font-family: "Inter Tight",sans-serif
    }

    .solution-info__container {
        flex-direction: column;
        gap: 20rem;
        width: 100vw;
        left: -15rem
    }

    .solution-info__logo {
        top: calc(50% + 3rem);
        left: calc(50% - 1rem);
        width: 44rem
    }

    .solution-info__image-wrapper {
        width: 100vw;
        left: 0;
        transform: translateY(-50%)
    }

    .solution-info__item {
        width: auto
    }

    .solution-info__item._mb-mobile {
        margin-bottom: 135rem
    }

    .solution-info__item-inner {
        border-radius: 13rem;
        width: 226rem;
        padding: 14rem
    }

    .solution-info__item-heading {
        margin-bottom: 24rem;
        background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.4) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0)
    }

    .solution-info__item-text {
        color: #898989;
        line-height: 1.35
    }
}

.info__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1rem solid #34d0e7;
    background-image: url(assets/52afffd566acd5f2dd5d.svg);
    background-size: cover;
    background-position: center;
    padding: 155rem 0;
    border-radius: 13rem
}

.info__top {
    display: flex;
    align-items: center;
    gap: 13rem;
    line-height: 1;
    padding: 14rem 32rem;
    background-color: #133155;
    border-radius: 75rem;
    margin-bottom: 35rem
}

.info__top-icon {
    width: 24rem
}

.info__title {
    width: 870rem;
    margin-bottom: 25rem;
    text-align: center
}

@media only screen and (max-width: 960px) {
    .info__container {
        border:none;
        background-image: url(assets/557afeabdc88d4f7cf42.png);
        padding: 125rem 0 70rem;
        border-radius: 10rem;
        position: relative
    }

    .info__container::before {
        content: "";
        width: 28rem;
        height: 43rem;
        background-image: url(assets/0a3746d3df33340f05f3.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        left: 0;
        top: 0
    }

    .info__top {
        gap: 9rem;
        padding: 11rem 22rem;
        border-radius: 50rem;
        margin-bottom: 15rem;
        font-size: 13rem
    }

    .info__top-icon {
        width: 16rem
    }

    .info__title {
        width: 270rem;
        margin-bottom: 22rem;
        font-size: 29rem
    }
}
