.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-abilities-grid {
    margin-top: 24px;
    grid-column-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 0fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-abilities-container {
    display: flex;
    align-items: center;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
    outline-offset: 2px;
    border-radius: 50%;
    outline: 2px solid #3b79c3;
}

.nav {
    z-index: 9999;
    background-color: #181818;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.navigation-wrapper {
    max-width: 1280px;
    flex-flow: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.logo {
    width: 130px;
    float: left;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    display: block;
}

.logo.w--current {
    flex: 0 auto;
    margin-right: 0;
}

.logo-img {
    max-width: none;
}

.nav-items {
    float: left;
    flex: 1;
    align-self: center;
    margin-left: 0;
}

.nav-item {
    margin-right: 40px;
    text-decoration: none;
}

.nav-item:visited, .nav-item.w--current {
    color: #ff244c;
}

.text-btn-l {
    z-index: 20;
    color: #fff;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    text-align: center;
}

.text-btn-s-medium {
    z-index: 20;
    color: #fff;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    letter-spacing: 0.1px;
}

.form-btn{
    z-index: 20;
    color: #000000;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    align-self: flex-start;
}

.text-btn-s-medium.red {
    color: #ff244c;
}

.text-btn-l.red {
    color: #ff244c;
    align-self: flex-start;
    text-align: inherit;
    padding-top: 2px;
}

.text-btn-l.black {
    color: #ffffff;
    align-self: flex-start;
    text-align: inherit;
    padding-top: 2px;
}

.text-btn-l.black:hover {
    color: #000000;
}

.text-btn-l.gray {
    color: #787770;
    align-self: flex-start;
    padding-top: 2px;
}

.text-btn-l.navigation {
    color: #fff;
}

.text-btn-l.navigation:hover, .text-btn-l.navigation:focus {
    color: #ff244c;
}

.text-btn-m.join-the-game:hover {
    color:#000000;
}

.nav-socials-items {
    float: right;
    clear: none;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    margin-right: 20px;
    display: block;
}

.social-item {
    opacity: 1;
    margin-right: 20px;
}

.social-item:hover {
    opacity: 1;
}

.social-item.red {
    margin-right: 20px;
}

.button-small-body {
    background-color: #ff244c;
    padding: 12px 30px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.button-small:hover .text-btn-m.hover {
    color: #000;
}

.text-btn-m {
    z-index: 20;
    color: #fff;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
}

.text-btn-m.black {
    color: #000000;
    font-weight: bold;
}

.button-small-stroke {
    outline-offset: 0px;
    border: 1px solid #fff;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -4px;
    text-decoration: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.hero-section {
    height: 1000px;
    background-color: rgba(24, 24, 24, .75);
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.hero-section-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hero-section-logo {
    align-self: auto;
    margin-bottom: 36px;
}

.text-m-400 {
    clear: left;
    color: #fff;
    align-self: auto;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.text-m-400.dark {
    color: #181818;
}

.text-m-400.terms {
    text-align: justify;
}

.text-m-400.red {
    font-size: 14px;
    color: #ff244c;
}

.text-m-400.dark.transp {
    color: rgba(24, 24, 24);
}

.text-m-400.roadmap {
    padding-left: 40px;
}

.text-m-400.transparent {
    color: rgba(255, 255, 255, .5);
}

.text-m-500 {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-decoration: none;
}

.text-l-500 {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 48px;
}

.button-small, .button-medium, .button-medium-black, .button-opensea, .button-join-the-game {
    z-index: 20;
    float: right;
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: center;
    text-decoration: none;
    position: relative;
}

.button-medium-black {
    position: absolute;
    width: 43%;
}

.button-medium-body, .button-opensea, .button-join-the-game {
    background-color: #ff244c;
    padding: 16px 51px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.button-join-the-game:hover .text-btn-l.black {
    color:black;
}

.button-medium-body.modal {
    margin: -0.5% -2.8% -0.5% -2.5%;
}

.button-medium.modal {
    float: none;
}

.button-medium-body.white {
    background-color: #fff;
}

.button-medium-stroke {
    outline-offset: 0px;
    border: 1px solid #fff;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -4px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.button-medium-stroke.dark {
    border-color: #181818;
}
.hero-section-paragraph {
    margin-bottom: 36px;
}

.hero-section-cta {
    flex-direction: row;
    flex: none;
    align-self: center;
    display: flex;
    position: relative;
}

.line {
    width: 278px;
    height: 1px;
    background-color: #fff;
    border: 1px #fff;
    align-self: center;
    margin-left: 0;
    margin-right: 20px;
    position: static;
}

.line._2 {
    margin-left: 20px;
    margin-right: 0;
}

.new-line {
    width: 278px;
    height: 1px;
    background-color: #fff;
    border: 1px #fff;
    align-self: center;
    margin-left: 0;
    margin-right: 20px;
    position: static;
}

.new-line._2 {
    margin-left: 20px;
    margin-right: 0;
}

.hero-section-triangle {
    position: absolute;
    top: auto;
    bottom: -1%;
    left: 0%;
    right: auto;
}

.hero-section-triangle._2 {
    transform-style: preserve-3d;
    top: auto;
    bottom: -1%;
    left: auto;
    right: 0%;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.avaliable-on-section {
    align-items: center;
    text-align: center;
    margin-top: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
    position: static;
}

.avaliable-on-platforms  {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.platform-logo {
    margin-right: 0px;
}

.body {
    background-color: #ece8e1;
    overflow-x: hidden;
}

.youtube {
    z-index: -9;
    background-color: rgba(24, 24, 24, .72);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.about-section {
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
}

.about-section-container {
    max-width: none;
    display: flex;
    position: relative;
}

.about-description {
    width: 500px;
    max-width: none;
    flex-direction: row;
    display: block;
}

.text-s-500 {
    color: #ff244c;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: none;
}

.text-s-500.dark {
    color: #181818;
}

.text-s-500.headline {
    display: block;
}

.block {
    margin-right: 36px;
    display: inline-block;
    width: 224px;
}

.members-text {
    color: #ff244c;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3%;
}

.h1 {
    width: auto;
    color: #181818;
    text-transform: uppercase;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Barlow Condensed, sans-serif;
    font-size: 96px;
    line-height: 96px;
    position: static;
}

.h1.white {
    color: #fff;
}

.h1.white.res {
    z-index: 1;
    position: relative;
}

.about-description-title {
    margin-bottom: 20px;
}

.about {
    z-index: -20;
    opacity: .3;
    position: absolute;
    top: -14%;
    bottom: auto;
    left: 3.3%;
    right: auto;
}

.about-tabs {
    width: 500px;
    max-width: none;
    flex-direction: row;
    margin-left: 90px;
    display: block;
}

.link {
    color: #ff244c;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.tab-link-tab-1 {
    width: 160px;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
}

.tab-link-tab-1.w--current {
    width: 160px;
    color: #ff244c;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
}

.tab-link-tab-2 {
    width: 160px;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
}

.tab-link-tab-3 {
    background-color: rgba(0, 0, 0, 0);
}

.tab-text {
    color: #181818;
    text-align: center;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.tab-text:hover {
    color: #ff244c;
}

.tab-current {
    width: 100%;
    height: 1px;
    background-color: #ff244c;
    margin-top: 10px;
    display: block;
}

.tab_link {
    color: rgba(255, 255, 255, .46);
    background-color: rgba(0, 0, 0, 0);
    border-bottom: .2em solid rgba(0, 0, 0, 0);
    flex: none;
    margin-right: 3.3em;
    padding: 0;
}

.tab_link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #d0ff00;
}

.tab_menu {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2.7em;
    display: flex;
    overflow: visible;
}

.tab_p {
    width: 100%;
    max-width: 31em;
}

.tab_arrow-icon {
    width: 40%;
    height: 40%;
    margin-right: -4%;
}

.tab_link-text {
    font-size: 1.83em;
}

.tab_heading {
    margin-bottom: .5em;
    font-size: 6em;
    line-height: .9;
}

.tab_arrow {
    width: 70%;
    height: 70%;
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
}

.tab_arrow:hover {
    background-color: #d0ff00;
    transform: scale(.9);
}

.tab_arrow.hide {
    opacity: 0;
    cursor: auto;
    transform: scale(.8);
}

.tab_padding {
    padding-top: 4.7em;
    padding-bottom: 4.7em;
}

.tab_wrap {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.tab_arrow-wrap {
    width: 5em;
    height: 5em;
    justify-content: center;
    align-items: center;
    margin-top: -1.1em;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: rotate(-180deg);
}

.tab_arrow-wrap.is-right {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: rotate(0);
}

.youtube-2 {
    height: 626px;
}

.partners-section {
    background-color: #ff244c;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.partners-container {
    max-width: 1280px;
    text-align: center;
}

.partners-logos {
    margin-top: 18px;
}

.partner-logo {
    margin-right: 40px;
    text-decoration: none;
}

.partner-logo-img {
    margin-bottom: 10px;
}

.partners-polygon {
    margin-top: 140px;
    position: relative;
}

.partners-polygon._2 {
    margin-top: 0;
}

.polygon-red {
    float: right;
}

.polygon-red._2 {
    z-index: 20;
    float: none;
    transform-style: preserve-3d;
    position: relative;
}

.polygon-white {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.polygon-white._2 {
    z-index: 20;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.how-it-works-section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

.how-it-works-container {
    max-width: 1280px;
    position: relative;
}

.gif {
   width: 100%;
   height: 100%;
}

.gif-stroke {
    z-index: 1;
    outline-offset: 0px;
    border: 1px solid #181818;
    outline: 3px solid rgba(0, 0, 0, 0);
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
    position: relative;
    margin: 24px 0 239px 0;
    padding: 4px;
}

.video-stroke {
    width: 178%;
    height: 67%;
    z-index: 1;
    outline-offset: 0px;
    border: 1px solid #181818;
    outline: 3px solid rgba(0, 0, 0, 0);
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
    position: relative;
    margin: 24px 0 239px 0;
    padding: 4px;
}

.works-description-title {
    margin-bottom: 20px;
}

.works-description {
    width: 780px;
    max-width: none;
    flex-direction: row;
    margin-left: 20px;
    display: block;
}

.image {
    z-index: -900;
    height: 1390px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.works {
    z-index: -20;
    opacity: .3;
    position: absolute;
    top: 448%;
    bottom: auto;
    left: 5%;
    right: auto;
}

.works-bg {
    z-index: -2000;
    height: 1600px;
    display: none;
    position: absolute;
    top: auto;
    bottom: -6.8%;
    left: auto;
    right: 0%;
}

.polygon-red2 {
    float: none;
    position: absolute;
}

.polygon-red2._2 {
    z-index: 20;
    float: none;
    transform-style: preserve-3d;
    position: relative;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(0);
}

.partners-polygon2 {
    margin-top: 0;
    position: relative;
}

.partners-polygon2._2 {
    margin-top: 0;
}

.link-2 {
    font-weight: 500;
}

.v-tab_text {
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.v-tab_text.red {
    color: #ff244c;
}

.v-tabs {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.values_c-block {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.v-tab_contemt {
    flex: 1;
    margin-top: 24px;
    overflow: visible;
}

.values_slide-no {
    text-align: center;
}

.values_text {
    letter-spacing: .4px;
    margin-top: 16px;
    line-height: 1.6;
}

.v-tab_menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.v-tab_pan {
    height: 100%;
}

.values_slide-no-wrap {
    height: 48px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.v-tab_link {
    width: 167.5px;
    color: #181818;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #181818;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.v-tab_link_about {
    width: 313px;
    color: #181818;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #181818;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.v-tab_link.w--current {
    width: 167.5px;
    color: #ff244c;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #ff244c;
    padding-left: 0;
    padding-right: 0;
}

.v-tab_link_about.w--current {
    width: 313px;
    color: #ff244c;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #ff244c;
    padding-left: 0;
    padding-right: 0;
}

.how-it-works-tabs {
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-top: 10px;
    display: flex;
}

.how-it-works-background {
    z-index: 0;
    max-width: 1280px;
    padding-top: 10px;
    position: relative;
}

.img-title-description-item {
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
    position: static;
}

.img-title-description-item-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-stroke {
    z-index: 1;
    outline-offset: 0px;
    border: 1px solid #181818;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -4px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.image-stroke:hover {
    border-color: #ff244c;
}

.image-stroke-red {
    z-index: 1;
    outline-offset: 0px;
    border: 1px solid #ff244c;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -12px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.member-box {
    width: 92px;
    border: 1px solid black;
    border-radius: 3px;
    background-color: transparent;
    padding: 3px;
}

.member-box.active {
    border: 1px solid #ff244c;
}

.member-box-large {
    width: 119%;
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: transparent;
    padding: 2%;
}

.member-box-large.image-size {
    width: 400px;
    height: 400px;
}

.member-box.ability {
    width: 84px;
}

.thumbnail-large {
    position: relative;
}

.headline-description {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
    position: static;
}

.image-2 {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 10px;
}

.how-it-works-item {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    margin-top: 30px;
}

.headline-wrapper {
    display: flex;
    position: static;
}

.description-wrapper {
    margin-top: 10px;
}

.description-wrapper.spacing {
    padding-left: 38px;
}

.button-medium-dark {
    float: right;
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: center;
    text-decoration: none;
    position: relative;
}

.button-medium-dark-stroke {
    outline-offset: 0px;
    border: 1px solid #181818;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -4px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.opensea {
    margin-top: 40px;
    margin-bottom: 200px;
    display: flex;
}

.join-the-game {
    margin-top: 15px;
    display: flex;
}

.image-3 {
    position: absolute;
}

.roadmap-section {
    background-color: #181818;
    padding: 220px 20px 100px;
}

.roadmap-section-container {
    max-width: none;
}

.roadmap-description {
    width: auto;
    max-width: none;
    flex-direction: row;
    display: block;
}

.grid {
    grid-column-gap: 39px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
}

.roadmap-background {
    max-width: 1280px;
    padding-top: 10px;
    position: relative;
}

.roadmap {
    opacity: .13;
    position: absolute;
    top: -1059%;
    bottom: auto;
    left: -3%;
    right: auto;
}

.roadmap-polygon2 {
    float: right;
    position: static;
}

.team-section {
    margin-bottom: 0;
    padding: 100px 20px 0;
}

.team-section-container {
    max-width: 1280px;
    position: relative;
}

.team-tab {
    margin-top: 40px;
    display: flex;
}

.tab-link-tab-1-2 {
    padding-left: 0;
}

.tab-link-tab-1-2.w--current {
    margin-right: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.team-member-stroke {
    outline-offset: 0px;
    border: 1px solid #ff244c;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -4px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.team-member-photo {
    width: 400px;
    display: flex;
    position: relative;
}

.tabs-menu {
    margin-right: 60px;
    display: none;
}

.tab-pane-tab-1 {
    width: 100%;
}

.results-section {
    background-color: #181818;
    margin-top: 0;
    padding: 220px 20px 100px;
    position: relative;
}

.results-section-container {
    max-width: 1280px;
    text-align: center;
    position: relative;
}

.roadmap-polygon2-copy {
    float: right;
    position: static;
}

.image-4 {
    float: right;
}

.results-description-title {
    text-align: center;
    justify-content: center;
    margin-bottom: 48px;
    display: flex;
}

.team {
    z-index: -20;
    opacity: .6;
    position: absolute;
    top: -748%;
    bottom: auto;
    left: 1%;
    right: auto;
}

.results {
    z-index: 0;
    width: 1000px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -750%;
    bottom: auto;
    left: auto;
    right: 7%;
}

.results-elements {
    display: block;
    position: absolute;
    top: -1845%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.grid-2 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    margin-top: 0;
    display: grid;
}

.results-item {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.results-item-stat {
    color: #ff244c;
    font-family: Barlow Condensed, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}

.results-item-description {
    color: #fff;
    text-align: center;
    margin-top: 12px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
}

.results-bottom-text {
    text-align: center;
    margin-top: 100px;
}

.text-span {
    color: #ff244c;
}

.contact-polygon {
    background-color: #181818;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.contact-section {
    z-index: 0;
    background-color: #ff2758;
    padding: 220px 20px 35px;
    position: relative;
    overflow: visible;
}

.contact-section.terms {
    padding: 40px 0px;
}

.contact-section-container {
    max-width: 1280px;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
    display: flex;
}

.contact-section-container.terms {
    text-align: center;
    align-items: center;
    padding-right: 0px;
}

.contact-background {
    max-width: 1280px;
    padding-top: 10px;
    position: relative;
}

.contact {
    z-index: -6;
    width: 1000px;
    opacity: .6;
    display: block;
    position: absolute;
    top: -667%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.contact-bg {
    z-index: -5;
    height: 100%;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.form-block {
    width: 400px;
    float: right;
    text-align: left;
}

.text-field {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.form-field {
    z-index: 1;
    height: 66px;
    min-height: 50px;
    color: #fff;
    background-color: #ff2758;
    border: 1px solid #dcdcdd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    position: relative;
}

.form-field:focus {
    border-color: #000;
}

.form-field::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.form-field::placeholder {
    color: rgba(255, 255, 255, .8);
}

.form-field.select-field {
    padding-top: 8px;
}

.form-field.select-field.wide {
    cursor: pointer;
    border-radius: 0;
    line-height: 35px;
}

.form-field.message {
    height: 200px;
    min-height: 70px;
    white-space: normal;
    display: block;
    overflow: visible;
}

.form-caption {
    text-align: center;
    font-size: 13px;
}

.field-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.form-field-label {
    z-index: 10;
    color: #fff;
    background-color: #ff244c;
    margin-top: -9px;
    margin-left: 10px;
    padding: 1px 10px;
    font-family: Poppins, sans-serif;
    line-height: 14px;
    display: inline-block;
    position: absolute;
}

.submit-button {
    height: 50px;
    min-width: 170px;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    margin-top: 20px;
    padding: 16px 48px;
    font-family: Barlow Condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    transition: filter .2s;
}

.submit-button:hover {
    filter: brightness(96%);
}

.form-heading {
    margin-top: 0;
    margin-bottom: 25px;
}

.form-wrap {
    z-index: 50;
    width: 550px;
    float: right;
    margin-bottom: 0;
    position: relative;
}

.form-container {
    z-index: 1000;
    max-width: 1280px;
    clear: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    display: flex;
    position: relative;
}

.footer {
    width: 550px;
    clear: left;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    display: flex;
}

.footer.terms {
    width: 100%;
}

.copyright {
    margin-top: 28px;
}

.footer-links {
    align-self: flex-start;
    margin-top: 20px;
}

.footer-links.terms {
    margin-bottom: 20px;
    margin-left: -52%;
}

.footer-link-item {
    margin-right: 20px;
    text-decoration: none;
}

.footer-link-text {
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.footer-link-text:hover {
    text-decoration: underline;
}

.footer-socials-items {
    float: right;
    clear: none;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    margin-top: 20px;
    display: block;
}

.footer-socials-items {
    
}

.nav-container {
    max-width: 1280px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
}

.navbar {
    z-index: 10000;
    width: auto;
    background-color: #181818;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.nav-link {
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    font-family: Barlow Condensed, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.nav-link:hover, .nav-link.w--current {
    color: #ff244c;
}

.nav-link.hide {
    display: none;
}

.button-hover-effect {
    z-index: 0;
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.button-hover-effect {
    width: 100%;
    height: 100%;
}

.button-hover-effect.black {
    background-color: #000000;
}

.button-medium-black:hover .button-medium-body .form-btn {
    color: #fff;
}

.button-medium.opensea:hover 
.button-medium.join-the-game:hover
.button-opensea .text-btn-l {
    color: #000000;
}

.loader {
    width: 100%;
    height: 4px;
    background-color: #ff244c;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.youtube-video {
    width: auto;
    height: 490px;
}

.contact-polygon2 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.image-5 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.div-block {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.content-container {
    margin-top: 0;
    margin-bottom: 30px;
}

.heading-4 {
    color: #353e44;
}

.button-container {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.tab-button {
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.member-box:hover  {
    border-color: #ff244c;
}

.tab-button.tab-button-active {
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #1f67a7;
    margin-bottom: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.div-block-2 {
    flex: 1;
    padding: 15px;
}

.button-arrow {
    width: 56px;
    height: 56px;
    display: flow;
    background-color: #ff244c;
    margin: 19px 18px;
}

.button-arrow.left {
    margin-left: 0;
}

.button-arrow.right {
    margin-right: 0;
}

.arrow {
    width: 24px;
    margin: 16px
}

.tabs-menu-2 {
    display: none;
}

.tab-pane {
    
}

.tab-pane._1,.tab-pane._2, .tab-pane._3 {
    width: auto;
    height: auto;
    flex: none;
    order: 0;
    align-self: auto;
    position: static;
}

.tab-pane.member1, .tab-pane.member2, .tab-pane.member3, .tab-pane.member4, .tab-pane.member5, .tab-pane.member6, .tab-pane.member7, .tab-pane.member8, .tab-pane.member9 {
    height: auto;
}

.team-slider-items {
    flex: 1;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 15px;
}

.team-slider-content {
    flex: 1;
    padding: 15px;
}

.team-grid {
    grid-template-rows: auto;
}

.founders {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.team-section-tabs {
    width: 100%;
}

.grid-3 {
    grid-template-rows: auto;
}

.team-section-wrapper {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin-top: 0;
    position: relative;
    width: 79.5%;
    margin-left: 9%;
}

.team-section-wrapper._2 {
    margin-top: 20px;
}

.team-section-tab-item {
    width: 60px;
    height: 60px;
    background-image: url('../images/team-member_1team-member.png');
    background-position: 0 0;
    background-size: auto;
    border: 1px #000;
    position: relative;
}

.team-section-tab-item-bg {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    margin: -4px;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.thumbnail-small {
    flex: 0 auto;
    margin-right: 12px;
    position: relative;
}

.ability-thumbnail-small {
    width: 84px;
    height: 84px;
    margin: 0;
}

.team-section-tabs-headline {
    flex: 0 auto;
    align-self: flex-start;
    display: block;
}

.thumbnails-container {
    margin-top: 24px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
}

.thumbnails {
    flex: 1;
    display: flex;
    place-content: flex-start;
    white-space: nowrap;
    position: relative;
}

.thumbnails._3 {
    margin-bottom: 30px;
}

.team-section-detail {
    padding-top: 10px;
    display: flex;
    margin-bottom: 105px;
}

.thumbnail-extra-large {
    width: 400px;
    height: 400px;
    flex-direction: column;
    flex: 0 auto;
    display: block;
    position: relative;
}

.team-section-wrapper-grid {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    margin-top: 40px;
    position: relative;
}

.team-section-wrapper-grid._2 {
    margin-top: 20px;
}

.separator {
    width: 0;
    height: 108%;
    border: .5px solid #181818;
    margin-left: -5px;
    position: absolute;
}

.team-member-detail {
    float: none;
    display: block;
}

.h2 {
    color: #181818;
    transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Barlow Condensed, sans-serif;
    font-size: 36px;
    line-height: 36px;
}

.team-member-detail-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ability-detail-text {
    margin-top: 6px;
    margin-bottom: 8px;
}

.main-section {
    margin: 20px 50px 50px;
}

.main-section.tutorial-section {
    display: flex;
}

.tabs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.tabs {
    width: 100%;
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    display: block;
}

.grid-4 {
    grid-template-rows: auto;
    margin: 1.5% -6% 30% -3%;
    
}

.text-s-400 {
    clear: left;
    color: #fff;
    align-self: auto;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.text-s-400.dark {
    color: #181818;
}

.text-s-400.dark.transp {
    color: rgba(24, 24, 24, .5);
    font-size: 12px;
    line-height: 18px;
}

.text-s-400.roadmap {
    padding-left: 40px;
}

.text-s-400.transparent {
    color: rgba(255, 255, 255, .5);
}

.rectangle-about-1 {
    position: absolute;
    top: -25%;
    bottom: auto;
    left: auto;
    right: 3%;
}

.rectangle-about-2 {
    position: absolute;
    top: 36%;
    bottom: auto;
    left: -13%;
    right: auto;
}

.lottie-animation, .works-complex {
    width: 300px;
    position: absolute;
    top: 8%;
    bottom: auto;
    left: auto;
    right: 13%;
}

.works-rectangle {
    width: 100px;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: -11%;
    right: auto;
}

.team-rectangle {
    display: block;
    position: absolute;
    top: 34%;
    bottom: auto;
    left: -12%;
    right: auto;
}

.team-rectangle2 {
    position: absolute;
    top: -30%;
    bottom: auto;
    left: auto;
    right: 34%;
}

.lottie-animation-2 {
    width: 400px;
    position: absolute;
    top: -28%;
    bottom: auto;
    left: -5%;
    right: auto;
}

.image-6 {
    width: 20px;
    opacity: .8;
}

.image-7, .image-8 {
    width: 20px;
}

.menu-overlay, .mobile-overlay, .left-line-about {
    display: none;
}

.rectangle1, .rectangle2, .rectangle3, .rotate-line, .rotate-line2, .rectangle4 {
    width: 0;
}

.rectangle5, .rectangle6 {
    width: 0;
    height: 0;
}

.rotating-plus, .rotating-plus2 {
    width: 0;
}

.rotating-plus3, .rotating-plus4, .rotate-line3 {
    width: 0;
    height: 0;
}

.rectangle7, .rectangle8, .rectangle9, .rectangle10 {
    width: 0;
}

.rotating-plus5, .rotating-plus6, .rectangle11, .rectangle12, .rotating-plus7, .rotating-plus8, .rotating-plus9 {
    width: 0;
    height: 0;
}

.rotate-line4, .rotate-line5 {
    width: 0;
}

.rectangle13, .rectangle14 {
    width: 0;
    height: 0;
}

.rotating-plus10, .rotating-plus11 {
    width: 0;
}

.rectangle15, .rectangle16, .rotating-plus12 {
    width: 0;
    height: 0;
}

.rotate-line6 {
    width: 0;
}

.logo-big {
    z-index: -1;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.rotating-plus13, .rectangle17, .rectangle18, .lottie-animation-3, .rotating-plus14 {
    width: 0;
    height: 0;
}

.rotate-line7 {
    width: 0;
}

.rectangle19 {
    width: 0;
    height: 0;
}

.rotate-line8 {
    width: 0;
}

.rectangle20, .rectangle21, .rectangle22 {
    width: 0;
    height: 0;
}

.background-video {
    height: 2000px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.background-video-2 {
    z-index: -1;
    height: 100%;
    opacity: .22;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-10 {
    z-index: -1;
    width: auto;
    height: 100%;
    max-width: none;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.image-11 {
    z-index: -1;
    height: 1460px;
    max-width: none;
    opacity: .4;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.background-video-3 {
    z-index: -2;
    width: 210%;
    height: auto;
    opacity: .38;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.video1 {
    z-index: -5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.html-embed {
    z-index: -50;
    width: auto;
    height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
}

.contact-bg-image {
    z-index: -5;
    height: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.background-video-5 {
    height: 100%;
    opacity: .2;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.background-video-6 {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.popup, .popup-terms {
    z-index: 1000000;
    width: 100%;
    height: 1000vh;
    background-color: rgba(24, 24, 24, .4);
    padding-top: 220px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-12 {
    transform-style: preserve-3d;
}

.popup-wrapper {
    width: 720px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.image-13 {
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.popup-body {
    background-color: #181818;
    padding-top: 60px;
    position: relative;
}

.heading-5 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: Barlow Condensed, sans-serif;
    font-size: 44px;
}

.popup-description {
    width: 392px;
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.form2 {
    text-align: center;
}

.field-wrap2 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.form-field2 {
    z-index: 1;
    height: 66px;
    min-height: 50px;
    color: #fff;
    background-color: #181818;
    border: 1px solid #dcdcdd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    position: relative;
}

.form-field2:focus {
    border-color: #ff244c;
}

.form-field2::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.form-field2::placeholder {
    color: rgba(255, 255, 255, .8);
}

.form-field2.select-field {
    padding-top: 8px;
}

.form-field2.select-field.wide {
    cursor: pointer;
    border-radius: 0;
    line-height: 35px;
}

.form-field2.message {
    height: 200px;
    min-height: 70px;
    white-space: normal;
    display: block;
    overflow: visible;
}

.form-field-label2 {
    z-index: 10;
    color: #fff;
    text-align: left;
    background-color: #181818;
    margin-top: -9px;
    margin-left: 10px;
    padding: 1px 10px;
    font-family: Poppins, sans-serif;
    line-height: 14px;
    display: block;
    position: absolute;
}

.form-wrap2 {
    z-index: 50;
    width: 550px;
    float: right;
    text-align: left;
    margin-bottom: 0;
    position: relative;
}

.submit-button2 {
    min-width: 170px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff244c;
    border-radius: 0;
    margin-top: 20px;
    padding: 16px 48px;
    font-family: Barlow Condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    transition: filter .2s;
}

.submit-button2:hover {
    z-index: 0;
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.popup-animation-2 {
    width: auto;
    height: 27px;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 4%;
}

.popup-animation {
    width: auto;
    height: 27px;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 6%;
    right: auto;
}

.popup-close {
    position: absolute;
    top: 6%;
    bottom: auto;
    left: auto;
    right: 2%;
}

.text-block-2 {
    font-family: Barlow Condensed, sans-serif;
    font-size: 17px;
}

.success-message {
    background-color: #85da7c;
}

.updates-section {
    margin-bottom: 0;
    padding: 100px 20px;
    display: block;
    position: relative;
}

.updates-background {
    z-index: 0;
    max-width: 1280px;
    padding-top: 10px;
    position: relative;
}

.updates-container {
    max-width: none;
    position: relative;
}

.updates-description {
    width: auto;
    max-width: none;
    flex-direction: row;
    display: block;
}

.update-description-title {
    margin-bottom: 20px;
}

.update {
    z-index: -20;
    max-width: 90%;
    opacity: .3;
    position: absolute;
    top: -748%;
    bottom: auto;
    left: 1%;
    right: auto;
}

.update-plus {
    width: 0;
}

.update-slider {
    width: auto;
}

.slider {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}

.right-arrow {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.slide-nav {
    display: none;
}

.slide {
    width: 34%;
}

.slide-2, .slide-3 {
    width: 33%;
}

.img-slider {
    width: 100%;
    height: auto;
    overflow: visible;
}

.thumbnail-slider {
    width: 100%;
    height: 225px;
    flex-direction: column;
    flex: 0 auto;
    margin: 10px 20px 10px 10px;
    display: block;
    position: relative;
    overflow: visible;
}

.slide-4 {
    width: 33%;
}

.slider-link {
    width: 95%;
    text-decoration: none;
}

.slider-link:hover {
    color: #181818;
}

.slider-arrow {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 2px solid #ff244c;
    top: 0%;
}

.slider-arrow:hover {
    border: 2px solid #ff244c;
}

.icon-2, .icon-3 {
    color: #181818;
    font-size: 19px;
}

.mask {
    width: auto;
    overflow: hidden;
}

.slider-mask {
    height: 225px;
    overflow: hidden;
}

.slider-headline {
    color: #181818;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: -2px;
    font-family: Barlow Condensed, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.slider-headline:hover {
    color: #ff244c;
}

.image-stroke-slider {
    z-index: 1;
    outline-offset: 0px;
    border: 1px solid #181818;
    outline: 3px solid rgba(0, 0, 0, 0);
    margin: -4px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 #fff;
}

.parent:hover .image-stroke-slider {
    border-color: #ff244c;
}

.parent:hover .slider-headline {
    color: #ff244c;
}

.result-polygon {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.result-polygon2 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.update-polygon {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.li-nav {
    align-self: flex-start;
    padding-top: 2px;
    text-transform: uppercase;
    font-family: Barlow Condensed, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

ul, li { 
    text-align: justify;
}

@media screen and (min-width: 1280px) {
    .logo.w--current {
        margin-right: 0;
    }

    .nav-socials-items {
        z-index: 20000;
        margin-right: 20px;
        position: relative;
    }

    .social-item {
        opacity: 1;
        mix-blend-mode: color;
    }
    
    .social-item.terms {
        mix-blend-mode: lighten;
    }

    .hero-section {
        margin-top: 20px;
        display: flex;
    }

    .about-section {
        height: auto;
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        padding: 220px 0 140px;
        position: relative;
    }

    .about-section-container {
        max-width: 1280px;
        margin-top: 0;
    }

    .text-s-500 {
        display: none;
    }

    .text-s-500.headline {
        display: block;
    }

    .about {
        left: -8.7%;
    }

    .partners-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .partners-container {
        max-width: 1700px;
        padding-top: 84px;
        padding-bottom: 108px;
        position: relative;
    }

    .partners-polygon {
        height: auto;
        margin-top: 0;
    }

    .polygon-white._2 {
        background-color: rgba(0, 0, 0, 0);
        bottom: 0%;
    }

    .how-it-works-section {
        background-color: #efebe6;
        margin-bottom: 0;
        padding: 0;
        display: block;
        overflow: hidden;
    }

    .how-it-works-container {
        max-width: 1700px;
        padding-top: 220px;
        padding-left: 200px;
        z-index: -28;
        background-image: linear-gradient(to right, rgba(239, 235, 230,1), rgba(255,0,0,0));
    }

    .works-description {
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .works {
        margin-top: 184px;
        padding-top: 0;
        top: 144%;
        left: -9%;
    }

    .works-bg {
        z-index: -5000;
        width: 1100px;
        display: none;
    }

    .v-tabs {
        width: 100%;
    }

    .how-it-works-background {
        margin-top: 0;
        padding-top: 0;
    }

    .img-title-description-item-img {
        
    }

    .image-stroke.extra-large {
        height: auto;
    }

    .image-stroke.extra-large.slider {
        width: auto;
        margin-left: -4px;
        margin-right: -4px;
    }

    .roadmap-section {
        padding: 0;
    }

    .roadmap-section-container {
        max-width: 1700px;
        padding: 220px 200px 0 200px;
        position: relative;
    }

    .roadmap-polygon {
        position: relative;
    }

    .roadmap-description {
        margin-top: 94px;
    }

    .grid {
        margin-bottom: 180px;
    }

    .roadmap-background {
        padding-top: 0;
        top: 62px;
        left: -14px;
    }

    .roadmap {
        margin-top: 140px;
        margin-left: -75px;
    }

    .team-section {
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .team-section-container {
        max-width: 1700px;
        padding-left: 200px;
        padding-right: 200px;
    }

    .tabs-menu {
        display: none;
    }

    .results-section {
        height: auto;
        padding: 0;
        position: relative;
    }

    .results-section-container {
        max-width: 1700px;
        padding: 240px 200px 50px;
        position: relative;
    }

    .image-4 {
        position: absolute;
        top: 0%;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .team {
        margin-top: 0;
        top: -877%;
        left: -11%;
    }

    .results {
        width: 100%;
        margin-top: 130px;
        opacity: 1;
    }

    .results-bottom-text {
        margin-bottom: 100px;
    }

    .contact-polygon {
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .contact-section {
        background-color: #ff2758;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .contact-bg {
        opacity: 1;
        display: block;
    }

    .form-field, .form-field-label {
        background-color: #ff2758;
    }

    .nav-container {
        max-width: 1280px;
    }

    .navbar {
        z-index: 1000000;
    }

    .nav-link {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 22px;
    }

    .nav-link.hide {
        display: none;
    }

    .youtube-video {
        width: 800px;
    }

    .contact-polygon2 {
        float: right;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

    .image-5 {
        z-index: -20;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .tab-button {
        opacity: 0;
        border-radius: 0;
    }

    .tab-button.tab-button-active {
        opacity: 0;
    }

    .team-section-detail {
        height: 570px;
        position: relative;
    }

    .thumbnail-extra-large {
        width: 400px;
        height: 400px;
    }

    .team-section-wrapper-grid {
        margin-bottom: 140px;
    }

    .h2 {
        color: #181818;
    }

    .image-6, .image-6:hover {
        opacity: 1;
    }

    .about-line {
        width: 1px;
        height: 1036px;
        background-color: #181818;
        border: 0 #000;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        top: -34%;
        bottom: 0%;
        left: -14%;
        right: auto;
    }

    .left-line {
        width: 1280px;
        max-width: 1280px;
        position: static;
    }

    .left-line-container {
        height: 710vh;
        max-width: none;
        padding-right: 220px;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .div-block-4 {
        width: 1px;
        height: 100%;
        background-color: #181818;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        left: auto;
    }

    .left-line-about {
        z-index: -20;
        width: auto;
        height: 100%;
        mix-blend-mode: normal;
        background-color: #000;
        border: .5px solid #b4b3af;
        padding-bottom: 0;
        padding-right: 0;
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .left-line-about.red {
        z-index: 1;
        border-color: #d31f3f;
        height: 316px;
    }

    .left-line-about.dark {
        z-index: 0;
        border-color: #414141;
        height: 1059px;
    }

    .left-line-about.team {
        height: auto;
        opacity: 1;
        top: -39px;
    }

    .container {
        height: 100%;
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }

    .roadmap-polygon-container {
        height: 114px;
        max-width: 1700px;
        position: relative;
    }

    .image-9 {
        position: absolute;
    }

    .rectangle1 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -16%;
        bottom: auto;
        left: -25%;
        right: auto;
    }

    .rectangle2 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: auto;
        bottom: 30%;
        left: -22%;
        right: auto;
    }

    .rectangle3 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: auto;
        bottom: -16%;
        left: 19%;
        right: auto;
    }

    .rotate-line {
        width: auto;
        height: auto;
        position: absolute;
        top: -26%;
        bottom: auto;
        left: 1%;
        right: auto;
    }

    .rotate-line2 {
        width: auto;
        height: auto;
        position: absolute;
        top: auto;
        bottom: -9%;
        left: auto;
        right: 14%;
    }

    .rectangle4 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -17%;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .rectangle5 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: auto;
        bottom: 10%;
        left: 9%;
        right: auto;
    }

    .rectangle6 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: 20%;
        bottom: auto;
        left: auto;
        right: -6%;
    }

    .rotating-plus {
        z-index: 10000;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 1%;
        bottom: auto;
        left: -17.6%;
        right: auto;
    }

    .rotating-plus2 {
        z-index: 10000;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: -17.6%;
        right: auto;
    }

    .rotating-plus3 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        mix-blend-mode: normal;
        position: absolute;
        top: 9%;
        bottom: auto;
        left: -.9%;
        right: auto;
    }

    .rotating-plus4 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 26%;
        left: -.9%;
        right: auto;
    }

    .rotate-line3 {
        width: auto;
        height: auto;
        position: absolute;
        top: 3%;
        bottom: auto;
        left: 15%;
        right: auto;
    }

    .rectangle1-copy {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -16%;
        bottom: auto;
        left: -25%;
        right: auto;
    }

    .rectangle7 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 4%;
        bottom: auto;
        left: -5%;
        right: auto;
    }

    .rectangle8 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: auto;
        bottom: 20%;
        left: -6%;
        right: auto;
    }

    .rectangle9 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 24%;
        bottom: auto;
        left: auto;
        right: 24%;
    }

    .rectangle10 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: auto;
        bottom: 5%;
        left: 30%;
        right: auto;
    }

    .rotating-plus5 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        mix-blend-mode: normal;
        position: absolute;
        top: 31%;
        bottom: auto;
        left: 4%;
        right: auto;
        transform: rotate(45deg);
    }

    .rotating-plus6 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 8%;
        left: 2%;
        right: auto;
        transform: rotate(45deg);
    }

    .rectangle11 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: 6%;
        bottom: auto;
        left: -6%;
        right: auto;
    }

    .rectangle12 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: auto;
        bottom: 26%;
        left: -5%;
        right: auto;
    }

    .rotating-plus7 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 11%;
        left: -.9%;
        right: auto;
    }

    .rotating-plus8 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 24%;
        bottom: auto;
        left: -.9%;
        right: auto;
    }

    .rotating-plus9 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        mix-blend-mode: normal;
        position: absolute;
        top: 6%;
        bottom: auto;
        left: 23%;
        right: auto;
        transform: rotate(45deg);
    }

    .rotate-line4 {
        width: auto;
        height: auto;
        position: absolute;
        top: 6%;
        bottom: auto;
        left: 46%;
        right: auto;
    }

    .rotate-line5 {
        width: auto;
        height: auto;
        position: absolute;
        top: auto;
        bottom: 4%;
        left: 24%;
        right: auto;
    }

    .rectangle13 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: 5%;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .rectangle14 {
        width: 40px;
        height: 40px;
        opacity: .4;
        mix-blend-mode: normal;
        position: absolute;
        top: auto;
        bottom: 6%;
        left: auto;
        right: 0%;
    }

    .rotating-plus10 {
        z-index: 10010;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 3%;
        bottom: auto;
        left: -.9%;
        right: auto;
    }

    .rotating-plus11 {
        z-index: 10000;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 40%;
        left: -.9%;
        right: auto;
    }

    .rectangle15 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: multiply;
        position: absolute;
        top: auto;
        bottom: 19%;
        left: -5%;
        right: auto;
    }

    .rectangle16 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: multiply;
        position: absolute;
        top: auto;
        bottom: 59%;
        left: 3%;
        right: auto;
    }

    .rotating-plus12 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 20%;
        left: 3%;
        right: auto;
        transform: rotate(45deg);
    }

    .rotate-line6 {
        width: auto;
        height: auto;
        position: absolute;
        top: auto;
        bottom: 5%;
        left: 24%;
        right: auto;
    }

    .logo-big {
        z-index: -1;
        position: absolute;
        inset: -162% -92% auto auto;
    }

    .logo-big._2 {
        z-index: -1;
        position: absolute;
        inset: -162% -92% auto auto;
    }

    .rotating-plus13 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 3%;
        bottom: auto;
        left: auto;
        right: 41%;
        transform: rotate(45deg);
    }

    .rectangle17 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: multiply;
        position: absolute;
        top: -6%;
        bottom: auto;
        left: auto;
        right: 25%;
    }

    .rectangle18 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: multiply;
        position: absolute;
        top: auto;
        bottom: 4%;
        left: auto;
        right: 25%;
    }

    .lottie-animation-3 {
        width: 350px;
        height: 350px;
        position: absolute;
        top: 9%;
        bottom: auto;
        left: 7%;
        right: auto;
    }

    .rotating-plus14 {
        z-index: 10001;
        width: 32px;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 7%;
        left: 15%;
        right: auto;
        transform: rotate(45deg);
    }

    .rotate-line7 {
        width: auto;
        height: auto;
        position: absolute;
        top: auto;
        bottom: 9%;
        left: auto;
        right: 0%;
    }

    .rectangle19 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: auto;
        bottom: 31%;
        left: auto;
        right: -3%;
    }

    .rotate-line8 {
        width: auto;
        height: 40px;
        opacity: .4;
        mix-blend-mode: multiply;
        position: absolute;
        top: 5%;
        bottom: auto;
        left: 24%;
        right: auto;
    }

    .rectangle20 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: 19%;
        bottom: auto;
        left: 29%;
        right: auto;
    }

    .rectangle21 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: 3%;
        bottom: auto;
        left: auto;
        right: 7%;
    }

    .rectangle22 {
        width: 40px;
        height: 40px;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: auto;
        bottom: 51%;
        left: 43%;
        right: auto;
    }

    .gradient {
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to right, rgba(236,232,225,1), rgba(0,0,0,0));
    }

    .background-video {
        z-index: -1000;
        width: 1890px;
        height: 1730px;
        opacity: 1;
        mix-blend-mode: darken;
        display: none;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: auto;
        right: -18%;
        overflow: visible;
    }

    .div-block-5 {
        width: 100%;
        height: 5%;
        background-image: linear-gradient(#000, #fff);
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .background-video-2 {
        width: 100%;
        height: 100%;
        opacity: .36;
        mix-blend-mode: normal;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .image-10 {
        z-index: -1;
        width: auto;
        height: 100%;
        max-width: none;
        display: block;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .image-11 {
        z-index: -30;
        width: 1890px;
        opacity: .3;
        display: none;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

    .background-video-3 {
        width: 120%;
        height: 100%;
        opacity: 1;
        display: none;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .video1 {
        z-index: -20;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .lottie-animation-4 {
        z-index: -20;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .html-embed {
        width: auto;
        height: auto;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .video_works {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

    .div-block-6 {
        width: 600px;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: auto;
        right: 0%;
        overflow: hidden;
    }

    .contact-bg-image {
        width: auto;
        height: 100%;
        display: none;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .video {
        width: 100%;
        height: 100%;
    }

    .background-video-4 {
        z-index: -50;
        height: 100%;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0%;
        overflow: visible;
    }

    .play-pause-button {
        display: none;
    }

    .background-video-5 {
        z-index: -5;
        width: 1000px;
        height: 100%;
        opacity: 1;
        mix-blend-mode: normal;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .popup, .popup-terms {
        z-index: 100000000;
        width: 100%;
        height: 1000vh;
        background-color: rgba(24, 24, 24, .4);
        justify-content: center;
        align-items: flex-start;
        padding-top: 220px;
        display: none;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .popup-holder {
        width: 720px;
        height: 524px;
        background-color: #181818;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .div-block-7 {
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .grid-5 {
        grid-template-rows: auto;
        grid-template-columns: .25fr 1fr .25fr;
    }

    .columns {
        width: 720px;
        height: 524px;
        background-color: rgba(0, 0, 0, 0);
        margin-left: auto;
        margin-right: auto;
    }

    .column, .column-2, .column-3 {
        height: 100%;
    }

    .image-12 {
        transform: rotateX(0) rotateY(180deg) rotateZ(0);
    }

    .popup-wrapper {
        width: 720px;
        margin-right: auto;
        display: flex;
        position: absolute;
        left: 50%;
        top: 5.9%;
        margin-left: -360px;
        margin-top: -360px;
        transition: opacity 5s;
    }

    .image-13 {
        transform: rotateX(0) rotateY(180deg) rotateZ(0);
    }

    .popup-body {
        width: 100%;
        text-align: center;
        background-color: #181818;
        padding: 8% 8% 0% 8%
    }

    .heading-5 {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: Barlow Condensed, sans-serif;
        font-size: 44px;
        line-height: 44px;
    }

    .popup-description {
        width: 392px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .form2 {
        text-align: center;
    }

    .field-wrap2 {
        text-align: left;
    }

    .form-field2, .form-field-label2 {
        background-color: #181818;
    }

    .form-wrap2 {
        text-align: left;
    }

    .submit-button2 {
        color: #fff;
        background-color: #ff244c;
    }

    .popup-animation-2 {
        width: auto;
        height: 27px;
        position: absolute;
        top: auto;
        bottom: 5%;
        left: auto;
        right: 8%;
    }

    .popup-animation {
        width: auto;
        height: 27px;
        position: absolute;
        top: 7%;
        bottom: auto;
        left: 8%;
        right: auto;
    }

    .popup-close {
        width: 40px;
        height: 40px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 6%;
        bottom: auto;
        left: auto;
        right: 3%;
    }

    .text-block-2 {
        font-family: Barlow Condensed, sans-serif;
        font-size: 17px;
    }

    .success-message {
        background-color: #85da7c;
    }

    .text-block-3 {
        font-family: Barlow Condensed, sans-serif;
        font-size: 17px;
    }

    .updates-section {
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

    .updates-background {
        margin-top: 0;
        padding-top: 0;
        top: 67px;
        left: 22px;
    }

    .updates-container {
        max-width: 1700px;
        padding-top: 100px;
        padding-bottom: 140px;
        padding-left: 140px;
    }

    .updates-description {
        margin-top: 94px;
    }

    .update-description-title {
        width: 1120px;
    }

    .update {
        margin-top: 0;
        top: -861%;
        left: -11%;
    }

    .update-plus {
        z-index: 10010;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 3%;
        bottom: auto;
        left: -.9%;
        right: auto;
    }

    .update-slider {
        float: left;
        margin-top: 40px;
        padding-left: 79px;
        position: static;
    }

    .slider {
        width: 1200px;
        grid-column-gap: 100px;
        grid-row-gap: 100px;
        background-color: rgba(0, 0, 0, 0);
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        display: block;
    }

    .left-arrow {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        left: -78px;
        width: 64px;
        height: 64px;
    }

    .right-arrow {
        right: -78px;
        width: 64px;
        height: 64px;
    }

    .slide-nav {
        display: none;
    }

    .slide, .slide-2, .slide-3 {
        width: 32%;
        margin-left: 10px;
        margin-right: 20px;
    }

    .img-slider {
        height: 284px;
        overflow: visible;
    }

    .thumbnail-slider {
        width: 92%;
        height: 284px;
        margin-left: 0;
    }

    .slide-4 {
        width: 32%;
        margin-left: 10px;
    }

    .link-block, .slider-link {
        width: 100%;
        height: 100%;
    }

    .slider-arrow {
        border: 2px solid #ff244c;
        padding: 20px;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: auto;
    }


    .slider-arrow-box {
        width: 64px;
        height: 64px;
        background-color: #ff244c;
    }

    .slider-arrow-box:hover {
        background-color: #fff;
    }

    .icon-2, .icon-3 {
        color: #fff;
        font-size: 19px;
    }

    .image-stroke-slider.extra-large {
        height: auto;
    }

    .image-stroke-slider.extra-large.slider {
        width: auto;
        height: 233px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .result-polygon {
        z-index: 0;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .result-polygon2 {
        float: right;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

    .update-polygon {
        z-index: 500;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .thumbnail-extra-large {
        width: 400px;
    }

    .grid-4 {
        margin: 1.5% 2% 26% -3%;
    }

    .logo-blvck {
        margin-right: -26px;
    }

    .success-message {
        margin-top: -11%;
    }
    
    .error-message {
        margin-top: -11%;
    }
}

@media screen and (max-width: 1280px) { 
    .success-message {
        margin-top: -11%;
    }

    .error-message {
        margin-top: -11%;
    }

    .hero-section-logo {
        margin-top: 15%;
    }

    .opensea {
        margin-left: 2%;
    }

    .background-video-4 {
        display: none;
    }

    .roadmap-description.terms {
        padding: 0 20px;
    }

    .how-it-works-background.terms {
        display: none;
    }
}

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

    .member-box-large.image-size {
        width: 115%;
        margin-top: 8%;
    }

    .thumbnail-extra-large {
        width: 400px;
    }

    .team-member-detail {
        margin-left: 0;
    }

    .separator {
        height: 72%;
    }

    .nav-container {
        margin-right: 4%;
    }
}

@media screen and (max-width: 991px) {
    .how-it-works-tabs {
        width: 190%;
    }
    .team {
        overflow: hidden;
    }

    .thumbnails-container {
        width: 100%;
        overflow-x: scroll;
        display: inline-block;
        padding-bottom: 10px;
    }

    .thumbnails {
        width: 1065px;
        place-content: start;
    }

    .thumbnail-small {
        margin-right: 15px;
    }

    .text_hidden-char {
            text-align: center;
    }

    .w-layout-grid.heroes {
        grid-row-gap: 0;
        grid-column-gap: 0;
        grid-template-rows: auto auto;
        grid-template-columns: none;
    }

    .results-item {
        margin-bottom: 15px;
    }

    .gif-stroke {
        margin-bottom: 40px;
    }

    .video-stroke {
        width: 190%;
        height: auto;
        margin: 0;
    }

    .block {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .button-hover-effect {
        z-index: 0;
        width: 0;
        background-color: #fff;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    
    .button-hover-effect.black {
        background-color: #000000;
    }

    .grid-4 {
        margin: -21% -2% -9px 0%;
    }

    .member-box-large.image-size {
        width: 97%;
        margin-top: 0%;
    }

    .opensea {
        margin-left: 20px;
    }

    .button-opensea {
        padding: 13px 30px
    }

    .button-medium {
        margin: 5% -10% 0 0;
    }

    .button-medium.modal {
        margin: 5% 0 0 0;
    }

    .button-medium.title {
        margin: 0;
    }

    .button-medium-body.modal {
        margin: 0 -6px -1px -6px;
        padding: 13px 30px
    }

    .button-medium-body.title {
        padding: 8px 46px
    }

    .button-medium-body.white {
        padding: 3px 47px;
    }

    .background-video-4 {
        display: none;
    }

    .logo {
        flex: 1;
    }

    .logo.w--current {
        max-width: 90px;
        flex: 1;
    }

    .nav-items {
        display: none;
    }

    .nav-socials-items {
        flex: 1;
    }

    .hero-section {
        height: 600px;
        margin-top: 90px;
    }

    .text-m-400.dark {
        text-align: left;
    }

    .text-m-400.red {
        text-align: left;
    }

    .button-small {
        clear: none;
        flex: 0 auto;
        align-self: center;
    }

    .youtube {
        width: auto;
        height: 100%;
    }

    .about-section {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-section-container {
        flex-direction: column;
    }

    .about-description {
        width: auto;
    }

    .text-s-500, .h1 {
        text-align: left;
    }

    .about {
        top: -4%;
        left: auto;
    }

    .about-tabs {
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }

    .partners-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .partners-container {
        margin-bottom: 40px;
        max-width: none;
    }

    .partners-polygon {
        margin-top: 100px;
    }

    .how-it-works-section {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }

    .how-it-works-container {
        max-width: none;
        padding-bottom: 100px;
    }

    .works-description {
        width: auto;
    }

    .works {
        top: -167%;
        left: auto;
    }

    .works-bg {
        opacity: .2;
        display: none;
    }

    .v-tab_contemt {
        width: 52%;
    }

    .v-tab_link {
        width: 12%;
    }

    .v-tab_link.w--current {
        width: 12%;
    }

    .v-tab_menu {
        grid-column-gap: 10px;
        justify-content: normal;
    }

    .img-title-description-item-img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .image-stroke {
        width: 105%;
        margin-right: -4px;
        display: none;
    }

    .image-stroke.extra-large.slider {
        display: none;
    }

    .roadmap-section {
        padding: 100px 20px 140px;
    }

    .roadmap-section-container {
        max-width: none;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .roadmap {
        top: -437%;
        left: auto;
    }

    .team-section {
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .team-section-container {
        max-width: 100%;
    }

    .results-section {
        padding: 160px 20px 80px;
    }

    .results-section-container {
        max-width: none;
        text-align: left;
    }

    .results-description-title {
        width: auto;
        align-items: flex-start;
    }

    .team {
        top: -461%;
        left: auto;
    }

    .results {
        right: auto;
    }

    .results-elements {
        max-width: 160px;
        top: -3097%;
        bottom: auto;
        left: 9%;
        right: auto;
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .results-bottom-text {
        margin-bottom: 100px;
    }

    .contact-section {
        padding-top: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-section-container {
        align-items: center;
        padding-right: 0;
    }

    .contact {
        right: 0%;
    }

    .contact-bg {
        z-index: -1;
        opacity: .2;
    }

    .submit-button {
        margin-left: auto;
        margin-right: auto;
    }

    .button-medium-black {
        margin-right: 59%;
        width: 40%;
    }

    .form-container {
        align-items: center;
        padding-right: 0;
    }

    .nav-container {
        width: 100%;
        max-width: none;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        display: flex;
    }

    .youtube-video {
        width: 100%;
        height: auto;
    }

    .icon {
        color: #ff244c;
        font-size: 40px;
    }

    .menu-button, .menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .image-5 {
        padding-bottom: 0;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .tab-pane.member1 {
        flex: 0 auto;
    }

    .tab-pane.member3, .tab-pane.member4, .tab-pane.member5, .tab-pane.member6, .tab-pane.member7, .tab-pane.member8, .tab-pane.member9, .team-section-tabs {
        width: 100%;
    }

    .thumbnail-extra-large {
        width: 100%;
        height: 100%;
        margin-left: 0;
        text-align: -webkit-center;
    }

    .team-section-wrapper-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .separator {
        display: none;
    }

    .team-member-detail {
        width: 94%;
        padding-left: 3%;
        margin-top: 12px;
    }

    .grid-4 {
        grid-template-columns: 1fr;
    }

    .text-s-400.dark {
        text-align: left;
    }

    .rectangle-about-1 {
        top: -1%;
        right: 9%;
    }

    .works-complex, .works-rectangle, .team-rectangle2 {
        display: none;
    }

    .lottie-animation-2 {
        width: 300px;
        top: -38%;
        left: 2%;
    }

    .menu-overlay {
        z-index: 1000000000;
        width: 100%;
        height: 100vh;
        background-color: #181818;
        display: none;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .nav-content {
        text-align: center;
        flex-direction: column;
        padding-top: 60px;
        text-decoration: none;
        display: flex;
    }

    .nav-mobile-item {
        margin-bottom: 40px;
        text-decoration: none;
        display: block;
    }

    .nav-mobile-item.hide {
        display: none;
    }

    .text-block {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: Barlow Condensed, sans-serif;
        font-size: 34px;
        line-height: 34px;
    }

    .menu-button-show {
        background-color: rgba(0, 0, 0, 0);
        margin-left: 40px;
    }

    .menu-button-show.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .mobile-overlay {
        z-index: 10001;
        width: 100%;
        height: 100vh;
        background-color: #181818;
        padding: 0;
        display: none;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .mobile-overlay-container {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        display: flex;
    }

    .div-block-3 {
        margin-left: 40px;
        padding: 18px;
    }

    .rectangle1, .rectangle2, .rectangle3, .rotate-line, .rotate-line2, .rectangle4, .rectangle5, .rectangle6, .rotating-plus, .rotating-plus2, .rotating-plus3, .rotating-plus4, .rotate-line3, .rectangle7, .rectangle8, .rectangle9, .rectangle10, .rotating-plus5, .rotating-plus6, .rectangle11, .rectangle12, .rotating-plus7, .rotating-plus8, .rotating-plus9, .rotate-line4, .rotate-line5, .rectangle13, .rectangle14, .rotating-plus10, .rotating-plus11, .rectangle15, .rectangle16, .rotating-plus12, .rotate-line6 {
        display: none;
    }

    .logo-big {
        /* opacity: .23;
        top: -18%; */
        display: none;
    }

    .rotating-plus13, .rectangle17, .rectangle18, .rotating-plus14, .rotate-line7, .rectangle19 {
        display: none;
    }

    .background-video {
        z-index: -1000;
        width: 100%;
        height: 2160px;
        opacity: .56;
    }

    .background-video-2 {
        z-index: -1;
    }

    .image-10 {
        width: 100%;
        height: auto;
        opacity: .5;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .image-11 {
        height: 900px;
    }

    .contact-bg-image {
        width: 100%;
        height: auto;
        opacity: .19;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .background-video-5 {
        z-index: -5;
    }

    .popup, .popup-terms {
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

    .popup-wrapper {
        text-align: left;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .submit-button2 {
        margin-left: auto;
        margin-right: auto;
    }

    .popup-animation-2, .popup-animation {
        display: block;
    }

    .updates-section {
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .updates-container {
        max-width: 100%;
    }

    .update {
        top: -461%;
        left: auto;
    }

    .update-plus {
        display: none;
    }

    .slide, .slide-2, .slide-3 {
        width: 50%;
        margin-right: 10px;
    }

    .img-slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .thumbnail-slider {
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .slide-4 {
        width: 50%;
        margin-right: 10px;
    }

    .slider-link {
        width: 100%;
    }

    .slider-headline:hover {
        color: #181818;
    }

    .image-stroke-slider {
        width: 105%;
        margin-right: -4px;
        display: none;
    }

    .image-stroke-slider.extra-large.slider {
        display: none;
    }

    .thumbnail-small.second {
        margin-left: 1%;
    }

    .thumbnail-small.third {
        margin-left: 1%;
    }

    .polygon-mobile.upper {
        top: -1px
    }

    .polygon-mobile.lower {
        bottom: -2px
    }
    
    .slider-headline {
        margin-left: 1px;
    }

    .new-line, .new-line._2 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .new-line, .new-line._2 {
        display: none;
    }

    .roadmap-description.terms {
        margin-top: 7%;
    }

    .opensea {
        margin-left: 5px;
    }

    .slider-headline {
        margin-left: 1px;
    }

    .polygon-mobile.upper {
        top: -1px
    }

    .polygon-mobile.lower {
        bottom: -2px
    }

    .button-medium-black {
        margin-right: 60%;
        width: 39%;
    }

    .button-medium-body.white {
        padding: 5px 36px;
    }

    .background-video-4 {
        display: none;
    }

    .logo.w--current {
        flex: 0 auto;
        align-self: center;
        padding-top: 13px;
        padding-left: 20px;
    }

    .nav-socials-items {
        display: none;
    }

    .button-small-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section {
        margin-top: 70px;
    }

    .hero-section-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-m-400 {
        font-size: 14px;
        line-height: 22px;
    }

    .button-small {
        display: none;
    }

    .hero-section-triangle {
        width: 60px;
        bottom: -1%;
    }

    .h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .polygon-red, .polygon-white._2 {
        display: none;
    }

    .works-description {
        margin-left: 0;
    }

    .works-bg {
        z-index: -100;
        height: 1300px;
        max-width: none;
        bottom: -1%;
    }

    .image-stroke {
        width: 107%;
        height: 100%;
    }

    .opensea {
        margin-bottom: 60px;
    }

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

    .roadmap-polygon {
        width: 200px;
        float: right;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .roadmap {
        top: -400%;
    }

    .team-section {
        padding-top: 180px;
    }

    .team-section-detail {
        margin-bottom: 40px;
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .contact-section {
        overflow: hidden;
    }

    .contact-bg {
        max-width: none;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .form-wrap, .footer {
        width: 100%;
    }

    .nav-container {
        width: auto;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-right: auto;
        padding: 0;
        display: block;
    }

    .contact-polygon2 {
        display: none;
    }

    .image-5 {
        width: 200px;
    }

    .div-block {
        margin-bottom: 30px;
    }

    .tab-pane.member1 {
        flex: 0 auto;
    }

    .team-slider-items {
        margin-bottom: 30px;
    }

    .main-section.tutorial-section {
        flex-direction: column;
    }

    .text-s-400 {
        font-size: 14px;
        line-height: 22px;
    }

    .rectangle-about-1, .rectangle-about-2, .works-complex, .works-rectangle, .team-rectangle, .team-rectangle2 {
        display: none;
    }

    .lottie-animation-2 {
        width: 300px;
        top: -30%;
        bottom: auto;
        left: auto;
        right: 4%;
    }

    .mobile-overlay {
        display: none;
    }

    .mobile-overlay-container {
        padding: 0;
        display: block;
    }

    .div-block-3 {
        float: right;
    }

    .background-video-2 {
        z-index: -1;
    }

    .image-11 {
        height: 670px;
    }

    .background-video-3 {
        width: 300%;
    }

    .popup, .popup-terms {
        display: none;
    }

    .popup-wrapper {
        width: auto;
    }

    .form-wrap2 {
        width: 100%;
    }

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

    .slide {
        width: 100%;
        height: 300px;
    }

    .slide-2, .slide-3, .slide-4 {
        width: 100%;
    }

    .slider-mask {
        height: 230px;
    }

    .image-stroke-slider {
        width: 107%;
        height: 100%;
    }

    .result-polygon2 {
        display: none;
    }
}

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

}

@media screen and (max-width: 479px) {
    .footer.terms {
        padding: 0 3px;
    }
    .navbar.terms {
        padding: 13px 20px;
    }

    .footer-links.terms {
        flex-direction: column;
        display: flex;
        margin-right: -55%;
    }

    .footer-socials-items.terms {
        margin-right: 20%;
        margin-bottom: 30px;
    }

    .roadmap-description.terms {
        padding: 0 16px;
    }

    .button-medium-body.black {
        margin: 0 -4px;
    }

    .text-btn-l.biggest {
        text-align: left;
    }

    .button-medium.small {
        margin-left: 0px;
        width: 100%;
    }

    .button-opensea {
        width: 100%;
    }

    .button-medium.modal {
        width: 98%;
    }

    .button-medium-body.modal {
        margin: -1px -6px -1px -6px;
    }

    .button-medium-black {
        margin-right: 0%;
        width: 99%;
    }

    .new-line, .new-line._2 {
        display: none;
    }

    .thumbnail-small.third {
        margin-left: 37%;
    }

    .logo-blvck {
        margin-right: 0px;
    }

    .background-video-4 {
        display: none;
    }

    .hero-section-paragraph {
        text-align: center;
    }

    .line, .line._2 {
        display: none;
    }

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

    .h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .h1.white {
        text-align: center;
    }

    .h1.white.res {
        text-align: left;
    }

    .about {
        top: -3%;
    }

    .tab_heading {
        font-size: 4em;
    }

    .partners-section {
        padding-bottom: 40px;
    }

    .partners-logos {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        display: flex;
    }

    .partner-logo {
        margin-right: 0;
    }

    .polygon-red {
        display: none;
    }

    .how-it-works-section {
        padding-top: 100px;
    }

    .how-it-works-container {
        padding-bottom: 60px;
    }

    .works-description {
        margin-left: 0;
    }

    .works {
        display: inline-block;
        top: -37%;
    }

    .works-bg {
        max-width: none;
    }

    .values_slide-no {
        display: none;
    }

    .v-tab_link {
        font-size: 4.2vw;
    }

    .img-title-description-item-img {
        width: 100%;
    }

    .image-stroke {
        height: auto;
    }

    .thumbnail-large {
        width: 100%;
    }

    .how-it-works-item {
        grid-template-columns: 1fr;
    }

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

    .team-section {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .results-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .results-description-title {
        text-align: center;
        align-self: center;
        align-items: center;
        margin-bottom: 60px;
    }

    .team {
        
    }

    .results {
        top: -139%;
    }

    .grid-2 {
        grid-row-gap: 29px;
        grid-template-columns: 1fr;
    }

    .contact-section {
        padding-top: 40px;
        overflow: hidden;
    }

    .contact-section-container {
        text-align: center;
    }

    .contact-background {
        max-width: 100%;
    }

    .contact-bg {
        height: auto;
        max-width: none;
    }

    .form {
        max-width: none;
    }

    .submit-button, .form-wrap {
        width: 100%;
    }

    .form-container {
        max-width: none;
    }

    .footer {
        width: auto;
    }

    .contact-polygon2 {
        display: none;
    }

    .tab-pane.member1 {
        flex: 0 auto;
    }

    .thumbnail-small {
        width: auto;
    }

    .thumbnail-extra-large {
        width: 100%;
    }

    .lottie-animation-2 {
        width: 250px;
        top: -20%;
    }

    .mobile-overlay {
        display: none;
    }

    .mobile-overlay-container {
        padding-left: 0;
    }

    .image-11 {
        height: 390px;
    }

    .background-video-3 {
        width: 430%;
    }

    .popup {
        padding-top: 100px;
        display: none;
    }

    .popup-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-13 {
        display: none;
    }

    .popup-body {
        width: 100%;
        height: auto;
        /* padding: 40px 20px; */
        padding: 8% 8% 0% 8%
    }

    .popup-description {
        width: auto;
    }

    .button-medium.modal {
        margin: 5% 0 0 0; 
     }

     .thumbnail-small.second {
        margin-left: 16%;
     }

     .thumbnail-small.second {
        margin-left: 24%;
     }

    .form2 {
        max-width: none;
    }

    .form-wrap2, .submit-button2 {
        width: 100%;
    }

    .popup-animation-2, .popup-animation {
        display: none;
    }

    .popup-close {
        top: 4%;
        right: 6%;
    }

    .popup-close:hover {
        transform: scale(1.5);
    }

    .image-14 {
        display: none;
    }

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

    .update {
        top: -214%;
    }

    .img-slider, .thumbnail-slider {
        width: 100%;
    }

    .slider-headline {
        margin-top: 0;
    }

    .image-stroke-slider {
        height: auto;
    }

    .result-polygon2 {
        display: none;
    }
}

@media screen and (max-width: 393px) {
    .footer-socials-items.terms {
        margin-right: 17%;
    }
    .footer.terms {
        padding: 0 5px;
    }
}

#w-node-_820e589c-f19c-0e58-9017-29d312f36bfd-8cad3180, #w-node-b96186be-9acc-55c8-9a99-46ebfd3fa2da-8cad3180, #w-node-_347d771e-9a27-317f-3cc7-9ca819482191-8cad3180, #w-node-_6117fa3c-8c2b-a31a-d093-a6ed48a2de1b-8cad3180, #w-node-_6a44f7e8-b209-33b4-f5b0-be18385e53d7-8cad3180, #w-node-bf281f11-a911-f67a-3d6f-f56e42894132-8cad3180, #w-node-c31c1d85-459f-fbee-4c3c-754dc8fd0007-8cad3180, #w-node-_36bb7631-433d-884e-6be9-11a6112248c0-8cad3180, #w-node-b8a0a4d4-eba0-4919-6732-f8c9c6eb2496-8cad3180, #w-node-_9eaec3f9-a10f-378c-582e-ec48d3639b53-8cad3180, #w-node-_23b2e465-0945-15bc-6b9a-18e107870336-8cad3180, #w-node-_4a94a682-60e8-407f-7cb6-d179260597af-8cad3180, #w-node-df53bbe3-eddf-7a36-a2cc-d54eff0cf2a3-8cad3180, #w-node-_312aa371-b567-c0aa-1377-94d97e912e97-8cad3180 {
    order: 9999;
    align-self: auto;
}

#w-node-d6e97f61-249c-07bb-6743-5ed8d0551cb7-8cad3180 {
    align-self: start;
}

#w-node-d6e97f61-249c-07bb-6743-5ed8d0551cf6-8cad3180 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b39d3f65-cc87-9bf4-d268-51da0951aaac-8cad3180, #w-node-db920789-355f-f30e-8729-a15a91378601-8cad3180, #w-node-_8536b468-9ae3-be51-843d-8e2608d43371-8cad3180, #w-node-_543878d1-16df-b185-9261-6a68742b4f74-8cad3180, #w-node-e8092ed4-c1fa-952e-5ae5-20f846eb2987-8cad3180, #w-node-_252f9915-81c8-92c4-72a4-a33493ff3fc7-8cad3180, #w-node-_1cee6096-1257-c70d-5580-de8b339d948c-8cad3180, #w-node-e851571b-9d02-7219-2b23-7d36ec67b045-8cad3180, #w-node-_7c8c0d79-4a5d-93c3-aa06-711117280f69-8cad3180, #w-node-_9104d7c2-840e-e531-2417-1cc039c50ffe-8cad3180 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}


