body {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em !important;
  background: #061434;
  color: #fff;
}

h1 {
  font-size: calc((100vw - 360px) / 1560 * 25 + 27px);
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
h1 span {
  display: inline-flex;
  white-space: pre;
}

h2 {
  font-size: calc((100vw - 360px) / 1560 * 12 + 24px);
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: bold;
}

h3 {
  font-weight: 500;
}

sup, sub {
  font-size: 60%;
}

button {
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 4px;
  background: #4B4EFC;
}

roll {
  display: inline-block;
  white-space: pre;
}

.tip {
  display: block;
  margin-bottom: 36px;
  opacity: 0.6;
}

.point {
  position: absolute;
  width: 10vmax;
  height: 17vmax;
  border-radius: 100%;
  background: rgba(217, 223, 236, 0.3);
  filter: blur(100px);
  transform: translate(-50%, -50%);
  box-shadow: 56px 72px 0 #422F60;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased !important;
  font-feature-settings: "ss04" on, "ss03" on, "ss02" on, "ss01" on, "salt" on;
}

::-webkit-scrollbar-button, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb, ::-webkit-resizer, ::-webkit-scrollbar {
  display: none;
}

.container-fluid, .row, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0;
  margin: 0;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  display: block;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 150;
  mix-blend-mode: inverse;
}
.c-scrollbar ~ .c-scrollbar {
  display: none;
  pointer-events: none;
}

.c-scrollbar:hover {
  transform: scaleX(4);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.6;
  width: 6px;
  padding: 3px;
  border-radius: 3px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-scrollbar_thumb:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 2px;
  height: auto;
  background: #888;
  pointer-events: none;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.mouse {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  width: 36px;
  height: 36px;
  border-radius: 96px;
  z-index: 950;
  mix-blend-mode: difference;
}
.mouse__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  mix-blend-mode: difference;
  border-radius: inherit;
  -webkit-animation: mouse-loading 1.17s linear infinite;
          animation: mouse-loading 1.17s linear infinite;
  will-change: transform;
}
@-webkit-keyframes mouse-loading {
  to {
    transform: translate(-50%, -50%) rotate(315deg);
  }
}
@keyframes mouse-loading {
  to {
    transform: translate(-50%, -50%) rotate(315deg);
  }
}

.mouseReact * {
  pointer-events: none;
}
.mouseReact.mouseHitBox:before, .mouseReact.mouseFocus:before {
  content: " ";
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  width: auto;
  height: auto;
  z-index: 100;
  pointer-events: auto;
}

.live-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: #000;
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

main {
  background: linear-gradient(180deg, #061434 44.63%, #1B012A 99.73%);
  background-attachment: scroll;
  overflow-y: scroll;
  z-index: 100;
}

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 1216px;
  width: 100%;
  padding: 24px;
  transform: translateX(-50%);
  z-index: 200;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  mix-blend-mode: difference;
}
@media (max-width: 624px) {
  .nav {
    background: linear-gradient(180deg, rgb(6, 20, 52) 60%, rgba(6, 20, 52, 0) 100%);
    padding-bottom: 48px;
    mix-blend-mode: normal !important;
  }
}
.nav__brand svg {
  height: calc((100vw - 360px) / 1560 * 10 + 36px);
  width: auto;
  pointer-events: auto;
}
@media (max-width: 624px) {
  .nav__brand {
    width: 50%;
    display: block;
    margin-bottom: 12px;
  }
}
.nav__links {
  flex: 1;
  text-align: right;
  margin-right: 64px;
  line-height: 24px;
  gap: 12px;
}
@media (max-width: 624px) {
  .nav__links {
    text-align: center;
    order: 1;
    margin-right: 0;
  }
  .nav__links a {
    margin-left: 0;
  }
}
.nav__links a {
  margin-left: 12px;
  pointer-events: auto;
}
.nav__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc((100vw - 360px) / 1560 * 16 + 8px);
}
@media (max-width: 624px) {
  .nav__social {
    width: 50%;
  }
}
.nav__social svg {
  width: 16px;
  height: 16px;
  pointer-events: auto;
}
.header {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__video-bg video {
  position: absolute;
  aspect-ratio: 16/9;
}
@media (orientation: portrait) {
  .header__video-bg video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    min-height: 100vh;
  }
}
@media (orientation: landscape) {
  .header__video-bg video {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    width: 100vw;
  }
}
.header__video-bg .header__video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(184.74deg, #071435 29.52%, rgba(0, 0, 0, 0) 54.91%, #071435 100%);
  z-index: 1;
}
.header__content {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: calc((100vw - 360px) / 1560 * 64 + 192px) 24px calc((100vw - 360px) / 1560 * 208 + 48px);
}
.header__content .header__heading {
  font-weight: 300;
  font-size: calc((100vw - 360px) / 1560 * 14 + 36px);
  text-align: center;
}
.header__content .header__scroll-tip-wrap {
  margin-top: auto;
}
.header__content .header__scroll-tip-wrap .header__scroll-tip {
  width: 16px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.header__content .header__scroll-tip-wrap .header__scroll-tip--ball {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #fff;
  -webkit-animation: scroll-tip 1.5s ease-in-out infinite;
          animation: scroll-tip 1.5s ease-in-out infinite;
}
@-webkit-keyframes scroll-tip {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes scroll-tip {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

.features {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: row;
  background: #fff;
  color: #000;
}
.features__slider-wrap {
  width: 60%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
.features__slider-wrap .features__indicator {
  display: flex;
  flex-flow: column;
  gap: 36px;
}
.features__slider-wrap .features__indicator .features__indicator--line {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: auto;
  transform: translateX(-50%);
  background: #374151;
  z-index: 1;
}
.features__slider-wrap .features__indicator .features__indicator--item {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #374151;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 16px;
  z-index: 100;
  will-change: box-shadow, backround;
  transition: backround 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.features__slider-wrap .features__indicator .features__indicator--item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #374151;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.features__slider-wrap .features__indicator .features__indicator--item.active {
  background: #CDDCF2;
  box-shadow: 0 0 0 4px #CDDCF2;
  color: transparent;
}
.features__slider-wrap .features__indicator .features__indicator--item.active:after {
  transform: translate(-50%, -50%) scale(1, 1);
}
.features__slider-wrap .features__content {
  text-align: left;
  max-width: 480px;
}
.features__slider-wrap .features__content .features__heading {
  font-size: 16px;
  margin-bottom: 12px;
}
.features__slider-wrap .features__content .features__text {
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.4;
}
.features__img {
  width: 40%;
  background-image: url(/img/uploads/GoldenBall.jpeg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.features__img._active-1 .features__img--img:nth-child(1) {
  transform: translateX(0%);
}
.features__img._active-2 .features__img--img:nth-child(2) {
  transform: translateX(0%);
}
.features__img .features__img--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/img/uploads/Stadium1.jpg);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.features__img .features__img--img:nth-child(2) {
  background-image: url(/img/uploads/Stadium2.jpg);
}

.motive {
  padding: calc((100vw - 360px) / 1560 * 72 + 72px) 24px;
  background: linear-gradient(268.61deg, rgba(149, 113, 184, 0.57) -11.71%, rgba(7, 18, 39, 0.68) 112.92%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.motive__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/uploads/waves.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-mask-image: linear-gradient(90deg, transparent, white, transparent);
}
.motive__heading {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.reasons {
  width: 100%;
  padding: calc((100vw - 360px) / 1560 * 96 + 96px) 24px;
}
.reasons__list {
  max-width: 1200px;
  margin: auto;
}
.reasons__list .reasons__list--item.col {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  padding: 12px;
}
.reasons__list .reasons__list--item.col .reasouns__list--icon-wrap {
  display: inline-flex;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
}
.reasons__list .reasons__list--item.col .reasons__list--heading {
  max-width: 300px;
  text-align: center;
  font-weight: 500;
  font-size: calc((100vw - 360px) / 1560 * 4 + 16px);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.reasons__list .reasons__list--item.col .reasons__list--text {
  max-width: 300px;
  text-align: center;
  font-size: calc((100vw - 360px) / 1560 * 4 + 12px);
  line-height: 1.3;
  opacity: 0.7;
}

.team {
  width: 100%;
  padding: calc((100vw - 360px) / 1560 * 80 + 48px) 24px;
  background: rgba(255, 255, 255, 0.05);
}
.team__heading {
  margin-bottom: 48px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.32em;
  line-height: 1.3;
}
.team__list.row {
  max-width: 1200px;
  margin: auto;
  flex-flow: row wrap;
  justify-content: center;
}
.team__list.row .team__list--item.col {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc((100vw - 360px) / 1560 * 24 + 24px);
  padding: 0 12px;
}
.team__list.row .team__list--item.col .team__list--img {
  border-radius: 6px;
  margin-bottom: 32px;
  max-width: 100%;
  min-width: 144px;
}
.team__list.row .team__list--item.col .team__list--heading {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 2px;
  text-transform: uppercase;
  max-width: 100%;
}
.team__list.row .team__list--item.col .team__list--text {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.7;
  margin-bottom: 6px;
  max-width: 100%;
}
.team__list.row .team__list--item.col .team__list--icon {
  width: 20px;
}
.team__list.row .team__list--item.col .team__list--link.hidden {
  display: none;
}

.partners {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
}
.partners__heading {
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.32em;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.partners__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.partners__list .partners__list--item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}
.partners__list .partners__list--item .partners__list--img {
  width: 100%;
  max-height: 70px;
  max-width: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__list .partners__list--item:first-child .partners__list--img {
  max-height: 48px;
  margin-right: 2px;
}

.about {
  padding: calc((100vw - 360px) / 1560 * 144 + 48px) 24px;
  background: linear-gradient(88.27deg, rgba(149, 113, 184, 0.57) -17.61%, rgba(7, 18, 39, 0.68) 120.23%);
  overflow: hidden;
}
.about__point {
  position: absolute;
  width: 10vmax;
  height: 17vmax;
  border-radius: 100%;
  background: rgba(217, 223, 236, 0.3);
  filter: blur(100px);
  transform: translate(-50%, -50%);
  box-shadow: 56px 72px 0 #422F60;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.about__tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 300;
  font-size: calc((100vw - 360px) / 1560 * 90 + 72px);
  line-height: 0.75;
  text-align: center;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.08;
  pointer-events: none;
}
.about__content {
  max-width: 1100px;
  margin: auto;
}
.about__content .about__text {
  max-width: 490px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  font-feature-settings: "salt" on;
  color: #FFFFFF;
}
.about__content .about__img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .about__content .about__img {
    justify-content: center;
  }
}
.about__content .about__img img {
  max-width: 100%;
  width: 360px;
}

.footer {
  padding: calc((100vw - 360px) / 1560 * 144 + 48px) 24px;
}
.footer__header {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 48px;
}
@media (max-width: 746px) {
  .footer__header {
    align-items: center;
    justify-content: center;
  }
}
.footer__header .footer__header--general {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 746px) {
  .footer__header .footer__header--general {
    align-items: center;
    justify-content: center;
  }
}
.footer__header .footer__header--general .footer__header--logo-wrap {
  margin-bottom: 32px;
}
.footer__header .footer__header--general .footer__header--logo-wrap svg {
  width: 100%;
  max-width: 144px;
}
.footer__header .footer__header--general .footer__header--nav {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.footer__header .footer__header--general .footer__header--nav a {
  cursor: pointer;
}
.footer__header .footer__header--form-wrap {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-left: auto;
}
@media (max-width: 746px) {
  .footer__header .footer__header--form-wrap {
    width: 100%;
    align-items: center;
    margin-left: 0;
  }
}
.footer__header .footer__header--form-wrap p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  font-feature-settings: "salt" on;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 746px) {
  .footer__header .footer__header--form-wrap p {
    text-align: center;
  }
}
.footer__header .footer__header--form-wrap .footer__form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
@media (max-width: 746px) {
  .footer__header .footer__header--form-wrap .footer__form {
    justify-content: center;
  }
}
.footer__header .footer__header--form-wrap .footer__form .footer__form--email {
  flex: 1;
  max-width: 320px;
  padding: 16px 24px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.footer__header .footer__header--form-wrap .footer__form .footer__form--btn {
  padding: 16px 24px;
  background: #fff;
  color: #000;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.footer__secondary {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 64px auto 0;
  border-top: 1px solid #fff;
  padding: 32px 0;
  max-width: 1200px;
  gap: 24px;
}
.footer__secondary .footer__secondary--social {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.footer__secondary .footer__secondary--social svg {
  width: 24px;
  height: 24px;
}
.footer__secondary .footer__secondary--copy {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  opacity: 0.4;
}
.footer__secondary .footer__secondary--links {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  opacity: 0.7;
}
.footer__secondary .footer__secondary--links a {
  cursor: pointer;
}

.privacy-policy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #061434 5%, #1B012A 100%);
  background-attachment: scroll;
  color: #fff;
  z-index: 150;
  overflow-y: scroll;
  padding: 30vh 24px 20vh;
  text-align: center;
  transform: translateY(100%);
}
.privacy-policy__close {
  margin: auto;
  cursor: pointer;
}
.privacy-policy__wrap {
  max-width: 900px;
  margin: auto;
  text-align: left;
}
.privacy-policy__wrap h1, .privacy-policy__wrap h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}
.privacy-policy__wrap ul {
  list-style-position: inside;
  margin: 12px 0 36px;
  opacity: 0.8;
  padding-left: 24px;
}
.privacy-policy__wrap ul li {
  margin: 6px 0;
}
.privacy-policy__wrap p {
  margin-bottom: 100;
  line-height: 1.5;
}
.privacy-policy__wrap p a {
  opacity: 0.6;
  text-decoration: underline;
  cursor: pointer;
}
.terms-of-use {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #061434 5%, #1B012A 100%);
  background-attachment: scroll;
  color: #fff;
  z-index: 150;
  overflow-y: scroll;
  padding: 30vh 24px 20vh;
  text-align: center;
  transform: translateY(100%);
}
.terms-of-use__close {
  margin: auto;
  cursor: pointer;
}
.terms-of-use__wrap {
  max-width: 900px;
  margin: auto;
  text-align: left;
}
.terms-of-use__wrap h1, .terms-of-use__wrap h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}
.terms-of-use__wrap ul {
  list-style-position: inside;
  margin: 12px 0 36px;
  opacity: 0.8;
  padding-left: 24px;
}
.terms-of-use__wrap ul li {
  margin: 6px 0;
}
.terms-of-use__wrap p {
  margin-bottom: 100;
  line-height: 1.5;
}
.terms-of-use__wrap p a {
  opacity: 0.6;
  text-decoration: underline;
  cursor: pointer;
}
.container {
  width: 100%;
  padding-top: 96px;
}
.container .row {
  width: 58.3333333333%;
  left: 25%;
}

.flex {
  display: flex;
  flex-flow: row;
}

.row2 {
  width: 50%;
}

.row3 {
  width: 33.3333333333%;
}

.row4 {
  width: 25%;
}

.row5 {
  width: 20%;
}

.row6 {
  width: 16.6666666667%;
}

.row7 {
  width: 14.2857142857%;
}

.row8 {
  width: 12.5%;
}

.row9 {
  width: 11.1111111111%;
}

.row10 {
  width: 10%;
}

.row11 {
  width: 9.0909090909%;
}

.row12 {
  width: 8.3333333333%;
}

.line {
  width: 100%;
  height: 1px;
  background: #222;
  margin-bottom: 24px;
}
.line.light {
  background: #eee;
}

.theme {
  width: 100vw;
}
.theme:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
}

.underline {
  display: inline;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */