@font-face {
  font-family: "Squartiqa 4F";
  src: url("https://spacecatch.io/fonts/Squartiqa-4F.woff2") format("woff2"),
    url("https://spacecatch.io/fonts/Squartiqa-4F.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("https://spacecatch.io/fonts/SpaceGrotesk-Regular.woff2") format("woff2"),
    url("https://spacecatch.io/fonts/SpaceGrotesk-Regular.ttf") format("truetype"),
    url("https://spacecatch.io/fonts/SpaceGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("https://spacecatch.io/fonts/SpaceGrotesk-Medium.woff2") format("woff2"),
    url("https://spacecatch.io/fonts/SpaceGrotesk-Medium.ttf") format("truetype"),
    url("https://spacecatch.io/fonts/SpaceGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("https://spacecatch.io/fonts/SpaceGrotesk-Bold.woff2") format("woff2"),
    url("https://spacecatch.io/fonts/SpaceGrotesk-Bold.ttf") format("truetype"),
    url("https://spacecatch.io/fonts/SpaceGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
}
@keyframes slideShowLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideShowRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
html.modalOpen {
  overflow: hidden;
}
@media (max-width: 1365px) {
  html.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: "ss03", "ss04";
  color: #26064f;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.05) 11.58%,
    rgba(127, 105, 231, 0.05) 37.95%,
    rgba(106, 115, 244, 0.05) 48%,
    rgba(99, 120, 247, 0.05) 59.3%,
    rgba(89, 138, 243, 0.05) 70.6%,
    rgba(98, 167, 222, 0.05) 84.41%,
    rgba(118, 192, 195, 0.05) 103.25%
  );
  -webkit-overflow-scrolling: touch;
}
body,
.smooth-container {
  scroll-behavior: smooth;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Squartiqa 4F", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
h1 {
  font-size: 64px;
  line-height: 1.18;
  letter-spacing: 0.16rem;
}
h2 {
  font-size: 52px;
  line-height: 1.25;
}
h3 {
  font-size: 40px;
  line-height: 1.25;
}
h4 {
  font-size: 32px;
  line-height: 1.25;
}
h5 {
  font-size: 24px;
  line-height: 1.25;
}
h6 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.10625rem;
}
.subheading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.42rem;
  text-transform: uppercase;
}
.p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02rem;
}
.pBig {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01125rem;
}
.pSmall {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
}
.pSecondary {
  font-family: "Squartiqa 4F", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
.bold {
  font-weight: 700;
}
.extraBold {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.fontSecondary {
  font-family: "Squartiqa 4F", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.gradient {
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
.gradientGreen {
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
.gradientGold {
  background: linear-gradient(
    92.39deg,
    #e0bb55 -2.5%,
    #ede87b 18.24%,
    #ce9327 38.98%,
    #d7aa3e 56.43%,
    #f0e97c 69.87%,
    #e9d66b 80.46%,
    #cf9526 101.2%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1365px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h5,
  .subheading {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5,
  .subheading {
    font-size: 18px;
  }
  h6,
  .pBig {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 30px;
  }
}
.btn,
.btn--2,
.btn--3,
.btn--green,
.btn--nav {
  display: inline-block;
  font-family: "Squartiqa 4F", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 300ms;
}
.btn {
  color: #fff;
  border: 0;
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  -webkit-clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  padding: 21px 40px 22px;
  transition: background 300ms;
}
.btn:hover {
  background: linear-gradient(
    20.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
.btn--big {
  padding: 21px 64px 22px;
}
@media (max-width: 1365px) {
  .btn {
    padding: 18px 28px;
  }
  .btn--big {
    padding: 18px 52px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 16px 24px;
  }
  .btn--big {
    padding: 16px 32px;
  }
}
.btn--green {
  color: #26064f;
  border: 0;
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
  -webkit-clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  padding: 21px 40px 22px;
  transition: background 300ms;
}
.btn--green:hover {
  background: #26064f;
}
.btn--green:hover .btn--green--text {
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1365px) {
  .btn--green {
    padding: 18px 28px;
  }
}
@media (max-width: 767px) {
  .btn--green {
    padding: 16px 24px;
  }
}
.btn--nav {
  color: #26064f;
  background: linear-gradient(
    92.39deg,
    #e0bb55 -2.5%,
    #ede87b 18.24%,
    #ce9327 38.98%,
    #d7aa3e 56.43%,
    #f0e97c 69.87%,
    #e9d66b 80.46%,
    #cf9526 101.2%
  );
  -webkit-clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
  clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
  padding: 16px 23px 17px;
  transition: background 300ms;
}
.btn--nav span {
  transition: all 300ms;
}
.btn--nav:hover {
  background: #26064f;
}
.btn--nav:hover span {
  background: linear-gradient(
    92.39deg,
    #e0bb55 -2.5%,
    #ede87b 18.24%,
    #ce9327 38.98%,
    #d7aa3e 56.43%,
    #f0e97c 69.87%,
    #e9d66b 80.46%,
    #cf9526 101.2%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
.btn--2 {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  -webkit-clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  padding: 21px 40px 22px;
  transition: -webkit-clip-path 300ms;
  transition: clip-path 300ms;
  transition: clip-path 300ms, -webkit-clip-path 300ms;
}
.btn--2:hover {
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.15) 11.58%,
    rgba(127, 105, 231, 0.15) 37.95%,
    rgba(106, 115, 244, 0.15) 48%,
    rgba(99, 120, 247, 0.15) 59.3%,
    rgba(89, 138, 243, 0.15) 70.6%,
    rgba(98, 167, 222, 0.15) 84.41%,
    rgba(118, 192, 195, 0.15) 103.25%
  );
}
@media (max-width: 1365px) {
  .btn--2 {
    padding: 18px 28px;
  }
}
@media (max-width: 767px) {
  .btn--2 {
    padding: 16px 24px;
  }
}
.btn--3 {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  transition: transform 300ms;
}
.btn--3:hover {
  transform: translateY(-3px);
}
.container {
  max-width: 986px;
  margin: 0 auto;
  padding: 0 56px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.containerMid {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 111px;
}
@media (max-width: 1365px) {
  .containerMid {
    padding: 0 56px;
  }
}
@media (max-width: 767px) {
  .containerMid {
    padding: 0 20px;
  }
}
.containerBig {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 56px;
}
@media (max-width: 767px) {
  .containerBig {
    padding: 0 20px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.row--space {
  justify-content: space-between;
}
.row--center {
  align-items: center;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.is-visible {
  display: block;
}
.is-open {
  display: block;
}
.is-hidden {
  display: none;
}
.is-unscrollable {
  overflow: hidden;
}
.relative {
  position: relative;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  color: #26064f;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.2) 11.58%,
    rgba(127, 105, 231, 0.2) 37.95%,
    rgba(106, 115, 244, 0.2) 48%,
    rgba(99, 120, 247, 0.2) 59.3%,
    rgba(89, 138, 243, 0.2) 70.6%,
    rgba(98, 167, 222, 0.2) 84.41%,
    rgba(118, 192, 195, 0.2) 103.25%
  );
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  padding: 26px 32px;
  margin-bottom: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  color: #26064f;
  opacity: 0.6;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="date"]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  color: #26064f;
  opacity: 0.6;
}
input[type="text"]:not(:-moz-placeholder-shown),
input[type="email"]:not(:-moz-placeholder-shown),
input[type="password"]:not(:-moz-placeholder-shown),
input[type="date"]:not(:-moz-placeholder-shown),
textarea:not(:-moz-placeholder-shown),
select:not(:-moz-placeholder-shown) {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
input[type="text"]:focus,
input[type="text"]:not(:placeholder-shown),
input[type="email"]:focus,
input[type="email"]:not(:placeholder-shown),
input[type="password"]:focus,
input[type="password"]:not(:placeholder-shown),
input[type="date"]:focus,
input[type="date"]:not(:placeholder-shown),
textarea:focus,
textarea:not(:placeholder-shown),
select:focus,
select:not(:placeholder-shown) {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
input[type="text"].wrong,
input[type="email"].wrong,
input[type="password"].wrong,
input[type="date"].wrong,
textarea.wrong,
select.wrong {
  border-color: #c81917;
}
input[type="text"]:not(:-moz-placeholder-shown).wrong,
input[type="email"]:not(:-moz-placeholder-shown).wrong,
input[type="password"]:not(:-moz-placeholder-shown).wrong,
input[type="date"]:not(:-moz-placeholder-shown).wrong,
textarea:not(:-moz-placeholder-shown).wrong,
select:not(:-moz-placeholder-shown).wrong {
  border-image-source: none;
}
input[type="text"]:focus.wrong,
input[type="text"]:not(:placeholder-shown).wrong,
input[type="email"]:focus.wrong,
input[type="email"]:not(:placeholder-shown).wrong,
input[type="password"]:focus.wrong,
input[type="password"]:not(:placeholder-shown).wrong,
input[type="date"]:focus.wrong,
input[type="date"]:not(:placeholder-shown).wrong,
textarea:focus.wrong,
textarea:not(:placeholder-shown).wrong,
select:focus.wrong,
select:not(:placeholder-shown).wrong {
  border-image-source: none;
}
input[type="text"].none-transform,
input[type="email"].none-transform,
input[type="password"].none-transform,
input[type="date"].none-transform,
textarea.none-transform,
select.none-transform {
  text-transform: none;
}
@media (max-width: 1365px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  textarea,
  select {
    padding: 22px 28px;
  }
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  textarea,
  select {
    padding: 18px 24px;
  }
}
input[type="submit"] {
  font-family: "Squartiqa 4F", sans-serif;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
input[type="submit"].success {
  color: rgba(0, 0, 0, 0);
}
textarea {
  max-width: 100%;
  min-height: 270px;
  height: 270px;
  max-height: 540px;
  resize: vertical;
}
textarea::-moz-placeholder {
  line-height: 1.8;
}
textarea::placeholder {
  line-height: 1.8;
}
@media (max-width: 767px) {
  textarea {
    min-height: 200px;
    height: 200px;
    max-height: 400px;
  }
}
button,
input[type="submit"] {
  width: auto;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-list {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}
.slick-initialized .hpOffer--slider--div {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -44px;
  left: 8px;
  transform: translateY(100%);
  list-style: none;
}
.slick-dots button {
  display: block;
  font-size: 0;
  width: 40px;
  height: 2px;
  background-color: #26064f;
  border: 0;
  border-radius: 2px;
  margin: 0 4px;
  transition: background-color 300ms;
}
.slick-dots .slick-active button {
  background-color: #26064f;
}
.hpOffer .slick-dots {
  bottom: -50px;
}
.hpHeader .slick-dots {
  position: relative;
  justify-content: flex-end;
  max-width: 1560px;
  bottom: 42px;
  left: unset;
  right: 36px;
  z-index: 2;
  margin: 0 auto;
}
.hpHeader .slick-dots button {
  background-color: rgba(255, 255, 255, 0.25);
}
.hpHeader .slick-dots .slick-active button {
  background-color: #fff;
}
[dir="rtl"] .slick-slide {
  float: right;
}
@media (max-width: 1365px) {
  .slick-dots {
    bottom: -36px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: -28px;
  }
}
@media (max-width: 567px) {
  .slick-dots {
    bottom: -24px;
  }
}
.nav {
  position: relative;
  z-index: 99;
  width: calc(100% - 32px);
  max-width: 1888px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 24px auto 16px;
}
.nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.1) 11.58%,
    rgba(127, 105, 231, 0.1) 37.95%,
    rgba(106, 115, 244, 0.1) 48%,
    rgba(99, 120, 247, 0.1) 59.3%,
    rgba(89, 138, 243, 0.1) 70.6%,
    rgba(98, 167, 222, 0.1) 84.41%,
    rgba(118, 192, 195, 0.1) 103.25%
  );
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  pointer-events: none;
}
.nav--row {
  display: flex;
  align-items: center;
  max-width: 1636px;
  margin: 0 auto;
  padding: 0 24px;
}
.nav--logo {
  width: auto;
  height: 72px;
}
.nav--a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.285;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(38, 6, 79, 0.75);
  padding: 8px 10px;
  margin: 0 14px;
  transition: color 300ms;
}
.nav--a:hover {
  color: #26064f;
}
.nav--a--active {
  position: relative;
  color: #26064f;
}
.nav--a--active::after {
  position: absolute;
  content: "";
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.nav--left {
  margin-right: auto;
}
.nav--button {
  padding: 16px 29px 17px;
  margin-left: auto;
}
.nav--submenu {
  position: relative;
}
.nav--submenu .nav--a {
  display: flex;
  align-items: center;
  cursor: default;
}
.nav--submenu:hover .nav--submenu--div {
  pointer-events: all;
  opacity: 1;
}
.nav--submenu:hover .nav--a {
  color: #26064f;
}
.nav--submenu:hover .nav--submenu--img {
  filter: brightness(0);
}
.nav--submenu--img {
  width: 8px;
  height: auto;
  margin-left: 4px;
  transition: all 300ms;
}
.nav--submenu--div {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 50px;
  transition: opacity 300ms;
}
.nav--submenu--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #26064f;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  padding: 18px 20px 22px;
}
.nav--submenu--a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.285;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  padding: 6px 4px;
  transition: color 300ms;
}
.nav--submenu--a:hover,
.nav--submenu--a--active {
  color: #fff;
}
.nav--btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 32px;
  cursor: pointer;
}
.nav--btn--burger {
  width: 34px;
  height: 2px;
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  border-radius: 2px;
  transition: all 300ms ease;
}
.nav--btn--burger::before,
.nav--btn--burger::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  border-radius: 2px;
  transition: all 300ms ease;
}
.nav--btn--burger::before {
  transform: translateY(-8px);
}
.nav--btn--burger::after {
  transform: translateY(8px);
}
.nav--btn.open .nav--btn--burger {
  transform: translateX(-8px);
  background: rgba(0, 0, 0, 0);
}
.nav--btn.open .nav--btn--burger::before {
  transform: rotate(45deg) translate(4px, -4px);
}
.nav--btn.open .nav--btn--burger::after {
  transform: rotate(-45deg) translate(4px, 4px);
}
.nav--mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 300ms;
}
.nav--mobile.open .nav--mobile--li {
  animation: fadeup 300ms normal forwards;
}
.nav--mobile.open .nav--mobile--li:nth-child(0) {
  animation-delay: 0ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(1) {
  animation-delay: 80ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(2) {
  animation-delay: 160ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(3) {
  animation-delay: 240ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(4) {
  animation-delay: 320ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(5) {
  animation-delay: 400ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(6) {
  animation-delay: 480ms;
}
.nav--mobile.open .nav--mobile--li:nth-child(7) {
  animation-delay: 560ms;
}
.nav--mobile--div {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.05) 11.58%,
    rgba(127, 105, 231, 0.05) 37.95%,
    rgba(106, 115, 244, 0.05) 48%,
    rgba(99, 120, 247, 0.05) 59.3%,
    rgba(89, 138, 243, 0.05) 70.6%,
    rgba(98, 167, 222, 0.05) 84.41%,
    rgba(118, 192, 195, 0.05) 103.25%
  );
  padding: 176px 56px 40px;
  overflow-y: auto;
}
.nav--mobile--ul {
  list-style: none;
  margin-bottom: 32px;
}
.nav--mobile--li {
  opacity: 0;
}
.nav--mobile--a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.285;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(38, 6, 79, 0.75);
  padding: 12px 0;
  margin: 12px 0;
  transition: color 300ms;
}
.nav--mobile--a:hover {
  color: #26064f;
}
.nav--mobile--submenu {
  margin: 12px 0;
}
.nav--mobile--submenu .nav--mobile--a {
  margin: 0;
}
.nav--mobile--submenu--p {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav--mobile--submenu--icon {
  width: 10px;
  height: 6px;
  margin-left: 6px;
  transition: transform 300ms;
}
.nav--mobile--submenu--div {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}
.nav--mobile--submenu--div.overflow {
  overflow: unset;
}
.nav--mobile--submenu--content {
  padding: 0px 24px 14px;
  transition: box-shadow 200ms;
}
.nav--mobile--submenu--a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.285;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(38, 6, 79, 0.75);
  padding: 10px 0;
  transition: color 300ms;
}
.nav--mobile--submenu--a:hover {
  color: #26064f;
}
.nav--mobile--submenu.open .nav--mobile--submenu--p {
  color: #26064f;
}
.nav--mobile--submenu.open .nav--mobile--submenu--icon {
  filter: brightness(0);
  transform: rotateX(180deg);
}
.nav--mobile--button {
  display: none;
  margin-top: 8px;
}
@media (max-width: 1365px) {
  .nav--a,
  .nav--submenu,
  .nav--lang {
    display: none;
  }
  .nav--btn {
    display: flex;
  }
  .nav--mobile.open {
    opacity: 1;
    pointer-events: all;
  }
  .nav--logo {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .nav--button {
    display: none;
  }
  .nav--logo {
    height: 50px;
  }
  .nav--row {
    padding: 0 16px;
  }
  .nav--mobile--div {
    padding: 152px 20px 32px;
  }
  .nav--mobile--a {
    font-size: 16px;
    padding: 8px 0;
  }
  .nav--mobile--submenu--content {
    padding: 0 24px;
  }
  .nav--mobile--submenu--a {
    font-size: 14px;
  }
  .nav--mobile--button {
    display: inline-block;
  }
  .nav--btn--burger {
    width: 30px;
  }
  .nav--btn--burger::before,
  .nav--btn--burger::after {
    width: 26px;
  }
  .nav--btn--burger::before {
    transform: translateY(-7px);
  }
  .nav--btn--burger::after {
    transform: translateY(7px);
  }
}
.news {
  position: sticky;
  top: 0;
  z-index: 102;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
}
.news--slider {
  display: flex;
  min-width: 100%;
  overflow: hidden;
}
.news--slide {
  display: flex;
  align-items: center;
  white-space: nowrap;
  -webkit-text-size-adjust: 100%;
  animation: slideShowLeft 36s linear infinite;
}
.news--p {
  margin: 0 72px;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.hpHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 56px;
}
.hpHeader--left {
  width: 48%;
  padding-top: 24px;
}
.hpHeader--heading {
  margin-bottom: 24px;
  color: #fff;
}
.hpHeader--text {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.85);
}
.hpHeader--video {
  display: block;
  position: absolute;
  width: calc(100% - 32px);
  max-width: 1888px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}
.hpHeader--video--icon {
  display: none;
  position: relative;
  width: 40px;
  padding: 6px;
  margin: -54px 16px 54px auto;
  cursor: pointer;
}
.hpHeader--watch {
  display: flex;
  align-items: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 40px 0 24px;
  cursor: pointer;
}
.hpHeader--watch--img {
  width: 64px;
  transition: filter 300ms;
}
.hpHeader--watch:hover {
  text-decoration: underline;
}
.hpHeader--watch:hover .hpHeader--watch--img {
  filter: brightness(0) invert(1);
}
.hpHeader--row {
  display: none;
  align-items: center;
  gap: 16px;
  margin: 40px 0 16px;
}
.hpHeader--row--img {
  height: 56px;
  transition: transform 300ms;
}
.hpHeader--row--img:hover {
  transform: translateY(-4px);
}
.hpHeader--socials {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  -webkit-clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
}
.hpHeader--socials--a {
  display: block;
  transition: transform 300ms;
}
.hpHeader--socials--a:hover {
  transform: translateY(-4px);
}
.hpHeader--socials--img {
  width: 24px;
  height: 24px;
}
.hpHeader--verification {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.hpHeader--verification--img {
  width: 104px;
}
.hpHeader--kyc {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.hpHeader--kyc--img {
  width: 184px;
}
.hpHeader--ellipse {
  display: none;
  position: absolute;
  top: 0;
  left: 2%;
  width: 56%;
  z-index: -1;
}
.hpHeader--symbol {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  width: 23.3%;
  z-index: -1;
}
.hpAbout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.hpAbout--img {
  width: 44%;
  max-width: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 4%;
}
.hpAbout--content {
  width: 40%;
  max-width: 535px;
  margin-right: 8%;
}
.hpAbout--heading {
  max-width: 450px;
}
.hpAbout--flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  margin-top: 32px;
}
.hpAbout--div {
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.15) 11.58%,
    rgba(127, 105, 231, 0.15) 37.95%,
    rgba(106, 115, 244, 0.15) 48%,
    rgba(99, 120, 247, 0.15) 59.3%,
    rgba(89, 138, 243, 0.15) 70.6%,
    rgba(98, 167, 222, 0.15) 84.41%,
    rgba(118, 192, 195, 0.15) 103.25%
  );
  padding: 32px;
}
.hpAbout--subheading {
  position: relative;
  margin-bottom: 16px;
}
.hpAbout--subheading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -32px;
  transform: translateY(-50%) rotateY(180deg) rotateZ(180deg);
  width: 4px;
  height: calc(100% + 4px);
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
.hpAbout--text {
  color: rgba(38, 6, 79, 0.85);
}
.hpAbout--ellipse {
  position: absolute;
  top: -60px;
  left: 58%;
  transform: translateX(-50%);
  width: 50%;
  z-index: -1;
}
.hpPartners {
  position: relative;
  text-align: center;
  margin-top: 96px;
}
.hpPartners--heading {
  margin: 80px 0 32px;
}
.hpPartners--slider {
  display: flex;
  overflow: hidden;
}
.hpPartners--slide {
  display: flex;
  align-items: center;
  animation: slideShowLeft 50s linear infinite;
}
.hpPartners--img {
  max-width: unset;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 36px;
}
.hpPartners--ellipse {
  position: absolute;
  top: -100px;
  left: 60%;
  transform: translateX(-50%);
  width: 55%;
  z-index: -1;
}
.hpGame {
  position: relative;
  padding-top: 80px;
}
.hpGame--content {
  position: relative;
  background-color: #fff;
  padding: 64px 56px 72px;
  -webkit-clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  overflow: hidden;
}
.hpGame--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.hpGame--left {
  width: 48%;
  max-width: 500px;
}
.hpGame--heading {
  max-width: 436px;
}
.hpGame--text {
  max-width: 440px;
  color: rgba(38, 6, 79, 0.85);
  margin-top: 32px;
}
.hpGame--types {
  display: flex;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(38, 6, 79, 0.12);
  padding-bottom: 28px;
  margin-top: 40px;
}
.hpGame--type {
  position: relative;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 300ms;
}
.hpGame--type::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 0;
  height: 4px;
}
.hpGame--type:nth-of-type(1)::after {
  background: linear-gradient(219.63deg, #90c9ea -3.71%, #35405a 110.02%);
}
.hpGame--type:nth-of-type(2)::after {
  background: linear-gradient(219.63deg, #9573c0 -3.71%, #993a57 110.02%);
}
.hpGame--type:nth-of-type(3)::after {
  background: linear-gradient(219.63deg, #71cb68 -3.71%, #434243 110.02%);
}
.hpGame--type:nth-of-type(4)::after {
  background: linear-gradient(219.63deg, #db8de4 -3.71%, #7ebedf 110.02%);
}
.hpGame--type--frame {
  height: 60px;
  opacity: 0;
  margin: 0 auto 12px;
  transition: opacity 300ms;
}
.hpGame--type--icon {
  position: absolute;
  width: 24px;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms;
}
.hpGame--type:hover,
.hpGame--type.shown {
  opacity: 1;
}
.hpGame--type:hover .hpGame--type--icon,
.hpGame--type.shown .hpGame--type--icon {
  width: 26px;
  top: 26px;
}
.hpGame--type.shown::after {
  width: 100%;
  transition: width 6s linear;
}
.hpGame--type.shown .hpGame--type--frame {
  opacity: 1;
}
.hpGame--type.shown .hpGame--type--icon {
  width: 30px;
  top: 22px;
}
.hpGame--right {
  position: relative;
  width: 50%;
}
.hpGame--circle {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(38, 6, 79, 0.12);
  border-radius: 50%;
}
.hpGame--circle--div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hpGame--circle--div:nth-of-type(2) {
  transform: rotate(120deg);
}
.hpGame--circle--div:nth-of-type(3) {
  transform: rotate(240deg);
}
.hpGame--circle--progress {
  width: 100%;
  aspect-ratio: 1;
  border: 3px solid #90c9ea;
  border-radius: 50%;
  -webkit-mask: conic-gradient(#7056a9 var(--p), transparent 0%) border-box;
  mask: conic-gradient(#7056a9 var(--p), transparent 0%) border-box;
  animation: border-width 6s ease-out infinite, border-spin 6s ease-out infinite;
  transition: border-color 300ms;
}
.hpGame--circle.ch1 .hpGame--circle--progress {
  border-color: #956ebe;
}
.hpGame--circle.ch2 .hpGame--circle--progress {
  border-color: #72cb69;
}
.hpGame--circle.ch3 .hpGame--circle--progress {
  border-color: #db8de4;
}
.hpGame--character--img {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  max-width: 110%;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 0%);
  -o-object-fit: cover;
  object-fit: cover;
}
.hpGame--character--img.shown {
  -webkit-clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
  clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
  animation: show-character 1450ms ease-out;
  animation-fill-mode: backwards;
  animation-delay: 200ms;
}
.hpGame--character--img.hidden {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%);
  animation: hide-character 1250ms ease-out;
}
.hpGame--icon {
  position: absolute;
  bottom: 32px;
  left: 23.8%;
  width: 39%;
  z-index: 0;
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
}
.hpGame--icon.shown {
  opacity: 0.05;
}
.hpGame--ellipse {
  position: absolute;
  top: 0;
  right: 140px;
  width: 40%;
  z-index: -1;
}
@property --p {
  syntax: "<percentage>";
  initial-value: 30%;
  inherits: true;
}
@keyframes show-character {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
    clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
  }
}
@keyframes hide-character {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 200%, -100% 0%);
    clip-path: polygon(100% 0%, 100% 200%, -100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%);
  }
}
@keyframes border-width {
  0% {
    --p: 10%;
  }
  50% {
    --p: 25%;
  }
  100% {
    --p: 10%;
  }
}
@keyframes border-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.hpVideos {
  position: relative;
  padding-top: 88px;
}
.hpVideos--div {
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.hpVideos--div--margin {
  margin: 0 16px;
}
.hpVideos .hpPress--arrow.slick-disabled {
  cursor: default;
}
.hpVideos .hpPress--arrow.slick-disabled path {
  fill: rgba(38, 6, 79, 0.25);
}
.hpVideos--about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
}
.hpVideos--author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  background: url("https://spacecatch.io/img/videos/bg.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 6px 20px 6px 6px;
  -webkit-clip-path: polygon(
    0 10px,
    10px 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    10px 100%,
    0 calc(100% - 10px)
  );
  clip-path: polygon(
    0 10px,
    10px 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    10px 100%,
    0 calc(100% - 10px)
  );
}
.hpVideos--author--img {
  width: 52px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
  clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
}
.hpVideos--author--name {
  color: #fff;
}
.hpVideos--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.hpVideos--btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
}
.hpVideos--triangle {
  width: 8px;
}
.hpVideos--a {
  width: 100%;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.hpVideos--a:hover .hpVideos--img {
  transform: scale(1.05);
}
.hpVideos--img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms;
}
.hpVideos--ellipse {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34%;
  transform: translateY(50%);
  z-index: -1;
}
.hpToken {
  position: relative;
  padding-top: 88px;
}
.hpToken--flex {
  display: flex;
  gap: 32px;
  margin-top: 26px;
}
.hpToken--left,
.hpToken--right {
  flex: 1 0 40%;
}
.hpToken--div {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}
.hpToken--div--heading {
  position: relative;
  border-bottom: 1px solid rgba(38, 6, 79, 0.12);
  padding: 32px 70px 32px 32px;
  transition: all 300ms ease;
  cursor: pointer;
}
.hpToken--div--heading:hover {
  color: #fff;
  background: #26064f;
  border-color: rgba(255, 255, 255, 0.12);
}
.hpToken--div--heading::before,
.hpToken--div--heading::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  transition: transform 300ms, background-color 300ms;
}
.hpToken--div--heading::before {
  width: 18px;
  height: 2px;
  right: 32px;
}
.hpToken--div--heading::after {
  height: 18px;
  width: 2px;
  right: 40px;
}
.hpToken--div--heading--h {
  position: relative;
}
.hpToken--div--heading--h::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -32px;
  transform: translateY(-50%) rotateY(180deg) rotateZ(180deg);
  width: 4px;
  height: calc(100% + 4px);
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
.hpToken--div.faq--open .hpToken--div--heading {
  color: #fff;
  background: #26064f;
  border-color: rgba(255, 255, 255, 0.12);
}
.hpToken--div.faq--open .hpToken--div--heading::after {
  transform: translateY(-50%) rotate(90deg);
}
.hpToken--div--text {
  height: 100%;
  max-height: 0;
  color: rgba(255, 255, 255, 0.75);
  background: #26064f;
  overflow: hidden;
  transition: all 300ms ease;
}
.hpToken--div--text--p {
  padding: 32px 32px 36px;
}
.hpToken--ellipse {
  position: absolute;
  top: 100px;
  left: 0;
  width: 55%;
  z-index: -1;
}
.hpToken--symbol {
  position: absolute;
  top: 0;
  left: 64%;
  width: 45%;
  transform: translateX(-50%) rotate(8deg);
  z-index: -1;
}
.hpTokenomics {
  color: #fff;
  padding-top: 80px;
}
.hpTokenomics--content {
  position: relative;
  background-image: url("https://spacecatch.io/img/tokenomics-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 72px 56px 56px;
  -webkit-clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}
.hpTokenomics--heading {
  text-align: center;
}
.hpTokenomics--container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  max-width: 1300px;
  margin: 24px auto 0;
}
.hpTokenomics--img {
  width: 54%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hpTokenomics--data {
  width: 39.5%;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.2) 11.58%,
    rgba(127, 105, 231, 0.2) 37.95%,
    rgba(106, 115, 244, 0.2) 48%,
    rgba(99, 120, 247, 0.2) 59.3%,
    rgba(89, 138, 243, 0.2) 70.6%,
    rgba(98, 167, 222, 0.2) 84.41%,
    rgba(118, 192, 195, 0.2) 103.25%
  );
  padding: 24px 32px 32px;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.hpTokenomics--subheading {
  margin-bottom: 16px;
}
.hpTokenomics--div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 15px 0;
}
.hpTokenomics--div:nth-last-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.hpTokenomics--div:nth-last-of-type(1) {
  border-top: 0;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  margin-bottom: 12px;
}
.hpTokenomics--btn {
  width: 100%;
  margin-top: 14px;
}
.hpNft {
  position: relative;
  padding-top: 88px;
  padding-bottom: 80px;
}
.hpNft--flex {
  display: flex;
  gap: 32px;
  margin: 26px 0 80px;
}
.hpNft--slider {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.hpNft--slide {
  display: flex;
  align-items: center;
  animation: slideShowLeft 40s linear infinite;
}
.hpNft--img {
  max-width: unset;
  height: 350px;
  margin: 0 16px;
  -webkit-clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
}
.hpNft--sold {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  transform: translate(-50%, -50%) rotate(-8deg);
  pointer-events: none;
}
.hpNft--ellipse {
  position: absolute;
  top: -50%;
  right: 144px;
  width: 50%;
  transform: translateY(50%);
  z-index: -1;
}
.hpTweets {
  padding-bottom: 80px;
}
.hpTweets--slider {
  margin: 48px -16px;
}
.hpTweets--div {
  margin: 0 16px;
}
.hpTweets .slick-initialized .hpTweets--a {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.hpTweets--a {
  text-decoration: none;
  color: #26064f;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.15) 11.58%,
    rgba(127, 105, 231, 0.15) 37.95%,
    rgba(106, 115, 244, 0.15) 48%,
    rgba(99, 120, 247, 0.15) 59.3%,
    rgba(89, 138, 243, 0.15) 70.6%,
    rgba(98, 167, 222, 0.15) 84.41%,
    rgba(118, 192, 195, 0.15) 103.25%
  );
  padding: 32px;
  margin: 0 16px;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.hpTweets--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hpTweets--author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hpTweets--logo {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 6px;
}
.hpTweets--name {
  color: rgba(38, 6, 79, 0.85);
}
.hpTweets--link {
  color: rgba(38, 6, 79, 0.75);
}
.hpTweets--icon {
  width: 28px;
}
.hpTweets--text {
  margin: 16px 0;
}
.hpTweets--blue {
  color: #0085ff;
}
.hpTweets--img {
  border-radius: 12px;
}
.hpTweets .hpPress--arrow.slick-disabled {
  cursor: default;
}
.hpTweets .hpPress--arrow.slick-disabled path {
  fill: rgba(38, 6, 79, 0.25);
}
.hpTweets .twitter-tweet {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 !important;
}
.hpRoadmap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 56px;
}
.hpRoadmap--content {
  position: relative;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.1) 11.58%,
    rgba(127, 105, 231, 0.1) 37.95%,
    rgba(106, 115, 244, 0.1) 48%,
    rgba(99, 120, 247, 0.1) 59.3%,
    rgba(89, 138, 243, 0.1) 70.6%,
    rgba(98, 167, 222, 0.1) 84.41%,
    rgba(118, 192, 195, 0.1) 103.25%
  );
  padding: 64px 56px 56px;
  -webkit-clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  overflow: hidden;
}
.hpRoadmap--heading--br {
  display: none;
}
.hpRoadmap--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
}
.hpRoadmap--img {
  width: 54%;
  max-width: 740px;
  margin-bottom: -40px;
}
.hpRoadmap--quarters {
  width: 45%;
}
.hpRoadmap--div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hpRoadmap--div:not(:first-child) {
  margin-top: 20px;
}
.hpRoadmap--div:first-child {
  margin-left: -112px;
}
.hpRoadmap--div:first-child .hpRoadmap--quarter {
  text-shadow: 4px 4px 10px rgba(38, 6, 79, 0.1);
}
.hpRoadmap--div:nth-child(3) {
  margin-left: 40px;
}
.hpRoadmap--div:nth-child(4) {
  margin-left: 24px;
}
.hpRoadmap--quarter {
  font-size: 120px;
  color: #e3e3e3;
  text-shadow: 4px 4px 10px rgba(38, 6, 79, 0.3);
}
.hpRoadmap--subheading {
  margin-bottom: 6px;
}
.hpRoadmap--text {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  color: rgba(38, 6, 79, 0.85);
}
.hpRoadmap--text--img {
  height: 18px;
}
.hpRoadmap--moon {
  position: absolute;
  top: 64px;
  right: 40px;
  width: 61%;
  z-index: -1;
}
.hpRoadmap--btn {
  margin-top: 64px;
}
.hpRoadmap--btn--mobile {
  display: none;
}
.hpTeam {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 80px;
  overflow: hidden;
}
.hpTeam--heading {
  text-align: center;
  margin: 0 auto;
}
.hpTeam--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin: 48px 0;
}
.hpTeam--name {
  margin: 20px 0 6px;
}
.hpTeam--ellipse {
  position: absolute;
  top: -44%;
  right: 16%;
  width: 54%;
  transform: translateY(50%);
  z-index: -1;
}
.hpTeam--symbol {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.hpPress {
  position: relative;
  background-image: url("https://spacecatch.io/img/bg.jpg?v=2.02");
  background-position: bottom;
  background-size: cover;
  background-repeat-x: no-repeat;
  z-index: 1;
  padding-top: 96px;
  overflow: hidden;
}
.hpPress--heading {
  color: #fff;
}
.hpPress--slider {
  display: flex;
  color: #fff;
  margin: 48px -16px;
}
.hpPress--div {
  display: flex;
}
.hpPress--arrow {
  position: absolute;
  bottom: -58px;
  left: 72px;
  transform: translateY(100%);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hpPress--arrow--left {
  left: 16px;
  transform: translateY(100%) rotate(180deg);
}
.hpPress--arrow.slick-disabled {
  cursor: default;
}
.hpPress--arrow.slick-disabled path {
  fill: rgba(255, 255, 255, 0.25);
}
.hpPress--btn {
  margin-left: auto;
}
.hpPress--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  z-index: -1;
}
.hpFaq {
  padding-top: 88px;
}
.hpFaq--content {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 72px 56px 80px;
  -webkit-clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}
.hpFaq--content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.2) 11.58%,
    rgba(127, 105, 231, 0.2) 37.95%,
    rgba(106, 115, 244, 0.2) 48%,
    rgba(99, 120, 247, 0.2) 59.3%,
    rgba(89, 138, 243, 0.2) 70.6%,
    rgba(98, 167, 222, 0.2) 84.41%,
    rgba(118, 192, 195, 0.2) 103.25%
  );
}
.hpFaq--container {
  max-width: 1300px;
  margin: 0 auto;
}
.hpFaq--heading {
  text-align: center;
}
.hpFaq--flex {
  display: flex;
  gap: 32px;
  margin: 48px 0 24px;
}
.hpFaq--left,
.hpFaq--right {
  flex: 1 0 40%;
}
.hpFaq--div {
  width: 100%;
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  margin-bottom: 16px;
}
.hpFaq--div--question {
  position: relative;
  background-color: #fff;
  padding: 32px 70px 32px 32px;
  transition: all 300ms ease;
  cursor: pointer;
}
.hpFaq--div--question:hover {
  color: #fff;
  background: #26064f;
}
.hpFaq--div--question::before,
.hpFaq--div--question::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  transition: transform 300ms, background-color 300ms;
}
.hpFaq--div--question::before {
  width: 18px;
  height: 2px;
  right: 32px;
}
.hpFaq--div--question::after {
  height: 18px;
  width: 2px;
  right: 40px;
}
.hpFaq--div--question--text {
  position: relative;
}
.hpFaq--div--question--text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -32px;
  transform: translateY(-50%) rotateY(180deg) rotateZ(180deg);
  width: 4px;
  height: calc(100% + 4px);
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
.hpFaq--div.faq--open .hpFaq--div--question {
  color: #fff;
  background: #26064f;
}
.hpFaq--div.faq--open .hpFaq--div--question::after {
  transform: translateY(-50%) rotate(90deg);
}
.hpFaq--div--answer {
  height: 100%;
  max-height: 0;
  color: rgba(255, 255, 255, 0.75);
  background: #26064f;
  overflow: hidden;
  transition: all 300ms ease;
}
.hpFaq--div--answer--text {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 32px 0 36px;
  margin: 0 32px;
}
.hpFaq--div--a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 300ms;
}
.hpFaq--div--a:hover {
  color: #fff;
}
.hpFaq--hidden {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (max-width: 1560px) {
  .hpAbout--img {
    margin-left: 2%;
  }
  .hpAbout--content {
    margin-right: 6.6%;
  }
}
@media (max-width: 1365px) {
  .hpHeader {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hpAbout--img {
    width: 52%;
    margin-left: 0;
  }
  .hpAbout--content {
    width: 42%;
    margin-right: 0;
  }
  .hpPartners {
    margin-top: 88px;
  }
  .hpPartners--heading {
    margin: 72px 0 32px;
  }
  .hpPartners--img {
    height: 42px;
    margin: 0 32px;
  }
  .hpGame--container {
    align-items: flex-start;
  }
  .hpGame--heading {
    max-width: 352px;
  }
  .hpGame--types {
    margin-top: 32px;
  }
  .hpGame--right {
    width: 45%;
    margin-top: 8px;
  }
  .hpGame--icon {
    left: 28%;
  }
  .hpTokenomics--content {
    padding: 56px;
  }
  .hpTokenomics--img {
    margin: 42px auto 0;
  }
  .hpTokenomics--container {
    flex-wrap: wrap;
    gap: 56px;
  }
  .hpTokenomics--img {
    width: 84%;
    margin: 0 5%;
  }
  .hpTokenomics--data {
    width: 100%;
    padding: 32px 40px 40px;
  }
  .hpNft--sold {
    width: 92%;
  }
  .hpTweets--slider {
    margin: 36px -16px 32px;
  }
  .hpRoadmap--content {
    padding: 56px;
  }
  .hpRoadmap--img {
    width: 47%;
    margin-bottom: 0;
  }
  .hpRoadmap--quarters {
    width: 53%;
  }
  .hpRoadmap--div {
    gap: 20px;
  }
  .hpRoadmap--div:not(:first-child) {
    margin-top: 24px;
  }
  .hpRoadmap--div:first-child {
    margin-left: -80px;
  }
  .hpRoadmap--div:nth-child(3) {
    margin-left: 32px;
  }
  .hpRoadmap--div:nth-child(4) {
    margin-left: 20px;
  }
  .hpRoadmap--quarter {
    font-size: 72px;
  }
  .hpRoadmap--moon {
    top: 64px;
    right: 40px;
    width: 61%;
  }
  .hpRoadmap--btn {
    margin-top: 48px;
  }
  .hpTeam--grid {
    grid-gap: 24px;
    margin: 40px 0 32px;
  }
  .hpTeam--name {
    margin: 14px 0 6px;
  }
  .hpPress--slider {
    margin: 36px -16px 32px;
  }
  .hpPress--arrow {
    width: 32px;
    height: 32px;
    bottom: -42px;
    left: 56px;
  }
  .hpPress--arrow--left {
    left: 12px;
  }
  .hpFaq--content {
    padding: 64px 56px 72px;
  }
  .hpFaq--flex {
    margin: 40px 0 24px;
  }
}
@media (max-width: 1023px) {
  .hpHeader {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .hpHeader--left {
    width: 100%;
    background-position: right;
    padding-top: 0;
    margin-bottom: 0;
  }
  .hpHeader--heading {
    color: #26064f;
  }
  .hpHeader--text {
    max-width: 460px;
    color: rgba(38, 6, 79, 0.85);
  }
  .hpHeader--video {
    position: unset;
    width: 100%;
    transform: unset;
    margin-top: 32px;
  }
  .hpHeader--video--icon {
    display: block;
  }
  .hpHeader--watch {
    display: none;
  }
  .hpHeader--row {
    display: flex;
  }
  .hpHeader--verification {
    gap: 16px;
    margin-top: 24px;
  }
  .hpHeader--verification--img {
    width: 96px;
  }
  .hpHeader--kyc {
    margin-top: 16px;
  }
  .hpHeader--kyc--img {
    width: 136px;
  }
  .hpHeader--ellipse,
  .hpHeader--symbol {
    display: block;
  }
  .hpAbout {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .hpAbout--img {
    order: 2;
    width: 100%;
  }
  .hpAbout--content {
    width: 100%;
    max-width: unset;
    margin-right: 0;
  }
  .hpAbout--heading {
    max-width: 500px;
  }
  .hpPartners {
    margin-top: 64px;
  }
  .hpPartners--img {
    height: 36px;
    margin: 0 26px;
  }
  .hpGame--container {
    flex-direction: column;
  }
  .hpGame--left {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .hpGame--heading {
    max-width: 500px;
  }
  .hpGame--text {
    max-width: 550px;
    margin-top: 24px;
  }
  .hpGame--types {
    margin: 32px auto 0;
  }
  .hpGame--right {
    width: 96%;
    max-width: 456px;
    margin: 56px auto 0;
  }
  .hpGame--icon {
    bottom: 320px;
    left: 7%;
    width: 86%;
  }
  .hpVideos--about {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hpVideos--author {
    order: 2;
  }
  .hpToken--flex {
    flex-direction: column;
    gap: 0;
  }
  .hpToken--left,
  .hpToken--right {
    flex: 1;
  }
  .hpTokenomics--container {
    gap: 48px;
    margin: 16px auto 0;
  }
  .hpTokenomics--img {
    width: 95%;
    margin-left: 0;
  }
  .hpTokenomics--data {
    padding: 24px 32px 32px;
  }
  .hpNft--flex {
    flex-direction: column;
    gap: 0;
    margin: 26px 0 64px;
  }
  .hpNft--slider {
    margin-bottom: 16px;
  }
  .hpNft--img {
    height: 300px;
  }
  .hpNft--sold {
    width: 100%;
  }
  .hpRoadmap--heading {
    text-align: center;
  }
  .hpRoadmap--heading--br {
    display: block;
  }
  .hpRoadmap--row {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-top: 48px;
  }
  .hpRoadmap--img {
    order: 2;
    width: 100%;
    max-width: 480px;
  }
  .hpRoadmap--quarters {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 24px;
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
  }
  .hpRoadmap--div {
    flex: 1 0 34%;
    justify-content: center;
    text-align: center;
  }
  .hpRoadmap--div:nth-child(n) {
    margin: 0;
  }
  .hpRoadmap--quarter {
    display: none;
  }
  .hpRoadmap--subheading {
    margin-bottom: 12px;
  }
  .hpRoadmap--text {
    justify-content: center;
    padding: 3px 0;
  }
  .hpRoadmap--btn {
    margin-top: 0;
  }
  .hpRoadmap--btn--pc {
    display: none;
  }
  .hpRoadmap--btn--mobile {
    display: block;
  }
  .hpRoadmap--moon {
    display: none;
  }
  .hpTeam--grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hpTeam--div:nth-child(4) {
    display: none;
  }
  .hpFaq--flex {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .hpHeader {
    padding-top: 0;
  }
  .hpHeader--left {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .hpHeader--text {
    margin: 0 auto;
  }
  .hpHeader--row {
    justify-content: center;
    margin-top: 32px;
  }
  .hpHeader--row--img {
    height: 48px;
  }
  .hpHeader--socials {
    gap: 18px;
    padding: 14px 22px;
    margin: 0 auto;
  }
  .hpHeader--socials--img {
    width: 22px;
    height: 22px;
  }
  .hpHeader--verification {
    justify-content: center;
    margin-top: 16px;
  }
  .hpHeader--verification--img {
    width: 80px;
  }
  .hpHeader--kyc {
    margin: 16px auto 0;
  }
  .hpHeader--kyc--img {
    width: 120px;
  }
  .hpHeader--ellipse {
    left: 0;
    width: 66%;
  }
  .hpHeader--symbol {
    top: 140px;
    width: 36%;
  }
  .hpAbout {
    gap: 32px;
  }
  .hpAbout--ellipse {
    width: 90%;
  }
  .hpPartners {
    margin-top: 56px;
  }
  .hpPartners--heading {
    margin: 56px 0 24px;
  }
  .hpPartners--img {
    height: 32px;
    margin: 0 20px;
  }
  .hpPartners--ellipse {
    top: 150px;
    width: 85%;
    left: 15%;
    transform: none;
  }
  .hpGame {
    padding-top: 56px;
  }
  .hpGame--content {
    padding: 40px 24px;
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
  .hpGame--types {
    gap: 32px;
    padding-bottom: 22px;
  }
  .hpGame--type::after {
    bottom: -22px;
  }
  .hpGame--right {
    max-width: 376px;
    margin: 40px auto 0;
  }
  .hpGame--ellipse {
    right: 0;
    width: 70%;
  }
  .hpVideos {
    padding-top: 56px;
  }
  .hpVideos--div--margin {
    margin: 0 12px;
  }
  .hpVideos--about {
    flex-direction: row;
    align-items: center;
  }
  .hpVideos--author {
    order: unset;
    padding: 6px 16px 6px 6px;
  }
  .hpVideos--ellipse {
    bottom: 40px;
    right: 0;
    width: 80%;
  }
  .hpToken {
    padding-top: 56px;
  }
  .hpToken--flex {
    margin-top: 16px;
  }
  .hpToken--div--heading {
    padding: 28px 70px 28px 32px;
  }
  .hpToken--div--heading--h::before {
    width: 3px;
  }
  .hpToken--div--text--p {
    padding: 28px 32px 32px;
  }
  .hpToken--symbol {
    top: 90px;
    left: unset;
    right: 16px;
    width: 48%;
    transform: rotate(8deg);
  }
  .hpToken--ellipse {
    top: 340px;
    width: 65%;
  }
  .hpTokenomics {
    padding-top: 56px;
  }
  .hpTokenomics--content {
    padding: 40px 32px;
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
  .hpNft {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hpNft--flex {
    margin: 16px 0 48px;
  }
  .hpNft--slider {
    margin-bottom: 0;
  }
  .hpNft--img {
    height: 250px;
    margin: 0 12px;
  }
  .hpTweets {
    padding-bottom: 56px;
  }
  .hpTweets--slider {
    margin: 26px -12px 32px;
  }
  .hpTweets--a {
    padding: 24px;
    margin: 0 12px;
  }
  .hpTweets--author {
    gap: 10px;
  }
  .hpTweets--logo {
    width: 48px;
  }
  .hpTweets--icon {
    width: 24px;
  }
  .hpTweets--hide {
    display: none;
  }
  .hpRoadmap--content {
    padding: 40px 32px;
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
  .hpRoadmap--row {
    gap: 40px;
    margin-top: 40px;
  }
  .hpRoadmap--div {
    flex: 100%;
  }
  .hpTeam {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hpTeam--grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 24px 0 32px;
  }
  .hpTeam--div:nth-child(4) {
    display: block;
  }
  .hpPress {
    padding-top: 56px;
  }
  .hpPress--slider {
    margin: 26px -12px 32px;
  }
  .hpPress--arrow {
    bottom: -40px;
  }
  .hpFaq {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-top: 56px;
  }
  .hpFaq--content {
    padding: 56px 20px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .hpFaq--flex {
    margin: 32px 0 20px;
  }
  .hpFaq--div {
    margin-bottom: 12px;
  }
  .hpFaq--div--question {
    padding: 28px 70px 28px 32px;
  }
  .hpFaq--div--question--text::before {
    width: 3px;
  }
  .hpFaq--div--answer--text {
    padding: 28px 0 32px;
  }
}
@media (max-width: 567px) {
  .hpGame--types {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
    border-bottom: 0;
    margin: 24px auto 0;
    padding-bottom: 12px;
  }
  .hpGame--type::after {
    bottom: -12px;
  }
  .hpGame--type {
    flex: 0 40%;
  }
  .hpGame--icon {
    bottom: 344px;
  }
  .hpVideos--about {
    flex-direction: column;
    align-items: flex-end;
  }
  .hpVideos--author {
    gap: 12px;
    order: 2;
  }
  .hpVideos--author--img {
    width: 46px;
  }
  .hpTokenomics {
    padding-left: 0;
    padding-right: 0;
  }
  .hpTokenomics--content {
    padding: 56px 20px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .hpTokenomics--data {
    padding: 32px 20px;
    -webkit-clip-path: polygon(
      0 12px,
      12px 0,
      calc(100% - 12px) 0,
      100% 12px,
      100% calc(100% - 12px),
      calc(100% - 12px) 100%,
      12px 100%,
      0 calc(100% - 12px)
    );
    clip-path: polygon(
      0 12px,
      12px 0,
      calc(100% - 12px) 0,
      100% 12px,
      100% calc(100% - 12px),
      calc(100% - 12px) 100%,
      12px 100%,
      0 calc(100% - 12px)
    );
  }
  .hpTokenomics--div {
    padding: 13px 0;
  }
  .hpTokenomics--btn {
    margin-top: 8px;
  }
  .hpNft--img {
    height: 200px;
  }
  .hpRoadmap--content {
    padding: 40px 24px;
  }
  .hpTeam--name {
    font-size: 14px;
    margin: 12px 0 4px;
  }
}
@media (max-width: 360px) {
  .hpHeader--socials {
    gap: 16px;
    padding: 14px 18px;
  }
  .hpGame--content {
    padding: 40px 20px;
  }
  .hpVideos--author {
    padding: 6px 12px 6px 6px;
  }
  .hpTweets .slick-slide .hpTweets--icon {
    display: none;
  }
  .hpTeam--grid {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
  .hpTeam--div:nth-last-of-type(1) {
    display: none;
  }
}
.gateway {
  width: 50%;
  max-width: 540px;
  color: #fff;
  background-image: url("https://spacecatch.io/img/gateway-bg-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 48px 40px 40px;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.gateway--connected {
  display: none;
}
.gateway--staking {
  background-image: url("https://spacecatch.io/img/gateway-bg.jpg");
  margin: 0 auto;
}
.gateway--heading {
  text-align: center;
  margin-bottom: 8px;
}
.gateway--rewards {
  margin: 32px 0 12px;
}
.gateway--rewards--margin {
  margin-top: 16px;
}
.gateway--wallet {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #26064f;
  background: linear-gradient(
    92.39deg,
    #e0bb55 -2.5%,
    #ede87b 18.24%,
    #ce9327 38.98%,
    #d7aa3e 56.43%,
    #f0e97c 69.87%,
    #e9d66b 80.46%,
    #cf9526 101.2%
  );
  padding: 12px 20px;
  margin: 24px auto;
  -webkit-clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
  clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
}
.gateway--value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 12px;
  margin-top: 8px;
}
.gateway--value--text {
  color: rgba(255, 255, 255, 0.75);
}
.gateway--value--number {
  text-align: center;
  letter-spacing: 0;
}
.gateway--divider {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.75);
  margin: 24px 0 16px;
}
.gateway--line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.gateway--cex {
  text-align: center;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  padding: 24px;
  margin-top: 24px;
}
.gateway--cex--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}
.gateway--cex--a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 8px;
}
.gateway--cex--a:hover .gateway--cex--img {
  transform: scale(1.05);
}
.gateway--cex--a:not(:nth-child(3n)) {
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
}
.gateway--cex--a:not(:nth-last-child(-n + 3)) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.gateway--cex--img {
  max-width: 96px;
  max-height: 26px;
  transition: transform 300ms;
}
.gateway--form {
  position: relative;
  width: 100%;
  margin-top: 16px;
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}
.gateway--form input[type="email"] {
  color: #fff;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding-right: 220px;
  margin-bottom: 0;
}
.gateway--form input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.gateway--form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.gateway--gold {
  background: linear-gradient(
    92.39deg,
    #e0bb55 -2.5%,
    #ede87b 18.24%,
    #ce9327 38.98%,
    #d7aa3e 56.43%,
    #f0e97c 69.87%,
    #e9d66b 80.46%,
    #cf9526 101.2%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
.gateway--connect {
  width: 100%;
  padding: 21px 24px;
  margin-top: 12px;
}
.gateway--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  font-size: 14px;
  color: #26064f;
  background: linear-gradient(
    92.39deg,
    #e0bb55 -2.5%,
    #ede87b 18.24%,
    #ce9327 38.98%,
    #d7aa3e 56.43%,
    #f0e97c 69.87%,
    #e9d66b 80.46%,
    #cf9526 101.2%
  );
  padding: 21px 24px;
  margin-top: 24px;
}
.gateway--btn--gif {
  display: none;
  width: 24px;
}
.gateway--btn:hover {
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
}
.gateway--btn:disabled {
  padding: 16px 28px;
  background: #b6b6b6;
  pointer-events: none;
}
.gateway--btn:disabled .gateway--btn--gif {
  display: block;
}
.gateway--btn:disabled:hover {
  background: #b6b6b6;
}
.gateway--steps {
  font-size: 18px;
  margin: 20px 0;
}
.gateway--stake {
  display: flex;
  justify-content: center;
  gap: 8px 16px;
}
.gateway--stake--heading {
  font-style: italic;
  text-align: center;
  margin: 20px 0 16px;
}
.gateway--stake--img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 36px;
  aspect-ratio: 1;
}
.gateway--stake input {
  max-width: 196px;
  color: #fff;
  padding: 18px 20px 18px 72px;
  margin: 0;
}
.gateway--stake input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.gateway--stake input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.gateway--stake input:disabled {
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.gateway--stake--all {
  opacity: 0.9;
}
.gateway--history {
  max-height: 126px;
  overflow: auto;
}
.gateway--history--div {
  display: flex;
  align-items: center;
  gap: 2px 12px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 12px;
}
.gateway--history--btn {
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 10px 12px;
  -webkit-clip-path: polygon(
    0 4px,
    4px 0,
    calc(100% - 4px) 0,
    100% 4px,
    100% calc(100% - 4px),
    calc(100% - 4px) 100%,
    4px 100%,
    0 calc(100% - 4px)
  );
  clip-path: polygon(
    0 4px,
    4px 0,
    calc(100% - 4px) 0,
    100% 4px,
    100% calc(100% - 4px),
    calc(100% - 4px) 100%,
    4px 100%,
    0 calc(100% - 4px)
  );
}
.gateway--history--btn:disabled {
  color: #26064f;
  background: #b6b6b6;
  pointer-events: none;
}
.gateway--history--completed {
  color: #26064f;
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
}
.gateway--history--completed:hover {
  background: linear-gradient(90deg, #4fedb9 0%, #4fedd1 100%);
}
.gateway--history--remaining {
  color: #26064f;
  background: rgba(255, 255, 255, 0.75);
}
.gateway--history--remaining:hover {
  background: rgba(255, 255, 255, 0.75);
}
.gateway--links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px 16px;
  margin-top: 10px;
}
.gateway--link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.gateway--link:hover {
  text-decoration: underline;
}
@media (max-width: 1365px) {
  .gateway {
    padding: 40px 32px 32px;
  }
  .gateway--wallet {
    margin: 20px auto;
  }
  .gateway--cex--a {
    padding: 18px 8px;
  }
  .gateway--cex--img {
    max-width: 86px;
    max-height: 22px;
  }
}
@media (max-width: 1023px) {
  .gateway {
    width: 100%;
    background-image: url("https://spacecatch.io/img/gateway-bg.jpg");
    margin-top: 56px;
  }
  .gateway--staking {
    margin-top: 0;
  }
  .gateway--cex--a {
    padding: 20px 8px;
  }
  .gateway--cex--img {
    max-width: 96px;
    max-height: 26px;
  }
}
@media (max-width: 767px) {
  .gateway {
    padding: 40px 24px 32px;
    margin-top: 24px;
  }
  .gateway--staking {
    margin-top: 0;
  }
  .gateway--form input[type="email"] {
    padding-right: 200px;
  }
  .gateway--steps {
    font-size: 16px;
  }
  .gateway--wallet {
    padding: 9px 16px;
  }
}
@media (max-width: 567px) {
  .gateway--btn,
  .gateway--connect {
    padding: 20px;
  }
  .gateway--form input[type="email"] {
    padding-right: 24px;
  }
  .gateway--value {
    gap: 2px 8px;
  }
  .gateway--cex {
    margin-top: 20px;
  }
  .gateway--cex--grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gateway--cex--a {
    padding: 18px 6px;
  }
  .gateway--cex--a:not(:nth-child(3n)) {
    border-right: unset;
  }
  .gateway--cex--a:not(:nth-child(2n)) {
    border-right: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .gateway--cex--a:nth-last-child(3) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .gateway--cex--img {
    max-width: 88px;
    max-height: 24px;
  }
  .gateway--stake {
    gap: 8px 12px;
  }
  .gateway--stake input {
    padding: 16px 20px 16px 72px;
  }
}
@media (max-width: 360px) {
  .gateway--cex--a {
    padding: 16px 6px;
  }
  .gateway--cex--img {
    max-width: 70px;
    max-height: 18px;
  }
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(19, 15, 15, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 400ms ease-in-out;
  will-change: opacity;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
.modal.open .modal--content {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition-delay: 200ms;
}
.modal--content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 160px);
  background-color: #fff;
  border-radius: 3px;
  transform: translate(-50%, -40%);
  overflow-y: auto;
  padding: 56px;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  opacity: 0;
  pointer-events: none;
  transition: 400ms ease-in-out;
  transition-delay: 0s;
  will-change: transform, opacity;
}
.modal--trailer {
  z-index: 10000001;
}
.modal--trailer .modal--content {
  padding: 0;
}
.modal--trailer--content {
  max-height: calc(100% - 80px);
  aspect-ratio: 16/9;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}
.modal--trailer--div {
  max-width: 100%;
  width: 3200px;
}
.modal--trailer--video {
  display: block;
  width: 100%;
}
.modal--error {
  text-align: center;
}
.modal--error--content {
  width: -moz-max-content;
  width: max-content;
  padding: 80px;
}
.modal--error--div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  aspect-ratio: 1;
  color: #fff;
  background-color: #c81917;
  border-radius: 50%;
  margin: 0 auto;
}
.modal--error--heading {
  margin: 40px 0 24px;
}
.modal--error--close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.modal--pending,
.modal--claim,
.modal--stake,
.modal--unstake {
  text-align: center;
}
.modal--pending--content,
.modal--claim--content,
.modal--stake--content,
.modal--unstake--content {
  width: -moz-max-content;
  width: max-content;
  padding: 96px 80px 80px;
}
.modal--pending--text,
.modal--claim--text,
.modal--stake--text,
.modal--unstake--text {
  margin: 40px 0;
}
.modal--pending--id,
.modal--claim--id,
.modal--stake--id,
.modal--unstake--id {
  word-break: break-word;
}
.modal--pending--a,
.modal--claim--a,
.modal--stake--a,
.modal--unstake--a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
.modal--pending--a:hover .modal--pending--img,
.modal--claim--a:hover .modal--pending--img,
.modal--stake--a:hover .modal--pending--img,
.modal--unstake--a:hover .modal--pending--img {
  filter: brightness(0) invert(1);
}
.modal--pending--img,
.modal--claim--img,
.modal--stake--img,
.modal--unstake--img {
  width: 128px;
}
.modal--close {
  width: 20px;
  aspect-ratio: 1;
  cursor: pointer;
}
@media (max-width: 1365px) {
  .modal--content {
    padding: 40px;
  }
  .modal--trailer--content {
    max-height: calc(100% - 40px);
  }
  .modal--error--content {
    padding: 56px;
  }
  .modal--error--div {
    width: 64px;
  }
  .modal--pending--content,
  .modal--claim--content,
  .modal--stake--content,
  .modal--unstake--content {
    padding: 64px 56px 56px;
  }
  .modal--pending--text,
  .modal--claim--text,
  .modal--stake--text,
  .modal--unstake--text {
    margin: 40px 0 32px;
  }
}
@media (max-width: 767px) {
  .modal--content {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 80px);
    padding: 32px 24px;
  }
  .modal--error--content {
    padding-top: 56px;
  }
  .modal--error--div {
    width: 56px;
  }
  .modal--error--heading {
    margin: 32px 0 24px;
  }
  .modal--error--close {
    top: 24px;
    right: 24px;
  }
  .modal--pending--content,
  .modal--claim--content,
  .modal--stake--content,
  .modal--unstake--content {
    padding-top: 56px;
  }
  .modal--pending--text,
  .modal--claim--text,
  .modal--stake--text,
  .modal--unstake--text {
    margin: 32px 0 24px;
  }
  .modal--pending--a,
  .modal--claim--a,
  .modal--stake--a,
  .modal--unstake--a {
    margin-top: 32px;
  }
  .modal--pending--img,
  .modal--claim--img,
  .modal--stake--img,
  .modal--unstake--img {
    width: 104px;
  }
  .modal--close {
    width: 18px;
  }
}
.banner {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.1) 11.58%,
    rgba(127, 105, 231, 0.1) 37.95%,
    rgba(106, 115, 244, 0.1) 48%,
    rgba(99, 120, 247, 0.1) 59.3%,
    rgba(89, 138, 243, 0.1) 70.6%,
    rgba(98, 167, 222, 0.1) 84.41%,
    rgba(118, 192, 195, 0.1) 103.25%
  );
  margin: 0 auto;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.banner--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  padding: 48px 0;
  margin: 0 48px;
}
.banner--heading {
  max-width: 290px;
  text-align: left;
}
@media (max-width: 1365px) {
  .banner--content {
    padding: 40px 0;
    margin: 0 40px;
  }
  .banner--heading {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .banner--content {
    gap: 40px;
  }
  .banner--heading {
    max-width: 220px;
  }
}
@media (max-width: 567px) {
  .banner--content {
    flex-direction: column;
    gap: 24px;
  }
  .banner--heading {
    text-align: center;
  }
}
.footer {
  position: relative;
  color: #fff;
  background-image: url("https://spacecatch.io/img/bg.jpg?v=2.02");
  background-position: top;
  background-size: cover;
  background-repeat-x: no-repeat;
  z-index: 1;
  margin: -1px 0;
  padding-top: 80px;
}
.footer--short .footer--top--a {
  word-break: break-word;
}
.footer--demo {
  padding-top: 0;
}
.footer--demo .footer--newsletter {
  display: none;
}
.footer--newsletter {
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.15) 11.58%,
    rgba(127, 105, 231, 0.15) 37.95%,
    rgba(106, 115, 244, 0.15) 48%,
    rgba(99, 120, 247, 0.15) 59.3%,
    rgba(89, 138, 243, 0.15) 70.6%,
    rgba(98, 167, 222, 0.15) 84.41%,
    rgba(118, 192, 195, 0.15) 103.25%
  );
  padding: 0 56px;
  -webkit-clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 24px,
    24px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}
.footer--newsletter--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  max-width: 1300px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  padding: 112px 0;
  margin: 0 auto;
}
.footer--newsletter--heading {
  max-width: 490px;
}
.footer--newsletter--form {
  position: relative;
  max-width: 100%;
  width: 540px;
}
.footer--newsletter--form input[type="email"] {
  color: #fff;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
  padding-right: 210px;
  margin-bottom: 0;
}
.footer--newsletter--form input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.footer--newsletter--form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.footer--newsletter--btn {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 12px;
}
.footer--newsletter--submit + .footer--newsletter--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}
.footer--newsletter--submit.success + .footer--newsletter--icon {
  opacity: 1;
}
.footer--top {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 88px;
  padding-bottom: 88px;
}
.footer--top--div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 7.5%;
}
.footer--top--div--first {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: 0;
  margin-right: auto;
}
.footer--top--heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
.footer--top--a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  margin: 5px 0;
}
.footer--top--a:hover {
  text-decoration: underline;
}
.footer--top--btn {
  margin-top: 22px;
}
.footer--logo {
  height: 72px;
}
.footer--socials {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
  padding: 16px 24px;
  margin-top: 24px;
  -webkit-clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
}
.footer--socials--a {
  transition: transform 300ms;
}
.footer--socials--a:hover {
  transform: translateY(-4px);
}
.footer--socials--img {
  width: 24px;
  height: 24px;
}
.footer--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 30px;
  padding-bottom: 32px;
}
.footer--bottom--right {
  text-align: right;
}
.footer--grey {
  letter-spacing: 0.14rem;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1560px) {
  .footer--top--div {
    margin-left: 6.6%;
  }
  .footer--top--div--first {
    margin-left: 0;
  }
  .footer--short .footer--top--div {
    margin-left: 5.5%;
  }
  .footer--short .footer--top--div--first {
    margin-left: 0;
  }
}
@media (max-width: 1365px) {
  .footer--newsletter--container {
    flex-wrap: wrap;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .footer--newsletter--heading {
    max-width: 400px;
  }
  .footer--newsletter--btn {
    top: 10px;
    bottom: 10px;
    right: 10px;
  }
  .footer--top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .footer--top--div {
    width: calc(50% - 20px);
    margin-left: 0%;
  }
  .footer--top--div--first {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .footer--top--btn {
    margin-top: 16px;
  }
  .footer--short .footer--top--div {
    margin-left: 0;
  }
  .footer--logo {
    height: 64px;
  }
  .footer--socials {
    margin-top: 0;
    margin-left: 56px;
  }
  .footer--bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer--bottom--right {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .footer--top {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .footer--socials {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 56px;
  }
  .footer--demo {
    padding-top: 0;
  }
  .footer--newsletter {
    padding: 0 32px;
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
  .footer--newsletter--container {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
  }
  .footer--newsletter--form input[type="email"] {
    padding-right: 180px;
  }
  .footer--newsletter--btn {
    top: 8px;
    bottom: 8px;
    right: 8px;
  }
  .footer--logo {
    height: 56px;
  }
  .footer--socials {
    gap: 18px;
    padding: 14px 18px;
    margin-left: 32px;
  }
}
@media (max-width: 567px) {
  .footer--newsletter--form input[type="email"] {
    padding-right: 24px;
  }
  .footer--newsletter--btn {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 16px;
  }
  .footer--top {
    gap: 32px;
  }
  .footer--top--div {
    width: 100%;
  }
  .footer--top--div--first {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .footer--top--heading {
    margin-bottom: 10px;
  }
  .footer--top--a {
    padding: 4px 0;
    margin: 4px 0;
  }
  .footer--top--btn {
    margin-top: 10px;
  }
  .footer--socials {
    margin-top: 24px;
    margin-left: 0;
  }
  .footer--bottom--margin {
    margin: 12px 0;
  }
}
@media (max-width: 360px) {
  .footer--socials {
    gap: 16px;
  }
  .footer--socials--img {
    width: 22px;
    height: 22px;
  }
}
.team {
  padding-top: 77px;
  padding-bottom: 38px;
}
.team--subheading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
.team--heading {
  text-align: center;
}
.team--grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 32px;
  margin: 48px 0;
}
.team--photo {
  position: relative;
  aspect-ratio: 1;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.07) 11.58%,
    rgba(127, 105, 231, 0.07) 37.95%,
    rgba(106, 115, 244, 0.07) 48%,
    rgba(99, 120, 247, 0.07) 59.3%,
    rgba(89, 138, 243, 0.07) 70.6%,
    rgba(98, 167, 222, 0.07) 84.41%,
    rgba(118, 192, 195, 0.07) 103.25%
  );
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}
.team--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team--networks {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.team--a {
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.25) 11.58%,
    rgba(127, 105, 231, 0.25) 37.95%,
    rgba(106, 115, 244, 0.25) 48%,
    rgba(99, 120, 247, 0.25) 59.3%,
    rgba(89, 138, 243, 0.25) 70.6%,
    rgba(98, 167, 222, 0.25) 84.41%,
    rgba(118, 192, 195, 0.25) 103.25%
  );
  padding: 4px;
  -webkit-clip-path: polygon(
    0 4px,
    4px 0,
    calc(100% - 4px) 0,
    100% 4px,
    100% calc(100% - 4px),
    calc(100% - 4px) 100%,
    4px 100%,
    0 calc(100% - 4px)
  );
  clip-path: polygon(
    0 4px,
    4px 0,
    calc(100% - 4px) 0,
    100% 4px,
    100% calc(100% - 4px),
    calc(100% - 4px) 100%,
    4px 100%,
    0 calc(100% - 4px)
  );
}
.team--icon {
  width: 24px;
  aspect-ratio: 1;
}
.team--name {
  font-size: 18px;
  margin: 14px 0 6px;
}
.team--position {
  width: -moz-fit-content;
  width: fit-content;
}
.teamCertificate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(38, 6, 79, 0.12);
  padding-top: 80px;
  padding-bottom: 88px;
}
.teamCertificate--content {
  max-width: 360px;
}
.teamCertificate--heading {
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.teamCertificate--box {
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.2) 11.58%,
    rgba(127, 105, 231, 0.2) 37.95%,
    rgba(106, 115, 244, 0.2) 48%,
    rgba(99, 120, 247, 0.2) 59.3%,
    rgba(89, 138, 243, 0.2) 70.6%,
    rgba(98, 167, 222, 0.2) 84.41%,
    rgba(118, 192, 195, 0.2) 103.25%
  );
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  padding: 12px;
}
.teamCertificate--box--border {
  position: relative;
  display: flex;
  border: 1px dashed rgba(38, 6, 79, 0.12);
}
.teamCertificate--box--border::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border: 1px dashed rgba(38, 6, 79, 0.12);
  filter: blur(4px);
}
.teamCertificate--box--div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 50px;
}
.teamCertificate--box--div:nth-of-type(2) {
  position: relative;
  border-left: 1px dashed rgba(38, 6, 79, 0.12);
}
.teamCertificate--box--div:nth-of-type(2)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border-left: 1px dashed rgba(38, 6, 79, 0.12);
  filter: blur(4px);
}
.teamCertificate--small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
.teamCertificate--img {
  height: 72px;
}
.teamCompanies {
  border-top: 1px solid rgba(38, 6, 79, 0.12);
  padding-top: 56px;
  margin-bottom: 88px;
}
.teamCompanies--heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}
.teamCompanies--slider {
  display: flex;
  overflow: hidden;
}
.teamCompanies--slide {
  display: flex;
  align-items: center;
  animation: slideShowLeft 50s linear infinite;
}
.teamCompanies--img {
  max-width: unset;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 40px;
}
@media (max-width: 1365px) {
  .team {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .team--grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    margin: 40px 0 32px;
  }
  .teamCertificate {
    flex-direction: column;
    align-items: flex-start;
  }
  .teamCertificate--heading {
    margin-bottom: 20px;
  }
  .teamCertificate--box {
    -webkit-clip-path: polygon(
      0 18px,
      18px 0,
      calc(100% - 18px) 0,
      100% 18px,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      18px 100%,
      0 calc(100% - 18px)
    );
    clip-path: polygon(
      0 18px,
      18px 0,
      calc(100% - 18px) 0,
      100% 18px,
      100% calc(100% - 18px),
      calc(100% - 18px) 100%,
      18px 100%,
      0 calc(100% - 18px)
    );
    margin-top: 32px;
  }
  .teamCertificate--box--div {
    padding: 40px 46px;
  }
  .teamCertificate--img {
    height: 64px;
  }
  .teamCompanies {
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .teamCompanies--heading {
    margin-bottom: 20px;
  }
  .teamCompanies--img {
    height: 46px;
    margin: 0 32px;
  }
}
@media (max-width: 1023px) {
  .team--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .team {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .team--grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 24px 0 32px;
  }
  .team--name {
    font-size: 16px;
  }
  .teamCertificate {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .teamCertificate--heading {
    margin-bottom: 16px;
  }
  .teamCertificate--box {
    margin-top: 24px;
  }
  .teamCertificate--box--border {
    flex-direction: column;
  }
  .teamCertificate--box--div {
    padding: 32px 40px;
  }
  .teamCertificate--box--div:nth-of-type(2) {
    border-top: 1px dashed rgba(38, 6, 79, 0.12);
    border-left: 0;
  }
  .teamCertificate--box--div:nth-of-type(2)::after {
    border-top: 1px dashed rgba(38, 6, 79, 0.12);
    border-left: 0;
  }
  .teamCertificate--img {
    height: 48px;
  }
  .teamCompanies {
    padding-top: 32px;
    margin-bottom: 56px;
  }
  .teamCompanies--img {
    height: 32px;
    margin: 0 16px;
  }
}
@media (max-width: 567px) {
  .team--grid {
    grid-gap: 16px;
  }
  .team--photo {
    -webkit-clip-path: polygon(
      0 12px,
      12px 0,
      calc(100% - 12px) 0,
      100% 12px,
      100% calc(100% - 12px),
      calc(100% - 12px) 100%,
      12px 100%,
      0 calc(100% - 12px)
    );
    clip-path: polygon(
      0 12px,
      12px 0,
      calc(100% - 12px) 0,
      100% 12px,
      100% calc(100% - 12px),
      calc(100% - 12px) 100%,
      12px 100%,
      0 calc(100% - 12px)
    );
  }
  .team--networks {
    gap: 6px;
    top: 10px;
    right: 10px;
  }
  .team--icon {
    width: 20px;
  }
  .team--name {
    font-size: 14px;
    margin: 12px 0 4px;
  }
  .team--position {
    font-size: 12px;
  }
  .teamCertificate--box {
    width: 100%;
  }
  .teamCertificate--box--div {
    padding: 32px 24px;
  }
}
@media (max-width: 360px) {
  .team--grid {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
}
.contact {
  text-align: center;
  padding-top: 77px;
  padding-bottom: 104px;
}
.contact--container {
  max-width: 656px;
  margin: 0 auto;
}
.contact--subheading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
.contact--row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 32px 0 88px;
}
.contact--form--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact--form--half {
  width: calc(50% - 8px);
}
.contact--form--notification {
  max-width: 330px;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  margin-right: 32px;
  pointer-events: none;
  transition: opacity 300ms;
}
.contact--form--notification.success {
  opacity: 1;
  color: #40b840;
  pointer-events: all;
}
.contact--form--notification.wrong {
  opacity: 1;
  color: #c81917;
  pointer-events: all;
}
.contact--form--submit + .contact--form--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}
.contact--form--submit.success + .contact--form--icon {
  opacity: 1;
}
@media (max-width: 1365px) {
  .contact {
    padding-top: 42px;
    padding-bottom: 96px;
  }
  .contact--row {
    margin: 32px 0 80px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-top: 16px;
    padding-bottom: 56px;
  }
  .contact--row {
    flex-direction: column;
    align-items: center;
    margin: 24px 0 56px;
  }
}
@media (max-width: 567px) {
  .contact--form--row {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact--form--half {
    width: 100%;
  }
  .contact--form--notification {
    margin-right: 0;
  }
  .contact--form--notification.success,
  .contact--form--notification.wrong {
    margin-bottom: 12px;
  }
}
.partners {
  padding-top: 77px;
  padding-bottom: 104px;
}
.partners--margin {
  margin-top: 96px;
}
.partners--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.2) 11.58%,
    rgba(127, 105, 231, 0.2) 37.95%,
    rgba(106, 115, 244, 0.2) 48%,
    rgba(99, 120, 247, 0.2) 59.3%,
    rgba(89, 138, 243, 0.2) 70.6%,
    rgba(98, 167, 222, 0.2) 84.41%,
    rgba(118, 192, 195, 0.2) 103.25%
  );
  padding: 32px;
  margin-top: 40px;
}
.partners--div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.partners--development:not(:nth-child(4n)) {
  border-right: 1px dashed rgba(38, 6, 79, 0.12);
}
.partners--development:not(:nth-last-child(-n + 4)) {
  border-bottom: 1px dashed rgba(38, 6, 79, 0.12);
}
.partners--strategic:not(:nth-child(4n)) {
  border-right: 1px dashed rgba(38, 6, 79, 0.12);
}
.partners--strategic:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px dashed rgba(38, 6, 79, 0.12);
}
.partners--img {
  max-width: 70%;
  height: 66px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1365px) {
  .partners {
    padding-top: 42px;
    padding-bottom: 96px;
  }
  .partners--margin {
    margin-top: 80px;
  }
  .partners--grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partners--development:not(:nth-child(4n)) {
    border-right: unset;
  }
  .partners--development:not(:nth-child(3n)) {
    border-right: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--development:nth-last-child(4) {
    border-bottom: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--strategic:not(:nth-child(4n)) {
    border-right: unset;
  }
  .partners--strategic:not(:nth-child(3n)) {
    border-right: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--strategic:nth-last-child(3) {
    border-bottom: 0px;
  }
  .partners--img {
    max-width: 80%;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  .partners--div {
    padding: 32px 24px;
  }
  .partners--img {
    max-width: 90%;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .partners {
    padding-top: 16px;
    padding-bottom: 56px;
  }
  .partners--margin {
    margin-top: 56px;
  }
  .partners--grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    margin-top: 32px;
  }
  .partners--div {
    padding: 24px 20px;
  }
  .partners--development:not(:nth-child(3n)) {
    border-right: unset;
  }
  .partners--development:not(:nth-child(2n)) {
    border-right: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--development:nth-last-child(3) {
    border-bottom: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--strategic:not(:nth-child(3n)) {
    border-right: unset;
  }
  .partners--strategic:not(:nth-child(2n)) {
    border-right: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--strategic:nth-last-child(3) {
    border-bottom: 1px dashed rgba(38, 6, 79, 0.12);
  }
  .partners--img {
    max-width: 100%;
    height: 32px;
  }
}
.press {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 77px;
}
.press--subheading {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}
.press--div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 400px;
  margin-left: auto;
}
.press--lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.1) 11.58%,
    rgba(127, 105, 231, 0.1) 37.95%,
    rgba(106, 115, 244, 0.1) 48%,
    rgba(99, 120, 247, 0.1) 59.3%,
    rgba(89, 138, 243, 0.1) 70.6%,
    rgba(98, 167, 222, 0.1) 84.41%,
    rgba(118, 192, 195, 0.1) 103.25%
  );
  -webkit-clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
  clip-path: polygon(
    0 6px,
    6px 0,
    calc(100% - 6px) 0,
    100% 6px,
    100% calc(100% - 6px),
    calc(100% - 6px) 100%,
    6px 100%,
    0 calc(100% - 6px)
  );
  cursor: pointer;
  transition: background 300ms;
}
.press--lang:hover,
.press--lang--active {
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.2) 11.58%,
    rgba(127, 105, 231, 0.2) 37.95%,
    rgba(106, 115, 244, 0.2) 48%,
    rgba(99, 120, 247, 0.2) 59.3%,
    rgba(89, 138, 243, 0.2) 70.6%,
    rgba(98, 167, 222, 0.2) 84.41%,
    rgba(118, 192, 195, 0.2) 103.25%
  );
}
.press--lang--img {
  width: 30px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}
.press--lang--heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 24px;
}
.pressArticles {
  padding-top: 56px;
  padding-bottom: 104px;
}
.pressArticles--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.pressArticles--div {
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.15) 11.58%,
    rgba(127, 105, 231, 0.15) 37.95%,
    rgba(106, 115, 244, 0.15) 48%,
    rgba(99, 120, 247, 0.15) 59.3%,
    rgba(89, 138, 243, 0.15) 70.6%,
    rgba(98, 167, 222, 0.15) 84.41%,
    rgba(118, 192, 195, 0.15) 103.25%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  padding: 40px 32px 22px;
}
.pressArticles--div--hp {
  margin: 0 16px;
}
.pressArticles--div--hp--date {
  color: rgba(255, 255, 255, 0.6);
}
.pressArticles--div--date {
  color: rgba(38, 6, 79, 0.75);
}
.pressArticles--div--heading {
  margin: 24px 0 40px;
}
.pressArticles--div--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}
.pressArticles--div--img {
  max-height: 32px;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (max-width: 1365px) {
  .press {
    padding-top: 42px;
  }
  .press--subheading {
    margin-bottom: 24px;
  }
  .press--lang--heading {
    margin-top: 16px;
  }
  .pressArticles {
    padding-top: 40px;
    padding-bottom: 96px;
  }
  .pressArticles--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  .pressArticles--div--heading {
    margin: 16px 0 32px;
  }
}
@media (max-width: 1023px) {
  .press {
    flex-direction: column;
    align-items: flex-start;
  }
  .press--div {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .press--lang--heading {
    margin-left: unset;
  }
  .pressArticles--div {
    padding: 32px 32px 22px;
  }
  .pressArticles--div--flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .press {
    padding-top: 16px;
  }
  .press--subheading {
    margin-bottom: 16px;
  }
  .press--lang {
    width: 40px;
    height: 40px;
  }
  .press--lang--heading {
    margin-top: 16px;
  }
  .press--lang--img {
    width: 26px;
  }
  .pressArticles {
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .pressArticles--grid {
    grid-template-columns: 1fr;
  }
  .pressArticles--div {
    padding: 28px 24px 24px;
  }
  .pressArticles--div--hp {
    margin: 0 12px;
  }
  .pressArticles--div--heading {
    margin: 12px 0 24px;
  }
  .pressArticles--div--img {
    max-height: 28px;
    max-width: 160px;
  }
}
.blog--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
.blog--article {
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  clip-path: polygon(
    0 16px,
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
  cursor: pointer;
}
.blog--article--img {
  width: 100%;
  aspect-ratio: 1/1.08;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms;
}
.blog--article--content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  z-index: 1;
}
.blog--article--date {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.blog--article--text {
  color: #fff;
}
.blog--article::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 25%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(1, 9, 25, 0) 0%,
    rgba(1, 9, 25, 0.65) 42.19%
  );
}
.blog--article:hover .blog--article--text {
  text-decoration: underline;
}
.blog--article:hover .blog--article--img {
  transform: scale(1.1);
}
.blog--video {
  width: 100%;
  -webkit-clip-path: polygon(
    0 29px,
    29px 0,
    calc(100% - 29px) 0,
    100% 29px,
    100% calc(100% - 29px),
    calc(100% - 29px) 100%,
    29px 100%,
    0 calc(100% - 29px)
  );
  clip-path: polygon(
    0 29px,
    29px 0,
    calc(100% - 29px) 0,
    100% 29px,
    100% calc(100% - 29px),
    calc(100% - 29px) 100%,
    29px 100%,
    0 calc(100% - 29px)
  );
}
.blog--video:hover .blog--video--img {
  transform: scale(1.05);
}
.blog--video--img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms;
}
@media (max-width: 1560px) {
  .blog--article--content {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .blog--article::after {
    top: 36%;
  }
}
@media (max-width: 1365px) {
  .blog--grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
  .blog--article--date {
    margin-bottom: 12px;
  }
  .blog--article::after {
    top: 10%;
  }
  .blog--video {
    -webkit-clip-path: polygon(
      0 24px,
      24px 0,
      calc(100% - 24px) 0,
      100% 24px,
      100% calc(100% - 24px),
      calc(100% - 24px) 100%,
      24px 100%,
      0 calc(100% - 24px)
    );
    clip-path: polygon(
      0 24px,
      24px 0,
      calc(100% - 24px) 0,
      100% 24px,
      100% calc(100% - 24px),
      calc(100% - 24px) 100%,
      24px 100%,
      0 calc(100% - 24px)
    );
  }
}
@media (max-width: 1023px) {
  .blog--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .blog--article--date {
    margin-bottom: 8px;
  }
  .blog--video {
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
}
@media (max-width: 567px) {
  .blog--grid {
    grid-template-columns: 1fr;
  }
  .blog--article--img {
    aspect-ratio: 7/6;
  }
}
.article {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  padding-top: 77px;
  padding-bottom: 104px;
}
.article--left {
  width: 62%;
}
.article--left--container {
  max-width: 600px;
}
.article--left--hidden {
  display: none;
}
.article--right {
  position: sticky;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
  width: 38%;
}
.article--right--p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 16px;
}
.article--heading {
  max-width: 648px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
  margin: 32px 0 40px;
}
.article--hr {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.5) 11.58%,
    rgba(127, 105, 231, 0.5) 37.95%,
    rgba(106, 115, 244, 0.5) 48%,
    rgba(99, 120, 247, 0.5) 59.3%,
    rgba(89, 138, 243, 0.5) 70.6%,
    rgba(98, 167, 222, 0.5) 84.41%,
    rgba(118, 192, 195, 0.5) 103.25%
  );
  margin: 104px 0;
}
.article--hr--margin {
  margin: 84px 0 64px;
}
.article--content--heading {
  margin: 24px 0;
  overflow: hidden;
}
.article--content--p {
  font-size: 18px;
  color: rgba(38, 6, 79, 0.85);
  margin: 24px 0 40px;
}
.article--content--video {
  height: 267px;
  margin: 32px 0;
  overflow: hidden;
}
.article--content--img {
  width: 100%;
  max-height: 540px;
  -webkit-clip-path: polygon(
    0 32px,
    32px 0,
    calc(100% - 32px) 0,
    100% 32px,
    100% calc(100% - 32px),
    calc(100% - 32px) 100%,
    32px 100%,
    0 calc(100% - 32px)
  );
  clip-path: polygon(
    0 32px,
    32px 0,
    calc(100% - 32px) 0,
    100% 32px,
    100% calc(100% - 32px),
    calc(100% - 32px) 100%,
    32px 100%,
    0 calc(100% - 32px)
  );
  -o-object-fit: cover;
  object-fit: cover;
  margin: 32px 0;
}
.article--content--ul {
  font-size: 18px;
  color: rgba(38, 6, 79, 0.85);
  margin: 0 0 30px 0;
}
.article--content--ul li {
  padding-left: 6px;
  margin: 0 0 16px 22px;
}
.article--content--ul li::marker {
  font-size: 20px;
  line-height: 1;
}
.article--content a {
  color: rgba(38, 6, 79, 0.85);
  text-decoration: underline;
  transition: color 300ms;
}
.article--content a:hover {
  color: #26064f;
}
.article--photo {
  width: 100%;
  aspect-ratio: 1/1.08;
  -webkit-clip-path: polygon(
    0 32px,
    32px 0,
    calc(100% - 32px) 0,
    100% 32px,
    100% calc(100% - 32px),
    calc(100% - 32px) 100%,
    32px 100%,
    0 calc(100% - 32px)
  );
  clip-path: polygon(
    0 32px,
    32px 0,
    calc(100% - 32px) 0,
    100% 32px,
    100% calc(100% - 32px),
    calc(100% - 32px) 100%,
    32px 100%,
    0 calc(100% - 32px)
  );
}
.article--photo--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article--socials {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.article--author {
  display: flex;
  align-items: center;
}
.article--author--photo {
  width: 104px;
  aspect-ratio: 1;
  background: linear-gradient(
    76.26deg,
    rgba(161, 95, 203, 0.07) 11.58%,
    rgba(127, 105, 231, 0.07) 37.95%,
    rgba(106, 115, 244, 0.07) 48%,
    rgba(99, 120, 247, 0.07) 59.3%,
    rgba(89, 138, 243, 0.07) 70.6%,
    rgba(98, 167, 222, 0.07) 84.41%,
    rgba(118, 192, 195, 0.07) 103.25%
  );
  -webkit-clip-path: polygon(
    0 9px,
    9px 0,
    calc(100% - 9px) 0,
    100% 9px,
    100% calc(100% - 9px),
    calc(100% - 9px) 100%,
    9px 100%,
    0 calc(100% - 9px)
  );
  clip-path: polygon(
    0 9px,
    9px 0,
    calc(100% - 9px) 0,
    100% 9px,
    100% calc(100% - 9px),
    calc(100% - 9px) 100%,
    9px 100%,
    0 calc(100% - 9px)
  );
  margin-right: 32px;
}
.article--author--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article--author--about {
  max-width: calc(100% - 136px);
}
.article--author--position {
  margin-top: 6px;
}
.article--author--p {
  color: rgba(38, 6, 79, 0.85);
  margin-top: 32px;
}
@media (max-width: 1365px) {
  .article {
    padding-top: 42px;
    padding-bottom: 96px;
  }
  .article--right {
    top: 64px;
  }
  .article--right--p {
    margin: 24px auto 12px;
  }
  .article--heading {
    margin: 24px 0 32px;
  }
  .article--hr {
    margin: 96px 0;
  }
  .article--hr--margin {
    margin: 76px 0 56px;
  }
  .article--content--p {
    margin: 24px 0 32px;
  }
  .article--content--ul li {
    margin: 0 0 12px 22px;
  }
  .article--content--img {
    -webkit-clip-path: polygon(
      0 24px,
      24px 0,
      calc(100% - 24px) 0,
      100% 24px,
      100% calc(100% - 24px),
      calc(100% - 24px) 100%,
      24px 100%,
      0 calc(100% - 24px)
    );
    clip-path: polygon(
      0 24px,
      24px 0,
      calc(100% - 24px) 0,
      100% 24px,
      100% calc(100% - 24px),
      calc(100% - 24px) 100%,
      24px 100%,
      0 calc(100% - 24px)
    );
  }
  .article--photo {
    -webkit-clip-path: polygon(
      0 24px,
      24px 0,
      calc(100% - 24px) 0,
      100% 24px,
      100% calc(100% - 24px),
      calc(100% - 24px) 100%,
      24px 100%,
      0 calc(100% - 24px)
    );
    clip-path: polygon(
      0 24px,
      24px 0,
      calc(100% - 24px) 0,
      100% 24px,
      100% calc(100% - 24px),
      calc(100% - 24px) 100%,
      24px 100%,
      0 calc(100% - 24px)
    );
  }
  .article--author--photo {
    width: 96px;
    margin-right: 24px;
  }
  .article--author--about {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1023px) {
  .article--left {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .article--left--hidden {
    display: flex;
  }
  .article--right {
    display: none;
  }
  .article--hr {
    display: none;
  }
  .article--hr--margin {
    display: block;
    margin: 56px 0;
  }
  .article--photo {
    aspect-ratio: 7/6;
    margin: 32px 0 56px;
  }
}
@media (max-width: 767px) {
  .article {
    padding-top: 16px;
    padding-bottom: 56px;
  }
  .article--right--p {
    margin: 16px auto 12px;
  }
  .article--heading {
    margin: 16px 0 24px;
  }
  .article--author--photo {
    width: 88px;
  }
  .article--author--about {
    max-width: calc(100% - 112px);
  }
  .article--author--p {
    margin-top: 24px;
  }
  .article--content--heading {
    margin: 18px 0;
  }
  .article--content--p {
    font-size: 16px;
    margin: 18px 0 24px;
  }
  .article--content--ul {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .article--content--ul li::marker {
    font-size: 18px;
  }
  .article--content--video {
    height: 200px;
  }
  .article--content--img {
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
  .article--photo {
    -webkit-clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
    clip-path: polygon(
      0 16px,
      16px 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }
}
@media (max-width: 567px) {
  .article--content--heading {
    margin: 14px 0;
  }
  .article--content--p {
    margin: 14px 0 28px;
  }
  .article--content--video {
    margin: 28px 0;
  }
  .article--content--img {
    margin: 28px 0;
  }
}
.soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 104px;
}
.soon--full {
  min-height: 100vh;
}
.soon--heading {
  width: -moz-fit-content;
  width: fit-content;
}
.soon--heading--margin {
  margin-bottom: 32px;
}
.soon--text {
  max-width: 770px;
  color: rgba(38, 6, 79, 0.85);
  margin: 32px auto 56px;
}
.soon--div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.soon--div--icon {
  height: 56px;
}
.soon--form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: -16px auto 40px;
  -webkit-clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 12px,
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}
.soon--form input[type="email"] {
  padding-right: 260px;
  margin-bottom: 0;
}
.soon--ellipse {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 34%;
  z-index: -1;
}
.soon--symbol {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 1365px) {
  .soon {
    padding-top: 48px;
    padding-bottom: 96px;
  }
  .soon--text {
    margin: 32px auto 48px;
  }
  .soon--form {
    margin: -8px auto 40px;
  }
}
@media (max-width: 767px) {
  .soon {
    padding-top: 24px;
    padding-bottom: 56px;
  }
  .soon--heading--margin {
    margin-bottom: 24px;
  }
  .soon--text {
    margin: 24px auto 40px;
  }
  .soon--div--icon {
    height: 44px;
  }
  .soon--form {
    margin: 0 auto 40px;
  }
  .soon--form input[type="email"] {
    padding-right: 220px;
  }
  .soon--ellipse {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .soon--div {
    flex-wrap: wrap;
  }
  .soon--form input[type="email"] {
    text-align: center;
    padding-right: 24px;
  }
  .soon--form .footer--newsletter--btn {
    margin: 16px auto 0;
  }
}
.staking {
  position: relative;
  padding-top: 80px;
  padding-bottom: 104px;
  overflow: hidden;
}
.staking--img {
  position: absolute;
  top: 88px;
  left: 24px;
  width: 34%;
  opacity: 0.83;
  z-index: -1;
}
.staking--moon {
  position: absolute;
  bottom: -104px;
  right: 40px;
  width: 53%;
  z-index: -1;
}
.staking--moon--small {
  bottom: -216px;
  width: 42%;
}
@media (max-width: 1365px) {
  .staking {
    padding-top: 48px;
    padding-bottom: 96px;
  }
  .staking--moon--small {
    width: 53%;
  }
}
@media (max-width: 1023px) {
  .staking--img {
    display: none;
  }
  .staking--moon--small {
    bottom: -104px;
  }
}
@media (max-width: 767px) {
  .staking {
    padding-top: 24px;
    padding-bottom: 56px;
  }
  .staking--moon {
    right: -40px;
  }
}
.legal {
  padding-top: 77px;
  padding-bottom: 56px;
}
.legal--heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 56px;
  overflow: hidden;
}
.legal--text {
  margin: 24px 0 48px;
}
.legal--table {
  max-width: 100%;
  margin-top: -20px;
  overflow: auto;
}
.legal--table table,
.legal--table td,
.legal--table th {
  border: 1px solid #26064f;
  padding: 10px;
}
.legal--table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 1365px) {
  .legal {
    padding-top: 42px;
  }
  .legal--heading {
    margin-bottom: 40px;
  }
  .legal--text {
    margin: 20px 0 38px;
  }
  .legal--table {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .legal {
    padding-top: 16px;
    padding-bottom: 26px;
  }
  .legal--heading {
    margin-bottom: 24px;
  }
  .legal--text {
    margin: 16px 0 30px;
  }
  .legal--table {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.adminForm {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 400px;
}
.adminForm--full {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.adminForm--heading {
  margin-bottom: 10px;
}
.adminForm--btn {
  border: 0;
  margin-top: 6px;
  cursor: pointer;
}
.adminForm--warning {
  display: none;
  color: #c81917;
  margin-bottom: 6px;
}
.adminForm--warning.active {
  display: block;
}
@media (max-width: 567px) {
  .adminForm {
    width: 88%;
  }
}
.admin {
  margin-top: 60px;
  margin-bottom: 60px;
}
.admin--row {
  display: flex;
  align-items: center;
}
.admin--heading {
  margin-right: auto;
}
.admin--name {
  font-size: 18px;
  margin-left: 32px;
}
.admin--a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  margin-left: 32px;
}
.admin--a:hover {
  text-decoration: underline;
}
.admin--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
.admin--form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin-bottom: 60px;
}
.admin--form--div {
  display: flex;
  flex-direction: column;
}
.admin--form--label {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 20px;
}
.admin--form--add {
  text-decoration: underline;
  margin-top: 6px;
  cursor: pointer;
}
.admin--form--btn,
.admin--form--btn--edit {
  max-width: 180px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
}
.admin--new {
  max-width: 683px;
  width: 100%;
  margin: 0 auto 60px;
}
.admin--new--title {
  width: 100%;
  min-height: 142px;
  font-family: "Squartiqa 4F", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  padding: 10px 20px;
  margin-bottom: 28px;
  resize: vertical;
  transition: border-color 300ms;
}
.admin--new--title.wrong {
  border-color: #c81917;
}
.admin--new--slug {
  transition: border-color 300ms;
}
.admin--new--slug.wrong {
  border-color: #c81917;
}
.admin--new--description {
  width: 100%;
  min-height: 160px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 10px 20px;
  margin-bottom: 28px;
  resize: vertical;
  transition: border-color 300ms;
}
.admin--new--description.wrong {
  border-color: #c81917;
}
.admin--new--date {
  color-scheme: dark;
}
.admin--new--input {
  display: none;
}
.admin--new--div {
  position: relative;
  width: 100%;
  height: 355px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 16px;
}
.admin--new--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.admin--new--icon {
  width: 22px;
  height: auto;
  filter: brightness(0) invert(1);
}
.admin--new--icon--div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  border-radius: 50px;
  transition: background-color 300ms;
}
.admin--new--icon--div.wrong {
  background: #c81917;
}
.admin--new--btn {
  border: 0;
  cursor: pointer;
}
.admin--new--gif {
  display: none;
  width: 70px;
  height: auto;
}
.admin--new--editor {
  max-width: 100%;
  color: #26064f;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 30px auto 30px 0;
  transition: border-color 300ms;
}
.admin--new--editor.wrong {
  border-color: #c81917;
}
.admin--new--editor h1,
.admin--new--editor h2,
.admin--new--editor h3,
.admin--new--editor h4,
.admin--new--editor h5,
.admin--new--editor h6 {
  color: #26064f;
}
.admin--new--editor .ce-paragraph {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 1921px) {
  .admin--new {
    max-width: 883px;
    padding-right: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1439px) {
  .admin--items {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
@media (max-width: 1365px) {
  .admin {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .admin--form {
    margin-bottom: 36px;
  }
  .admin--new {
    margin-left: 10%;
  }
  .admin--new--title {
    font-size: 36px;
  }
  .admin--new--editor .ce-paragraph {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .admin--items {
    margin-top: 26px;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
  .admin--items--div {
    padding: 30px 21px;
  }
  .admin--new {
    margin: 0 32px 60px;
  }
}
@media (max-width: 767px) {
  .admin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .admin--form {
    margin-bottom: 20px;
  }
  .admin--name {
    display: none;
  }
  .admin--a {
    margin-right: 0;
  }
  .admin--new {
    max-width: unset;
    margin: 0;
    padding: 0 20px 40px;
  }
  .admin--new--title {
    font-size: 26px;
  }
  .admin--new--div {
    height: 300px;
  }
  .admin--new--editor {
    max-width: unset;
    margin: 32px 0;
    padding: 0 20px;
  }
}
@media (max-width: 567px) {
  .admin--new--div {
    height: 200px;
  }
}
@media (max-width: 360px) {
  .admin--new--div {
    height: 160px;
  }
}
.adminArticles {
  margin-bottom: 88px;
}
.adminArticles--items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 20px;
}
.adminArticles--div {
  position: relative;
  background: #fff;
  padding: 24px 24px 66px;
}
.adminArticles--div--heading {
  color: #26064f;
}
.adminArticles--div--date {
  position: absolute;
  bottom: 20px;
  left: 24px;
  letter-spacing: 0.02em;
  color: #26064f;
}
.adminArticles--div--a {
  position: absolute;
  right: 18px;
  bottom: 20px;
}
.adminArticles--div--img {
  position: absolute;
  right: 54px;
  bottom: 20px;
  cursor: pointer;
}
.adminArticles--a {
  margin-bottom: 32px;
}
.adminArticles--a--link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.adminArticles--a--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
  transition: background-color 300ms;
}
.adminArticles--a:hover .adminArticles--a--circle {
  background: linear-gradient(
    76.26deg,
    #a15fcb 11.58%,
    #7f69e7 37.95%,
    #6a73f4 48%,
    #6378f7 59.3%,
    #598af3 70.6%,
    #62a7de 84.41%,
    #76c0c3 103.25%
  );
}
.adminArticles--a:hover .adminArticles--a--p {
  color: #fff;
}
.adminArticles--a--plus::after,
.adminArticles--a--plus::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.adminArticles--a--plus::after {
  height: 3px;
  width: 40%;
}
.adminArticles--a--plus::before {
  width: 3px;
  height: 40%;
}
.adminArticles--a--p {
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 12px;
  transition: color 300ms;
}
@media (max-width: 1365px) {
  .adminArticles--a--circle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .adminArticles--a--margin {
    margin-top: 24px;
  }
}
@media (max-width: 1365px) {
  .adminArticles--items {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
@media (max-width: 1023px) {
  .adminArticles {
    margin-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .adminArticles {
    margin-bottom: 44px;
  }
  .adminArticles--a {
    margin-bottom: 20px;
  }
  .adminArticles--items {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .adminArticles--div--admin {
    padding: 19px 13px 50px;
  }
  .adminArticles--div--date {
    left: 13px;
    bottom: 16px;
    font-size: 14px;
  }
  .adminArticles--div--a {
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .adminArticles--div--a--img {
    right: 10px;
    bottom: 8px;
    transform: unset;
  }
  .adminArticles--div--img {
    right: 50px;
    bottom: 14px;
  }
}
