@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  margin: 0;
  padding: 0;
  word-break: break-word; }
img {
  max-width: 100%;
  height: auto; }
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }
body {
  background-color: #101010;
  width: 100%;
  min-height: 100vh; }
a, button {
  text-decoration: none;
  background: unset;
  border: unset;
  cursor: pointer;
  padding: 0;
  margin: 0; }
.page {
  width: 100%;
  overflow: hidden;
  min-height: 100vh; }
ul li {
  list-style: none; }
.header {
  padding: 25px 16px;
  position: relative;
  z-index: 22; }
.header .header_bg {
    background-image: url("../img/gradientbg1.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat; }
.header .header_cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header .header_cont .header_left {
      max-width: 778px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 10px; }
.header .header_cont .header_left .openmenu {
        display: none;
        width: 30px;
        z-index: 2;
        position: relative; }
.header .header_cont .header_left .openmenu span {
          width: 100%;
          height: 2px;
          background: #fff;
          margin-bottom: 3px;
          display: block; }
.header .header_cont .header_left .openmenu span:last-child {
            margin-bottom: 0; }
.header .header_cont .header_left .logo {
        width: 100%;
        display: block;
        margin-right: 10px;
        max-width: 150px;
        z-index: 2;
        position: relative; }
.header .header_cont .header_left .logo img {
          width: 100%; }
.header .header_cont .header_left .menu {
        width: 100%;
        max-width: 578px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.header .header_cont .header_left .menu li a {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 26px;
          text-transform: uppercase;
          color: #F3F3F3; }
.header .header_cont .header_left .menu li a:hover {
            color: #FFF;
            text-shadow: 0 10px 20px #FFF; }
.header .header_cont .header_right {
      max-width: 332px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.header .header_cont .header_right .soc {
        max-width: 136px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.header .header_cont .header_right .soc a {
          background: rgba(243, 243, 243, 0.1);
          border-radius: 7px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 32px;
          height: 32px; }
.header .header_cont .header_right .soc a:hover {
            -webkit-box-shadow: 0 0 15px #FFF;
                    box-shadow: 0 0 15px #FFF; }
.header .header_cont .header_right .white {
        background: #DDF247;
        border-radius: 8px;
        max-width: 176px;
        width: 100%;
        height: 50px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #101010;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.header .header_cont .header_right .white:hover {
          -webkit-box-shadow: 0 0 15px #DDF247;
                  box-shadow: 0 0 15px #DDF247; }
.header .header_cont .header_mobile {
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
      height: 100vh;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0; }
.header .header_cont .header_mobile .clousmenu {
        width: 20px;
        position: absolute;
        right: 20px;
        top: 20px; }
.header .header_cont .header_mobile .clousmenu span {
          width: 100%;
          height: 2px;
          background-color: #101010;
          display: block;
          position: relative; }
.header .header_cont .header_mobile .clousmenu span:first-child {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
.header .header_cont .header_mobile .clousmenu span:last-child {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            top: -2px; }
.header .header_cont .header_mobile .header_left {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 20px; }
.header .header_cont .header_mobile .header_left .openmenu {
          display: none; }
.header .header_cont .header_mobile .header_left .logo {
          width: 100%;
          display: block;
          margin-right: 10px;
          max-width: 150px;
          padding: 5px;
          background: rgba(0, 0, 0, 0.5); }
.header .header_cont .header_mobile .header_left .logo img {
            width: 100%; }
.header .header_cont .header_mobile .header_left .menu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
.header .header_cont .header_mobile .header_left .menu li {
            margin-bottom: 10px; }
.header .header_cont .header_mobile .header_left .menu li a {
              font-size: 14px;
              line-height: 26px;
              color: #101010; }
.header .header_cont .header_mobile .header_right {
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 20px; }
.header .header_cont .header_mobile .header_right .soc {
          max-width: 136px;
          margin-bottom: 20px; }
.header .header_cont .header_mobile .header_right .soc a {
            width: 32px;
            height: 32px;
            background: #000; }
.header .header_cont .header_mobile .header_right .white {
          max-width: 176px;
          height: 50px;
          font-size: 16px;
          line-height: 26px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
a, button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.footer {
  width: 100%;
  background: #373842;
  border-radius: 160px 160px 0 0px;
  padding: 100px 20px; }
.footer .footer_cont {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.footer .footer_cont .footer_left {
      max-width: 504px;
      width: 100%; }
.footer .footer_cont .footer_left .logo {
        width: 100%;
        display: block;
        max-width: 127px;
        margin-bottom: 25px; }
.footer .footer_cont .footer_left .logo img {
          width: 100%; }
.footer .footer_cont .footer_left h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        margin: 0;
        line-height: 152%;
        color: #FFFFFF; }
.footer .footer_cont .footer_right {
      width: 100%;
      max-width: 538px; }
.footer .footer_cont .footer_right ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        margin-bottom: 40px; }
.footer .footer_cont .footer_right ul li {
          list-style: none; }
.footer .footer_cont .footer_right ul li a {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #FFFFFF;
            mix-blend-mode: normal;
            opacity: 0.8; }
.footer .footer_cont .footer_right .soc {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.footer .footer_cont .footer_right .soc a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 20px;
          width: 32px;
          height: 32px;
          background: rgba(243, 243, 243, 0.1);
          border-radius: 7px; }
.main {
  padding: 133px 16px 24px;
  position: relative; }
.main .main_cont {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto; }
.main .main_cont .main_text {
      max-width: 572px;
      width: 100%; }
.main .main_cont .main_text .audit {
        max-width: 234px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #373842;
        border-radius: 15px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px;
        height: 54px;
        color: #FFFFFF;
        opacity: 0.3; }
.main .main_cont .main_text .audit span {
          height: 100%;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 700;
          font-size: 10px;
          width: 100%;
          max-width: 117px;
          line-height: 18px;
          color: #101010;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: #DDF247;
          border-radius: 15px; }
.main .main_cont .main_text .audit span svg {
            margin-right: 10px; }
.main .main_cont .main_text h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 52px;
        line-height: 130%;
        color: #F3F3F3;
        margin: 30px 0 35px; }
.main .main_cont .main_text p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 155%;
        color: #F3F3F3; }
.main .main_cont .main_text .btn_flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 347px;
        margin-top: 65px; }
.main .main_cont .main_text .btn_flex a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 50px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 26px;
          text-align: center; }
.main .main_cont .main_text .btn_flex a:hover {
            -webkit-box-shadow: 0 0 15px #FFF;
                    box-shadow: 0 0 15px #FFF; }
.main .main_cont .main_text .btn_flex a:first-child {
            color: #101010;
            max-width: 139px;
            background: #F3F3F3;
            border-radius: 8px; }
.main .main_cont .img {
      position: absolute;
      width: 658px;
      height: 786px;
      background-image: url("../img/serachimgbgg.png");
      top: -97px;
      right: 0;
      overflow: hidden; }
.main .main_cont .img .img_sizehide {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 693px;
        height: 670px;
        overflow: hidden;
        -webkit-clip-path: polygon(65% 0, 100% 0, 100% 43%, 100% 95%, 71% 96%, 36% 91%, 15% 76%, 10% 53%, 24% 20%);
                clip-path: polygon(65% 0, 100% 0, 100% 43%, 100% 95%, 71% 96%, 36% 91%, 15% 76%, 10% 53%, 24% 20%); }
.main .main_cont .img .img_sizehide .imgbox {
          position: absolute;
          left: 127px;
          width: 441px;
          height: 497px;
          bottom: -16px; }
.main .main_cont .img .img_sizehide .imgbox .img2 {
            position: absolute;
            right: 17px;
            width: 154px;
            top: 16px;
            height: 155px;
            background-size: cover;
            background-position: center;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            background-image: url("../img/imgloop.png");
            border-radius: 50%; }
.main .main_cont .img .img_sizehide .imgbox img:nth-child(2) {
            max-width: 441px;
            width: 100%;
            height: 403px; }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0; }
.cub {
  position: absolute;
  width: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  left: -48px;
  top: -38px; }
.cub span {
    display: block;
    width: 2px;
    height: 2px;
    background: rgba(243, 243, 243, 0.3);
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }
.cub .active {
    background: #DDF247;
    -webkit-box-shadow: 0 0 10px #DDF247;
            box-shadow: 0 0 10px #DDF247; }
h2 {
  position: relative; }
.whatamoss {
  padding: 100px 60px 174px;
  position: relative;
  background-image: url("../img/gradientbg2.png");
  background-repeat: no-repeat;
  background-position: left -59px; }
.whatamoss .whatamoss_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.whatamoss .whatamoss_cont .whatamoss_left {
      max-width: 585px;
      width: 100%;
      margin-right: 15px; }
.whatamoss .whatamoss_cont .whatamoss_left .lasttext {
        width: 100%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        margin-top: 66px;
        position: relative;
        color: #DDF247; }
.whatamoss .whatamoss_cont .whatamoss_left .lasttext svg {
          position: absolute;
          left: -26px;
          z-index: -1;
          top: -14px; }
.whatamoss .whatamoss_cont .whatamoss_left h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 42px;
        line-height: 130%;
        color: #F3F3F3;
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.whatamoss .whatamoss_cont .whatamoss_left h2 img {
          margin-left: 15px; }
.whatamoss .whatamoss_cont .whatamoss_left p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #F3F3F3;
        margin-bottom: 10px; }
.whatamoss .whatamoss_cont .whatamoss_left .flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 65px;
        gap: 10px; }
.whatamoss .whatamoss_cont .whatamoss_left .flex .item {
          max-width: 255px;
          width: 100%; }
.whatamoss .whatamoss_cont .whatamoss_left .flex .item h4 {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: 32px;
            line-height: 39px;
            color: #FFFFFF;
            margin: 0; }
.whatamoss .whatamoss_cont .whatamoss_left .flex .item span {
            color: #DDF247; }
.whatamoss .whatamoss_cont .whatamoss_left .flex .item p {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 26px;
            letter-spacing: 0.01em;
            color: #6F6F6F; }
.whatamoss .whatamoss_cont .whatamoss_left .flex .item p span {
              font-family: 'Montserrat';
              font-style: normal;
              font-weight: 700;
              font-size: 14px;
              line-height: 26px;
              /* or 186% */
              letter-spacing: 0.01em;
              color: #DDF247; }
.whatamoss .whatamoss_cont .whatamoss_left .flex .item .imgflex {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 10px; }
.whatamoss .whatamoss_cont .whatamoss_right {
      max-width: 518px;
      width: 100%; }
.whatamoss .whatamoss_cont .whatamoss_right .right_bg {
        background-image: url("../img/gradientbg3.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        position: absolute;
        right: 100px;
        background-size: cover;
        bottom: 201px;
        width: 619.46px;
        height: 611.46px; }
.whatamoss .whatamoss_cont .whatamoss_right .right_img {
        width: 100%;
        max-width: 471px;
        margin: 0 auto 55px;
        position: relative; }
.whatamoss .whatamoss_cont .whatamoss_right .right_img svg {
          width: 100%;
          height: auto; }
.whatamoss .whatamoss_cont .whatamoss_right .text {
        width: 100%;
        padding: 31px 33px 21px 36px;
        background: #222222;
        border-radius: 30px;
        position: relative; }
.whatamoss .whatamoss_cont .whatamoss_right .text::before {
          content: "“";
          position: absolute;
          left: 11px;
          top: -41px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 500;
          font-size: 114px;
          line-height: 139px;
          color: #FFFFFF; }
.whatamoss .whatamoss_cont .whatamoss_right .text p {
          font-family: 'Montserrat';
          font-style: italic;
          font-weight: 300;
          font-size: 14px;
          line-height: 17px;
          color: #F3F3F3;
          opacity: 0.7;
          max-width: 410px;
          margin-bottom: 14px; }
.whatamoss .whatamoss_cont .whatamoss_right .text span {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          color: #F3F3F3;
          display: block;
          text-align: right; }
.everyday {
  width: 100%;
  padding: 56px 20px 154px; }
.everyday .everyday_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
.everyday .everyday_cont h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      font-size: 42px;
      line-height: 130%;
      margin-bottom: 70px;
      color: #F3F3F3; }
.everyday .everyday_cont .everyday_flex {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.everyday .everyday_cont .everyday_flex .everyday_left {
        max-width: 332px;
        width: 100%;
        margin-right: 15px; }
.everyday .everyday_cont .everyday_flex .everyday_left h4 {
          font-family: 'Urbanist';
          font-style: normal;
          font-weight: 700;
          font-size: 30px;
          line-height: 45px;
          margin-bottom: 20px;
          letter-spacing: 0.3px;
          color: #F3F3F3; }
.everyday .everyday_cont .everyday_flex .everyday_left p {
          font-family: 'Urbanist';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.01em;
          color: #F3F3F3;
          margin-bottom: 50px; }
.everyday .everyday_cont .everyday_flex .everyday_left .btn {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 109px; }
.everyday .everyday_cont .everyday_flex .everyday_left .btn button {
            width: 42px;
            height: 42px;
            background: #101010;
            -webkit-box-shadow: 0px 6px 10px rgba(243, 243, 243, 0.06);
                    box-shadow: 0px 6px 10px rgba(243, 243, 243, 0.06);
            border-radius: 50%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            cursor: pointer;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
.everyday .everyday_cont .everyday_flex .everyday_left .btn button svg path {
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
.everyday .everyday_cont .everyday_flex .everyday_left .btn button:hover {
              background: #F3F3F3;
              -webkit-filter: unset;
                      filter: unset; }
.everyday .everyday_cont .everyday_flex .everyday_left .btn button:hover svg path {
                stroke: #101010 !important; }
.everyday .everyday_cont .everyday_flex .everydaySwiper {
        width: 100%;
        max-width: 830px;
        padding: 0 24px;
        padding-bottom: 181px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide {
          width: 100%;
          max-width: 384px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item {
            width: 100%;
            position: relative; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item img {
              width: 100%;
              height: 470px;
              border-radius: 30px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text {
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              bottom: -130px;
              padding: 20px;
              width: 100%;
              max-width: 350px;
              background: #101010;
              -webkit-box-shadow: 0px 20px 60px rgba(243, 243, 243, 0.1);
                      box-shadow: 0px 20px 60px rgba(243, 243, 243, 0.1);
              border-radius: 30px;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text h4 {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 152%;
                color: #F3F3F3;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                margin-bottom: 20px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text h4 span {
                  display: block; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item p {
                font-family: 'Montserrat';
                font-style: normal;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #F3F3F3;
                opacity: 0.7;
                margin-bottom: 10px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item span {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 17px;
                color: #101010;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item span svg {
                  margin-right: 5px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item .trans {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #F3F3F3; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item .trans span {
                  font-family: 'Montserrat';
                  font-style: normal;
                  font-weight: 700;
                  font-size: 14px;
                  line-height: 17px;
                  color: #F3F3F3; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item .trans:nth-child(2) {
                  padding-bottom: 10px;
                  border-bottom: 1px solid #F3F3F3; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                gap: 15px;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item {
          width: 100%;
          position: relative; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item img {
            width: 100%;
            height: 470px;
            border-radius: 30px; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text {
            background: #DDF247;
            -webkit-box-shadow: 0px 20px 60px rgba(221, 242, 71, 0.2);
                    box-shadow: 0px 20px 60px rgba(221, 242, 71, 0.2); }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text h4 {
              color: #101010; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text .flex_item p {
              color: #101010; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text .flex_item span {
              color: #101010; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text .flex_item .trans {
              color: #101010; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text .flex_item .trans span {
                color: #101010; }
.everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item .text .flex_item .trans:nth-child(2) {
                border-bottom: 1px solid #101010; }
.token {
  width: 100%;
  padding: 55px 20px 174px;
  background-image: url("../img/gradientbg4.png");
  background-repeat: no-repeat;
  background-position: top center; }
.token .token_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
.token .token_cont h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      font-size: 42px;
      line-height: 130%;
      color: #F3F3F3; }
.token .token_cont .token_spiral {
      margin-top: 382px;
      margin: 382px auto 343px;
      width: 42%;
      height: 534px;
      position: relative; }
.token .token_cont .token_spiral .central {
        width: 100%;
        display: block;
        margin: auto;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
.token .token_cont .token_spiral .central:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
.token .token_cont .token_spiral .token_item {
        max-width: 282px;
        width: 100%;
        position: absolute;
        left: -70%;
        top: -9%; }
.token .token_cont .token_spiral .token_item:nth-child(3) {
          left: -26%;
          top: -62%; }
.token .token_cont .token_spiral .token_item:nth-child(4) {
          left: 63%;
          top: -62%; }
.token .token_cont .token_spiral .token_item:nth-child(5) {
          left: unset;
          right: -70%;
          top: -9%; }
.token .token_cont .token_spiral .token_item:nth-child(6) {
          left: unset;
          right: -70%;
          top: 63%; }
.token .token_cont .token_spiral .token_item:nth-child(8) {
          left: -26%;
          bottom: -62%;
          top: unset; }
.token .token_cont .token_spiral .token_item:nth-child(7) {
          left: 63%;
          bottom: -62%;
          top: unset; }
.token .token_cont .token_spiral .token_item:nth-child(9) {
          left: -70%;
          top: 63%; }
.token .token_cont .token_spiral .token_item h4 {
          background: #F3F3F3;
          border-radius: 20px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 22px;
          color: #101010;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 82px;
          margin-bottom: 30px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
.token .token_cont .token_spiral .token_item h4:hover {
            -webkit-box-shadow: 0 0 15px #FFF;
                    box-shadow: 0 0 15px #FFF; }
.token .token_cont .token_spiral .token_item p {
          max-width: 240px;
          width: 100%;
          margin: 0 auto;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 26px;
          text-align: center;
          color: #F3F3F3; }
.token .token_cont .token_spiral .green h4 {
        background: #DDF247; }
.token .token_cont .token_spiral .green h4:hover {
          -webkit-box-shadow: 0 0 15px #DDF247;
                  box-shadow: 0 0 15px #DDF247; }
.Roadmap {
  width: 100%;
  overflow: hidden;
  padding: 55px 20px 174px;
  position: relative; }
.Roadmap .Roadmap_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
.Roadmap .Roadmap_cont h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      font-size: 42px;
      line-height: 130%;
      color: #F3F3F3;
      margin-bottom: 51px; }
.Roadmap .Roadmap_cont .Roadmap_swiper {
      width: 100%;
      overflow: unset; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide2 {
        max-width: 293px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide2 .Roadmap_item .item_top .Roadmap_info {
          border: unset !important; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide2 .Roadmap_item .item_top .Roadmap_info::before {
            opacity: 0; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide {
        width: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item {
          width: 100%; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info {
              width: 100%;
              max-width: 293px;
              padding-left: 20px;
              padding-right: 20px;
              min-height: 348px;
              border-left: 1px solid #F3F3F3;
              position: relative; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info::before {
                content: "";
                width: 11px;
                height: 11px;
                display: block;
                border-radius: 50%;
                position: absolute;
                left: -6px;
                top: 0;
                background: #F3F3F3; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info h3 {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                font-size: 28px;
                line-height: 1;
                margin-bottom: 20px;
                color: #F3F3F3; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info p {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 155%;
                color: #F3F3F3;
                margin-bottom: 10px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info p::before {
                  content: url("../img/pstar.svg");
                  position: relative;
                  margin-right: 12px;
                  min-width: 18px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info p.done::before {
                  content: url("../img/pstar-green.svg");
                  position: relative;
                  margin-right: 12px;
                  min-width: 18px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info .spans {
                width: 95%;
                position: absolute;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                bottom: -22px;
                left: -10px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info .spans span {
                  width: 17px;
                  height: 17px;
                  display: block;
                  border-radius: 50%;
                  border: 2px solid #F3F3F3; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info .spans span:first-child {
                    background: #F3F3F3;
                    border: 2px solid #F3F3F3; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .green {
              border-left: 1px solid #DDF247; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .green::before {
                background: #DDF247; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .green h3 {
                color: #DDF247; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .green .spans span {
                border: 2px solid #DDF247; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .green .spans span:first-child {
                  background: #DDF247;
                  border: 2px solid #DDF247; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-top: 44px;
            gap: 20px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info {
              max-width: 433px;
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: stretch;
                  -ms-flex-align: stretch;
                      align-items: stretch;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              gap: 20px 6px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:first-child p {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 142%;
                text-align: center;
                color: #F3F3F3;
                background: #373842;
                padding: 10px 8px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:first-child p:first-child {
                  font-family: 'Montserrat';
                  font-style: normal;
                  font-weight: 700;
                  font-size: 14px;
                  line-height: 155%;
                  padding: 12px;
                  color: #F3F3F3; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:nth-child(2) {
                max-width: 283px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:nth-child(2) p:last-child {
                  min-height: 47px;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:nth-child(3) {
                max-width: 511px;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                gap: 20px; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:nth-child(3) p {
                  position: relative; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info:nth-child(3) p::before {
                    content: "";
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                    bottom: -16px;
                    border: 8px solid transparent;
                    border-top: 8px solid #484956; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info p {
                background: #484956;
                border-radius: 8px;
                margin: 0;
                padding: 12px;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 142%;
                text-align: center;
                color: #F3F3F3; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info p:first-child {
                  font-family: 'Montserrat';
                  font-style: normal;
                  font-weight: 700;
                  font-size: 14px;
                  line-height: 155%;
                  color: #F3F3F3;
                  width: 100%;
                  position: relative; }
.Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info p:first-child::before {
                    content: "";
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                    bottom: -16px;
                    border: 8px solid transparent;
                    border-top: 8px solid #484956; }
.cirkularimg_js {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.solutions {
  width: 100%;
  padding: 56px 20px 174px;
  position: relative;
  background-image: url("../img/gradientbg5.png");
  background-repeat: no-repeat;
  background-position: left -84px; }
.solutions .bottombg {
    background-image: url("../img/gradientbg6.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 839px;
    height: 839px;
    right: -84px;
    bottom: -143px;
    position: absolute;
    z-index: -1; }
.solutions .bigspiral {
    position: absolute;
    bottom: 0;
    right: -318px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.solutions .solutions_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
.solutions .solutions_cont .solutions_item {
      width: 100%;
      position: relative; }
.solutions .solutions_cont .solutions_item:nth-child(2) {
        margin-bottom: 230px;
        position: relative; }
.solutions .solutions_cont .solutions_item:nth-child(3) {
        position: relative; }
.solutions .solutions_cont .solutions_item h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 42px;
        line-height: 130%;
        color: #F3F3F3;
        margin-bottom: 70px; }
.solutions .solutions_cont .solutions_item .swiper {
        width: 100%;
        overflow: unset; }
.solutions .solutions_cont .solutions_item .swiper .swiper-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
.solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide {
            width: 100%;
            height: auto;
            height: 255px;
            max-width: 282px;
            padding: 78px 33px 0px;
            background: rgba(55, 56, 66, 0.5);
            -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
                    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
            -webkit-backdrop-filter: blur(15px);
                    backdrop-filter: blur(15px);
            border-radius: 20px;
            position: relative; }
.solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide .type {
              width: 100%;
              max-width: 255px;
              position: absolute;
              padding: 20px;
              top: 0;
              left: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
.solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide p {
              font-family: 'Montserrat';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 20px;
              text-align: center;
              color: #F3F3F3;
              max-width: 216px;
              margin: 0 auto; }
.works {
  width: 100%;
  padding: 55px 20px 91px; }
.works .works_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
.works .works_cont h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      font-size: 42px;
      line-height: 130%;
      margin-bottom: 77px;
      color: #F3F3F3; }
.works .works_cont img {
      width: 100%; }
.works .works_cont .works_grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
.works .works_cont .works_grid .works_item {
        width: auto; }
.works .works_cont .works_grid .works_item img {
          width: 100%;
          height: 405px;
          -o-object-fit: scale-down;
             font-family: "object-fit:scale-down;object-position:left";
             object-fit: scale-down;
          display: block;
          -o-object-position: left;
             object-position: left;
          margin-bottom: 27px; }
.works .works_cont .works_grid .works_item h3 {
          max-width: 343px;
          width: 100%;
          margin-bottom: 11px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 700;
          font-size: 28px;
          line-height: 34px;
          color: #F3F3F3; }
.works .works_cont .works_grid .works_item p {
          max-width: 343px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 132%;
          color: #F3F3F3; }
.works .works_cont .lasttext {
      width: 100%;
      max-width: 698px;
      margin: 70px auto 0;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      text-align: center;
      color: #F3F3F3; }
.Tokenomic {
  width: 100%;
  padding: 55px 20px 174px;
  position: relative;
  background-image: url("../img/gradientbg7.png");
  background-repeat: no-repeat;
  background-position: center top; }
.Tokenomic .Tokenomic_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
.Tokenomic .Tokenomic_cont h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      font-size: 42px;
      line-height: 130%;
      color: #F3F3F3;
      margin-bottom: 70px; }
.Tokenomic .Tokenomic_cont .tokenssxemhover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.Tokenomic .Tokenomic_cont .tokenssxemhover:hover {
        -webkit-filter: drop-shadow(2px 4px 6px #FFFF);
                filter: drop-shadow(2px 4px 6px #FFFF); }
.Tokenomic .Tokenomic_cont .spiral {
      width: 100%;
      max-width: 879px;
      margin: 0 auto; }
.Tokenomic .Tokenomic_cont .spiral svg {
        width: 100%;
        height: auto; }
.team {
  width: 100%;
  padding: 55px 20px 230px;
  padding-left: 25px; }
.team .team_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.team .team_cont .team_thumbs {
      width: 100%;
      max-width: 543px;
      margin-right: 10px; }
.team .team_cont .team_thumbs .swiper {
        width: 100%;
        background-image: url("../img/teambg.svg");
        height: 513px;
        background-repeat: no-repeat;
        background-position: bottom; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper {
          width: 100% !important;
          -webkit-transform: unset !important;
                  transform: unset !important; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide {
            padding: 10px;
            border-radius: 50%;
            height: -webkit-max-content !important;
            height: -moz-max-content !important;
            height: max-content !important;
            width: -webkit-max-content !important;
            width: -moz-max-content !important;
            width: max-content !important;
            border: 1px solid #DDF247;
            cursor: pointer;
            position: absolute; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(1) {
              left: 22%;
              top: 62px;
              max-width: 61px;
              padding: 5px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
              right: 0%;
              top: 54%;
              max-width: 76px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
              left: 31%;
              bottom: 0;
              max-width: 67px;
              padding: 8px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
              top: 40%;
              left: 37%;
              max-width: 46px;
              padding: 6px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
              top: 45%;
              left: 0%;
              max-width: 67px;
              padding: 8px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(7) {
              left: 30%;
              max-width: 84px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide:nth-child(6) {
              right: 8%;
              top: 18%;
              max-width: 56px;
              padding: 8px; }
.team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide img {
              border-radius: 50%;
              width: 100%; }
.team .team_cont .team_right {
      width: 100%;
      max-width: 588px; }
.team .team_cont .team_right h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 42px;
        line-height: 130%;
        color: #F3F3F3;
        margin-bottom: 70px; }
.team .team_cont .team_right .flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.team .team_cont .team_right .flex .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          max-width: 42px; }
.team .team_cont .team_right .flex .btn button {
            width: 42px;
            height: 42px;
            background: #101010;
            -webkit-box-shadow: 0px 6px 10px rgba(243, 243, 243, 0.06);
                    box-shadow: 0px 6px 10px rgba(243, 243, 243, 0.06);
            border-radius: 50%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            cursor: pointer;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
.team .team_cont .team_right .flex .btn button svg path {
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
.team .team_cont .team_right .flex .btn button:first-child {
              margin-top: 25px; }
.team .team_cont .team_right .flex .btn button:hover {
              background: #F3F3F3;
              -webkit-filter: unset;
                      filter: unset; }
.team .team_cont .team_right .flex .btn button:hover svg path {
                stroke: #101010 !important; }
.team .team_cont .team_right .flex .teamSwiper {
          width: 100%;
          max-width: 486px; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide {
              width: 100%;
              opacity: 0 !important; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item {
                padding: 45px 38px;
                background: #373842;
                border-radius: 30px;
                width: 100%; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title {
                  width: 100%;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  position: relative;
                  margin-bottom: 30px; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .alllink {
                    width: 100%;
                    height: 100%;
                    z-index: 2;
                    position: absolute;
                    display: block;
                    left: 0;
                    top: 0; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    -o-object-fit: cover;
                       font-family: "object-fit:cover";
                       object-fit: cover; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .item_img {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                            justify-content: space-between;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    max-width: 148px;
                    width: 100%; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext {
                    max-width: 244px;
                    width: 100%;
                    position: relative; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext h3 {
                      font-family: 'Montserrat';
                      font-style: normal;
                      font-weight: 700;
                      font-size: 22px;
                      line-height: 29px;
                      color: #DDF247;
                      margin-bottom: 10px; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext p {
                      font-family: 'Montserrat';
                      font-style: normal;
                      font-weight: 400;
                      font-size: 16px;
                      line-height: 22px;
                      color: #F3F3F3; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .infotext {
                  font-family: 'Montserrat';
                  font-style: normal;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 155%;
                  color: #F3F3F3; }
.team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide-active {
              opacity: 1 !important; }
.ammosinfo {
  width: 100%;
  padding: 0 20px 230px; }
.ammosinfo .ammosinfo_cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    background: #DDF247;
    border-radius: 20px; }
.ammosinfo .ammosinfo_cont::before {
      content: url("../img/Ornament18.png");
      position: absolute;
      bottom: 74px;
      left: 60%;
      -webkit-transform: translateX(-30%);
              transform: translateX(-30%); }
.ammosinfo .ammosinfo_cont .bigspiral {
      max-width: 377px;
      width: 100%;
      height: 387px;
      position: absolute;
      left: -94px;
      top: -105px; }
.ammosinfo .ammosinfo_cont .bigspiral2 {
      max-width: 464px;
      width: 100%;
      height: 476px;
      right: -200px;
      bottom: -90px;
      position: absolute; }
.ammosinfo .ammosinfo_cont .text {
      max-width: 625px;
      width: 100%;
      z-index: 2;
      margin-right: 10px; }
.ammosinfo .ammosinfo_cont .text h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 61px;
        color: #101010;
        margin-bottom: 25px; }
.ammosinfo .ammosinfo_cont .text p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.02em;
        color: #101010; }
.ammosinfo .ammosinfo_cont a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 222px;
      height: 70px;
      background: #101010;
      border-radius: 8px;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      position: relative;
      z-index: 2;
      color: #F3F3F3; }
@media (max-width: 1230px) {
  .main {
    padding: 80px 16px 20px; }
    .main .main_cont .main_text {
      max-width: 450px;
      position: relative;
      z-index: 2; }
      .main .main_cont .main_text .audit {
        max-width: 234px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px;
        height: 54px; }
        .main .main_cont .main_text .audit span {
          font-size: 10px;
          max-width: 117px;
          line-height: 18px;
          border-radius: 15px; }
          .main .main_cont .main_text .audit span svg {
            margin-right: 10px; }
      .main .main_cont .main_text h1 {
        font-size: 40px;
        margin: 30px 0 35px; }
      .main .main_cont .main_text p {
        font-size: 16px; }
      .main .main_cont .main_text .btn_flex {
        max-width: 347px;
        margin-top: 65px; }
        .main .main_cont .main_text .btn_flex a {
          height: 50px;
          font-size: 16px;
          line-height: 26px; }
          .main .main_cont .main_text .btn_flex a:first-child {
            max-width: 139px; }
          .main .main_cont .main_text .btn_flex a:last-child {
            max-width: 163px; }
    .main .main_cont .img {
      width: 470px;
      height: 700px; }
    .main .main_cont .img .img_sizehide {
      right: -6px;
      bottom: -41px;
      width: 436px;
      height: 491px; }
      .main .main_cont .img .img_sizehide .imgbox {
        position: absolute;
        left: 28px;
        width: 314px;
        height: 497px;
        bottom: -169px; }
        .main .main_cont .img .img_sizehide .imgbox img:nth-child(2) {
          height: 296px; }
        .main .main_cont .img .img_sizehide .imgbox .img2 {
          right: 10px;
          width: 112px;
          top: 11px;
          height: 112px; } }
@media (max-width: 1170px) {
  .footer {
    border-radius: 80px 80px 0 0px;
    padding: 100px 20px; }
    .footer .footer_cont .footer_left {
      max-width: 504px; }
      .footer .footer_cont .footer_left .logo {
        max-width: 127px;
        margin-bottom: 25px; }
      .footer .footer_cont .footer_left h2 {
        font-size: 30px; }
    .footer .footer_cont .footer_right {
      max-width: 538px; }
      .footer .footer_cont .footer_right ul {
        display: none; }
      .footer .footer_cont .footer_right .soc a {
        margin-left: 20px;
        width: 32px;
        height: 32px; } }
@media (max-width: 1140px) {
  .team {
    padding: 55px 20px 100px; }
    .team .team_cont {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .team .team_cont .team_thumbs {
        display: none; }
      .team .team_cont .team_right {
        max-width: unset; }
        .team .team_cont .team_right .cub {
          width: 62px;
          gap: 4px;
          left: 0px;
          top: -20px; }
        .team .team_cont .team_right h2 {
          font-size: 34px;
          margin-bottom: 20px; }
        .team .team_cont .team_right .flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-width: unset;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .team .team_cont .team_right .flex .btn {
            max-width: unset;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            margin-bottom: 20px; }
            .team .team_cont .team_right .flex .btn button:first-child {
              margin-top: 0px;
              margin-right: 10px; }
          .team .team_cont .team_right .flex .teamSwiper {
            max-width: unset; }
            .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide {
              opacity: 0 !important;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item {
                height: auto; }
                .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title {
                  margin-bottom: 30px;
                  -webkit-box-pack: start;
                      -ms-flex-pack: start;
                          justify-content: flex-start;
                  gap: 16px; }
                  .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title img {
                    width: 100px;
                    height: 100px; }
                  .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext {
                    max-width: 320px; }
                    .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext::before {
                      left: -52px; }
                    .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext h3 {
                      font-size: 24px;
                      line-height: 29px; }
                    .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext p {
                      font-size: 18px;
                      line-height: 22px; }
                .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .infotext {
                  font-size: 16px;
                  max-width: unset; }
            .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide-active {
              opacity: 1 !important; } }
@media (max-width: 1024px) {
  .solutions {
    padding: 56px 20px 74px; }
  .solutions .solutions_cont .solutions_item:nth-child(2) {
    margin-bottom: 90px; }
  .solutions .solutions_cont .solutions_item h2 {
    font-size: 34px; } }
@media (max-width: 964px) {
  .header .header_cont {
    z-index: 2; }
    .header .header_cont .header_left {
      max-width: unset;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 150px; }
      .header .header_cont .header_left .logo {
        width: 100%;
        display: block;
        margin-right: 10px;
        max-width: 150px; }
        .header .header_cont .header_left .logo img {
          width: 100%; }
      .header .header_cont .header_left .menu {
        width: 100%;
        display: none; } }
@media (max-width: 960px) {
  .cub {
    width: 62px;
    gap: 4px;
    left: 0px;
    top: -20px; }
  .whatamoss {
    padding: 100px 20px 60px; }
    .whatamoss .whatamoss_cont {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .whatamoss .whatamoss_cont .whatamoss_left {
        max-width: unset;
        margin-right: 0px;
        margin-bottom: 60px; }
        .whatamoss .whatamoss_cont .whatamoss_left .lasttext {
          font-size: 14px;
          line-height: 17px;
          margin-left: 20px;
          max-width: 600px;
          margin-top: 66px; }
          .whatamoss .whatamoss_cont .whatamoss_left .lasttext svg {
            left: -26px;
            top: -14px; }
        .whatamoss .whatamoss_cont .whatamoss_left h2 {
          font-size: 34px;
          margin-bottom: 50px; }
          .whatamoss .whatamoss_cont .whatamoss_left h2 img {
            margin-left: 15px; }
        .whatamoss .whatamoss_cont .whatamoss_left p {
          font-size: 14px;
          line-height: 26px;
          margin-bottom: 10px; }
        .whatamoss .whatamoss_cont .whatamoss_left .flex {
          margin-top: 65px;
          gap: 10px; }
          .whatamoss .whatamoss_cont .whatamoss_left .flex .item {
            max-width: 255px; }
            .whatamoss .whatamoss_cont .whatamoss_left .flex .item h4 {
              font-size: 32px;
              line-height: 39px; }
            .whatamoss .whatamoss_cont .whatamoss_left .flex .item p {
              font-size: 14px;
              line-height: 26px; }
            .whatamoss .whatamoss_cont .whatamoss_left .flex .item .imgflex {
              gap: 10px; }
      .whatamoss .whatamoss_cont .whatamoss_right {
        max-width: unset; }
        .whatamoss .whatamoss_cont .whatamoss_right .right_img {
          max-width: 471px;
          margin: 0 auto 55px; }
        .whatamoss .whatamoss_cont .whatamoss_right .text {
          padding: 31px 33px 21px 36px;
          border-radius: 30px;
          width: auto; }
          .whatamoss .whatamoss_cont .whatamoss_right .text::before {
            left: 11px;
            top: -41px;
            font-size: 114px;
            line-height: 139px; }
          .whatamoss .whatamoss_cont .whatamoss_right .text p {
            font-size: 14px;
            line-height: 17px;
            max-width: 410px;
            margin-bottom: 14px; }
          .whatamoss .whatamoss_cont .whatamoss_right .text span {
            font-size: 14px;
            line-height: 17px; }
  .everyday .everyday_cont h2 {
    font-size: 34px; }
  .token {
    padding: 40px 20px 100px;
    background-image: unset; }
    .token .token_cont h2 {
      font-size: 34px;
      margin-bottom: 40px; }
    .token .token_cont .token_spiral {
      margin: 0;
      width: 100%;
      position: relative;
      height: auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px; }
      .token .token_cont .token_spiral .central {
        display: none; }
      .token .token_cont .token_spiral .token_item {
        max-width: unset;
        width: auto;
        position: unset;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important; }
        .token .token_cont .token_spiral .token_item h4 {
          border-radius: 10px;
          font-size: 14px;
          line-height: 20px;
          height: 40px;
          margin-bottom: 10px; }
        .token .token_cont .token_spiral .token_item p {
          max-width: 240px;
          font-size: 12px;
          line-height: 16px; }
  .Roadmap .Roadmap_cont h2 {
    font-size: 34px; }
  .works {
    padding: 55px 20px 60px; }
    .works .works_cont h2 {
      font-size: 34px;
      margin-bottom: 50px; }
    .works .works_cont .works_grid {
      grid-template-columns: repeat(3, 1fr); }
      .works .works_cont .works_grid .works_item img {
        height: 260px;
        margin-bottom: 27px; }
      .works .works_cont .works_grid .works_item h3 {
        max-width: 200px;
        margin-bottom: 11px;
        font-size: 20px;
        line-height: 26px; }
      .works .works_cont .works_grid .works_item p {
        max-width: 180px;
        font-size: 12px; }
    .works .works_cont .lasttext {
      max-width: 698px;
      margin: 70px auto 0;
      font-size: 14px;
      line-height: 26px; }
  .Tokenomic .Tokenomic_cont h2 {
    font-size: 34px;
    margin-bottom: 40px; } }
@media (max-width: 820px) {
  .main {
    padding: 20px 16px 0px;
    position: relative;
    z-index: 23; }
    .main .main_cont .main_text {
      text-align: center;
      margin: 0 auto; }
      .main .main_cont .main_text .audit {
        margin: 0 auto 30px; }
      .main .main_cont .main_text h1 {
        font-size: 26px;
        margin: 0px 0 20px; }
      .main .main_cont .main_text p {
        font-size: 14px; }
      .main .main_cont .main_text .btn_flex {
        max-width: 347px;
        margin: 0 auto;
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .main .main_cont .main_text .btn_flex a {
          height: 50px;
          font-size: 16px;
          line-height: 26px; }
          .main .main_cont .main_text .btn_flex a:first-child {
            max-width: unset;
            margin-bottom: 20px; }
          .main .main_cont .main_text .btn_flex a:last-child {
            max-width: unset; }
    .main .main_cont .img {
      width: 300px;
      height: 300px;
      background-size: 100%;
      top: unset;
      display: none;
      bottom: 40px; }
      .main .main_cont .img .img_sizehide {
        right: -6px;
        bottom: -41px;
        width: 501px;
        height: 491px; }
      .main .main_cont .img .imgbox {
        left: 95px;
        width: 200px;
        height: 200px;
        bottom: -80px; }
        .main .main_cont .img .imgbox .img2 {
          right: 27px;
          top: 13px;
          width: 84px; }
  .whatamoss {
    padding: 40px 20px 0px; }
    .whatamoss .whatamoss_cont {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .whatamoss .whatamoss_cont .whatamoss_left {
        max-width: unset;
        margin-right: 0px;
        margin-bottom: 30px; }
        .whatamoss .whatamoss_cont .whatamoss_left .lasttext {
          font-size: 12px;
          line-height: 17px;
          margin-left: 0px;
          max-width: 600px;
          margin-top: 70px; }
          .whatamoss .whatamoss_cont .whatamoss_left .lasttext svg {
            left: 0px;
            top: -40px; }
        .whatamoss .whatamoss_cont .whatamoss_left h2 {
          font-size: 30px;
          margin-bottom: 30px; }
          .whatamoss .whatamoss_cont .whatamoss_left h2 img {
            margin-left: 15px;
            width: 100px; }
        .whatamoss .whatamoss_cont .whatamoss_left p {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 10px; }
        .whatamoss .whatamoss_cont .whatamoss_left .flex {
          margin-top: 30px;
          gap: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .whatamoss .whatamoss_cont .whatamoss_left .flex .item {
            max-width: unset;
            width: auto; }
            .whatamoss .whatamoss_cont .whatamoss_left .flex .item h4 {
              font-size: 24px;
              line-height: 30px; }
            .whatamoss .whatamoss_cont .whatamoss_left .flex .item p {
              font-size: 12px;
              line-height: 16px; }
            .whatamoss .whatamoss_cont .whatamoss_left .flex .item .imgflex {
              gap: 10px; }
      .whatamoss .whatamoss_cont .whatamoss_right {
        max-width: unset; }
        .whatamoss .whatamoss_cont .whatamoss_right .right_img {
          max-width: 200px;
          margin: 0 auto 30px; }
        .whatamoss .whatamoss_cont .whatamoss_right .text {
          padding: 31px 33px 21px 36px;
          border-radius: 30px;
          width: auto; }
          .whatamoss .whatamoss_cont .whatamoss_right .text::before {
            left: 11px;
            top: -41px;
            font-size: 114px;
            line-height: 139px; }
          .whatamoss .whatamoss_cont .whatamoss_right .text p {
            font-size: 14px;
            line-height: 17px;
            max-width: 410px;
            margin-bottom: 14px; }
          .whatamoss .whatamoss_cont .whatamoss_right .text span {
            font-size: 14px;
            line-height: 17px; }
  .team {
    padding: 0px 20px 40px; } }
@media (max-width: 800px) {
  .footer {
    border-radius: 30px 30px 0 0px;
    padding: 50px 20px; }
    .footer .footer_cont {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer .footer_cont .footer_left {
        max-width: unset;
        text-align: center;
        margin-bottom: 30px; }
        .footer .footer_cont .footer_left .logo {
          margin: 0 auto;
          max-width: 127px;
          margin-bottom: 25px; }
        .footer .footer_cont .footer_left h2 {
          font-size: 24px;
          text-align: center; }
      .footer .footer_cont .footer_right {
        max-width: 538px; }
        .footer .footer_cont .footer_right ul {
          margin-bottom: 40px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 10px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .footer .footer_cont .footer_right ul li a {
            font-size: 14px;
            line-height: 17px; }
        .footer .footer_cont .footer_right .soc {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 10px; }
          .footer .footer_cont .footer_right .soc a {
            margin-left: 0px;
            width: 32px;
            height: 32px; }
  .ammosinfo {
    padding: 0 20px 100px; }
    .ammosinfo .ammosinfo_cont {
      padding: 40px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .ammosinfo .ammosinfo_cont .bigspiral {
        max-width: 377px;
        height: 387px;
        left: -94px;
        top: -105px; }
      .ammosinfo .ammosinfo_cont .bigspiral2 {
        max-width: 464px;
        height: 476px;
        right: -200px;
        bottom: -90px; }
      .ammosinfo .ammosinfo_cont .text {
        max-width: 625px;
        margin-right: 0px;
        margin-bottom: 20px; }
        .ammosinfo .ammosinfo_cont .text h2 {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 10px; }
        .ammosinfo .ammosinfo_cont .text p {
          font-size: 14px;
          line-height: 20px; }
      .ammosinfo .ammosinfo_cont a {
        width: 222px;
        height: 70px;
        font-size: 20px;
        line-height: 26px; }
  .ammosinfo .ammosinfo_cont::before {
    display: none; }
  .ammosinfo .ammosinfo_cont .bigspiral {
    max-width: 220px;
    height: 230px;
    left: -94px;
    top: -105px; }
  .ammosinfo .ammosinfo_cont .bigspiral2 {
    max-width: 220px;
    height: 230px;
    right: -100px;
    bottom: -90px; } }
@media (max-width: 780px) {
  .whatamoss .whatamoss_cont .whatamoss_left h2 {
    font-size: 26px; }
    .whatamoss .whatamoss_cont .whatamoss_left h2 img {
      margin-left: 15px;
      max-width: 100px; }
  .cub {
    display: none; }
  .everyday {
    padding: 40px 20px 0px; }
    .everyday .everyday_cont h2 {
      font-size: 26px;
      margin-bottom: 30px;
      text-align: center; }
    .everyday .everyday_cont .everyday_flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .everyday .everyday_cont .everyday_flex .everyday_left {
        max-width: 332px;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 30px; }
        .everyday .everyday_cont .everyday_flex .everyday_left h4 {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 10px; }
        .everyday .everyday_cont .everyday_flex .everyday_left p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 20px; }
        .everyday .everyday_cont .everyday_flex .everyday_left .btn {
          max-width: 109px;
          margin: 0 auto; }
          .everyday .everyday_cont .everyday_flex .everyday_left .btn button {
            width: 42px;
            height: 42px; }
      .everyday .everyday_cont .everyday_flex .everydaySwiper {
        max-width: 792px;
        padding-bottom: 110px; }
        .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide {
          max-width: 280px;
          -webkit-box-shadow: unset;
                  box-shadow: unset; }
          .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item {
            -webkit-box-shadow: unset;
                    box-shadow: unset; }
            .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item img {
              height: 300px; }
            .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text {
              bottom: -100px;
              padding: 16px;
              -webkit-box-shadow: unset;
                      box-shadow: unset;
              max-width: 260px; }
              .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text h4 {
                font-size: 16px;
                margin-bottom: 10px; }
              .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item p {
                font-size: 12px;
                line-height: 14px;
                margin-bottom: 5px; }
              .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item span {
                font-size: 12px;
                line-height: 14px; }
              .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item .trans {
                font-size: 12px;
                line-height: 14px; }
                .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide .everyday_item .text .flex_item .trans span {
                  font-size: 12px;
                  line-height: 14px; }
        .everyday .everyday_cont .everyday_flex .everydaySwiper .swiper-wrapper .swiper-slide-active .everyday_item img {
          width: 100%;
          height: 300px;
          border-radius: 30px; }
  .token {
    padding: 40px 20px 40px;
    background-image: unset; }
    .token .token_cont h2 {
      font-size: 26px; }
  .solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide .type {
    padding: 10px; }
    .solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide .type img {
      width: 20px; }
  .solutions {
    padding: 0px 20px 0px;
    background-image: unset; }
    .solutions .bottombg {
      display: none !important; }
    .solutions .bigspiral {
      right: -200px; }
  .solutions .solutions_cont .solutions_item::before {
    display: none; }
  .solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide {
    max-width: 235px;
    padding: 40px 16px 30px;
    height: auto; }
    .solutions .solutions_cont .solutions_item .swiper .swiper-wrapper .swiper-slide p {
      font-size: 12px; }
  .solutions .solutions_cont .solutions_item h2 {
    font-size: 26px;
    margin-bottom: 30px; }
  .solutions .solutions_cont .solutions_item:nth-child(2) {
    margin-bottom: 40px; }
  .works {
    padding: 40px 20px 0px; }
    .works .works_cont h2 {
      font-size: 26px;
      margin-bottom: 40px; }
    .works .works_cont .works_grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px 10px; }
      .works .works_cont .works_grid .works_item {
        width: 48%; }
        .works .works_cont .works_grid .works_item:last-child {
          width: 100%; }
        .works .works_cont .works_grid .works_item img {
          max-width: 300px;
          height: auto;
          margin-bottom: 27px; }
        .works .works_cont .works_grid .works_item h3 {
          max-width: unset;
          margin-bottom: 11px;
          font-size: 16px;
          line-height: 20px; }
        .works .works_cont .works_grid .works_item p {
          max-width: unset;
          font-size: 12px; }
    .works .works_cont .lasttext {
      max-width: 698px;
      margin: 40px auto 0;
      font-size: 14px;
      line-height: 26px; } }
@media (max-width: 768px) {
  .Roadmap .Roadmap_cont h2 {
    margin-bottom: 30px;
    font-size: 28px; }
  .Roadmap {
    padding: 40px 20px; }
    .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide2 {
      max-width: 293px; }
    .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info {
      max-width: 293px;
      padding-left: 20px;
      min-height: 280px; }
      .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info::before {
        width: 10px;
        height: 10px;
        left: -6px; }
      .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px; }
      .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info p {
        font-size: 14px;
        margin-bottom: 10px; }
        .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info p::before {
          margin-right: 12px;
          min-width: 18px; }
      .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info .spans {
        width: 95%;
        bottom: -10px;
        left: -5px; }
        .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_top .Roadmap_info .spans span {
          width: 10px;
          height: 10px; }
    .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom {
      margin-top: 44px;
      gap: 20px; }
      .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info {
        max-width: 280px;
        gap: 10; }
        .Roadmap .Roadmap_cont .Roadmap_swiper .swiper-wrapper .swiper-slide .Roadmap_item .item_bottom .bottom_info p {
          width: 100% !important;
          padding: 8px;
          font-size: 12px; } }
@media (max-width: 700px) {
  .Tokenomic {
    padding: 40px 20px 0px;
    background-image: unset; }
    .Tokenomic::before {
      display: none; }
    .Tokenomic .Tokenomic_cont h2 {
      font-size: 28px;
      margin-bottom: 40px; } }
@media (max-width: 540px) {
  .header .header_cont .header_right {
    max-width: 136px; }
    .header .header_cont .header_right .white {
      display: none; } }
@media (max-width: 520px) {
  .team .team_cont .team_thumbs {
    margin-right: 0px; }
    .team .team_cont .team_thumbs .swiper .swiper-wrapper .swiper-slide {
      padding: 0px !important;
      height: 34px !important;
      width: 34px !important; }
  .team .team_cont .team_right h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item {
    padding: 20px 16px; }
    .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title {
      margin-bottom: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title img {
        width: 100px;
        height: 100px; }
      .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext {
        max-width: unset; }
        .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext::before {
          display: none; }
        .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext h3 {
          font-size: 24px;
          line-height: 29px; }
        .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .item_title .titletext p {
          font-size: 18px;
          line-height: 22px; }
    .team .team_cont .team_right .flex .teamSwiper .swiper-wrapper .swiper-slide .team_item .infotext {
      font-size: 16px;
      max-width: unset; } }
@media (max-width: 500px) {
  .token .token_cont h2 {
    font-size: 24px;
    text-align: center; }
  .token .token_cont .token_spiral {
    margin: 0;
    width: 100%;
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px; }
    .token .token_cont .token_spiral .central {
      display: none; }
    .token .token_cont .token_spiral .token_item h4 {
      border-radius: 10px;
      font-size: 12px;
      line-height: 20px;
      height: 40px;
      margin-bottom: 10px; }
    .token .token_cont .token_spiral .token_item p {
      max-width: 240px;
      font-size: 12px;
      line-height: 14px; } }

/*# sourceMappingURL=style.min.css.map */
