@font-face {
  font-family: 'Japanese 3017';
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Japanese-3017"), url("../fonts/Japanese-3017.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/RedHatDisplay-Medium"), url("../fonts/RedHatDisplay-Medium.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Syne Medium';
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Syne-SemiBold"), url("../fonts/Syne-SemiBold.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Syne-Bold"), url("../fonts/Syne-Bold.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/RobotoFlex-Regular"), url("../fonts/RobotoFlex-Regular.ttf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Syncopate-Bold.ttf"), url("../fonts/Syncopate-Bold.ttf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Japanese 3017";
  src: url("../fonts/Japanese-3017-eot.eot");
  src: url("../fonts/Japanese-3017-embedded-opentype.eot") format("embedded-opentype"), url("../fonts/Japanese-3017-woff2.woff2") format("woff2"), url("../fonts/Japanese-3017-woff-2.woff") format("woff"), url("../fonts/Japanese-3017-ttf.ttf") format("truetype"), url("../fonts/Japanese-3017-svg.svg") format("svg");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

@media (max-width: 575.98px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1532px) and (max-width: 1698.99px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 2500px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 9px;
  }
}

@media (min-width: 321px) and (max-width: 376px) {
  html {
    font-size: 10px;
  }
}

.custom-font {
  font-family: "Japanese 3017", Courier;
  font-display: swap;
  font-weight: 400;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  background: #F6E2D5;
  color: #131313;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  scrollbar-color: #FFFFFF;
  scrollbar-width: thin;
}

.overflowX {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #FF7D5F;
  border-radius: 0.25rem;
  margin: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #FF7D5F;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

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

a {
  margin: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a, select, input, textarea, button {
  outline: none !important;
  text-decoration: none;
}

.btn:focus, .btn.focus, .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) and (max-width: 1599.98px) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 1600px) and (max-width: 2499.99px) {
  .container {
    max-width: 85rem;
  }
}

@media (min-width: 2500px) {
  .container {
    max-width: 90rem;
  }
}

.main-btn {
  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%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
  padding: 0.3125rem 1.5625rem;
  min-height: 2.5rem;
  min-width: 6.5625rem;
  -webkit-transition: background-color .3s ease,-webkit-box-shadow .3s ease;
  transition: background-color .3s ease,-webkit-box-shadow .3s ease;
  transition: background-color .3s ease,box-shadow .3s ease;
  transition: background-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;
  cursor: pointer;
  text-transform: capitalize;
  text-shadow: none;
  border-radius: 1.875rem;
  border: none;
  margin: 0;
}

.btn1 {
  border: 0.125rem solid #3C3733;
  -webkit-box-shadow: 0.1053rem 0.1053rem 0px #3C3733;
          box-shadow: 0.1053rem 0.1053rem 0px #3C3733;
  border-radius: 1.625rem;
  padding: 1rem 1.5rem;
}

.btn1:hover, .btn1:active, .btn1:focus {
  background: #ba9d64 -webkit-gradient(linear, left top, right top, from(#cdb077), color-stop(95.95%, #ffebb6));
  background: #ba9d64 linear-gradient(90deg, #cdb077, #ffebb6 95.95%);
  color: #131313 !important;
  outline: none !important;
}

.title {
  font-family: "Japanese 3017", sans-serif;
  font-size: 3.3125rem;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .title {
    font-size: 2.5rem;
  }
}

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

.header {
  background-color: #F6E2D5;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 0.0625rem 0.625rem #937154;
  box-shadow: 0px 0.0625rem 0.1875rem #937154;
}

.header__content #brand {
  width: 12.1875rem;
  height: auto;
}

.header__content ul {
  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__content ul li a {
  color: #131313;
  font-family: "Japanese 3017", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}

.header__content ul li a .telegram {
  width: 1.65rem;
  height: auto;
}

.header__content ul li a .twitter {
  width: 1.75rem;
  height: auto;
}

.header__content ul li a .medium {
  width: 2rem;
  height: auto;
}

.header__content .socials {
  margin-left: 3rem;
}

@media (max-width: 575.98px) {
  .header__content .socials {
    width: 30%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .header__content .socials {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .header__content .socials {
    margin: 1rem auto;
  }
}

.header__content .socials__link {
  margin-left: 1.75rem;
}

.header__content .socials li:first-child .socials__link {
  margin-left: 0;
}

.header__content .socials li:last-child .socials__link {
  margin-left: 1.25rem;
}

@media (max-width: 991.98px) {
  .header__content .socials li:last-child .socials__link {
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .sticky {
    -webkit-box-shadow: 0px 0.1875rem 0.375rem #937154;
    box-shadow: 0px 0.1875rem 0.375rem #937154;
  }
  .sticky #brand {
    width: 8rem;
  }
  .sticky ul li a {
    font-family: "Japanese 3017", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
  }
  .sticky ul li a .telegram {
    width: 1rem;
  }
  .sticky ul li a .twitter {
    width: 1.05rem;
  }
  .sticky ul li a .medium {
    width: 1.35rem;
  }
  .sticky .socials {
    margin-left: 2rem;
  }
  .sticky .socials__link {
    margin-left: 1.5rem;
  }
}

.homeHero {
  background-color: #F6E2D5;
  padding-top: 8.5rem;
  position: relative;
  z-index: 2;
}

.homeHero__content__thumb {
  position: relative;
}

.homeHero__content__thumb__play {
  position: absolute;
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeHero__content__thumb__play .play {
  width: 9rem;
  height: 9rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
  z-index: 100;
  -webkit-animation: pulse 3s ease infinite;
          animation: pulse 3s ease infinite;
}

@media (max-width: 991.98px) {
  .homeHero__content__thumb__play .play {
    width: 5rem;
    height: 5rem;
  }
}

.homeHero__content__thumb__play .play:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.75;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.75;
  }
}

.homeHero__content img {
  width: 100%;
  height: auto;
}

.homeHero__content video {
  width: 98%;
  height: auto;
}

.homeHero__content iframe {
  width: 98%;
  height: 46rem;
}

.homeHero__content h1 {
  text-align: center;
  margin: 1.5rem 0;
}

.homeHero__content .circle {
  text-align: center;
  position: relative;
}

.homeHero__content .circle::before {
  content: "";
  position: absolute;
  width: 13.3125rem;
  height: 13.3125rem;
  border-radius: 0.625rem;
  background: rgba(255, 88, 0, 0.59);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.homeHero__content .circle .logo {
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  top: 1.25rem;
  background: url(../img/all-in.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.homeHero__content .circle svg {
  width: 10.375rem;
  height: auto;
  -webkit-animation: rotateText 10s linear infinite;
          animation: rotateText 10s linear infinite;
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.about {
  background-color: #FFF2EA;
  position: relative;
}

.about__content {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.about__content h2 {
  text-align: center;
}

.about__content__layout {
  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;
  padding-top: 3rem;
}

@media (max-width: 991.98px) {
  .about__content__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
  }
}

.about__content__layout__left {
  width: 48%;
}

@media (max-width: 991.98px) {
  .about__content__layout__left {
    width: 100%;
  }
}

.about__content__layout__left p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: #4D4D4D;
}

.about__content__layout__left ul {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3rem;
}

.about__content__layout__left ul li button {
  background: linear-gradient(97.73deg, #FF9A23 1.14%, #FF9E68 105.46%);
  margin-right: 0.75rem;
  min-width: 15rem;
}

.about__content__layout__left ul li button a {
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
  text-align: left;
}

.about__content__layout__left ul li button a span {
  margin-right: 1rem;
}

.about__content__layout__left ul li button a img {
  width: 3.75rem;
  height: auto;
}

.about__content__layout__left ul li:last-child button {
  background: #FFFFFF;
}

.about__content__layout__left ul li:last-child button a {
  color: #131313;
}

.about__content__layout__right {
  width: 40%;
}

@media (max-width: 991.98px) {
  .about__content__layout__right {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
}

.about__content__layout__right img {
  width: 31.1125rem;
  height: auto;
  border-radius: 2.175rem;
}

.about__content__layout__right__text {
  padding-top: 1.5rem;
}

.about__content__layout__right__text h4 {
  font-family: "Syne", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .about__content__layout__right__text h4 {
    text-align: left;
  }
}

.about__content__layout__right__text p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991.98px) {
  .about__content__layout__right__text p {
    text-align: left;
  }
}

.about__content .controls {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.about__content .controls button img {
  width: 0.4825rem;
  height: auto;
}

.about__content .controls__prev {
  margin-bottom: 0.5rem;
}

.about__content .controls__prev button img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about__content .controls__next {
  margin-top: 0.5rem;
}

.about__content .controls .swiper-button-disabled {
  opacity: 0.25;
}

.about__content .controls .btnArrow {
  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: #F6E2D5 !important;
  padding: 0.1875rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  color: #4D4D4D;
  cursor: pointer;
}

.about .gallerySlider .swiper-slide {
  cursor: pointer;
}

.ecosytem {
  position: relative;
  overflow: hidden;
}

.ecosytem::before {
  content: "";
  position: absolute;
  width: 13.3125rem;
  height: 13.3125rem;
  border-radius: 0.625rem;
  background: rgba(255, 88, 0, 0.45);
  -webkit-filter: blur(4.8941rem);
          filter: blur(4.8941rem);
  right: 0;
  top: 8.5rem;
}

.ecosytem__content {
  min-height: 45rem;
}

.ecosytem__content h2 {
  text-align: center;
}

.ecosytem__content .video {
  position: absolute;
  text-align: center;
  top: 25rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 575.98px) {
  .ecosytem__content .video {
    top: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
    padding-top: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .ecosytem__content .video {
    top: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
    padding-top: 2rem;
  }
}

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

.ecosytem__content ul {
  position: relative;
}

@media (max-width: 991.98px) {
  .ecosytem__content ul {
    margin-top: 2rem;
  }
}

.ecosytem__content ul li {
  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;
}

@media (max-width: 575.98px) {
  .ecosytem__content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ecosytem__content ul li .text {
  width: 22rem;
  padding-top: 1.5rem;
  margin-top: 5rem;
}

@media (max-width: 575.98px) {
  .ecosytem__content ul li .text {
    width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .ecosytem__content ul li .text {
    width: 20rem;
    margin-top: 0;
  }
}

.ecosytem__content ul li .text h4 {
  font-family: "Syne", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .ecosytem__content ul li .text h4 {
    text-align: left;
    font-size: 1.5rem;
  }
}

.ecosytem__content ul li .text h4 span {
  font-family: "Syncopate", sans-serif;
}

.ecosytem__content ul li .text p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991.98px) {
  .ecosytem__content ul li .text p {
    text-align: left;
    font-size: 1rem;
  }
}

.tokenomices {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../img/coin_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tokenomices::before {
  content: "";
  position: absolute;
  width: 13.3125rem;
  height: 13.3125rem;
  border-radius: 0.625rem;
  background: rgba(255, 88, 0, 0.45);
  -webkit-filter: blur(4.8941rem);
          filter: blur(4.8941rem);
  left: 0;
  bottom: 9rem;
}

.tokenomices__content {
  min-height: 45rem;
}

.tokenomices__content__analytics {
  text-align: center;
  position: relative;
}

.tokenomices__content__analytics::before {
  content: "";
  position: absolute;
  width: 8.125rem;
  height: 10.3125rem;
  background: url(../img/tlr_rat.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 991.98px) {
  .tokenomices__content__analytics::before {
    width: 6rem;
    height: 8rem;
  }
}

.tokenomices__content__analytics__wrapper {
  position: relative;
}

.tokenomices__content__analytics__wrapper img {
  width: 43.1213rem;
  height: auto;
}

@media (max-width: 991.98px) {
  .tokenomices__content__analytics__wrapper img {
    width: 100%;
  }
}

.roadmap {
  background-color: #FFF2EA;
}

.roadmap__content {
  /* row text */
  /* row icon */
  /* row time */
}

.roadmap__content h2 {
  text-align: center;
}

.roadmap__content .timeline {
  padding: 3rem;
}

.roadmap__content .timeline > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 1rem;
}

.roadmap__content .timeline > .column::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  border: 0.1875rem solid #313131;
  height: calc(100% / 4 * 4);
  z-index: 1;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column::before {
    left: 0;
  }
}

.roadmap__content .timeline > .column > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.roadmap__content .timeline > .column > .row ul {
  padding: 0 3rem;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row ul {
    padding: 0 0 0 5rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .roadmap__content .timeline > .column > .row ul {
    padding: 0;
  }
}

.roadmap__content .timeline > .column > .row ul li {
  list-style: disc;
  padding-bottom: 0.25rem;
}

.roadmap__content .timeline > .column > .row > .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 50px);
          flex: 1 1 calc(50% - 50px);
  position: relative;
  margin-bottom: 2rem;
}

.roadmap__content .timeline > .column > .row > .text img {
  width: 12rem;
  height: auto;
  margin: 2rem 0;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .roadmap__content .timeline > .column > .row > .text img {
    width: 10rem;
  }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
  .roadmap__content .timeline > .column > .row > .text img {
    width: 10rem;
  }
}

.roadmap__content .phase2 {
  text-align: right;
}

@media (max-width: 575.98px) {
  .roadmap__content .phase2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 575.98px) {
  .roadmap__content .phase2 img {
    margin: 0 2rem 0 5rem;
  }
}

.roadmap__content .phase2 h3 {
  text-align: center;
}

.roadmap__content .phase1 {
  text-align: left;
}

@media (max-width: 575.98px) {
  .roadmap__content .phase1 {
    text-align: center;
    margin-bottom: 0 !important;
  }
}

.roadmap__content .phase1 img {
  margin-top: 3rem !important;
}

.roadmap__content .phase1 h3 {
  text-align: center;
}

.roadmap__content .phase3 {
  text-align: left;
}

@media (max-width: 575.98px) {
  .roadmap__content .phase3 {
    text-align: center;
  }
}

.roadmap__content .phase3 h3 {
  text-align: center;
}

.roadmap__content .phase4 {
  text-align: left;
}

@media (max-width: 575.98px) {
  .roadmap__content .phase4 {
    text-align: center;
  }
}

.roadmap__content .phase4 h3 {
  text-align: center;
}

.roadmap__content .timeline > .column > .row h3 {
  font-family: "Syne", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  color: #131313;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .roadmap__content .timeline > .column > .row h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
  .roadmap__content .timeline > .column > .row h3 {
    font-size: 1.75rem;
  }
}

.roadmap__content .timeline > .column > .row p {
  font-family: "Syne", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #131313;
  list-style: disc;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row p {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .roadmap__content .timeline > .column > .row p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .roadmap__content .timeline > .column > .row p {
    font-size: 1.125rem;
  }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
  .roadmap__content .timeline > .column > .row p {
    font-size: 1rem;
  }
}

.roadmap__content .timeline > .column > .row > .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row > .icon {
    position: absolute;
  }
}

.roadmap__content .timeline > .column > .row > .icon .icon2 {
  top: 14rem;
  background: #FFF2EA;
  border: 0.0625rem solid #131313;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row > .icon .icon2 {
    top: 29rem;
  }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .roadmap__content .timeline > .column > .row > .icon .icon2 {
    top: 12rem;
  }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
  .roadmap__content .timeline > .column > .row > .icon .icon2 {
    top: 12rem;
  }
}

.roadmap__content .timeline > .column > .row > .icon .icon4 {
  top: 14.5rem;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row > .icon .icon4 {
    top: 30rem;
  }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .roadmap__content .timeline > .column > .row > .icon .icon4 {
    top: 12.5rem;
  }
}

@media (min-width: 1300px) and (max-width: 1531.98px) {
  .roadmap__content .timeline > .column > .row > .icon .icon4 {
    top: 12.5rem;
  }
}

.roadmap__content .timeline > .column > .row > .icon > div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: auto;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
  background: #FF5C00;
  border-radius: 0.5455rem;
}

.roadmap__content .timeline > .column > .row > div i {
  display: block;
  font-size: 1.5rem;
  color: #0055ff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.roadmap__content .timeline > .column > .row > .time {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 50px);
          flex: 1 1 calc(50% - 50px);
  padding-top: 1rem;
}

.roadmap__content .timeline > .column > .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.roadmap__content .timeline > .column > .row:nth-child(even) > div:last-child {
  text-align: end;
}

@media (max-width: 575.98px) {
  .roadmap__content .timeline > .column > .row:nth-child(even) > div:last-child {
    text-align: center;
  }
}

.partners {
  position: relative;
  padding: 1rem 0 3rem 0;
}

.partners__content h2 {
  text-align: center;
}

.partners__content ul {
  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;
  margin-top: 3rem;
}

.partners__content ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 575.98px) {
  .partners__content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}

.partners__content ul li img {
  width: 8.75rem;
  height: auto;
}

.partners__content ul li .ultra {
  width: 4rem;
}

.partners__content ul li .hyper {
  width: 7rem;
}

.footer {
  background: #FFF2EA;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.footer__links {
  padding: 2rem 0;
}

.footer__links ul {
  width: 60%;
  margin: 1rem 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;
}

@media (max-width: 991.98px) {
  .footer__links ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .footer__links ul li {
    margin-bottom: 1rem;
  }
}

.footer__links ul li a {
  color: #131313;
  font-family: "Japanese 3017", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}

.footer__links ul li a .telegram {
  width: 1.65rem;
  height: auto;
}

.footer__links ul li a .twitter {
  width: 1.75rem;
  height: auto;
}

.footer__links ul li a .medium {
  width: 2rem;
  height: auto;
}

.footer__links .socials {
  width: 10rem;
}

@media (max-width: 991.98px) {
  .footer__links .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575.98px) {
  .footer__links .socials {
    width: 30%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .footer__links .socials {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .footer__links .socials {
    margin: 1rem auto;
  }
}

.footer__links .socials__link {
  margin-left: 1.75rem;
}

.footer__links .socials li:first-child .socials__link {
  margin-left: 0;
}

.footer__links .socials li:last-child .socials__link {
  margin-left: 1.25rem;
}

@media (max-width: 991.98px) {
  .footer__links .socials li:last-child .socials__link {
    margin-left: 0.5rem;
  }
}

.footer h6 {
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  padding-top: 0.5rem;
}
/*# sourceMappingURL=style.css.map */