@charset "UTF-8";

@font-face {
    font-family: "DS-DIGII";
    src: url(../fonts/ds_digital/DS-DIGII.TTF) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.page-title {
  font-weight: bold;
  font-size: 5rem; /* Adjust as needed */
}

.h1,
.h2,
.h3,
.h4,
.quarter-box .quarter,
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "DS-DIGII", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    line-height: 110%
}

.h1,
h1 {
    font-size: 4.0625rem;
    letter-spacing: .65px
}

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

    .h1,
    h1 {
        font-size: 3.375rem
    }
  .page-title {
    font-size: 4rem; /* Adjust for 1440px and below, still bigger than h1*/
  }
}

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

    .h1,
    h1 {
        font-size: 1.6875rem
    }
  .page-title {
    font-size: 2.5rem; /* Adjust for 1023px and below, still bigger than h1*/
  }
}

.h2,
h2 {
    font-size: 2.75rem
}

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

    .h2,
    h2 {
        font-size: 1.875rem
    }
}

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

    .h2,
    h2 {
        font-size: 1.4375rem
    }
}

.h3,
h3 {
    font-size: 1.875rem
}

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

    .h3,
    h3 {
        font-size: 1.625rem
    }
}

.h4,
.quarter-box .quarter,
h4 {
    font-size: 1.5625rem
}

.display-1,
.large-text {
    font-size: 6.25rem;
    color: #c0c8c9
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem
}

@media only screen and (max-width: 767px) { /* Mobile Devices */
    .page-title {
        font-size: 2rem; /* Adjust for mobile, still larger than h1 */
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 920px
    }
}

@media only screen and (min-width:1024px) {
    .container {
        max-width: 1400px
    }

    .one.columns {
        width: 8.33333%
    }

    .two.columns {
        width: 16.66667%
    }

    .three.columns {
        width: 25%
    }

    .four.columns {
        width: 33.3%
    }

    .five.columns {
        width: 41.66667%
    }

    .six.columns {
        width: 50%
    }

    .seven.columns {
        width: 58.33333%
    }

    .eight.columns {
        width: 66.66667%
    }

    .nine.columns {
        width: 75%
    }

    .ten.columns {
        width: 83.33333%
    }

    .eleven.columns {
        width: 91.66667%
    }

    .twelve.columns {
        width: 100%
    }

    .col-5.columns {
        width: 20%
    }

    .offset-1.columns {
        margin-left: 8.33333%
    }

    .offset-2.columns {
        margin-left: 16.66667%
    }

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

    .offset-4.columns {
        margin-left: 33.33333%
    }

    .offset-5.columns {
        margin-left: 41.66667%
    }

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

    .offset-7.columns {
        margin-left: 58.33333%
    }

    .offset-8.columns {
        margin-left: 66.66667%
    }

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

    .offset-10.columns {
        margin-left: 83.33333%
    }

    .offset-11.columns {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:1441px) {
    .container {
        max-width: 1792px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.columns {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
    min-height: 1px;
    width: 100%
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff;
    background-color: #201f25;
    line-height: 140%
}

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

    .display-1,
    .large-text {
        font-size: 4.375rem
    }

    body {
        font-size: 1rem
    }
}

body,
html {
    height: 100%
}

.app {
    display: flex;
    flex-direction: column;
    height: 100%
}

.header {
    flex: 0 0 auto
}

.main {
    flex: 1 0 auto
}

.footer {
    flex: 0 0 auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

p {
    margin: 0
}

img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto
}

.lazy-loaded {
    opacity: 1;
    transition: opacity .4s
}

a {
    color: #fff;
    text-decoration: none;
    transition: .2s ease-out
}

a:hover {
    color: #e88248
}

label {
    -webkit-tap-highlight-color: transparent
}

.box-offer,
.header .nav:not(.active),
.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.burger,
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width:1024px) {
    .card {
        padding: 5rem;
        border-radius: 25px;
        border: 1px solid rgba(49, 49, 49, .2);
        background: rgba(14, 12, 27, .5);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px)
    }

    .d-tw-flex {
        display: flex
    }
}

.accordion-benefits .tab label,
.accordion-faq .tab label,
.d-flex,
.list-social ul,
.section-team .team-slider {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.d-none {
    display: none
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

@media only screen and (max-width:1023px) {
    .flex-tw-column-reverse {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width:767px) {
    .flex-tablet-column {
        flex-direction: column
    }
}

@media only screen and (min-width:768px) {
    .flex-md-row {
        flex-direction: row
    }
}

@media only screen and (min-width:1024px) {
    .flex-tw-row {
        flex-direction: row
    }
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-wrap {
    flex-wrap: wrap
}

.align-items-stretch {
    align-items: stretch
}

.justify-content-center {
    justify-content: center
}

.justify-content-between,
.section-team .team-slider {
    justify-content: space-between
}

.justify-content-end {
    justify-content: flex-end
}

@media only screen and (min-width:1024px) {
    .justify-content-tw-end {
        justify-content: flex-end
    }

    .justify-content-tw-center {
        justify-content: center
    }

    .justify-content-tw-start {
        justify-content: flex-start
    }
}

.align-items-center,
.list-social ul {
    align-items: center
}

.w-auto {
    width: auto
}

.section-team .team-slider,
.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.w-75 {
    width: 75%
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.m-auto {
    margin: auto
}

.m-0 {
    margin: 0
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

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

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

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

.mt-2 {
    margin-top: .5rem
}

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

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

.mt-5 {
    margin-top: 3rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: 1rem
}

.mr-4 {
    margin-right: 1.5rem
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: 1rem
}

.ml-4 {
    margin-left: 1.5rem
}

@media only screen and (min-width:1024px) {
    .mx-tw-4 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .mx-tw-5 {
        margin-left: 3rem;
        margin-right: 3rem
    }
}

.mx-n1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mx-n2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mx-n3 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mx-n4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.p-0 {
    padding: 0
}

.p-3 {
    padding: 1rem
}

.p-4 {
    padding: 1.5rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-3 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-5 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .mt-md-0 {
        margin-top: 0
    }

    .mr-md-0 {
        margin-right: 0
    }

    .mr-md-2 {
        margin-right: .5rem
    }

    .mb-md-4 {
        margin-bottom: 1.5rem
    }

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

    .mt-tablet-0 {
        margin-top: 0
    }

    .px-md-3 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-4 {
    padding-right: 1.5rem
}

@media only screen and (min-width:1024px) {
    .mt-tw-0 {
        margin-top: 0
    }

    .mb-tw-0 {
        margin-bottom: 0
    }

    .mt-tw-4 {
        margin-top: 1.5rem
    }

    .mb-tw-4 {
        margin-bottom: 1.5rem
    }

    .mb-tw-5 {
        margin-bottom: 3rem
    }

    .mt-tw-5 {
        margin-top: 3rem
    }

    .my-tw-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .my-tw-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .ml-tw-3 {
        margin-left: 1rem
    }

    .ml-tw-4 {
        margin-left: 1.5rem
    }

    .mr-tw-3 {
        margin-right: 1rem
    }

    .pr-tw-2 {
        padding-right: .5rem
    }

    .pl-tw-2 {
        padding-left: .5rem
    }

    .pr-tw-3 {
        padding-right: 1rem
    }

    .pr-tw-5 {
        padding-right: 3rem
    }

    .pl-tw-5 {
        padding-left: 3rem
    }
}

.px-2 {
    padding-right: .5rem;
    padding-left: .5rem
}

.pl-5 {
    padding-left: 3rem
}

.pr-3 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 3rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: 1rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: 1rem
}

.pt-4 {
    padding-top: 1.5rem
}

.pt-5 {
    padding-top: 3rem
}

.pb-4 {
    padding-bottom: 1.5rem
}

.pb-5 {
    padding-bottom: 3rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media only screen and (min-width:1024px) {
    .px-tw-0 {
        padding-left: 0;
        padding-right: 0
    }

    .px-tw-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .px-tw-3 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .px-tw-4 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .px-tw-5 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .pr-tw-0 {
        padding-right: 0
    }

    .pb-tw-0 {
        padding-bottom: 0
    }

    .pb-tw-2 {
        padding-bottom: .5rem
    }

    .pt-tw-0 {
        padding-top: 0
    }

    .pb-tw-1 {
        padding-bottom: .25rem
    }

    .pb-tw-5 {
        padding-bottom: 3rem
    }

    .pt-tw-2 {
        padding-top: .5rem
    }

    .pt-tw-3 {
        padding-top: 1rem
    }

    .pt-tw-4 {
        padding-top: 1.5rem
    }

    .pb-tw-3 {
        padding-bottom: 1rem
    }

    .pb-tw-4 {
        padding-bottom: 1.5rem
    }
}

@media only screen and (min-width:768px) {
    .pb-md-2 {
        padding-bottom: .5rem
    }

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

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.position-fixed {
    position: fixed
}

.position-sticky {
    position: sticky
}

.accordion-benefits .tab label,
.accordion-faq .tab label,
.button,
.header .nav.active .menu,
.position-relative,
.quarter-box,
.quarter-box .line,
.section,
.section-hero__img,
.section-roadmap__way,
.story-way,
.team-card .card-img img {
    position: relative
}

.position-absolute {
    position: absolute
}

.b-0 {
    bottom: 0
}

.l-0 {
    left: 0
}

.r-0 {
    right: 0
}

.t-0 {
    top: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.border-circle {
    border-radius: 50%
}

@media only screen and (max-width:1023px) {
    .border-radius-twide-0 {
        border-radius: 0
    }
}

.border-0 {
    border: 0
}

.border-bottom {
    border-bottom: 1px solid transparent
}

.d-block {
    display: block
}

.text-center {
    text-align: center
}

.button,
.footer a,
.h1,
.h2,
.h3,
.h4,
.header a,
.large-text,
.quarter-box .quarter,
.text-uppercase,
h1,
h2,
h3,
h4 {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-underline {
    text-decoration: underline
}

.text-primary {
    color: #fff
}

.text-dark,
.text-secondary {
    color: #201f25
}

.text-white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-dark {
    background-color: #201f25
}

.bg-accent {
    background-color: #e88248
}

.text-accent {
    color: #e88248
}

.text-danger {
    color: #ff5353
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-light {
    font-weight: 300
}

.text-gradient {
    background: linear-gradient(83.15deg, rgba(41, 123, 169, .62) -22.95%, #222 39.99%, rgba(31, 97, 145, .273635) 121.84%, rgba(31, 119, 147, .26) 121.86%)
}

.blue-radial {
    background: radial-gradient(88.37% 88.37% at 50% 11.63%, #48d5fb 0, #2cb9df 100%)
}

.blue-radial,
.text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

.bg-blue {
    background-color: #1d8dee
}

.small {
    font-size: .75rem
}

.small-font {
    font-size: .875rem
}

.font-size-base {
    font-size: 1.125rem;
    line-height: 130%
}

.medium-font-responsible {
    font-size: 1.375rem
}

@media only screen and (max-width:1440px) {
    .medium-font-responsible {
        font-size: 1rem
    }
}

.font-size-medium {
    font-size: 1.375rem;
    line-height: 140%
}

.font-size-large {
    font-size: 1.875rem;
    line-height: 150%
}

@media only screen and (max-width:1023px) {
    .font-size-large {
        font-size: 1.375rem
    }
}

.font-large {
    font-size: 1.875rem
}

.large-text {
    font-family: "DS-DIGII", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    opacity: .1;
    white-space: nowrap;
    line-height: 100%;
    animation: 20s linear infinite scrollText
}

.box-offer .info,
.headings-font {
    font-family: "DS-DIGII", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif
}

.body-font {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (max-width:990px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.has-blur-blue {
    position: relative
}

.has-blur-blue:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 56px;
    left: 0;
    bottom: -30px;
    background: rgba(26, 131, 169, .24);
    filter: blur(34px);
    z-index: -1
}

@media only screen and (max-width:1023px) {
    .has-blur-blue:before {
        bottom: -10px
    }

    .hide-desk-tw {
        display: none !important
    }

    .header .nav .action-header,
    .header .nav .menu {
        position: fixed;
        left: -105%;
        z-index: 1000;
        transition: left .1s
    }
}

@media only screen and (max-width:767px) {
    .hide-desk-md {
        display: none !important
    }
}

@media only screen and (max-width:575px) {
    .hide-desk-sm {
        display: none !important
    }

    .section-hero .button {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .show-mob-md {
        display: none !important
    }
}

@media only screen and (min-width:576px) {
    .show-mob-sm {
        display: none !important
    }
}

.no-scroll {
    overflow: hidden
}

.admin-bar .header.fixed {
    margin-top: 46px
}

@media screen and (min-width:783px) {
    .admin-bar .header.fixed {
        margin-top: 32px
    }
}

@media screen and (min-width:700px) and (max-width:1023px) {
    .intermediate-size-img {
        width: 50%
    }
}

.scale img {
    transition: .2s ease-out
}

.scale img:hover {
    transform: scale(1.02)
}

video {
    width: 100%
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 100;
    transition: top .35s, padding .35s, background .35s
}

.header.fixed {
    position: fixed;
    top: 0;
    background: #201f25;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 999;
    box-shadow: 0 6px 6px -6px #fff
}

.header.fixed .header-inner {
    padding: 10px 0
}

.header.open-mobile-menu .container {
    padding: 0
}

.header.open-mobile-menu .logo-header {
    display: none
}

@media only screen and (min-width:1024px) {
    .border-bottom-tw {
        border-bottom: 1px solid transparent
    }

    .quarter-box,
    .text-center-tw {
        text-align: center
    }

    .show-mob-tw {
        display: none !important
    }

    .header .burger {
        display: none
    }
}

.header-inner {
    display: flex;
    align-items: center;
    padding: 25px 0
}

.open-mobile-menu .header-inner {
    padding: 0;
    display: block
}

@media only screen and (min-width:1024px) {
    .header-inner {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 40px 0 55px
    }
}

.header .nav.active .menu {
    padding-top: 25px;
    padding-left: 30px
}

@media only screen and (max-width:1023px) {
    .header .nav .menu {
        top: 0;
        display: block;
        width: 100%;
        height: 100vh;
        padding: 20px 0;
        background: #201f25
    }

    .header .nav.active .menu {
        left: 0
    }

    .header .nav.active .menu li {
        padding-right: 0;
        padding-bottom: 40px;
        font-size: 1.6875rem;
        font-family: "DS-DIGII", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif
    }

    .header .nav.active .menu li:first-child {
        padding-bottom: 0;
        margin-bottom: 30px
    }

    .header .nav.active .menu li a {
        line-height: 22px
    }
}

.header .nav.active .action-header {
    flex-direction: column;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%
}

.header .nav.active .action-header .button {
    width: 100%
}

.header .nav.active .list-social {
    margin-bottom: 30px
}

.footer .logo,
.header .logo {
    margin-right: 45px
}

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

    .footer .nav .menu,
    .header .nav .menu {
        display: flex;
        align-items: center
    }
}

.footer .nav .menu li:not(:last-child),
.header .nav .menu li:not(:last-child) {
    padding-right: 3.125rem
}

.footer a,
.header a {
    font-size: .875rem;
    font-weight: 500
}

.footer .button,
.header .button {
    margin-left: 60px
}

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

    .footer .logo,
    .header .logo {
        margin-right: 25px
    }

    .footer .nav .menu li:not(:last-child),
    .header .nav .menu li:not(:last-child) {
        padding-right: 1.125rem
    }

    .footer .button,
    .header .button {
        margin-left: 30px
    }
}

.mobile-menu {
    display: none
}

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

    .footer .button,
    .header .button {
        margin-left: 0
    }

    .mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.footer-inner {
    padding-top: 2.1875rem;
    padding-bottom: 4.375rem
}

.footer .copyrights {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: .8125rem;
    opacity: .3
}

.button {
    padding: 22px 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: .8125rem;
    background: #e88248;
    line-height: 100%;
    border-radius: 1.125rem;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-out;
    z-index: 5
}

.header .button {
    min-width: 190px
}

.section-hero .button {
    font-size: .9375rem
}

.button:hover {
    background: #e1631c;
    color: #fff
}

.button.disabled {
    background: rgba(69, 79, 89, .5);
    pointer-events: none
}

.button_dark {
    background: #201f25;
    color: #fff
}

.button_dark:hover {
    color: #201f25;
    background: #e88248
}

.button-social {
    padding-left: 35px;
    padding-right: 35px;
    align-items: center;
    height: 60px;
    border-radius: 12px;
    font-size: .8125rem
}

@media screen and (max-width:1690px) {
    .button-social {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:1100px) {
    .button-social {
        padding: 20px
    }
}

@media only screen and (max-width:374px) {
    .button-social {
        padding: 15px
    }
}

.button-social span {
    margin-left: 15px;
    white-space: nowrap
}

@media screen and (max-width:1690px) {
    .button-social span {
        margin-left: 7px
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .button-social span {
        font-size: 10px
    }
}

.button-social:hover svg {
    transition: .2s ease-out;
    transform: scale(1.1)
}

.button-discord {
    background-color: #373ab7
}

.button-telegram {
    background-color: #24A1DE;
}

.button-twitter {
    background-color: #1d8dee
}

.button-instagram {
    background-color: #fff;
    color: #201f25
}

.custom-slider {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear
}

.section-roadmap .custom-slider,
.section-team .custom-slider {
    opacity: 1;
    visibility: visible
}

.custom-slider.slick-initialized {
    height: auto;
    overflow: inherit;
    visibility: visible;
    opacity: 1
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dotted.slick-slider .slick-slide:focus {
    outline: 0
}

.slick-slider {
    position: relative
}

.burger {
    padding: 0;
    width: 20px;
    height: 14px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.burger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px
}

.burger span:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .35s;
    top: -8px
}

.burger span:after {
    top: 8px
}

.burger.close {
    margin-right: 1rem
}

.burger.close span:after,
.burger.close span:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .35s
}

.close span {
    background: 0 0
}

.close span:before {
    top: 0;
    transform: rotate(-45deg)
}

.close span:after {
    top: 0;
    transform: rotate(45deg)
}

.list-social li+li {
    margin-left: 30px
}

@media screen and (max-width:1250px) {
    .list-social li+li {
        margin-left: 20px
    }
}

.list-social img {
    transition: transform .2s linear
}

.list-social img:hover {
    transform: scale(1.1)
}

.logo {
    width: 84px;
    height: 89px;
    flex-shrink: 0
}

@media only screen and (max-width:1023px) {
    .logo {
        width: 3.125rem;
        height: 3.125rem
    }
}

.story-way {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.section-roadmap .story-way {
    position: absolute;
    top: 29%;
    border-radius: 0
}

@media screen and (max-width:1100px) {
    .section-roadmap .story-way {
        top: 22%
    }
}

@media only screen and (max-width:1023px) {
    .section-story .story-way {
        width: 6px;
        height: 100%;
        position: absolute;
        top: -12%;
        left: 30px
    }
}

.story-way .has-dote-gradient {
    position: absolute;
    top: -30px
}

.story-way .has-dote-gradient_orange:first-child:before,
.story-way .has-dote-gradient_orange:last-child:before {
    width: 45px;
    height: 45px
}

.story-way .has-dote-gradient_orange:first-child {
    left: 15%
}

.story-way .has-dote-gradient_orange:nth-child(2) {
    left: 50%
}

.story-way .has-dote-gradient_orange:last-child {
    right: 18%
}

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

    .story-way .has-dote-gradient_orange:first-child:before,
    .story-way .has-dote-gradient_orange:last-child:before {
        width: 20px;
        height: 20px;
        filter: blur(10px);
        left: -10px
    }

    .story-way .has-dote-gradient_orange:first-child {
        top: 10%
    }

    .story-way .has-dote-gradient_orange:nth-child(2) {
        top: 50%
    }

    .story-way .has-dote-gradient_orange:nth-child(2):before {
        width: 20px;
        height: 20px;
        filter: blur(10px);
        left: -6px
    }

    .story-way .has-dote-gradient_orange:last-child {
        top: 85%
    }
}

.team-card {
    margin-right: 48px
}

@media only screen and (max-width:1440px) {
    .story-way .has-dote-gradient {
        top: -27px
    }

    .team-card {
        margin-right: 30px
    }
}

@media only screen and (max-width:575px) {
    .team-card {
        margin-left: 1rem;
        margin-right: 20px
    }
}

.team-card .card-img {
    padding: .9375rem;
    border-radius: 1.875rem;
    background: rgba(14, 12, 27, .1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, .2)
}

.team-card .card-img-inner {
    border-radius: 1.5625rem;
    background: rgba(14, 12, 27, .5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.team-card .card-img img {
    bottom: -15px
}

.team-card .card-body {
    margin-top: 1.875rem
}

.team-card .name {
    font-weight: 500;
    margin-bottom: 10px
}

.team-card .position {
    font-size: 1rem;
    opacity: .6
}

.collection-card {
    margin-right: 40px
}

@media only screen and (max-width:1440px) {
    .team-card .card-body {
        margin-top: 1.375rem
    }

    .collection-card {
        margin-right: 30px
    }
}

@media only screen and (max-width:575px) {
    .collection-card {
        margin-left: 1rem;
        margin-right: 20px
    }
}

.collection-card .card-img {
    padding: .625rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, .02);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .2)
}

.collection-card .card-img-inner {
    border-radius: 10px;
    background: rgba(255, 255, 255, .03)
}

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

    .has-gradient:after,
    .has-gradient:before {
        content: "";
        position: absolute;
        filter: blur(300px);
        -webkit-filter: blur(300px);
        -moz-filter: blur(300px);
        -ms-filter: blur(300px);
        -o-filter: blur(300px);
        border-radius: 50%;
        z-index: -1
    }

    .has-gradient_blue:before {
        background: #0fd4ff
    }

    .has-gradient_orange:after {
        background: #e88248
    }

    .has-gradient_green:before {
        background: #53b6a7
    }

    .accordion-benefits .tab label:before {
        content: "";
        width: 25px;
        margin-right: 25px;
        background: url(../img/line.svg) center/contain no-repeat
    }
}

.has-dote-gradient:before {
    content: "";
    position: absolute;
    filter: blur(22px);
    border-radius: 50%;
    z-index: 9999
}

.has-dote-gradient_blue:before {
    width: 1.875rem;
    height: 1.875rem;
    background: #0fd4ff
}

.has-dote-gradient_orange:before {
    width: 3.75rem;
    height: 3.75rem;
    background: #e88248
}

.accordion-benefits {
    width: 705px;
    max-width: 100%
}

.accordion-benefits .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.accordion-benefits .tab label {
    position: relative;
    cursor: pointer;
    display: flex;
    margin-bottom: 30px;
    padding-right: 40px;
    font-size: 1.875rem;
    line-height: 140%
}

@media only screen and (max-width:1023px) {
    .has-dote-gradient_orange:before {
        width: 2.75rem;
        height: 2.75rem
    }

    .accordion-benefits {
        width: 100%
    }

    .accordion-benefits .tab+.tab {
        margin-top: 15px
    }

    .accordion-benefits .tab.active span:before {
        transform: rotate(-90deg);
        transform-origin: center
    }

    .accordion-benefits .tab input:checked~.tab-content {
        max-height: 100%
    }

    .accordion-benefits .tab label {
        font-size: 1rem;
        margin-bottom: 15px
    }

    .accordion-benefits .tab-content {
        max-height: 0;
        overflow: hidden
    }
}

.accordion-benefits .tab-content p {
    margin-bottom: 20px
}

.accordion-benefits .tab-content p:last-child {
    margin-bottom: 60px
}

@media only screen and (max-width:1023px) {
    .accordion-benefits .tab-content p {
        font-size: .8125rem;
        margin-bottom: 15px
    }

    .accordion-benefits .tab-content p:last-child {
        margin-bottom: 30px
    }
}

.accordion-faq .tab {
    margin-bottom: 15px;
    padding: 1.5625rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .05);
    background: rgba(255, 255, 255, .02);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.accordion-faq .tab.active span:before {
    transform: rotate(-90deg);
    transform-origin: center
}

.accordion-faq .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.accordion-faq .tab input:checked~.tab-content {
    max-height: 100%
}

.accordion-faq .tab label {
    position: relative;
    cursor: pointer;
    display: flex;
    padding-right: 40px;
    line-height: 140%
}

.accordion-faq .tab-content {
    max-height: 0;
    overflow: hidden
}

.accordion-faq .tab-content p {
    margin-top: 15px;
    font-size: .9375rem;
    opacity: .5
}

.accordion-faq .plus {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: #fff
}

.accordion-faq .plus::before {
    content: "";
    display: block;
    position: absolute;
    transition: .2s;
    top: -8px;
    right: 8px;
    width: 2px;
    height: 18px;
    background-color: #fff
}

.quarter-box {
    min-height: 12.5625rem
}

@media only screen and (max-width:1023px) {
    .accordion-benefits .plus {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 18px;
        height: 2px;
        background-color: #fff
    }

    .accordion-benefits .plus::before {
        content: "";
        display: block;
        position: absolute;
        transition: .2s;
        top: -8px;
        right: 8px;
        width: 2px;
        height: 18px;
        background-color: #fff
    }

    .quarter-box {
        padding-left: 30px
    }
}

.quarter-box.disabled p {
    opacity: .5
}

@media screen and (max-width:1650px) {
    .quarter-box p {
        font-size: 15px
    }
}

@media screen and (min-width:1024px) and (max-width:1360px) {
    .quarter-box p {
        font-size: 12px
    }
}

.quarter-box .line {
    margin: 30px auto 20px;
    width: 35px;
    height: 6px;
    background-color: #fff;
    opacity: .5;
    border-radius: 10px
}

@media screen and (max-width:1100px) {
    .quarter-box .quarter {
        font-size: 20px
    }

    .quarter-box .line {
        margin: 23px auto
    }
}

.quarter-box .line:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 16px;
    background: #e88248;
    z-index: -1;
    filter: blur(10px)
}

.quarter-box .description {
    width: 300px;
    max-width: 100%
}

@keyframes scrollText {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

.bulb,
.business,
.elips-blue,
.list,
.note,
.pin {
    position: absolute;
    z-index: 99999
}

.elips-blue {
    top: 0;
    right: 270px
}

@media only screen and (max-width:1440px) {
    .elips-blue {
        width: 70px;
        top: -190px;
        right: 180px
    }
}

@media only screen and (max-width:1023px) {
    .quarter-box .line {
        margin-left: 0
    }

    .elips-blue {
        width: 52px;
        top: 20px;
        right: 130px
    }
}

@media only screen and (max-width:374px) {
    .elips-blue {
        width: 42px;
        top: 30px;
        right: 100px
    }
}

.note {
    top: -180px;
    left: 120px
}

@media only screen and (max-width:1440px) {
    .note {
        width: 120px;
        top: -170px;
        left: auto
    }
}

@media only screen and (max-width:1023px) {
    .note {
        width: 83px;
        top: 40px;
        left: auto;
        right: 200px
    }
}

@media only screen and (max-width:374px) {
    .note {
        width: 73px;
        right: 150px
    }
}

.business {
    top: -90px;
    left: 0
}

@media only screen and (max-width:1440px) {
    .business {
        width: 100px
    }
}

@media only screen and (max-width:1023px) {
    .business {
        width: 76px;
        top: 100px;
        left: auto;
        right: 255px
    }
}

@media only screen and (max-width:374px) {
    .business {
        width: 56px;
        top: 90px;
        right: 215px
    }
}

.pin {
    top: -66px;
    left: 115px
}

@media only screen and (max-width:1440px) {
    .pin {
        width: 30px;
        top: -70px;
        left: 90px
    }
}

@media only screen and (max-width:1023px) {
    .pin {
        width: 23px;
        top: 110px;
        left: auto;
        right: 250px
    }
}

@media only screen and (max-width:374px) {
    .pin {
        width: 16px;
        right: 200px
    }
}

.list {
    top: 145px;
    left: 100px
}

@media only screen and (max-width:1440px) {
    .list {
        width: 40px;
        top: 135px;
        left: 40px
    }
}

@media only screen and (max-width:1023px) {
    .list {
        width: 35px;
        top: 240px;
        left: auto;
        right: 270px
    }

    .section-video iframe {
        height: 26.875rem
    }
}

@media only screen and (max-width:374px) {
    .list {
        width: 25px;
        top: 200px;
        right: 210px
    }
}

iframe {
    border: 0;
    width: 100%
}

.section-video iframe {
    border-radius: 10px
}

@media only screen and (min-width:1024px) {
    .main {
        position: relative
    }

    .main:after,
    .main:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        height: 150rem;
        background: url(../img/decorate-line.png) center/cover no-repeat;
        z-index: -1
    }

    .main:before {
        top: 4%
    }

    .main:after {
        bottom: 20%
    }
}

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

    .main:after,
    .main:before {
        height: 120rem
    }
}

.section-hero {
    padding-top: 11.25rem;
    padding-bottom: 5rem
}

.section-hero__inner.has-gradient:after,
.section-hero__inner.has-gradient:before {
    top: 30%;
    width: 300px;
    height: 300px
}

.section-hero__inner.has-gradient:before {
    left: 0
}

.section-hero__inner.has-gradient:after {
    right: 0
}

.section-hero__inner.has-gradient_blue:after {
    background: #0fd4ff
}

.section-hero__inner.has-gradient_orange:before {
    background: #e88248
}

.section-hero .bg-city {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

@media only screen and (max-width:1440px) {
    .section-hero .bg-city {
        bottom: -2%
    }
}

@media screen and (max-width:1100px) {
    .section-hero {
        padding-bottom: 57px
    }

    .section-hero .bg-city {
        bottom: 1%
    }
}

.section-hero .has-gradient:after,
.section-hero .has-gradient:before {
    top: 0;
    width: 300px;
    height: 300px
}

.section-hero .has-gradient:before {
    left: 0
}

.section-hero .has-gradient:after {
    right: 0
}

.section-hero__large-text {
    margin-left: -1.25rem;
    margin-bottom: 3.125rem
}

.section-hero__img {
    height: 1000px;
    width: 930px;
    bottom: 0;
    margin: -250px auto;
    z-index: 5
}

@media only screen and (max-width:1023px) {
    .section-hero {
        padding-top: 7.5rem
    }

    .section-hero__img {
        width: 830px;
        height: 830px;
        margin: -150px auto;
        z-index: 0
    }
}

@media only screen and (max-width:767px) {
    .section-hero__img {
        height: auto;
        width: auto;
        margin: -140px auto
    }
}

@media only screen and (max-width:575px) {
    .section-hero__img {
        height: 500px;
        width: 500px;
        margin: -70px auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .section-offer__img {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.section-hero .has-dote-gradient_blue.first:before {
    left: 19%;
    top: 77%
}

@media only screen and (max-width:1440px) {
    .section-hero .has-dote-gradient_blue.first:before {
        top: 66%
    }
}

@media only screen and (max-width:1199px) {
    .section-hero .has-dote-gradient_blue.first:before {
        left: 11%;
        top: 63%
    }
}

.section-hero .has-dote-gradient_blue.second:before {
    right: 30%;
    top: 45%
}

@media only screen and (max-width:1440px) {
    .section-hero .has-dote-gradient_blue.second:before {
        right: 31%
    }
}

@media only screen and (max-width:1199px) {
    .section-hero .has-dote-gradient_blue.second:before {
        right: 28%
    }
}

.section-hero .has-dote-gradient_orange.third:before {
    right: 0;
    top: 17%
}

@media only screen and (max-width:1440px) {
    .section-hero .has-dote-gradient_orange.third:before {
        top: 14%
    }
}

@media only screen and (max-width:1199px) {
    .section-hero .has-dote-gradient_orange.third:before {
        top: 10%
    }

    .section-benefits__btn {
        display: flex;
        flex-direction: column
    }
}

.section-offer {
    margin-top: -5rem;
    padding-bottom: 5.9375rem
}

.section-offer .has-gradient {
    position: absolute;
    bottom: 0
}

.section-offer .has-gradient:after,
.section-offer .has-gradient:before {
    top: 50%;
    width: 300px;
    height: 300px
}

.section-offer .has-gradient:before {
    left: 0
}

.section-offer .has-gradient:after {
    right: 0
}

.section-offer .has-gradient_blue:after {
    background: #0fd4ff
}

.section-offer .has-gradient_orange:before {
    background: #e88248
}

.section-offer__img {
    position: absolute;
    width: 1670px;
    right: -63%;
    top: 3%;
    z-index: -1
}

@media screen and (max-width:1850px) {
    .section-offer__img {
        width: 160%;
        right: -60%
    }
}

@media only screen and (max-width:1440px) {
    .section-offer {
        margin-top: -66px
    }

    .section-offer__img {
        width: 1220px;
        top: 10%;
        right: -65%
    }
}

@media only screen and (max-width:1023px) {
    .section-offer {
        padding-top: 6.875rem;
        padding-bottom: 3.4375rem
    }

    .section-offer__img {
        position: relative;
        width: auto;
        top: auto;
        right: auto
    }
}

@media only screen and (min-width:1024px) {
    .section-offer__undertitle {
        width: 442px
    }
}

.section-offer__box {
    margin-top: 120px
}

.section-offer__box .box-offer+.box-offer {
    margin-top: 20px
}

.section-offer .has-dote-gradient_orange.first:before {
    right: 70%;
    top: -3%
}

.box-offer {
    padding: 35px;
    width: 417px;
    max-width: 100%;
    height: 138px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid #65595a;
    border-radius: 10px
}

@media only screen and (max-width:1023px) {
    .section-offer__box {
        margin-top: 0
    }

    .section-offer__box .box-offer+.box-offer {
        margin-top: 15px
    }

    .section-offer__box .small-font {
        font-size: .6875rem
    }

    .box-offer {
        padding: 30px 25px
    }
}

.box-offer .info {
    font-size: 35px
}

.follow-link {
    width: 450px;
    max-width: 100%;
    margin-left: auto
}

.section-benefits {
    padding-top: 5.9375rem;
    padding-bottom: 3.75rem
}

@media only screen and (max-width:1023px) {
    .box-offer .info {
        font-size: 1.4375rem
    }

    .follow-link {
        text-align: center;
        margin-top: 1.5625rem
    }

    .follow-link svg {
        display: none
    }

    .section-benefits {
        padding-top: 3.4375rem;
        padding-bottom: 2.5rem
    }
}

.section-benefits .has-gradient {
    position: absolute;
    top: 50%
}

.section-benefits .has-gradient:before {
    top: 50%;
    width: 300px;
    height: 300px;
    left: 0
}

.section-benefits__btn a+a {
    margin-left: 15px
}

@media only screen and (max-width:1199px) {
    .section-benefits__btn a+a {
        margin-left: 0;
        margin-top: 20px
    }
}

.section-benefits .both-img {
    position: absolute;
    z-index: -1
}

.section-benefits .green-rob {
    width: 600px;
    left: -20%;
    top: 0
}

@media only screen and (max-width:1440px) {
    .section-benefits .green-rob {
        width: 500px
    }
}

@media screen and (max-width:1300px) {
    .section-benefits .green-rob {
        width: 400px;
        left: -10%
    }
}

@media screen and (max-width:1200px) {
    .section-benefits .green-rob {
        width: 300px
    }
}

.section-benefits .green-rob img {
    opacity: .4
}

.section-benefits .brown-rob {
    width: 750px;
    right: 0;
    top: 0
}

@media screen and (max-width:1650px) {
    .section-benefits .brown-rob {
        width: 750px;
        right: -20%
    }
}

@media only screen and (max-width:1440px) {
    .section-benefits .brown-rob {
        width: 700px;
        right: -20%
    }
}

@media screen and (max-width:1300px) {
    .section-benefits .brown-rob {
        width: 600px
    }
}

@media screen and (max-width:1200px) {
    .section-benefits .brown-rob {
        width: 500px
    }
}

.section-benefits .brown-rob img {
    transform: translateY(-10%)
}

.section-story {
    padding-top: 3.75rem;
    padding-bottom: 4.6875rem
}

.section-story .has-gradient_blue {
    position: absolute;
    bottom: 0;
    left: 0
}

.section-story .has-gradient_blue:before {
    content: "";
    top: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    -moz-filter: blur(300px);
    -ms-filter: blur(300px);
    -o-filter: blur(300px);
    border-radius: 50%;
    z-index: -1;
    background: #0fd4ff;
    left: 0
}

.section-story .has-gradient_orange {
    position: absolute;
    bottom: 0;
    right: 0
}

.section-story .has-gradient_orange:after {
    content: "";
    top: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    -moz-filter: blur(300px);
    -ms-filter: blur(300px);
    -o-filter: blur(300px);
    border-radius: 50%;
    z-index: -1;
    background: #e88248;
    right: 0
}

.section-story__undertitle {
    margin: 0 auto 105px
}

@media only screen and (min-width:1024px) {
    .section-story__undertitle {
        width: 900px
    }
}

.section-story .card {
    padding-top: 150px
}

.section-story__large-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%
}

.section-story__way {
    margin-top: 70px
}

.section-story__img {
    z-index: 1;
    width: 490px;
    position: absolute;
    bottom: -100%;
    right: 17%
}

@media only screen and (max-width:1440px) {
    .section-story .card {
        padding-top: 110px
    }

    .section-story__way {
        margin-top: 50px
    }

    .section-story__img {
        width: 340px;
        right: 18%;
        bottom: -115%
    }
}

@media screen and (max-width:1350px) {
    .section-story__undertitle {
        margin-bottom: 0
    }

    .section-story__img {
        position: relative;
        bottom: 0;
        right: 0;
        margin: auto
    }
}

.story-item {
    opacity: .6;
    width: 420px;
    max-width: 100%;
    margin: auto
}

@media only screen and (max-width:1440px) {
    .story-item {
        width: 330px
    }
}

.story-item.last {
    width: 370px
}

@media only screen and (max-width:1440px) {
    .story-item.last {
        width: 260px
    }
}

@media only screen and (max-width:1023px) {
    .section-story {
        padding-top: 2.5rem;
        padding-bottom: 3.125rem
    }

    .section-story .card {
        padding-top: 0
    }

    .story-item {
        margin-left: 60px;
        font-size: .875rem;
        margin-bottom: 30px
    }

    .story-item.last {
        margin-bottom: 0
    }
}

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

    .story-item,
    .story-item.last {
        width: auto
    }
}

.section-roadmap {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem
}

@media only screen and (max-width:1440px) {
    .section-roadmap {
        padding-top: 3.125rem;
        padding-bottom: 0
    }
}

.section-roadmap .has-gradient_blue {
    position: absolute;
    bottom: 0;
    left: 0
}

.section-roadmap .has-gradient_blue:before {
    content: "";
    top: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    -moz-filter: blur(300px);
    -ms-filter: blur(300px);
    -o-filter: blur(300px);
    border-radius: 50%;
    z-index: -1;
    background: #0fd4ff;
    left: 0
}

.section-roadmap .has-gradient_orange {
    position: absolute;
    bottom: 0;
    right: 0
}

.section-roadmap .has-gradient_orange:after {
    content: "";
    top: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    -moz-filter: blur(300px);
    -ms-filter: blur(300px);
    -o-filter: blur(300px);
    border-radius: 50%;
    z-index: -1;
    background: #e88248;
    right: 0
}

.section-roadmap__way {
    margin-top: 3.125rem
}

.section-team {
    padding-top: 4.6875rem;
    padding-bottom: 3.75rem
}

.section-team .has-gradient_orange-xl {
    position: absolute;
    right: 20%;
    top: 35%;
    z-index: -1;
    width: 300px;
    height: 300px
}

.section-team .has-gradient_orange-xl:after {
    content: "";
    position: absolute;
    filter: blur(120px);
    border-radius: 50%;
    background: #e88248;
    width: 100%;
    height: 100%
}

.section-team .has-gradient_orange-sm {
    position: absolute;
    left: 17%;
    top: 50%;
    z-index: -1;
    width: 200px;
    height: 200px
}

.section-team .has-gradient_orange-sm:before {
    content: "";
    position: absolute;
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    background: #e88248;
    width: 100%;
    height: 100%
}

.section-team .card {
    padding-top: 140px
}

@media only screen and (max-width:1440px) {
    .section-team {
        padding-top: 3.75rem;
        padding-bottom: 40px
    }

    .section-team .card {
        padding-top: 100px
    }
}

@media only screen and (max-width:1023px) {
    .section-team {
        padding-top: 20px
    }

    .section-team .card {
        padding-top: 0
    }
}

.section-team__undertitle {
    margin: 0 auto 60px
}

@media only screen and (min-width:1024px) {
    .section-team__undertitle {
        width: 420px
    }
}

.section-team__large-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%
}

.section-faq,
.section-wp {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.section-faq .card,
.section-wp .card {
    padding: 50px 46px
}

.section-faq .card p,
.section-wp .card p {
    opacity: .8
}

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

    .section-faq .card,
    .section-wp .card {
        padding: 0
    }

    .section-faq .card p,
    .section-wp .card p {
        margin-bottom: 20px
    }
}

.section-faq__card,
.section-wp__card {
    margin-top: 40px
}

.section-faq .button,
.section-wp .button {
    padding: 17px;
    min-width: 250px
}

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

    .section-faq,
    .section-wp {
        padding-top: 2.5rem;
        padding-bottom: 40px
    }

    .section-faq {
        padding-bottom: 140px
    }
}

.section-video {
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width:1023px) {
    .section-video {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.section-video__iframe {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .02);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

@media only screen and (max-width:1023px) {
    .section-video__iframe {
        padding: 10px
    }
}
/*# sourceMappingURL=main.min.css.map */