.mobile-quote-section {
  padding: 0px 46px 80px; }
  @media screen and (min-width: 768px) {
    .mobile-quote-section {
      display: none; } }
  .mobile-quote-section h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #F5F5F5;
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    max-width: 312px;
    margin: auto; }
  .mobile-quote-section svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  .mobile-quote-section .coins {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .mobile-quote-section .coins img:nth-of-type(1) {
      position: absolute;
      left: 50%;
      transform: translateX(200%) rotate(135deg);
      bottom: 64px; }
    .mobile-quote-section .coins img:nth-of-type(2) {
      position: absolute;
      bottom: 0;
      right: 7px;
      transform: translateY(50%);
      z-index: 1; }
    .mobile-quote-section .coins img:nth-of-type(3) {
      position: absolute;
      bottom: 0;
      right: 5%;
      transform: translateY(200%); }

.quality-checkpoints-section {
  padding-top: 40px;
  padding-left: 106px;
  padding-bottom: 80px; }
  @media screen and (max-width: 980px) {
    .quality-checkpoints-section {
      padding-left: 40px; } }
  .quality-checkpoints-section:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 40px;
    background: #4E4FF4; }
  .quality-checkpoints-section h2 {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 72px;
    line-height: 94px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 50px; }
  .quality-checkpoints-section > .background-elements {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .quality-checkpoints-section > .background-elements img {
      position: absolute;
      display: block; }
    .quality-checkpoints-section > .background-elements .x-1 {
      right: 0;
      top: 0; }
  .quality-checkpoints-section .group h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #fff; }
  .quality-checkpoints-section .group .row {
    display: flex; }
    .quality-checkpoints-section .group .row:first-of-type {
      align-items: end;
      margin-bottom: 100px; }
    .quality-checkpoints-section .group .row .box-wrapper {
      display: flex;
      flex-direction: column;
      align-items: start; }
      .quality-checkpoints-section .group .row .box-wrapper .orange-box {
        padding: 72px 80px 32px;
        background: #FF9100;
        width: calc(100% + 40px);
        box-sizing: border-box; }
        @media screen and (max-width: 980px) {
          .quality-checkpoints-section .group .row .box-wrapper .orange-box {
            padding: 36px 40px 16px;
            width: max-content; } }
        .quality-checkpoints-section .group .row .box-wrapper .orange-box h3 {
          margin-bottom: 20px;
          margin-top: 0; }
      .quality-checkpoints-section .group .row .box-wrapper .text {
        padding: 28px 9px 28px 17px;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        box-sizing: border-box;
        max-width: 450px; }
      .quality-checkpoints-section .group .row .box-wrapper .pink-box {
        background: #FA00FF;
        padding: 72px 80px 32px;
        width: calc(100% + 80px); }
        @media screen and (max-width: 980px) {
          .quality-checkpoints-section .group .row .box-wrapper .pink-box {
            padding: 36px 40px 16px; } }
        .quality-checkpoints-section .group .row .box-wrapper .pink-box h3 {
          margin-bottom: 20px;
          margin-top: 0; }
        .quality-checkpoints-section .group .row .box-wrapper .pink-box + .text {
          padding: 32px 51px 25px 28px; }
      .quality-checkpoints-section .group .row .box-wrapper .text-lg {
        font-size: 36px;
        font-family: "Space Grotesk", sans-serif;
        color: #fff; }
      .quality-checkpoints-section .group .row .box-wrapper .text-group {
        padding: 0 51px 42px 28px; }
        .quality-checkpoints-section .group .row .box-wrapper .text-group img {
          display: none; }
      .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) {
        padding-right: 80px;
        align-items: end; }
        @media screen and (max-width: 980px) {
          .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) {
            padding-right: 40px; } }
        .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .background-elements {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .background-elements img {
            display: block;
            position: absolute;
            z-index: 1; }
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .background-elements img:first-of-type {
              left: 0px;
              top: 40px; }
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .background-elements img:nth-of-type(2) {
              top: 0;
              right: 0;
              transform: translateY(-50%) translateX(50%); }
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .background-elements img:last-of-type {
              bottom: 0;
              right: 0;
              transform: translateY(50%) translateX(100%); }
        .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box {
          position: relative;
          display: flex;
          padding-top: 0;
          padding-bottom: 0;
          height: 100%;
          padding-right: 0; }
          @media screen and (max-width: 1120px) {
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box {
              padding-left: 32px; } }
          @media screen and (max-width: 980px) {
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box {
              flex-direction: column;
              padding-top: 20px;
              padding-bottom: 20px; } }
          .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box > img {
            position: absolute;
            left: 32px;
            bottom: 12px;
            transform: translateY(100%); }
            @media screen and (max-width: 980px) {
              .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box > img {
                left: 16px; } }
          .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group {
            padding: 62px 24px 82px; }
            @media screen and (max-width: 1120px) {
              .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group {
                padding-left: 12px;
                padding-right: 12px; } }
            @media screen and (max-width: 980px) {
              .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group {
                padding-top: 12px;
                padding-bottom: 12px;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: space-between; }
                .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group .wrapper {
                  padding-right: 40px;
                  box-sizing: border-box; }
                  .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group .wrapper .number {
                    margin-top: 0; } }
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group .number {
              font-size: 36px;
              font-family: "Space Grotesk", sans-serif;
              color: #fff;
              line-height: 44px;
              font-weight: bold;
              text-transform: uppercase;
              margin-top: 14px; }
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .blue-box .icon-group .text {
              padding: 0; }
        .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .text-lg {
          position: relative;
          padding-top: 20px;
          padding-bottom: 103px;
          padding-left: 80px; }
          @media screen and (max-width: 1180px) {
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .text-lg {
              font-size: 24px;
              line-height: 32px; } }
          @media screen and (max-width: 1020px) {
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .text-lg {
              font-size: 18px;
              line-height: 28px; } }
          @media screen and (max-width: 980px) {
            .quality-checkpoints-section .group .row .box-wrapper:has(.background-elements) .text-lg {
              opacity: 0;
              pointer-events: none;
              padding-bottom: 87px; } }
    .quality-checkpoints-section .group .row .blue-box {
      padding: 40px 80px;
      background: #4E4FF4;
      position: relative; }
      .quality-checkpoints-section .group .row .blue-box:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background: #4E4FF4; }
      .quality-checkpoints-section .group .row .blue-box h3 {
        max-width: 586px;
        margin-top: 0;
        margin-bottom: 0; }
      .quality-checkpoints-section .group .row .blue-box .icons-group {
        position: absolute;
        right: 64px;
        top: 50%;
        transform: translateY(-50%) translateX(100%);
        display: flex;
        gap: 27px; }
  .quality-checkpoints-section .qc-cta {
    position: absolute;
    right: 0;
    bottom: 0; }
    .quality-checkpoints-section .qc-cta a {
      display: block;
      text-decoration: none; }
      .quality-checkpoints-section .qc-cta a button {
        display: flex;
        align-items: center;
        border: none;
        gap: 20px;
        background: #FF9100;
        padding: 10px 18px; }
        .quality-checkpoints-section .qc-cta a button:hover {
          cursor: pointer; }
        .quality-checkpoints-section .qc-cta a button .text {
          color: #000;
          font-family: "Space Grotesk", sans-serif;
          font-size: 32px;
          line-height: 30px;
          text-transform: uppercase;
          font-weight: bold;
          text-align: left; }
  @media screen and (max-width: 767px) {
    .quality-checkpoints-section {
      padding: 0; }
      .quality-checkpoints-section:before {
        display: none; }
      .quality-checkpoints-section .content > .row {
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px; }
        .quality-checkpoints-section .content > .row h2 {
          padding: 42px 80px 46px 40px;
          font-size: 32px;
          line-height: 36px;
          color: #4E4FF4;
          border: 4px solid #4E4FF4;
          border-bottom: none;
          margin-top: 0;
          margin-bottom: 0; }
      .quality-checkpoints-section .content .row:first-child {
        background: #FE9403;
        margin-bottom: 0; }
        .quality-checkpoints-section .content .row:first-child:has(.orange-box) {
          flex-direction: column;
          box-sizing: border-box;
          padding: 0 8px;
          align-items: start; }
          .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper {
            box-sizing: border-box;
            width: 100%;
            border: 4px solid #4E4FF4;
            border-top: 0;
            border-bottom: 0;
            padding: 0 20px; }
            .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper .box-wrapper {
              border: 4px solid #4E4FF4;
              box-sizing: border-box;
              position: relative;
              padding: 20px; }
              .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper .box-wrapper h3 {
                color: #0D13B9;
                margin-bottom: 16px;
                text-transform: uppercase;
                font-size: 28px;
                line-height: 44px; }
              .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper .box-wrapper .text {
                padding: 0;
                color: #0D13B9;
                max-width: unset; }
              .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper .box-wrapper .orange-box {
                padding: 0;
                width: 100%;
                padding-right: 20px; }
                .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper .box-wrapper .orange-box svg:not(.hide-desktop) {
                  display: none; }
                .quality-checkpoints-section .content .row:first-child:has(.orange-box) .box-outter-wrapper .box-wrapper .orange-box svg.hide-desktop {
                  position: absolute;
                  right: -12px;
                  top: 17px; }
          .quality-checkpoints-section .content .row:first-child:has(.orange-box) .blue-box {
            background: transparent;
            padding: 20px;
            border: 4px solid #F801FE;
            margin-top: 25px;
            position: relative; }
            .quality-checkpoints-section .content .row:first-child:has(.orange-box) .blue-box:before {
              display: none; }
            .quality-checkpoints-section .content .row:first-child:has(.orange-box) .blue-box h3 {
              padding-right: 44px;
              color: #0D13B9;
              font-size: 28px;
              line-height: 44px;
              text-transform: uppercase; }
            .quality-checkpoints-section .content .row:first-child:has(.orange-box) .blue-box .icons-group {
              display: none; }
            .quality-checkpoints-section .content .row:first-child:has(.orange-box) .blue-box svg.hide-desktop {
              top: 18px;
              right: 11px;
              position: absolute; }
      .quality-checkpoints-section .content .row:last-child {
        flex-direction: column;
        padding: 0 8px; }
        .quality-checkpoints-section .content .row:last-child .box-outter-wrapper {
          background: #FE9403;
          box-sizing: border-box;
          width: 100%;
          border: 4px solid #4E4FF4;
          border-top: 0;
          padding: 0 20px;
          position: relative;
          padding-bottom: 100px; }
          .quality-checkpoints-section .content .row:last-child .box-outter-wrapper:before {
            content: "";
            position: absolute;
            top: 0;
            width: 100vw;
            height: calc(100% + 12px);
            background: #FE9403;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1; }
          .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper {
            margin-top: 25px;
            border: 4px solid #4E4FF4;
            box-sizing: border-box;
            padding: 20px; }
            .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper h3 {
              color: #0D13B9;
              margin-bottom: 16px;
              text-transform: uppercase;
              font-size: 28px;
              line-height: 44px; }
            .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .text {
              padding: 0;
              color: #0D13B9;
              max-width: unset; }
            .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .pink-box {
              background: transparent;
              width: 100%;
              padding: 0;
              position: relative; }
              .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .pink-box svg:not(.hide-desktop) {
                display: none; }
              .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .pink-box svg.hide-desktop {
                position: absolute;
                right: 10px;
                top: 10px; }
            .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .text-group {
              position: absolute;
              bottom: 12px;
              display: flex;
              padding: 0;
              left: 50%;
              transform: translateX(-50%);
              width: max-content; }
              .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .text-group img {
                margin-right: 12px;
                transform: rotate(135deg) translateY(12px);
                display: block; }
              .quality-checkpoints-section .content .row:last-child .box-outter-wrapper .box-wrapper .text-group .text-lg {
                color: #4E4FF4; }
        .quality-checkpoints-section .content .row:last-child > .box-wrapper {
          margin-top: 12px;
          padding: 0; }
          .quality-checkpoints-section .content .row:last-child > .box-wrapper .text-lg {
            display: none; }
          .quality-checkpoints-section .content .row:last-child > .box-wrapper .blue-box {
            padding: 44px 24px;
            background: transparent;
            position: relative;
            width: 100%;
            box-sizing: border-box; }
            .quality-checkpoints-section .content .row:last-child > .box-wrapper .blue-box .wrapper {
              width: calc(100% - 58px);
              padding-right: 16px; }
            .quality-checkpoints-section .content .row:last-child > .box-wrapper .blue-box:before {
              display: none; }
            .quality-checkpoints-section .content .row:last-child > .box-wrapper .blue-box > img:not(.hide-desktop) {
              display: none; }
            .quality-checkpoints-section .content .row:last-child > .box-wrapper .blue-box img.hide-desktop {
              position: absolute;
              left: -8px;
              bottom: 0;
              transform: none;
              opacity: 0.4; }
            .quality-checkpoints-section .content .row:last-child > .box-wrapper .blue-box svg {
              width: 42px;
              height: 22px; }
      .quality-checkpoints-section .qc-cta {
        display: none; } }
  @media screen and (min-width: 768px) {
    .quality-checkpoints-section .hide-desktop {
      display: none !important; } }

.sugar-sale-section {
  padding: 60px 40px 92px 106px; }
  @media screen and (max-width: 980px) {
    .sugar-sale-section {
      padding: 60px 40px 92px; } }
  .sugar-sale-section h2 {
    margin-top: 0;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 150px;
    line-height: 100px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
  .sugar-sale-section .tokenomics-cta {
    position: absolute;
    left: 0;
    top: 210px; }
    .sugar-sale-section .tokenomics-cta a {
      text-decoration: none;
      position: relative;
      display: block; }
      .sugar-sale-section .tokenomics-cta a:before {
        content: "";
        width: 100vw;
        height: 100%;
        background: #FF9100;
        left: 1px;
        top: 0;
        position: absolute;
        transform: translateX(-100%); }
      .sugar-sale-section .tokenomics-cta a button {
        align-items: center;
        gap: 20px;
        display: flex;
        background: #FF9100;
        padding: 10px 21px 10px 18px;
        border: none; }
        .sugar-sale-section .tokenomics-cta a button:hover {
          cursor: pointer; }
        .sugar-sale-section .tokenomics-cta a button .text {
          text-align: left;
          font-size: 32px;
          color: #000;
          font-family: "Space Grotesk", sans-serif;
          line-height: 30px;
          font-weight: bold;
          text-transform: uppercase; }
    @media screen and (max-width: 980px) {
      .sugar-sale-section .tokenomics-cta {
        top: 180px; }
        .sugar-sale-section .tokenomics-cta a:before {
          display: none; }
        .sugar-sale-section .tokenomics-cta a button {
          background: #4E4FF4;
          padding: 100px 22px; }
          .sugar-sale-section .tokenomics-cta a button .text {
            display: none; } }
  .sugar-sale-section .content {
    padding-left: 238px; }
    @media screen and (max-width: 980px) {
      .sugar-sale-section .content {
        padding-left: 80px; } }
    .sugar-sale-section .content h3 {
      font-family: "Space Grotesk", sans-serif;
      font-weight: 400;
      font-size: 72px;
      line-height: 87px;
      color: #45FFEC;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 1080px) {
        .sugar-sale-section .content h3 {
          font-size: 48px;
          line-height: 64px; } }
    .sugar-sale-section .content p {
      max-width: 705px;
      margin: 0;
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      font-family: "Space Grotesk", sans-serif; }
      .sugar-sale-section .content p .orange {
        color: #F2A317; }
  .sugar-sale-section .banner {
    display: flex;
    align-items: center;
    position: relative; }
    .sugar-sale-section .banner:before {
      content: "";
      background: #F801FE;
      width: 100%;
      left: 50%;
      top: 50%;
      height: 90px;
      position: absolute;
      z-index: -1;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 980px) {
        .sugar-sale-section .banner:before {
          width: 100vw;
          height: 104px; } }
    .sugar-sale-section .banner .left {
      min-width: fit-content;
      width: calc(100% / 3);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sugar-sale-section .banner .left h4 {
        color: #FFE650;
        font-family: "Bebas Neue", sans-serif;
        line-height: 30px;
        font-size: 28px;
        text-align: center;
        font-weight: 400;
        padding: 0 20px; }
      @media screen and (min-width: 768px) {
        .sugar-sale-section .banner .left .arrow-cta {
          display: none; } }
    .sugar-sale-section .banner .right {
      width: calc(200% / 3); }
      .sugar-sale-section .banner .right span {
        font-size: 32px;
        font-family: "Press Start 2P", system-ui;
        line-height: 16px;
        color: #f5f5f5;
        width: 100%;
        display: block;
        text-align: center; }
  .sugar-sale-section .sale-cta {
    width: 100%;
    display: flex;
    justify-content: end; }
    .sugar-sale-section .sale-cta a {
      display: block;
      text-decoration: none; }
      .sugar-sale-section .sale-cta a button {
        display: flex;
        align-items: center;
        gap: 20px;
        background: #4F4FF3;
        border-radius: 16px;
        padding: 14px 32px; }
        .sugar-sale-section .sale-cta a button:hover {
          cursor: pointer; }
        .sugar-sale-section .sale-cta a button .text {
          color: #fff;
          font-family: "Space Grotesk", sans-serif;
          font-weight: bold;
          font-size: 32px;
          line-height: 30px;
          text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .sugar-sale-section {
      display: flex;
      flex-direction: column; }
      .sugar-sale-section h2 {
        font-size: 72px;
        text-align: center;
        line-height: 72px;
        margin-bottom: 40px; }
      .sugar-sale-section .tokenomics-cta {
        left: auto;
        right: 0;
        top: 164px; }
        .sugar-sale-section .tokenomics-cta a button {
          padding: 100px 9px; }
          .sugar-sale-section .tokenomics-cta a button svg {
            transform: rotate(180deg); }
      .sugar-sale-section .content {
        order: 2;
        padding: 0;
        margin-bottom: 40px; }
        .sugar-sale-section .content h3 {
          display: none; }
      .sugar-sale-section .sale-cta {
        order: 3;
        justify-content: center; }
      .sugar-sale-section .banner {
        z-index: 1;
        flex-direction: column; }
        .sugar-sale-section .banner:before {
          display: none; }
        .sugar-sale-section .banner .left {
          flex-direction: column; }
          .sugar-sale-section .banner .left h4 {
            position: relative; }
            .sugar-sale-section .banner .left h4:before {
              content: "";
              background: #F801FE;
              position: absolute;
              height: calc(100% + 24px);
              top: 50%;
              left: 50%;
              width: 100vw;
              z-index: -1;
              transform: translateY(-50%) translateX(-50%); }
        .sugar-sale-section .banner .right {
          width: 100%;
          margin-top: 32px;
          margin-bottom: 40px; }
          .sugar-sale-section .banner .right span {
            font-size: 38px;
            line-height: 1; } }
  @media screen and (max-width: 380px) {
    .sugar-sale-section .sale-cta a button .text {
      font-size: 24px; }
    .sugar-sale-section .sale-cta a button svg {
      height: 32px; } }
  @media screen and (max-width: 340px) {
    .sugar-sale-section h2 {
      font-size: 64px;
      line-height: 64px; } }

.strategies-section {
  display: flex;
  align-items: end; }
.slider-wrapper {
  position: relative;
}
.slider-wrapper > * {
  position: relative;
  z-index: 1;
}
.slider-wrapper .slider-wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
  .strategies-section .slider-wrapper {
    background: #20F8D2;
    box-sizing: border-box;
    padding: 64px 57px 126px 72px;
    width: calc(200% / 3); }
    @media screen and (max-width: 1160px) {
      .strategies-section .slider-wrapper {
        width: 100%; } }
    @media screen and (max-width: 980px) {
      .strategies-section .slider-wrapper {
        padding: 64px 40px 64px; } }
    @media screen and (max-width: 767px) {
      .strategies-section .slider-wrapper {
        padding-bottom: 0; } }
    .strategies-section .slider-wrapper h2 {
      margin-top: 0;
      letter-spacing: 0px;
      margin-bottom: 0;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 150px;
      line-height: 100px;
      color: #20F8D2;
      text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; }
      @media screen and (max-width: 1332px) {
        .strategies-section .slider-wrapper h2 {
          line-height: 124px; } }
      @media screen and (max-width: 767px) {
        .strategies-section .slider-wrapper h2 {
          font-size: 72px;
          line-height: 72px;
          text-shadow: -1px 0 #0D13B9, 0 1px #0D13B9, 1px 0 #0D13B9, 0 -1px #0D13B9; } }
    .strategies-section .slider-wrapper .slider-inner-wrapper {
      display: flex;
      padding-top: 60px; }
      @media screen and (max-width: 767px) {
        .strategies-section .slider-wrapper .slider-inner-wrapper {
          flex-direction: column;
          padding-top: 20px; } }
      .strategies-section .slider-wrapper .slider-inner-wrapper .navigation {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation {
            flex-direction: row;
            margin: 0 -8px;
            padding-bottom: 20px; } }
        .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item {
          width: 240px;
          justify-content: space-between;
          background: transparent;
          border: none;
          display: flex;
          padding-right: 44px;
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item {
              padding-right: 8px;
              padding-left: 8px;
              justify-content: center;
              width: fit-content; } }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item h3 {
            font-family: "Space Grotesk", sans-serif;
            font-size: 36px;
            text-align: left;
            font-weight: bold;
            line-height: 44px;
            margin: 0;
            transition: 0.3s; }
            @media screen and (max-width: 767px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item h3 {
                color: #000000;
                font-size: 18px;
                text-align: center;
                line-height: 28px; } }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item span {
            color: #4E4FF4;
            font-family: "Space Grotesk", sans-serif;
            font-size: 18px;
            line-height: 28px;
            transition: 0.3s;
            text-align: left;
            display: block; }
            @media screen and (max-width: 767px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item span {
                color: #000000;
                font-size: 14px;
                line-height: 20px;
                font-weight: bold;
                text-align: center; } }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item .arrows {
            position: relative; }
            .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item .arrows svg:not(:first-child) {
              position: absolute;
              left: 0;
              top: 0; }
            .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item .arrows svg, .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item .arrows svg path {
              transition: 0.3s; }
            @media screen and (max-width: 767px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item .arrows {
                display: none; } }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item:hover {
            cursor: pointer; }
            .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item:hover svg path {
              fill: #4E4FF4; }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item.active .arrows svg path {
            fill: #4E4FF4; }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item.active .arrows svg:nth-of-type(2) {
            transform: translateX(110%); }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item.active .arrows svg:nth-of-type(3) {
            transform: translateX(220%); }
          .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item.active span {
            opacity: 0;
            pointer-events: none; }
          @media screen and (max-width: 767px) {
            .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item.active h3 {
              color: #0D13B9; }
            .strategies-section .slider-wrapper .slider-inner-wrapper .navigation .navigation-item.active span {
              opacity: 1;
              color: #4E4FF4; } }
      .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container {
        width: calc(100% - 240px);
        box-sizing: border-box;
        position: relative; }
        @media screen and (max-width: 767px) {
          .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container {
            width: 100%; }
            .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-wrapper {
              display: flex;
              align-items: end; }
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-wrapper .swiper-slide {
                height: 100%; } }
        .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .arrows-navigation {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          @media screen and (min-width: 768px) {
            .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .arrows-navigation {
              display: none; } }
          .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .arrows-navigation .arrow-prev {
            position: absolute;
            top: 50%;
            left: -4px;
            transform: translateX(-100%) translateY(-50%) rotate(180deg);
            background: transparent;
            border: none; }
            @media screen and (max-width: 360px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .arrows-navigation .arrow-prev {
                left: 0; } }
          .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .arrows-navigation .arrow-next {
            position: absolute;
            top: 50%;
            right: -4px;
            transform: translateX(100%) translateY(-50%);
            background: transparent;
            border: none; }
            @media screen and (max-width: 360px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .arrows-navigation .arrow-next {
                right: 0; } }
        .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide {
          display: flex; }
          .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card {
            box-sizing: border-box;
            padding: 20px 60px 35px 25px;
            background: #1D1D1B;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media screen and (max-width: 980px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card {
                padding-right: 40px; } }
            @media screen and (max-width: 360px) {
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card {
                padding: 20px; } }
            .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .text {
              font-family: "Space Grotesk", sans-serif;
              font-size: 18px;
              line-height: 28px;
              color: #45FFEC;
              margin-bottom: 82px; }
              @media screen and (max-width: 980px) {
                .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .text {
                  margin-bottom: 40px; } }
            .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer {
              display: flex;
              gap: 40px; }
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer span {
                font-size: 18px;
                line-height: 28px;
                font-family: "Space Grotesk", sans-serif;
                font-weight: bold; }
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer .orange {
                color: #FE9403; }
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer .pink {
                color: #FA00FF; }
              .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer .blue {
                color: #45FFEC; }
              @media screen and (max-width: 767px) {
                .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer {
                  flex-wrap: wrap;
                  gap: 20px; }
                  .strategies-section .slider-wrapper .slider-inner-wrapper .swiper-container .swiper-slide .strategy-card .footer .blue {
                    display: none; } }
    @media screen and (max-width: 360px) {
      .strategies-section .slider-wrapper {
        padding-left: 28px;
        padding-right: 28px; } }
  .strategies-section .additional-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 22px; }
    .strategies-section .additional-content ul li {
      font-family: "Bebas Neue", sans-serif;
      font-size: 64px;
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
      .strategies-section .additional-content ul li:not(:last-child) {
        margin-bottom: 24px; }
      @media screen and (max-width: 1220px) {
        .strategies-section .additional-content ul li {
          font-size: 48px; } }
  .strategies-section .additional-content .cta {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 54px; }
    .strategies-section .additional-content .cta a {
      display: block;
      text-decoration: none; }
      .strategies-section .additional-content .cta a button {
        display: flex;
        border: none;
        background: #FE9403;
        border-radius: 16px;
        gap: 20px;
        justify-content: flex-end;
        min-width: 270px;
        align-items: center;
        cursor: pointer;
        padding: 14px 32px; }
        .strategies-section .additional-content .cta a button .text {
          text-transform: uppercase;
          color: #fff;
          font-family: "Space Grotesk", sans-serif;
          font-size: 32px;
          line-height: 30px;
          font-weight: bold; }
  @media screen and (max-width: 1160px) {
    .strategies-section .additional-content {
      display: none; } }

.news-section {
  margin-top: 120px; }
  .news-section .main-title-wrapper {
    position: relative;
    display: flex; }
    .news-section .main-title-wrapper .images {
      width: max-content;
      position: relative; }
      .news-section .main-title-wrapper .images img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .news-section .main-title-wrapper .images img:nth-of-type(2) {
          left: 335px; }
        .news-section .main-title-wrapper .images img:nth-of-type(3) {
          left: 670px; }
    .news-section .main-title-wrapper:before {
      content: "";
      width: 100vw;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      background: #4E4FF4;
      position: absolute;
      z-index: -1; }
    .news-section .main-title-wrapper .title-inner-wrapper {
      display: flex;
      flex-direction: column;
      padding: 23px 110px 45px 72px; }
      @media screen and (max-width: 980px) {
        .news-section .main-title-wrapper .title-inner-wrapper {
          padding: 23px 40px 45px; } }
      .news-section .main-title-wrapper .title-inner-wrapper span {
        font-family: "Space Grotesk", sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #fff; }
      .news-section .main-title-wrapper .title-inner-wrapper h2 {
        font-family: "Bebas Neue", sans-serif;
        font-size: 64px;
        color: #4E4FF4;
        margin: 0;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
  .news-section .news-item-wrapper {
    display: flex;
    align-items: center;
    padding: 16px 70px 16px 72px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px; }
    @media screen and (max-width: 980px) {
      .news-section .news-item-wrapper {
        padding: 16px 40px; } }
    .news-section .news-item-wrapper:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 100vw;
      height: 100%;
      z-index: -1;
      transform: translateX(-50%); }
    .news-section .news-item-wrapper.blue:before {
      background: #4E4FF4; }
    .news-section .news-item-wrapper.orange:before {
      background: #F2A317; }
    .news-section .news-item-wrapper.pink:before {
      background: #FA00FF; }
    .news-section .news-item-wrapper .title-wrapper {
      width: 50%;
      padding-right: 8px; }
      .news-section .news-item-wrapper .title-wrapper h3 {
        font-family: "Space Grotesk", sans-serif;
        font-size: 36px;
        line-height: 44px;
        color: #fff;
        font-weight: bold;
        margin: 0; }
      .news-section .news-item-wrapper .title-wrapper .date {
        color: #fff;
        font-family: "Space Grotesk", sans-serif;
        font-size: 20px;
        font-weight: bold; }
        .news-section .news-item-wrapper .title-wrapper .date:first-child {
          opacity: 0;
          pointer-events: none; }
    .news-section .news-item-wrapper .content-wrapper {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      display: flex;
      width: 50%;
      padding-left: 8px; }
      .news-section .news-item-wrapper .content-wrapper p {
        margin: 0; }
      .news-section .news-item-wrapper .content-wrapper img {
        transform: rotate(180deg) translateX(-100%); }
  @media screen and (max-width: 767px) {
    .news-section {
      margin-top: 100px; }
      .news-section .news-item-wrapper {
        display: none; }
      .news-section .main-title-wrapper:before {
        display: none; }
      .news-section .main-title-wrapper .title-inner-wrapper {
        padding-left: 28px; }
        .news-section .main-title-wrapper .title-inner-wrapper h2 {
          color: #000; }
      .news-section .main-title-wrapper .images img {
        transform: scaleX(-1) translateY(-100%) translateX(33%); } }
  .news-section .mobile-cta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 28px 32px;
    box-sizing: border-box;
    align-items: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .news-section .mobile-cta {
        display: none; } }
    .news-section .mobile-cta .text {
      padding-left: 16px;
      box-sizing: border-box;
      font-family: "Space Grotesk", sans-serif;
      font-size: 18px;
      line-height: 44px;
      color: #fff;
      text-transform: uppercase; }

.team-section {
  box-sizing: border-box;
  padding: 140px 90px 40px 154px; }
  @media screen and (max-width: 1240px) {
    .team-section {
      padding-left: 70px; } }
  @media screen and (max-width: 980px) {
    .team-section {
      padding-left: 40px;
      padding-right: 40px; } }
  .team-section .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px; }
    .team-section .title-wrapper h2 {
      font-size: 72px;
      line-height: 94px;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      color: #fff;
      margin: 0;
      text-transform: uppercase; }
    .team-section .title-wrapper p {
      font-family: "Inter", sans-serif;
      font-size: 20px;
      line-height: 36px;
      color: #fff;
      margin: 0;
      width: auto;
      max-width: 490px; }
    @media screen and (max-width: 980px) {
      .team-section .title-wrapper {
        flex-direction: column;
        justify-content: start;
        align-items: start; }
        .team-section .title-wrapper p {
          max-width: unset; } }
  .team-section .slider-wrapper {
    padding-top: 70px; }
    .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
      width: fit-content; }
      .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .team-member {
        display: flex;
        flex-direction: column;
        padding-right: 100px;
        box-sizing: border-box;
        max-width: 678px; }
        .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .team-member span {
          display: block;
          color: #fff;
          font-family: "Inter", sans-serif; }
        .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .team-member .name {
          color: #1BDFCB;
          font-size: 28px;
          line-height: 40px;
          font-weight: 700;
          text-transform: uppercase; }
        .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .team-member .position {
          font-size: 24px;
          line-height: 36px;
          font-weight: 400;
          margin-top: 8px;
          margin-bottom: 8px; }
        .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .team-member .contact {
          font-size: 16px;
          line-height: 36px; }
    .team-section .slider-wrapper .team-navigation {
      width: 100%;
      display: flex;
      justify-content: end;
      gap: 20px;
      padding-top: 32px; }
      .team-section .slider-wrapper .team-navigation .arrow {
        border: none;
        background: #0DB7A2;
        padding: 15.75px 24.5px;
        transition: 0.3s; }
        .team-section .slider-wrapper .team-navigation .arrow svg {
          transition: 0.3s; }
        .team-section .slider-wrapper .team-navigation .arrow.prev svg {
          transform: rotate(180deg); }
        .team-section .slider-wrapper .team-navigation .arrow:hover {
          cursor: pointer; }
        .team-section .slider-wrapper .team-navigation .arrow.swiper-button-disabled {
          background: #5A5A5A;
          pointer-events: none; }
          .team-section .slider-wrapper .team-navigation .arrow.swiper-button-disabled svg {
            opacity: 0.1; }
  @media screen and (max-width: 767px) {
    .team-section {
      background: #4E4FF4;
      padding: 0 4px 64px;
      margin-top: 72px; }
      .team-section .title-wrapper {
        align-items: center; }
        .team-section .title-wrapper h2 {
          line-height: 42px;
          font-size: 42px;
          text-align: center; }
        .team-section .title-wrapper p {
          padding-left: 50px;
          padding-right: 50px; }
      .team-section .slider-wrapper {
        padding-left: 50px;
        padding-right: 50px;
        position: relative; }
        .team-section .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .team-member {
          padding-right: 0; }
        .team-section .slider-wrapper .team-navigation {
          position: absolute;
          width: 100%;
          height: 56%;
          top: 0;
          left: 0;
          justify-content: space-between; }
          .team-section .slider-wrapper .team-navigation .arrow {
            padding: 10px;
            background: transparent !important; }
            .team-section .slider-wrapper .team-navigation .arrow svg path {
              fill: #fff; } }

.roadmap-desktop-section {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  position: relative; }
  @media screen and (max-width: 980px) {
    .roadmap-desktop-section {
      display: none; } }
  .roadmap-desktop-section .background-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0; }
    .roadmap-desktop-section .background-elements img {
      position: absolute;
      right: -225px;
      bottom: 76px;
      transform: translateX(100%); }
      .roadmap-desktop-section .background-elements img:last-of-type {
        right: -416px;
        bottom: 184px; }
  .roadmap-desktop-section .left {
    width: 50%;
    padding-left: 134px;
    box-sizing: border-box; }
    @media screen and (max-width: 1360px) {
      .roadmap-desktop-section .left {
        padding-left: 90px; } }
    @media screen and (max-width: 1240px) {
      .roadmap-desktop-section .left {
        padding-left: 70px; } }
    .roadmap-desktop-section .left .title-wrapper {
      padding-top: 96px;
      padding-bottom: 72px;
      padding-left: 27px; }
      @media screen and (max-width: 1240px) {
        .roadmap-desktop-section .left .title-wrapper {
          padding-left: 0px; } }
      .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper {
        position: relative;
        width: fit-content; }
        .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper h2 {
          font-family: "Space Grotesk", sans-serif;
          font-size: 72px;
          font-weight: 700;
          line-height: 94px;
          margin: 0;
          text-transform: uppercase; }
          @media screen and (max-width: 1190px) {
            .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper h2 {
              font-size: 64px;
              line-height: 94px; } }
        .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper img {
          position: absolute; }
          .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper img:first-of-type {
            left: 0px;
            top: 24px;
            transform: translate(-100%, -100%); }
          .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper img:nth-of-type(2) {
            bottom: 48px;
            right: 24px;
            transform: translate(100%, 100%) rotate(180deg); }
            @media screen and (max-width: 1190px) {
              .roadmap-desktop-section .left .title-wrapper .title-inner-wrapper img:nth-of-type(2) {
                display: none; } }
    .roadmap-desktop-section .left .blue-box {
      padding: 20px 33px 48px 36px;
      box-sizing: border-box;
      background: #4E4FF4;
      position: relative; }
      @media screen and (max-width: 1140px) {
        .roadmap-desktop-section .left .blue-box {
          padding-bottom: 72px;
          padding-left: 20px;
          padding-right: 20px; } }
      .roadmap-desktop-section .left .blue-box .list-item {
        display: flex;
        align-items: center; }
        .roadmap-desktop-section .left .blue-box .list-item:not(:first-of-type) {
          margin-top: 32px; }
        .roadmap-desktop-section .left .blue-box .list-item .month {
          color: #fff;
          font-family: "Space Grotesk", sans-serif;
          font-size: 20px;
          line-height: 44px;
          font-weight: 700;
          width: 60px;
          text-transform: uppercase; }
        .roadmap-desktop-section .left .blue-box .list-item .text {
          font-family: "Inter", sans-serif;
          font-size: 18px;
          line-height: 28px;
          color: #fff;
          width: calc(100% - 108px);
          box-sizing: border-box;
          padding-left: 20px; }
      .roadmap-desktop-section .left .blue-box .cta {
        position: absolute;
        bottom: 16px;
        right: 32px;
        display: flex;
        align-items: center; }
        .roadmap-desktop-section .left .blue-box .cta svg path {
          transition: 0.3s; }
        .roadmap-desktop-section .left .blue-box .cta:hover {
          cursor: pointer; }
          .roadmap-desktop-section .left .blue-box .cta:hover svg path {
            fill: #FA00FF; }
        .roadmap-desktop-section .left .blue-box .cta.extended {
          pointer-events: none; }
          .roadmap-desktop-section .left .blue-box .cta.extended svg path {
            fill: #FA00FF; }
        .roadmap-desktop-section .left .blue-box .cta .text {
          font-size: 20px;
          font-family: "Space Grotesk", sans-serif;
          color: #fff;
          padding-right: 10px;
          font-weight: 700; }
        .roadmap-desktop-section .left .blue-box .cta img {
          position: absolute;
          right: 0;
          bottom: -24px;
          transform: translateX(100%);
          display: none; }
  .roadmap-desktop-section .right {
    width: 50%;
    padding-right: 100px;
    box-sizing: border-box;
    position: relative;
    padding-top: 24px;
    padding-bottom: 51px;
    display: flex;
    flex-direction: column; }
    .roadmap-desktop-section .right:before {
      content: "";
      background: #1BDFCB;
      position: absolute;
      left: 0;
      width: 100vw;
      height: 100%;
      top: 0;
      transform: translateX(-50%);
      z-index: -1; }
    .roadmap-desktop-section .right .list-item {
      align-items: center;
      margin-bottom: 16px;
      display: flex; }
      .roadmap-desktop-section .right .list-item .date {
        color: #fff;
        font-family: "Space Grotesk", sans-serif;
        font-size: 18px;
        line-height: 44px;
        font-weight: 700;
        width: 60px; }
      .roadmap-desktop-section .right .list-item svg {
        width: 48px; }
      .roadmap-desktop-section .right .list-item .text {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        width: calc(100% - 108px);
        box-sizing: border-box;
        padding-left: 32px; }
    .roadmap-desktop-section .right .hook-item {
      display: flex;
      align-items: center;
      margin-top: 24px; }
      .roadmap-desktop-section .right .hook-item svg {
        margin-left: 72px;
        transform: rotate(180deg); }
      .roadmap-desktop-section .right .hook-item .text {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        width: calc(100% - 108px);
        box-sizing: border-box;
        padding-left: 45px; }
  .roadmap-desktop-section .bottom {
    width: 100%;
    justify-content: end;
    padding: 8px 64px;
    position: relative;
    display: flex;
    margin-top: 90px; }
    .roadmap-desktop-section .bottom:before {
      content: "";
      width: 100vw;
      background: #4E4FF4;
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    .roadmap-desktop-section .bottom .text {
      color: #FDCD00;
      font-size: 16px;
      font-family: "Inter", sans-serif; }

.roadmap-mobile-section {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 981px) {
    .roadmap-mobile-section {
      display: none; } }
  .roadmap-mobile-section .blue-box {
    position: relative;
    padding: 63px 32px;
    box-sizing: border-box; }
    .roadmap-mobile-section .blue-box:before {
      content: "";
      background: #1BDFCB;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .roadmap-mobile-section .blue-box .title-wrapper {
      position: relative;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }
      .roadmap-mobile-section .blue-box .title-wrapper img {
        position: absolute;
        left: 0;
        transform: translateY(-100%) translateX(-25%);
        top: -32px; }
        .roadmap-mobile-section .blue-box .title-wrapper img:first-of-type {
          top: auto;
          left: auto;
          right: 20px;
          transform: translateX(100%) translateY(75%) rotate(190deg);
          bottom: 0; }
      .roadmap-mobile-section .blue-box .title-wrapper h2 {
        font-family: "Space Grotesk", sans-serif;
        margin: 0;
        font-size: 36px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 54px;
        white-space: nowrap; }
    .roadmap-mobile-section .blue-box .content {
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }
    .roadmap-mobile-section .blue-box > svg {
      position: absolute;
      left: 50%;
      transform: translateX(-100%) translateY(50%); }
  .roadmap-mobile-section h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    margin: 0; }
  .roadmap-mobile-section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .roadmap-mobile-section ul li {
      font-family: "Space Grotesk", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 36px;
      text-transform: uppercase;
      letter-spacing: -1px; }
  .roadmap-mobile-section .pink-box {
    position: relative;
    padding: 54px 32px;
    box-sizing: border-box;
    color: #fff; }
    .roadmap-mobile-section .pink-box:before {
      content: "";
      background: #F801FE;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .roadmap-mobile-section .pink-box .outer-wrapper {
      width: fit-content;
      max-width: 301px;
      margin-left: auto;
      margin-right: auto; }
    .roadmap-mobile-section .pink-box .title-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 12px; }
      .roadmap-mobile-section .pink-box .title-wrapper svg:first-of-type {
        transform: translateY(-66%) translateX(calc(-25% - 12px));
        position: absolute;
        left: 0;
        top: 0; }
    .roadmap-mobile-section .pink-box ul {
      text-align: right; }
      .roadmap-mobile-section .pink-box ul li {
        margin-top: 20px; }

.email-section {
  box-sizing: border-box;
  padding: 56px 100px 113px 84px; }
  @media screen and (max-width: 767px) {
    .email-section {
      padding-left: 0;
      padding-right: 0; } }
  .email-section > .title-wrapper {
    padding-left: 114px; }
    @media screen and (max-width: 980px) {
      .email-section > .title-wrapper {
        padding-left: 0; } }
    .email-section > .title-wrapper h2 {
      font-size: 72px;
      color: #45FFEC;
      font-family: "Space Grotesk", sans-serif;
      line-height: 94px;
      font-weight: 700;
      margin: 0;
      margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .email-section > .title-wrapper {
        padding-left: 24px;
        padding-right: 24px; }
        .email-section > .title-wrapper h2 {
          color: #FE9000;
          font-size: 42px;
          line-height: 36px; } }
  .email-section h3 {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .email-section h3 {
        font-size: 18px;
        line-height: 28px; } }
  .email-section .row {
    display: flex;
    gap: 64px;
    overflow: hidden; }
    .email-section .row:last-of-type {
      margin-top: 64px; }
    @media screen and (max-width: 980px) {
      .email-section .row {
        flex-wrap: wrap;
        overflow: visible; } }
  .email-section .green-box {
    padding: 46px 24px 36px 33px;
    box-sizing: border-box;
    background: #1AC370;
    flex-grow: 1; }
    @media screen and (max-width: 980px) {
      .email-section .green-box {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .email-section .green-box {
        padding-left: 24px; } }
    .email-section .green-box .mobile-arrows {
      z-index: 2;
      position: absolute; }
      @media screen and (min-width: 981px) {
        .email-section .green-box .mobile-arrows {
          display: none; } }
    .email-section .green-box .title-wrapper {
      position: relative;
      width: fit-content;
      padding-right: 48px;
      box-sizing: border-box;
      margin-bottom: 24px; }
      @media screen and (max-width: 980px) {
        .email-section .green-box .title-wrapper {
          padding-left: 64px;
          padding-right: 0; } }
      .email-section .green-box .title-wrapper .desktop-arrows {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(100%) translateY(-44%); }
        @media screen and (max-width: 1240px) {
          .email-section .green-box .title-wrapper .desktop-arrows svg g {
            display: none; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(1) {
              display: block; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(2) {
              display: block; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(3) {
              display: block; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(4) {
              display: block; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(5) {
              display: block; } }
        @media screen and (max-width: 980px) {
          .email-section .green-box .title-wrapper .desktop-arrows {
            left: 0;
            pointer-events: none;
            right: auto;
            transform: translateY(-44%); }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(4) {
              display: none; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(3) {
              display: none; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(2) {
              display: none; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(1) {
              display: none; }
            .email-section .green-box .title-wrapper .desktop-arrows svg g:nth-child(6) {
              display: block; } }
    .email-section .green-box .form-wrapper .flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        .email-section .green-box .form-wrapper .flex {
          flex-direction: column;
          align-items: end; } }
    .email-section .green-box .form-wrapper span.label {
      position: absolute;
      pointer-events: none;
      font-size: 0;
      opacity: 0; }
    .email-section .green-box .form-wrapper p {
      margin: 0; }
    .email-section .green-box .form-wrapper .input-wrapper {
      padding-left: 16px;
      position: relative; }
      .email-section .green-box .form-wrapper .input-wrapper .wpcf7-spinner {
        position: absolute;
        margin: 0;
        top: 37px;
        transform: translateY(-12px) translateX(-100%);
        left: -12px; }
      .email-section .green-box .form-wrapper .input-wrapper a {
        text-decoration: none;
        display: block;
      }
      .email-section .green-box .form-wrapper .input-wrapper input, .email-section .green-box .form-wrapper .input-wrapper a {
        font-family: "Space Grotesk", sans-serif;
        font-size: 18px;
        line-height: 44px;
        font-weight: 700;
        color: #fff;
        padding: 13px 18px;
        background: #F2A317;
        border: 2px solid #F2A317;
        border-radius: 16px;
        transition: 0.3s;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .email-section .green-box .form-wrapper .input-wrapper input, .email-section .green-box .form-wrapper .input-wrapper a {
            padding: 13px 28px;
            display: inline-block;
            width: 125px;
            height: 44px;
            line-height: 18px;
            border-radius: 8px; }
          .email-section .green-box .form-wrapper .input-wrapper a {
            box-sizing: border-box;
            text-align: center;
          }
        }
        .email-section .green-box .form-wrapper .input-wrapper input:hover, .email-section .green-box .form-wrapper .input-wrapper a:hover {
          border: 2px solid #4E4FF4;
          cursor: pointer; }
    .email-section .green-box .form-wrapper .email-wrapper {
      flex-grow: 1; }
      @media screen and (max-width: 767px) {
        .email-section .green-box .form-wrapper .email-wrapper {
          width: 100%;
          margin-bottom: 18px;
        } }
      .email-section .green-box .form-wrapper .email-wrapper p {
        display: flex;
        flex-direction: column;
        align-items: end; }
        @media screen and (max-width: 767px) {
          .email-section .green-box .form-wrapper .email-wrapper p {
            align-items: start; }
            .email-section .green-box .form-wrapper .email-wrapper p > span {
              padding-left: 16px; } }
        .email-section .green-box .form-wrapper .email-wrapper p br {
          display: none; }
        .email-section .green-box .form-wrapper .email-wrapper p label {
          width: 100%; }
        .email-section .green-box .form-wrapper .email-wrapper p span {
          font-size: 18px;
          font-family: "Inter", sans-serif;
          color: #5A5A5A;
          line-height: 28px;
          margin-top: 6px; }
          @media screen and (max-width: 767px) {
            .email-section .green-box .form-wrapper .email-wrapper p span {
              font-size: 12px; } }
      .email-section .green-box .form-wrapper .email-wrapper input {
        padding: 21px 34px;
        border-radius: 16px;
        color: #fff;
        border: 2px solid #4E4FF4;
        background: #4E4FF4;
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 28px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .email-section .green-box .form-wrapper .email-wrapper input {
            font-size: 11px;
            text-align: center;
            border-radius: 8px; } }
        .email-section .green-box .form-wrapper .email-wrapper input::placeholder {
          color: #fff;
          opacity: 1;
          /* Firefox */ }
        .email-section .green-box .form-wrapper .email-wrapper input:hover {
          border: 2px solid #45FFEC; }
        .email-section .green-box .form-wrapper .email-wrapper input:focus {
          outline: none;
          border: 2px solid #F2A317; }
    .email-section .green-box .form-wrapper .wpcf7-response-output, .email-section .green-box .form-wrapper .wpcf7-not-valid-tip {
      display: none; }
  .email-section .blue-box {
    padding: 46px 24px 36px 33px;
    background: #4E4FF4;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 1241px) {
      .email-section .blue-box {
        z-index: 1; } }
    @media screen and (max-width: 980px) {
      .email-section .blue-box {
        width: 100%;
        background: #1AC370;
        position: relative; }
        .email-section .blue-box svg {
          position: absolute;
          right: 16px;
          bottom: 0;
          transform: translateY(50%); } }
    @media screen and (max-width: 767px) {
      .email-section .blue-box {
        padding-left: 24px; } }
    .email-section .blue-box .mobile-arrows {
      position: absolute;
      top: 130px;
      left: 33px; }
      @media screen and (min-width: 981px) {
        .email-section .blue-box .mobile-arrows {
          display: none; } }
      @media screen and (max-width: 767px) {
        .email-section .blue-box .mobile-arrows {
          top: 112px;
          left: 24px; } }
      .email-section .blue-box .mobile-arrows svg {
        transform: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto; }
    .email-section .blue-box h3 {
      text-align: center;
      margin-bottom: 24px; }
  .email-section .row:has(.orange-box) {
    overflow: visible; }
  .email-section .orange-box {
    background: #FF9100;
    padding: 46px 24px 36px 33px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative; }
    @media screen and (max-width: 980px) {
      .email-section .orange-box {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .email-section .orange-box {
        padding-left: 24px; } }
    .email-section .orange-box:last-of-type {
      flex-grow: 1; }
      @media screen and (min-width: 981px) {
        .email-section .orange-box:last-of-type {
          padding-left: 64px; } }
      @media screen and (max-width: 980px) {
        .email-section .orange-box:last-of-type {
          background: transparent; } }
      @media screen and (max-width: 767px) {
        .email-section .orange-box:last-of-type {
          padding-top: 0;
          padding-bottom: 0; }
          .email-section .orange-box:last-of-type h3 {
            font-size: 22px; } }
      .email-section .orange-box:last-of-type .text {
        line-height: 1; }
        .email-section .orange-box:last-of-type .text:last-of-type {
          margin-top: 24px; }
        @media screen and (max-width: 767px) {
          .email-section .orange-box:last-of-type .text {
            line-height: 36px; } }
    .email-section .orange-box .mobile-arrows {
      position: absolute;
      bottom: 0;
      transform: translateY(80%); }
      @media screen and (min-width: 981px) {
        .email-section .orange-box .mobile-arrows {
          display: none; } }
    .email-section .orange-box .text {
      font-family: "Space Grotesk", sans-serif;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      z-index: 3; }
      @media screen and (max-width: 1240px) {
        .email-section .orange-box .text {
          font-size: 30px; } }
      @media screen and (min-width: 981px) {
        .email-section .orange-box .text {
          background: #FF9100; } }
      @media screen and (max-width: 767px) {
        .email-section .orange-box .text {
          font-size: 22px; }
          .email-section .orange-box .text:has(strong) {
            margin-top: 24px; } }
      .email-section .orange-box .text:last-of-type {
        margin-top: 44px; }
    .email-section .orange-box .checkmark {
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(50%); }
      @media screen and (max-width: 980px) {
        .email-section .orange-box .checkmark {
          display: none; } }
    .email-section .orange-box .text-wrapper {
      position: relative; }
      .email-section .orange-box .text-wrapper .pc-icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-56%) translateX(-25%); }
        @media screen and (max-width: 1120px) {
          .email-section .orange-box .text-wrapper .pc-icon {
            display: none; } }
        @media screen and (max-width: 980px) {
          .email-section .orange-box .text-wrapper .pc-icon {
            display: block; } }
        @media screen and (max-width: 767px) {
          .email-section .orange-box .text-wrapper .pc-icon {
            top: 100%;
            right: -24px; } }
      .email-section .orange-box .text-wrapper .desktop-arrow {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%) translateX(100%); }
        @media screen and (max-width: 980px) {
          .email-section .orange-box .text-wrapper .desktop-arrow {
            display: none; } }

.members-only-section .title-outer-wrapper {
  display: flex;
  padding: 0 87px 40px 144px;
  box-sizing: border-box; }
  @media screen and (max-width: 1240px) {
    .members-only-section .title-outer-wrapper {
      padding-left: 70px; } }
  @media screen and (max-width: 980px) {
    .members-only-section .title-outer-wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .members-only-section .title-outer-wrapper {
      flex-direction: column;
      padding-left: 24px;
      padding-right: 24px; } }
  .members-only-section .title-outer-wrapper .title-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: end; }
    .members-only-section .title-outer-wrapper .title-wrapper h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 150px;
      line-height: 100px;
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
      margin: 0;
      width: max-content; }
      @media screen and (max-width: 980px) {
        .members-only-section .title-outer-wrapper .title-wrapper h2 {
          font-size: 100px; } }
    .members-only-section .title-outer-wrapper .title-wrapper span {
      font-size: 72px;
      line-height: 87px;
      font-family: "Space Grotesk", sans-serif;
      color: #45FFEC;
      display: block;
      transform: translateY(-32px); }
    @media screen and (max-width: 1280px) {
      .members-only-section .title-outer-wrapper .title-wrapper h2 {
        width: auto; }
      .members-only-section .title-outer-wrapper .title-wrapper span {
        transform: translateX(50%) translateY(-100%); } }
    @media screen and (max-width: 1180px) {
      .members-only-section .title-outer-wrapper .title-wrapper span {
        font-size: 36px;
        line-height: 44px;
        transform: translateX(0%) translateY(-150%); } }
    @media screen and (max-width: 980px) {
      .members-only-section .title-outer-wrapper .title-wrapper span {
        font-size: 27px;
        line-height: 34px;
        transform: translateX(15%) translateY(-200%); } }
    @media screen and (max-width: 767px) {
      .members-only-section .title-outer-wrapper .title-wrapper {
        align-items: center; }
        .members-only-section .title-outer-wrapper .title-wrapper span {
          font-family: "Space Grotesk", sans-serif;
          text-transform: uppercase;
          transform: none; } }
    @media screen and (max-width: 541px) {
      .members-only-section .title-outer-wrapper .title-wrapper h2 {
        font-size: 90px;
        line-height: 80px; } }
    @media screen and (max-width: 495px) {
      .members-only-section .title-outer-wrapper .title-wrapper {
        width: min-content;
        margin-left: auto;
        margin-right: auto;
        position: relative; }
        .members-only-section .title-outer-wrapper .title-wrapper span {
          position: absolute;
          bottom: 8px;
          right: 24px;
          width: min-content; } }
  .members-only-section .title-outer-wrapper .right {
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: end;
    flex-direction: column; }
    .members-only-section .title-outer-wrapper .right .text {
      font-size: 18px;
      line-height: 28px;
      font-family: "Inter", sans-serif;
      color: #fff; }
    .members-only-section .title-outer-wrapper .right .tag {
      font-size: 24px;
      line-height: 40px;
      font-weight: 700;
      color: #1D1D1B;
      font-family: "Space Grotesk", sans-serif;
      text-transform: uppercase;
      position: relative;
      margin-top: 32px; }
      .members-only-section .title-outer-wrapper .right .tag:before {
        content: '';
        height: calc(100% + 16px);
        width: 100vw;
        position: absolute;
        left: -18px;
        top: 50%;
        transform: translateY(-50%);
        background: #45FFEC;
        z-index: -1; }
    @media screen and (max-width: 767px) {
      .members-only-section .title-outer-wrapper .right {
        padding-left: 0;
        margin-top: 24px; }
        .members-only-section .title-outer-wrapper .right .tag {
          display: none; } }
.members-only-section .products-wrapper {
  display: flex;
  padding: 0 144px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1240px) {
    .members-only-section .products-wrapper {
      padding: 0 70px; } }
  @media screen and (max-width: 980px) {
    .members-only-section .products-wrapper {
      padding: 0 40px; } }
  @media screen and (max-width: 767px) {
    .members-only-section .products-wrapper {
      padding: 0 20px; } }
  .members-only-section .products-wrapper .divider {
    display: block;
    width: fit-content;
    margin: 12px auto 20px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    color: #FFE650; }
    @media screen and (min-width: 768px) {
      .members-only-section .products-wrapper .divider {
        display: none; } }
  .members-only-section .products-wrapper h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    padding: 10px 14px 10px 21px;
    border-width: 4px;
    border-style: solid;
    border-right: none;
    border-bottom: none;
    position: relative;
    margin: 0;
    width: fit-content; }
    .members-only-section .products-wrapper h3:after {
      content: "";
      width: 6px;
      height: 80px;
      transform: rotate(-30deg);
      position: absolute;
      right: -20px;
      top: -8px; }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper h3:after {
          display: none; } }
    @media screen and (max-width: 767px) {
      .members-only-section .products-wrapper h3 {
        border: unset;
        padding: 0;
        margin-bottom: 32px; } }
  .members-only-section .products-wrapper .content-wrapper {
    border-width: 4px;
    border-style: solid;
    box-sizing: border-box;
    height: 100%;
    padding: 32px 25px 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .members-only-section .products-wrapper .content-wrapper {
        border: unset;
        padding: 0; } }
    .members-only-section .products-wrapper .content-wrapper .content h4 {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      margin: 0;
      text-transform: uppercase;
      font-weight: 400; }
    .members-only-section .products-wrapper .content-wrapper .content ul {
      margin: 0;
      padding: 0;
      color: #fff;
      font-family: "Inter", sans-serif;
      font-size: 18px;
      line-height: 28px;
      list-style: none; }
    .members-only-section .products-wrapper .content-wrapper .content img {
      transform: translateX(100%); }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .content-wrapper .content img {
          position: absolute;
          top: 0;
          right: 0;
          transform: none;
          transform: translateY(-33%) translateX(33%); } }
  .members-only-section .products-wrapper .footer {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .members-only-section .products-wrapper .footer .text {
      font-size: 24px;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      line-height: 34px; }
    .members-only-section .products-wrapper .footer .button {
      box-sizing: border-box;
      display: block;
      font-family: "Space Grotesk", sans-serif;
      font-size: 18px;
      line-height: 44px;
      color: #1D1D1B;
      padding: 13px 30px;
      text-align: center;
      border-radius: 16px;
      text-decoration: none; }
    .members-only-section .products-wrapper .footer .button-wrapper img {
      max-width: 124px; }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .footer .button-wrapper img {
          position: absolute;
          top: 0px;
          right: 0; } }
    @media screen and (max-width: 767px) {
      .members-only-section .products-wrapper .footer {
        flex-direction: column; }
        .members-only-section .products-wrapper .footer .text {
          margin-top: 24px;
          width: 100%;
          padding: 10px 17px;
          box-sizing: border-box; }
        .members-only-section .products-wrapper .footer .button {
          display: none; } }
  .members-only-section .products-wrapper .buzzer-wrapper {
    width: calc(50% - 26px);
    display: flex;
    flex-direction: column;
    position: relative; }
    @media screen and (max-width: 767px) {
      .members-only-section .products-wrapper .buzzer-wrapper {
        padding: 42px 20px;
        width: 100%;
        border: 4px solid #45FFEC; } }
    .members-only-section .products-wrapper .buzzer-wrapper h3 {
      color: #1BDFCB;
      border-color: #1BDFCB; }
      .members-only-section .products-wrapper .buzzer-wrapper h3:after {
        background: #1BDFCB; }
    .members-only-section .products-wrapper .buzzer-wrapper .content-wrapper {
      border-color: #1BDFCB; }
      .members-only-section .products-wrapper .buzzer-wrapper .content-wrapper ul span {
        color: #1BDFCB; }
    .members-only-section .products-wrapper .buzzer-wrapper .footer .text {
      color: #1BDFCB; }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .buzzer-wrapper .footer .text {
          border: 4px solid #1BDFCB; } }
    .members-only-section .products-wrapper .buzzer-wrapper .footer .button {
      background: #1BDFCB;
      color: #1D1D1B;
      font-weight: 700;
      text-align: center;
      -webkit-text-stroke-width: 1;
      -webkit-text-stroke-color: #0DB7A2;
    }
  .members-only-section .products-wrapper .beear-wrapper {
    width: calc(50% - 26px);
    display: flex;
    flex-direction: column;
    position: relative; }
    @media screen and (max-width: 767px) {
      .members-only-section .products-wrapper .beear-wrapper {
        width: 100%;
        border: 4px solid #F801FE;
        padding: 42px 20px; }
        .members-only-section .products-wrapper .beear-wrapper:after {
          position: absolute;
          width: calc(100% + 24px);
          left: -12px;
          top: -12px;
          height: calc(100% + 24px);
          background: #45FFEC;
          content: "";
          z-index: -1; } }
    .members-only-section .products-wrapper .beear-wrapper h3 {
      border-color: #D69AF5;
      color: #D69AF5; }
      .members-only-section .products-wrapper .beear-wrapper h3:after {
        background: #D69AF5; }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .beear-wrapper h3 {
          color: #F801FE; } }
    .members-only-section .products-wrapper .beear-wrapper .content-wrapper {
      border-color: #D69AF5; }
      .members-only-section .products-wrapper .beear-wrapper .content-wrapper ul span {
        color: #FA00FF; }
        @media screen and (max-width: 767px) {
          .members-only-section .products-wrapper .beear-wrapper .content-wrapper ul span {
            color: #FA00FF; } }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .beear-wrapper .content-wrapper ul li {
          color: #0D13B9; } }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .beear-wrapper .content-wrapper h4 {
          color: #0D13B9; } }
    .members-only-section .products-wrapper .beear-wrapper .footer .text {
      color: #D69AF5; }
      @media screen and (max-width: 767px) {
        .members-only-section .products-wrapper .beear-wrapper .footer .text {
          border: 4px solid #f801fe;
          color: #F801FE; } }
    .members-only-section .products-wrapper .beear-wrapper .footer .button {
      background: #D69AF5;
      color: #1D1D1B;
      font-weight: bold;
      text-align: center;
      -webkit-text-stroke-width: 1;
      -webkit-text-stroke-color: #0DB7A2;
    }
.members-only-section .outro-text {
  margin-top: 54px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .members-only-section .outro-text span {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
    .members-only-section .outro-text span.yellow {
      color: #FFE650; }
    .members-only-section .outro-text span.pink {
      color: #FA00FF; }
    .members-only-section .outro-text span.black {
      color: #1D1D1B; }
    .members-only-section .outro-text span.blue {
      color: #4E4FF4; }
    .members-only-section .outro-text span.divider {
      color: #1D1D1B; }
  @media screen and (max-width: 1220px) {
    .members-only-section .outro-text span {
      display: block;
      text-align: center; }
      .members-only-section .outro-text span.divider {
        display: none; } }
.members-only-section .mobile-tag {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  align-items: center;
  gap: 32px; }
  @media screen and (min-width: 768px) {
    .members-only-section .mobile-tag {
      display: none; } }
  .members-only-section .mobile-tag .divider {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #1D1D1B;
    font-family: "Space Grotesk", sans-serif; }
  .members-only-section .mobile-tag .tag {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #1D1D1B;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    position: relative; }
    .members-only-section .mobile-tag .tag:before {
      content: '';
      height: calc(100% + 16px);
      width: 100vw;
      position: absolute;
      left: -18px;
      top: 50%;
      transform: translateY(-50%);
      background: #45FFEC;
      z-index: -1; }

.more-checkpoints-section {
  margin-top: 120px;
  padding: 0 173px 80px 136px;
  box-sizing: border-box; }
  @media screen and (max-width: 1240px) {
    .more-checkpoints-section {
      padding-left: 70px;
      padding-right: 70px; } }
  @media screen and (max-width: 980px) {
    .more-checkpoints-section {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .more-checkpoints-section {
      margin-top: 180px;
      padding: 28px 16px 45px;
      border: 4px solid #4E4FF4;
      max-width: calc(100% - 16px);
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .more-checkpoints-section:before {
        content: "";
        position: absolute;
        left: -12px;
        top: -12px;
        width: 100vw;
        height: calc(100% + 24px);
        background: #FE9403;
        z-index: -1; }
      .more-checkpoints-section .background-elements {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        left: 0;
        top: 0; }
        .more-checkpoints-section .background-elements img {
          position: absolute; }
          .more-checkpoints-section .background-elements img.c-1 {
            top: 0;
            right: 15%;
            transform: translateY(-160px) rotate(120deg); }
          .more-checkpoints-section .background-elements img.c-2 {
            top: 0;
            z-index: 1;
            right: 12px;
            transform: translateY(-50%); }
          .more-checkpoints-section .background-elements img.c-3 {
            right: 12%;
            top: 96px;
            transform: rotate(45deg); }
          .more-checkpoints-section .background-elements img.c-4 {
            left: -8px;
            bottom: -8px;
            transform: rotate(135deg);
            z-index: 1; } }
  @media screen and (min-width: 768px) {
    .more-checkpoints-section .background-elements {
      display: none; } }
  .more-checkpoints-section h2 {
    font-size: 72px;
    line-height: 94px;
    font-weight: 700;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .more-checkpoints-section h2 {
        color: #4E4FF4;
        font-size: 32px;
        line-height: 36px; } }
  .more-checkpoints-section .row {
    box-sizing: border-box;
    display: flex;
    padding: 0 16px;
    align-items: end; }
    @media screen and (max-width: 767px) {
      .more-checkpoints-section .row {
        flex-direction: column;
        z-index: 2;
        position: relative;
        padding: 0; } }
    .more-checkpoints-section .row h3 {
      font-size: 36px;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      line-height: 44px;
      color: #fff;
      margin: 0; }
    .more-checkpoints-section .row .group .orange-box {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding: 62px 83px 52px 64px;
      position: relative;
      margin-bottom: 24px; }
      @media screen and (max-width: 980px) {
        .more-checkpoints-section .row .group .orange-box {
          padding-left: 20px;
          padding-right: 64px; } }
      .more-checkpoints-section .row .group .orange-box h3 {
        margin-bottom: 32px; }
      .more-checkpoints-section .row .group .orange-box:before {
        content: "";
        position: absolute;
        left: -16px;
        width: calc(100% + 16px);
        height: 100%;
        top: 0;
        background: #FF9100;
        z-index: -1; }
      @media screen and (max-width: 767px) {
        .more-checkpoints-section .row .group .orange-box {
          padding: 0;
          position: initial; }
          .more-checkpoints-section .row .group .orange-box:before {
            display: none; } }
    @media screen and (max-width: 767px) {
      .more-checkpoints-section .row .group {
        position: relative;
        padding: 20px 20px 30px;
        box-sizing: border-box;
        border: 4px solid #4E4FF4; }
        .more-checkpoints-section .row .group h3 {
          color: #0D13B9;
          font-size: 28px;
          line-height: 44px; }
        .more-checkpoints-section .row .group .orange-box {
          margin-bottom: 16px; }
          .more-checkpoints-section .row .group .orange-box h3 {
            margin-bottom: 0;
            text-transform: uppercase;
            letter-spacing: -1px; }
          .more-checkpoints-section .row .group .orange-box svg {
            position: absolute;
            right: 16px;
            bottom: 16px; } }
    .more-checkpoints-section .row .group .text {
      font-size: 18px;
      line-height: 28px;
      font-family: "Inter", sans-serif;
      color: #fff; }
    .more-checkpoints-section .row .group:has(.orange-box) {
      width: 50%; }
      .more-checkpoints-section .row .group:has(.orange-box) .mobile-icon {
        position: absolute;
        right: 12px;
        top: 112px; }
        @media screen and (min-width: 768px) {
          .more-checkpoints-section .row .group:has(.orange-box) .mobile-icon {
            display: none; } }
      .more-checkpoints-section .row .group:has(.orange-box) .text {
        padding-right: 105px;
        margin-bottom: 24px; }
        @media screen and (max-width: 980px) {
          .more-checkpoints-section .row .group:has(.orange-box) .text {
            padding-right: 40px; } }
      @media screen and (max-width: 767px) {
        .more-checkpoints-section .row .group:has(.orange-box) {
          width: 100%;
          margin-bottom: 16px; }
          .more-checkpoints-section .row .group:has(.orange-box) .text {
            color: #0D13B9;
            padding-right: 0; } }
    .more-checkpoints-section .row .group:has(.blue-box) {
      padding-left: 32px;
      position: relative;
      width: 50%; }
      .more-checkpoints-section .row .group:has(.blue-box) .mobile-icon {
        position: absolute;
        bottom: 16px;
        right: 16px; }
        @media screen and (min-width: 768px) {
          .more-checkpoints-section .row .group:has(.blue-box) .mobile-icon {
            display: none; } }
      @media screen and (max-width: 767px) {
        .more-checkpoints-section .row .group:has(.blue-box) {
          width: 100%;
          padding-left: 16px;
          border-color: #F801FE; } }
      .more-checkpoints-section .row .group:has(.blue-box) .icons {
        position: absolute;
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 980px) {
          .more-checkpoints-section .row .group:has(.blue-box) .icons {
            display: none; } }
      .more-checkpoints-section .row .group:has(.blue-box) .text {
        max-width: calc(100% - 140px); }
        @media screen and (max-width: 980px) {
          .more-checkpoints-section .row .group:has(.blue-box) .text {
            max-width: 100%; } }
    .more-checkpoints-section .row .group .blue-box {
      display: flex;
      position: relative;
      align-items: center;
      padding: 21px 57px 21px 0;
      margin-bottom: 24px; }
      @media screen and (max-width: 980px) {
        .more-checkpoints-section .row .group .blue-box {
          padding-right: 20px; } }
      .more-checkpoints-section .row .group .blue-box:before {
        content: "";
        position: absolute;
        left: -78px;
        top: 0;
        width: calc(100% + 78px);
        height: 100%;
        background: #4E4FF4;
        z-index: -1; }
        @media screen and (max-width: 980px) {
          .more-checkpoints-section .row .group .blue-box:before {
            left: -48px;
            width: calc(100% + 48px); } }
        @media screen and (max-width: 767px) {
          .more-checkpoints-section .row .group .blue-box:before {
            display: none; } }
      .more-checkpoints-section .row .group .blue-box h3 {
        padding-right: 48px;
        box-sizing: border-box; }
        @media screen and (max-width: 980px) {
          .more-checkpoints-section .row .group .blue-box h3 {
            max-width: calc(100% - 48px); } }
      @media screen and (max-width: 767px) {
        .more-checkpoints-section .row .group .blue-box {
          margin-bottom: 16px;
          padding: 0; }
          .more-checkpoints-section .row .group .blue-box h3 {
            max-width: 100%;
            padding: 0;
            text-transform: uppercase;
            color: #FA00FF; }
          .more-checkpoints-section .row .group .blue-box svg {
            display: none; } }
    .more-checkpoints-section .row .group:has(.pink-box) {
      display: flex;
      align-items: center;
      margin-top: 24px; }
      .more-checkpoints-section .row .group:has(.pink-box) .mobile-icon {
        position: absolute;
        top: 24px;
        z-index: -1;
        right: 4px; }
        @media screen and (min-width: 768px) {
          .more-checkpoints-section .row .group:has(.pink-box) .mobile-icon {
            display: none; } }
      @media screen and (max-width: 767px) {
        .more-checkpoints-section .row .group:has(.pink-box) {
          margin-top: 16px;
          flex-direction: column; } }
      .more-checkpoints-section .row .group:has(.pink-box) .pink-box {
        width: 50%;
        display: flex;
        align-items: center;
        padding: 54px 132px 52px 80px;
        box-sizing: border-box;
        position: relative; }
        @media screen and (max-width: 980px) {
          .more-checkpoints-section .row .group:has(.pink-box) .pink-box {
            padding-left: 20px;
            padding-right: 20px; } }
        @media screen and (max-width: 767px) {
          .more-checkpoints-section .row .group:has(.pink-box) .pink-box {
            padding: 0;
            width: 100%; }
            .more-checkpoints-section .row .group:has(.pink-box) .pink-box svg {
              display: none; } }
        .more-checkpoints-section .row .group:has(.pink-box) .pink-box:after {
          content: "";
          background: #FA00FF;
          width: calc(100% + 16px);
          left: -16px;
          top: 0;
          height: 100%;
          position: absolute;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            .more-checkpoints-section .row .group:has(.pink-box) .pink-box:after {
              display: none; } }
        .more-checkpoints-section .row .group:has(.pink-box) .pink-box h3 {
          padding-right: 36px; }
          @media screen and (max-width: 767px) {
            .more-checkpoints-section .row .group:has(.pink-box) .pink-box h3 {
              padding-right: 0;
              text-transform: uppercase;
              margin-bottom: 16px; } }
      .more-checkpoints-section .row .group:has(.pink-box) .text {
        width: 50%;
        padding-left: 32px;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .more-checkpoints-section .row .group:has(.pink-box) .text {
            width: 100%;
            padding-left: 0;
            color: #4E4FF4; } }
  @media screen and (max-width: 767px) {
    .more-checkpoints-section {
      margin-bottom: 28px; } }

.nft-checkpoint-section {
  display: flex;
  padding: 0 135px 50px 68px;
  box-sizing: border-box; }
  @media screen and (max-width: 1375px) {
    .nft-checkpoint-section {
      padding-right: 40px; } }
  @media screen and (max-width: 980px) {
    .nft-checkpoint-section {
      padding-left: 40px;
      flex-direction: column;
      align-items: center; }
      .nft-checkpoint-section .left {
        margin-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .nft-checkpoint-section {
      padding-left: 28px;
      padding-right: 28px; } }
  .nft-checkpoint-section .mobile-divider {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-family: "Space Grotesk", sans-serif;
    color: #4E4FF4;
    margin-top: 32px;
    margin-bottom: 40px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
    @media screen and (min-width: 767px) {
      .nft-checkpoint-section .mobile-divider {
        display: none; } }
  .nft-checkpoint-section .left {
    display: flex;
    justify-content: end;
    align-items: center; }
    .nft-checkpoint-section .left img {
      width: 100%;
      max-width: 593px;
      height: auto; }
    @media screen and (max-width: 767px) {
      .nft-checkpoint-section .left {
        display: none; } }
  .nft-checkpoint-section .right {
    max-width: calc(100% - 593px); }
    @media screen and (max-width: 1120px) {
      .nft-checkpoint-section .right {
        max-width: calc(100% - 410px); } }
    @media screen and (max-width: 980px) {
      .nft-checkpoint-section .right {
        max-width: 100%; }
        .nft-checkpoint-section .right .content svg {
          display: none; } }
    .nft-checkpoint-section .right .content {
      padding-left: 72px;
      display: flex;
      flex-direction: column;
      margin-bottom: 40px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .nft-checkpoint-section .right .content {
          padding-left: 0;
          margin-bottom: 0;
          border: 4px solid #FE9403;
          padding: 17px 22px 44px 20px; }
          .nft-checkpoint-section .right .content img {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
      @media screen and (min-width: 768px) {
        .nft-checkpoint-section .right .content img {
          display: none; } }
      .nft-checkpoint-section .right .content .banner {
        position: relative;
        padding: 44px 40px 44px 0;
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          .nft-checkpoint-section .right .content .banner {
            padding: 0;
            margin: 0;
            margin-bottom: 28px; } }
        .nft-checkpoint-section .right .content .banner:before {
          content: "";
          background: #FDEB76;
          width: calc(100% + 72px);
          height: 100%;
          position: absolute;
          z-index: -1;
          left: -72px;
          top: 0; }
          @media screen and (max-width: 767px) {
            .nft-checkpoint-section .right .content .banner:before {
              display: none; } }
        .nft-checkpoint-section .right .content .banner span {
          font-size: 36px;
          display: block;
          line-height: 44px;
          font-family: "Space Grotesk", sans-serif;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            .nft-checkpoint-section .right .content .banner span {
              color: #FE9403;
              font-size: 28px; } }
        .nft-checkpoint-section .right .content .banner svg {
          margin-left: 30px;
          margin-right: 30px; }
        @media screen and (max-width: 1280px) {
          .nft-checkpoint-section .right .content .banner span.finish, .nft-checkpoint-section .right .content .banner svg {
            display: none; } }
      .nft-checkpoint-section .right .content .text {
        font-size: 18px;
        line-height: 28px;
        font-family: "Inter", sans-serif;
        color: #fff; }
    .nft-checkpoint-section .right .button {
      padding: 24px 16px 24px 24px;
      background: #FDEB76;
      text-decoration: none;
      display: flex;
      width: max-content;
      align-items: center; }
      .nft-checkpoint-section .right .button .text {
        max-width: calc(100% - 42px);
        font-family: "Space Grotesk", sans-serif;
        font-size: 32px;
        margin-right: 21px;
        line-height: 30px;
        font-weight: 700;
        color: #4E4FF4;
        text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .nft-checkpoint-section .right .mobile-nft {
        display: none; } }
    @media screen and (max-width: 767px) {
      .nft-checkpoint-section .right .mobile-nft {
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        max-width: 420px;
        width: 100%;
        display: block; }
      .nft-checkpoint-section .right .button-wrapper {
        display: flex;
        justify-content: end;
        margin-top: 30px; }
        .nft-checkpoint-section .right .button-wrapper .button {
          background: #FE9403;
          padding: 10px 22px 10px 32px;
          border-radius: 8px;
          position: relative; }
          .nft-checkpoint-section .right .button-wrapper .button:before {
            content: "";
            background: #FE9403;
            width: 100vw;
            height: 100%;
            position: absolute;
            right: 12px;
            transform: translateX(100%); }
          .nft-checkpoint-section .right .button-wrapper .button .text {
            font-size: 28px;
            color: #141313; }
          .nft-checkpoint-section .right .button-wrapper .button svg path {
            fill: #141313; } }

.affiliations-section {
  padding-bottom: 80px;
  padding-top: 50px;
  position: relative; }
  .affiliations-section .arrow-button {
    padding: 114px 21px;
    box-sizing: border-box;
    display: block;
    background: #4E4FF4;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 767px) {
      .affiliations-section .arrow-button {
        padding: 70px 14px;
        top: 96px; } }
    .affiliations-section .arrow-button:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100vw;
      background: #4E4FF4;
      right: 1px;
      top: 0;
      transform: translateX(100%); }
  .affiliations-section .background-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
    height: 60%; }
    @media screen and (max-width: 767px) {
      .affiliations-section .background-image {
        display: none; } }
    .affiliations-section .background-image img {
      object-fit: cover;
      object-position: top center;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
  .affiliations-section .desktop-gifs {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 140px; }
    @media screen and (max-width: 767px) {
      .affiliations-section .desktop-gifs {
        display: none; } }
  .affiliations-section h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 72px;
    color: #4E4FF4;
    line-height: 87px;
    margin-top: 0;
    margin-bottom: 8px; }
    @media screen and (max-width: 980px) {
      .affiliations-section h2 {
        font-size: 26px;
        color: #fff;
        line-height: 34px; } }
  .affiliations-section .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content; }
    .affiliations-section .partners img {
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .affiliations-section .partners {
        align-items: start;
        margin-top: 48px; }
        .affiliations-section .partners img {
          max-width: calc(100% - 32px); } }
  .affiliations-section .row {
    display: flex;
    width: 100%;
    padding: 0 120px;
    box-sizing: border-box;
    position: relative; }
    .affiliations-section .row .heads {
      position: absolute;
      left: 40px;
      bottom: 20px; }
    @media screen and (max-width: 980px) {
      .affiliations-section .row {
        padding: 0 40px; }
        .affiliations-section .row .heads {
          bottom: 108px; } }
    @media screen and (max-width: 767px) {
      .affiliations-section .row .heads {
        width: 94px;
        bottom: 84px; } }
    .affiliations-section .row:last-of-type {
      justify-content: end; }
      @media screen and (max-width: 767px) {
        .affiliations-section .row:last-of-type .partners {
          align-items: end; }
          .affiliations-section .row:last-of-type .partners img {
            max-width: 100%; } }

.countdown-section {
  position: relative;
  padding: 40px 120px 120px; }
  @media screen and (max-width: 980px) {
    .countdown-section {
      display: none; } }
  .countdown-section:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #4E4FF4; }
  .countdown-section .top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px; }
    .countdown-section .top-wrapper .title-wrapper {
      padding-top: 0px;
      display: flex;
      flex-direction: column;
      min-width: fit-content; }
      .countdown-section .top-wrapper .title-wrapper h2 {
        font-family: "Space Grotesk", sans-serif;
        font-size: 72px;
        line-height: 72px;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
        margin: 0;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
      .countdown-section .top-wrapper .title-wrapper .title-upper-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .countdown-section .top-wrapper .title-wrapper .title-upper-wrapper h2 {
          text-shadow: -1px 0 #FA00FF, 0 1px #FA00FF, 1px 0 #FA00FF, 0 -1px #FA00FF; }
    .countdown-section .top-wrapper .text {
      font-size: 18px;
      line-height: 28px;
      display: none;
      color: #FFFFFF;
      font-family: "Inter", sans-serif;
      max-width: 547px; }
  .countdown-section .countdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative; }
    .countdown-section .countdown-wrapper:before {
      content: "";
      background: #0C000B;
      width: 100vw;
      left: 0;
      top: 0;
      height: 100%;
      position: absolute;
      z-index: -1; }
    .countdown-section .countdown-wrapper .title-wrapper {
      text-align: center;
      width: 493px;
      position: relative; }
      .countdown-section .countdown-wrapper .title-wrapper h3 {
        font-family: "Bebas Neue", sans-serif;
        font-size: 28px;
        line-height: 28px;
        color: #FFE650;
        font-weight: 400; }
      .countdown-section .countdown-wrapper .title-wrapper .arrow {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(100%);
        bottom: 24px; }
    .countdown-section .countdown-wrapper .countdown {
      width: 577px;
      display: flex;
      justify-content: space-between; }
      .countdown-section .countdown-wrapper .countdown span {
        font-family: "Press Start 2P", system-ui;
        font-size: 32px;
        text-transform: uppercase;
        line-height: 32px;
        display: block;
        color: #f5f5f5; }
    .countdown-section .countdown-wrapper svg {
      position: absolute;
      bottom: 0;
      right: 0;
      transform: translateY(66%) translateX(100%); }

.main-footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
  max-width: 1480px;
  padding: 114px 96px 120px;
  box-sizing: border-box;
  z-index: 1; }
  @media screen and (max-width: 980px) {
    .main-footer {
      padding: 90px 40px; } }
  .main-footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .main-footer .footer-top {
        flex-direction: column;
        align-items: initial; } }
    .main-footer .footer-top ul {
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .main-footer .footer-top ul {
          width: fit-content;
          margin-right: auto; } }
      .main-footer .footer-top ul li a {
        text-decoration: none;
        font-family: "Space Grotesk", sans-serif;
        font-size: 24px;
        line-height: 29px;
        color: #0DB7A2; }
      .main-footer .footer-top ul li:not(:last-of-type) {
        margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .main-footer .footer-top ul li:last-of-type {
          margin-bottom: 110px; } }
    .main-footer .footer-top .footer-contact {
      text-decoration: none;
      font-family: "Space Grotesk", sans-serif;
      font-size: 24px;
      line-height: 29px;
      color: #0DB7A2; }
      @media screen and (max-width: 767px) {
        .main-footer .footer-top .footer-contact {
          display: block;
          width: fit-content;
          margin-left: auto; } }
  .main-footer .footer-bottom {
    position: relative; }
    @media screen and (max-width: 767px) {
      .main-footer .footer-bottom {
        margin-top: 60px; } }
    .main-footer .footer-bottom img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 767px) {
        .main-footer .footer-bottom img {
          width: auto;
          height: 345px;
          display: block;
          margin: auto;
          object-fit: cover;
          max-width: 100%; } }
    .main-footer .footer-bottom a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-decoration: none;
      font-family: "Space Grotesk", sans-serif;
      font-size: 24px;
      line-height: 64px;
      display: block;
      width: max-content;
      color: #0DB7A2;
      text-align: center; }
  .main-footer .background-image {
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .main-footer .background-image {
        display: none; } }
    .main-footer .background-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 768px) {
    .main-footer .mobile-icons-wrapper {
      display: none; } }
  .main-footer .mobile-icons-wrapper .icon-wrapper {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .main-footer .mobile-icons-wrapper .icon-wrapper .text {
      margin-left: 8px;
      font-family: "Press Start 2P", system-ui;
      font-size: 10px;
      line-height: 16px;
      max-width: 80px;
      color: #F5F5F5;
      text-transform: uppercase; }

footer.orange {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  background: #f2a317;
  min-height: 160px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  margin-top: 200px;
  justify-content: center; }
  footer.orange .container {
    max-width: 1760px;
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
    border-top: 1.5px solid;
    padding-top: 8px;
    padding-bottom: 23px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      footer.orange .container {
        margin: 0 15px;
        flex-direction: column;
        align-items: center;
        gap: 15px; } }
    footer.orange .container ul {
      display: flex;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer.orange .container ul li {
        margin-right: 50px; }
        footer.orange .container ul li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          footer.orange .container ul li {
            margin: 0 25px !important;
            text-align: center; } }
    footer.orange .container p {
      margin: 0;
      padding: 0; }
  footer.orange a {
    color: #FFFFFF;
    text-decoration: none; }
    footer.orange a:hover {
      text-decoration: underline; }







.black-popup {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  display: flex;
  opacity: 0;
  transition: visibility.25s ease, opacity.25s ease;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.black-popup.open {
  opacity: 1;
  visibility: visible;
}
.black-popup__content {
  position: relative;
  padding: 50px;
  border-radius: 8px;
  background-color: #1D1D1B;
  color: #fff;
  font-family: "Inter", sans-serif;
  max-width: 748px;
  box-sizing: border-box;
  max-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}
.black-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  opacity: 1;
  transition: opacity.13s ease;
}
.black-popup__close:hover {
  opacity: 0.6;
}
.black-popup__copy-text,
.black-popup__title,
.black-popup__bottom {
  font-family: "Space Grotesk", sans-serif;
}
.black-popup__title {
  margin-bottom: 30px;
  font-size: 34px;
}
.black-popup__text,
.black-popup__subtext {
  font-size: 18px;
  line-height: calc(28 / 18);
  margin-bottom: 15px;
}
.black-popup__text {
  margin-bottom: 35px;
}
.black-popup__text p {
  margin-bottom: 25px;
}
.black-popup__text p:last-child {
  margin-bottom: 0;
}
.black-popup__text p:first-child {
  margin-top: 0;
}
.black-popup__copy {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.black-popup__copy-text {
  color: #45FFEC;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  word-break: break-all;
}
.black-popup__copy-text:after,
.black-popup__copy-text:before {
  content: '';
  background-image: url('/wp-content/themes/hive/assets/img/copy-arrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 43px;
  min-width: 43px;
  height: 25px;
}
.black-popup__copy-button {
  font-family: "Space Grotesk", sans-serif;
  background-color: #FE9000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 42px;
  min-width: max-content;
  border-radius: 16px;
  padding: 0 10px;
  transition: all.13s ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.black-popup__copy-button:hover {
  background-color: #da7200;
}
.black-popup__bottom {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .black-popup__content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 479px) {
  .black-popup__content {
    padding: 40px 16px;
  }

  .black-popup__copy {
    flex-direction: column;
    align-items: stretch;
  }

  .black-popup__copy-text:after, .black-popup__copy-text:before {
    width: 30px;
    min-width: 30px;
    height: 18px;
  }

  .black-popup__text, .black-popup__subtext {
    font-size: 16px;
  }

  .black-popup__title {
    font-size: 30px;
  }
}




.blue-popup-wrap {
  position: fixed;
  right: 0;
  top: 0;
  backdrop-filter: 0;
  height: 100vh;
  z-index: 1110;
  visibility: hidden;
  transition: visibility.3s ease, backdrop-filter.3s ease;
  pointer-events: none;
  width: 100%;
}
.blue-popup-wrap.open {
  backdrop-filter: blur(10px);
  pointer-events: auto;
  visibility: visible;
}
.blue-popup {
  padding: 88px 0 0 143px;
  box-sizing: border-box;
  background: #4E4FF4;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  transition: transform.5s ease-in-out;
  /*transform: translate(0%, -50%);*/
  transform: translate(110%, -50%);
}
.blue-popup.open {
  transform: translate(0%, -50%);
}
.blue-popup__content {
  max-width: 1480px;
  margin: 0 auto;
}
.blue-popup__content-bottom,
.blue-popup__content-middle,
.blue-popup__content-top {
  display: flex;
  justify-content: space-between;
}
.blue-popup__content-middle {
  align-items: center;
}
.blue-popup__content-middle {
  background-color: #0C000B;
  position: relative;
  padding-block: 14px;
}
.blue-popup__content-middle:after {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100%;
}
.blue-popup__content-bottom {

}
.blue-popup__content-col {
  box-sizing: border-box;
  width: 100%;
}
.blue-popup__content-col:nth-child(1) {
  max-width: 38.82%;
}
.blue-popup__content-col:nth-child(2) {
  max-width: 52.35%;
  padding-right: 72px;
}
.blue-popup__content-col.is-bottom-right:nth-child(2) {
  padding-right: 23px;
}
.fire-block {
  display: flex;
}
.fire-block__image {
  width: 50%;
  position: relative;
  top: -15px;
}
.fire-block__text {
  width: 50%;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 72.6px;
  line-height: 0.95;
  font-weight: 700;
  padding-bottom: 10px;
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.fire-block__text .is-purple {
  text-shadow: -1px 0 #FA00FF, 0 1px #FA00FF, 1px 0 #FA00FF, 0 -1px #FA00FF;
}
.blue-popup__content-text {
  font-size: 18px;
  font-family: 'Inter';
  line-height: calc(28 / 18);
}
.blue-popup__content-text.is-top-right {
  padding-bottom: 25px;
}
.blue-popup__content-middle-left {
  display: flex;
  align-items: center;
}
.blue-popup__content-head {
  width: 50%;
  display: flex;
  position: relative;
  align-items: center;
}
.blue-popup__content-head img {
  position: absolute;
  left: 5px;
}
.blue-popup__content-yellow_text {
  font-family: "Bebas Neue", sans-serif;
  width: 100%;
  max-width: 160px;
  text-align: center;
  color: #FFE650;
  font-size: 28px;
  line-height: calc(30 / 28);
}
.blue-popup__content-yellow_text.is-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: -7px;
}
.blue-popup__content-big_text {
  font-family: "Press Start 2P", system-ui;
  color: #F5F5F5;
  font-size: 48px;
  line-height: 1;
  padding-top: 8px;
  padding-left: 5px;
  display: block;
}
.blue-popup__content-bottom-right {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.blue-popup-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  cursor: pointer;
  background: #1D1D1B;
  border-radius: 16px;
  padding: 14px 21px 14px 35px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  transition: background-color.13s ease;
}
.blue-popup-button:hover {
  background-color: #000;
}
.blue-popup-button svg {
  width: 15px;
  height: 28px;
}
@media screen and (max-width: 1199px) {
  .blue-popup {
    padding: 60px 0 0 32px;
  }
  .fire-block__image {
    margin-top: -5px;
  }
  .fire-block__image svg {
    max-width: 150px
  }
  .fire-block__text {
    font-size: 60px;
  }
  .blue-popup__content-text {
    font-size: 16px;
  }
  .blue-popup__content-big_text {
    font-size: 32px;
    padding-top: 3px;
  }
  .blue-popup__content-head img {
    max-width: 150px;
    left: 10px;
  }
  .blue-popup__content-middle {
    padding-block: 10px;
  }
  .blue-popup__content-col:nth-child(2) {
    padding-right: 48px;
  }
}

@media screen and (max-width: 991px) {
  .blue-popup__content-middle:after {
    width: calc(100% + 32px)
  }
  .blue-popup {
    padding: 48px 32px 32px;
    max-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .blue-popup__content-bottom, .blue-popup__content-middle, .blue-popup__content-top {
    flex-direction: column;
  }
  .blue-popup__content-top {
    flex-direction: column-reverse;
  }
  .blue-popup__content-col:nth-child(1),
  .blue-popup__content-col:nth-child(2) {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .blue-popup__content-col.is-bottom-right:nth-child(2) {
    padding-right: 0;
  }
  .fire-block__text {
    max-width: 200px;
  }
  .blue-popup__content-yellow_text {
    font-size: 23px;
    max-width: 145px;
  }
  .fire-block__image {
    width: 200px;
    margin-top: 7px;
  }
  .blue-popup__content-middle {
    padding-block: 15px;
  }
  .blue-popup__content-yellow_text {
    text-align: left;
    margin-bottom: 10px;
  }
  .blue-popup__content-big_text {
    max-width: 70%;
    margin-left: 196px;
    font-size: 32px;
  }
  .blue-popup__content-head {
    width: 200px;
  }
  .blue-popup__content-yellow_text.is-bottom svg {
    max-width: 90px;
    height: 82px;
  }
}

@media screen and (max-width: 767px) {
  .blue-popup__content-middle:after {
    width: calc(100% + 15px)
  }
  .blue-popup {
    padding: 48px 15px 12px;
  }
  .blue-popup__content-big_text {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .blue-popup__content-big_text {
    font-size: 20px;
    margin-left: 156px;
  }
  .fire-block__image {
    width: 160px;
  }
  .fire-block__image svg {
    max-width: 120px;
  }
  .blue-popup__content-head {
    width: 160px;
  }
  .blue-popup__content-head img {
    max-width: 120px;
    left: 5px;
  }
  .fire-block__text {
    font-size: 48px;
  }
  .blue-popup__content-bottom-right {
    flex-direction: column;
    gap: 10px;
    padding-top: 0;
  }
  .blue-popup__content-text {
    font-size: 14px;
  }
}


@media screen and (max-width: 389px) {
  .blue-popup__content-big_text {
    margin-left: 136px;
  }
  .fire-block__image {
    width: 140px;
  }
  .blue-popup__content-head {
    width: 140px;
  }
}

@media screen and (max-width: 374px) {
  .fire-block__text {
    font-size: 42px;
  }
  .blue-popup__content-big_text {
    font-size: 18px;
  }
}
section.hero {
  position: relative;
  max-width: 100%;
  margin-bottom: 143px;
}

.hero .container {
  margin: 0 auto;
  max-width: 1202px;
  padding: 0 20px;
}

.hero__bg-desk {
  position: absolute;
  left: 0;
  top: 0;
  width: 392px;
  height: 353px;
  pointer-events: none;
}

.hero__bg-desk::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .23;
}

.hero__promo-cont {
  position: relative;
  padding-left: 242px;
}

.hero__promo-col {
  margin-top: -27px;
}

.hero__promo-x {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 170px;
  color: #f2efea;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  line-height: 1;
  height: 54px;
  font-weight: 400;
  position: absolute;
  left: -108px;
  top: 220px;
}

.hero__promo-x span {
  font-family: "Press Start 2P", system-ui;
  font-size: 88px;
  color: #f2a317;
  line-height: 1;
  margin: 0 -5px 0 31px;
  text-transform: uppercase;
}

.hero__promo-sale {
  font-family: "Bebas Neue", sans-serif;
  font-size: 150px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  line-height: 120px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.hero__promo-word {
  font-weight: 700;
  font-size: 88px;
  line-height: 1.06818;
  text-transform: uppercase;
  color: #45ffec;
  font-family: "Space Grotesk", sans-serif;
  margin: -19px 0 64px 0;

}
.hero__text {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.35417;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.hero__text p {
  margin: 0;
}

.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 130px;
  margin-top: 31px;
  position: relative;
  z-index: 1;
}

.hero__money {
  width: 583px;
  height: 413px;
  position: absolute;
  right: -64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.button-dark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 16px;
  padding: 4px 39px;
  background: #1d1d1b;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.44444;
  color: #fff;
  text-decoration: none;
}

.hero__bg-mobile {
  width: 390px;
  position: absolute;
  left: 0;
  top: 7px;
}

.hero__bg-mobile img, .hero__mobile-coins img {
  width: 100%;
}

.hero__mobile-coins {
  position: absolute;
  right: -13px;
  top: -174px;
  width: 104px;
  pointer-events: none;
}

.checkmarks {
  max-width: 1367px;
  margin: 0 auto;
  padding-top: 97px;
}

.checkmarks__title {
  font-weight: 700;
  font-size: 71px;
  line-height: 1.31325;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: "Space Grotesk", sans-serif;
}

.checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkmark__item {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.checkmark__item p {
  margin: 0;
}
.checkmark__item:not(:last-child)::before {
  content: '';
  display: block;
  width: 107px;
  height: 85px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 107 85" style="enable-background:new 0 0 107 85;" xml:space="preserve"><path d="M91.4,34.7H75.8V17.4h15.6V34.7z" fill="white"/><path d="M107,17.4H91.4V0L107,0V17.4z" fill="white"/><path d="M46.8,68.1l-0.1-16.6l14.9-0.1L61.7,68L46.8,68.1z M31.9,68.3l14.9-0.1l0.1,16.6L32,84.8L31.9,68.3z M16.9,51.8L17,68.4l14.9-0.1l-0.1-16.6L16.9,51.8z M16.9,51.8L2,51.9L1.9,35.3l14.9-0.1L16.9,51.8z" fill="white"/><polygon points="75.7,35.2 75.8,51.8 60.9,51.9 60.8,35.3 " fill="white"/><polygon points="61.6,51.7 61.7,68.3 46.8,68.4 46.7,51.8 " fill="white"/><polygon points="46.6,68.1 46.7,84.7 31.8,84.8 31.7,68.3 " fill="white"/><polygon points="31.8,51.7 31.9,68.3 17,68.4 16.9,51.8 " fill="white"/><polygon points="16.8,35.2 16.9,51.8 2,51.9 1.9,35.3 " fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.checkmark__item:nth-child(1) {
  background: #ff9100;
  width: 651px;
  padding: 49px 31px 75px 43px;
}
.checkmark__item:nth-child(1)::before {
  right: -75px;
  top: 83px;
}
.checkmark__item:nth-child(1)::after {
  content: '';
  display: block;
  width: 38px;
  height: 53px;
  background-image: url('data:image/svg+xml;utf8,<svg width="38" height="53" viewBox="0 0 38 53" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M36.2314 31.6816L36.2227 38.3635L29.5409 38.3547L29.5496 31.6729L36.2314 31.6816ZM22.8503 45.0278L22.8591 38.346L29.5409 38.3547L29.5321 45.0365L22.8503 45.0278ZM16.1685 45.019L22.8503 45.0278L22.8416 51.7096L16.1598 51.7009L16.1685 45.019ZM9.49545 38.3285L9.4867 45.0103L16.1685 45.019L16.1773 38.3372L9.49545 38.3285ZM9.49545 38.3285L2.81364 38.3197L2.82238 31.6379L9.50419 31.6467L9.49545 38.3285Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M34.2314 0.681641L34.2227 7.36345L27.5409 7.35471L27.5496 0.672896L34.2314 0.681641ZM20.8503 14.0278L20.8591 7.34596L27.5409 7.35471L27.5321 14.0365L20.8503 14.0278ZM14.1685 14.019L20.8503 14.0278L20.8416 20.7096L14.1598 20.7009L14.1685 14.019ZM7.49545 7.32847L7.4867 14.0103L14.1685 14.019L14.1773 7.33722L7.49545 7.32847ZM7.49545 7.32847L0.813636 7.31973L0.822381 0.637915L7.50419 0.64666L7.49545 7.32847Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 386px;
  bottom: -84px;
}
.checkmark__item:nth-child(2) {
  background: #fa00ff;
  width: 690px;
  margin-left: auto;
  margin-right: 120px;
  margin-top: -44px;
  padding: 63px 33px 61px 36px;
  z-index: 3;
}
.checkmark__item-money {
  position: absolute;
  right: 13px;
  bottom: 27px;
  width: 77px;
}
.checkmark__item:nth-child(2)::before {
  right: -53px;
  bottom: -30px;

}
.checkmark__item:nth-child(3) {
  background: #4e4ff4;
  width: 884px;
  margin-left: 115px;
  margin-top: -41px;
  padding: 65px 107px 63px 45px;
  z-index: 2;
}
.checkmark__item:nth-child(3)::before {
  right: -52px;
  bottom: -43px;
}
.checkmark__item-fire {
  width: 59px;
  position: absolute;
  top: -19px;
  left: 271px;
}
.checkmark__item:nth-child(4) {
  background: #45ffec;
  width: 861px;
  color: #4e4ff4;
  margin: -34px 0 0 0;
  z-index: 1;
  padding: 62px 31px 63px 42px;
}
.checkmark__item:nth-child(4)::after {
  content: '';
  display: block;
  width: 38px;
  height: 53px;
  background-image: url('data:image/svg+xml;utf8,<svg width="38" height="53" viewBox="0 0 38 53" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M36.2314 31.6816L36.2227 38.3635L29.5409 38.3547L29.5496 31.6729L36.2314 31.6816ZM22.8503 45.0278L22.8591 38.346L29.5409 38.3547L29.5321 45.0365L22.8503 45.0278ZM16.1685 45.019L22.8503 45.0278L22.8416 51.7096L16.1598 51.7009L16.1685 45.019ZM9.49545 38.3285L9.4867 45.0103L16.1685 45.019L16.1773 38.3372L9.49545 38.3285ZM9.49545 38.3285L2.81364 38.3197L2.82238 31.6379L9.50419 31.6467L9.49545 38.3285Z" fill="%234e4ff4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M34.2314 0.681641L34.2227 7.36345L27.5409 7.35471L27.5496 0.672896L34.2314 0.681641ZM20.8503 14.0278L20.8591 7.34596L27.5409 7.35471L27.5321 14.0365L20.8503 14.0278ZM14.1685 14.019L20.8503 14.0278L20.8416 20.7096L14.1598 20.7009L14.1685 14.019ZM7.49545 7.32847L7.4867 14.0103L14.1685 14.019L14.1773 7.33722L7.49545 7.32847ZM7.49545 7.32847L0.813636 7.31973L0.822381 0.637915L7.50419 0.64666L7.49545 7.32847Z" fill="%234e4ff4"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 24px;
  bottom: 21px;
}
.checkmarks__title-mobile, .checkmarks__mobile-price, .checkmarks__mobile-coin {
  display: none;
}


@media (min-width: 768px) {
  .hero__bg-mobile {
    display: none;
  }

  .hero__mobile-coins {
    display: none;
  }
}

@media (max-width: 1400px) {
  .hero__promo-cont {
    padding-left: 360px;
  }
  .hero__promo-x {
    left: 0;
  }

  .checkmark__item:nth-child(1)::after {
    left: 180px;
  }

  .checkmark__item-fire {
    left: 111px;
    top: -33px;
  }
}
@media (max-width: 1199px) {
  .checkmark__item:nth-child(2) {
    margin-top: -7px;
  }
  .checkmark__item:nth-child(3) {
    margin-left: 50px;
    margin-top: -11px;
  }
  .checkmark__item-fire {
    left: 10px;
  }
  .checkmark__item:nth-child(4) {
    margin-top: -5px;
  }
  .checkmarks__title {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {

  .hero__promo-x {
    position: static;
  }
  .hero__promo-cont {
    padding-left: 22px;
  }
  .hero__promo-col {
    margin-top: 100px;
  }
  .hero__bottom {
    margin-bottom: 100px
  }
  .checkmark__item {
    font-size: 28px;
  }
  .checkmark__item-fire {
    display: none;
  }
  .checkmark__item:nth-child(2) {
    margin-right: 56px;
  }
  .checkmark__item:nth-child(3) {
    width: 684px;
  }
  .checkmark__item:nth-child(3)::before {
    display: none;
  }
  .checkmark__item:nth-child(4) {
    width: 722px;
    margin-left: 22px;
  }
}
@media (max-width: 767px) {
  .hero__promo-x {
    display: none;
  }

  .hero__promo-sale {
    font-size: 70px;
    line-height: .8;
  }

  .hero__promo-word {
    font-weight: 700;
    font-size: 36px;
    line-height: 2.61111;
    color: #fa00ff;
    margin: -3px 0 -11px 0;
  }

  .hero__text {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.28571;
    letter-spacing: -0.02em;
    color: #fff;
    background: #fa00ff;
    margin-left: -20px;
    padding: 16px 26px 26px 39px;
    max-width: 360px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 2px 2px 0;
    margin-bottom: 53px;
    z-index: 1;
  }

  .hero__text::before {
    content: '';
    display: block;
    width: 70px;
    height: 81px;
    background-image: url('data:image/svg+xml;utf8,<svg width="70" height="81" viewBox="0 0 70 81" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 30.8691H10V40.8691H20V30.8691Z" fill="%23F5F5F5" /><path d="M20 40.8691H10V50.8691H20V40.8691Z" fill="%23F5F5F5" /><path d="M50 40.8691H40V50.8691H50V40.8691Z" fill="%23F5F5F5" /><path opacity="0.999994" d="M40 20.8691H30V30.8691H40V20.8691Z" fill="%23F5F5F5" /></svg>');
    position: absolute;
    background-repeat: repeat;
    background-size: cover;
    bottom: -60px;
    left: 160px;
  }

  .hero__bottom {
    margin: 0;
    z-index: 2;
  }

  .hero__bottom .hero__money, .hero__bottom .button-dark {
    display: none;
  }

  .hero__bg-desk {
    display: none;
  }

  section.hero {
    margin-top: -14px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .checkmarks {
    background: #fe9403;
    padding: 28px;
    position: relative;
  }
  .checkmarks::before {
    content: '';
    display: block;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    position: absolute;
    top: 8px;
    left: 8px;
    border: 4px solid #f801fe;
    pointer-events: none;
  }

  .checkmarks__title {
    display: none;
  }

  .checkmark__item {
    padding: 0 0 0 0;
    border: 4px solid #4e4ff4;
    width: 100%;
    position: static;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.57143;
    text-transform: uppercase;
    color: #0d13b9;
    background: transparent;
    z-index: 1;
  }
  .checkmark__item::before {
    display: none;
  }
  .checkmark__item:nth-child(1) {
    width: 100%;
    background: transparent;
    margin: 0 0 24px 0;
    padding: 14px 31px 18px 24px;
  }
  .checkmark__item:not(:last-child)::before {
    display: none;
  }
  .checkmark__item:nth-child(1) {
    position: relative;
  }
  .checkmark__item:nth-child(1)::before {
    content: '';
    display: block;
    width: 48px;
    height: 38px;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 107 85" style="enable-background:new 0 0 107 85;" xml:space="preserve"><path d="M91.4,34.7H75.8V17.4h15.6V34.7z" fill="%23f801fe"/><path d="M107,17.4H91.4V0L107,0V17.4z" fill="%23f801fe"/><path d="M46.8,68.1l-0.1-16.6l14.9-0.1L61.7,68L46.8,68.1z M31.9,68.3l14.9-0.1l0.1,16.6L32,84.8L31.9,68.3z M16.9,51.8L17,68.4l14.9-0.1l-0.1-16.6L16.9,51.8z M16.9,51.8L2,51.9L1.9,35.3l14.9-0.1L16.9,51.8z" fill="%23f801fe"/><polygon points="75.7,35.2 75.8,51.8 60.9,51.9 60.8,35.3 " fill="%23f801fe"/><polygon points="61.6,51.7 61.7,68.3 46.8,68.4 46.7,51.8 " fill="%23f801fe"/><polygon points="46.6,68.1 46.7,84.7 31.8,84.8 31.7,68.3 " fill="%23f801fe"/><polygon points="31.8,51.7 31.9,68.3 17,68.4 16.9,51.8 " fill="%23f801fe"/><polygon points="16.8,35.2 16.9,51.8 2,51.9 1.9,35.3 " fill="%23f801fe"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -13px;
    top: 7px;
  }
  .checkmark__item:nth-child(1)::after {
    display: none;
  }
  .checkmark__item:nth-child(2) {
    border: 4px solid #f801fe;
    width: 100%;
    background: transparent;
    margin: 0 0 24px 0;
    padding: 14px 31px 18px 24px;
  }
  .checkmark__item:nth-child(3) {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 17px 19px 18px 19px;
    line-height: 1.3;
    background: transparent;
  }
  .checkmark__item:nth-child(4) {
    border: 4px solid #f801fe;
    width: 100%;
    background: transparent;
    margin: 0 0 12px 0;
    padding: 10px 25px 8px 16px;
    color: #0D13B9;
  }

  .checkmarks__title-mobile {
    display: block;
    padding: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #f801fe;
    padding-right: 50px;
    padding-top: 24px;
    margin: 0 0 36px 0;
    font-family: "Space Grotesk", sans-serif;
  }

  .checkmarks__mobile-price {
    display: block;
    font-weight: 400;
    font-size: 36px;
    color: #4e4ff4;
    font-family: "Space Grotesk", sans-serif;
    padding-left: 31px;
  }
  .checkmarks__mobile-bottom {
    position: relative;
    z-index: 5;
  }
  .checkmarks__mobile-coin {
    position: absolute;
    right: 16px;
    top: -57px;
    height: 84px;
    width: 77px;
    overflow: hidden;
    pointer-events: none;
    display: block;
  }

  .checkmark__item-decore {
    display: none;
  }
  .checkmark__item:nth-child(4)::after {
    display: none;
  }
}
@media (max-width: 376px) {
  .checkmarks__mobile-coin {
    right: -19px;
  }
  .hero__mobile-coins {
    right: -61px;
  }
}

@media (min-width: 1397px) {
  .tokenomics.tokenomics .sugar-distribution-section .keypoints-wrapper ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -66px;
  }
}
