@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500&family=Space+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lora&display=swap");
.text-white {
  color: #fff;
}
.text-gray-01 {
  color: #aaaaaa;
}
.text-warning-01 {
  color: #f69334;
}
.text-warning-02 {
  color: #c87c20;
}
.text-red-01 {
  color: #f2395a;
}
.text-blue-01 {
  color: #ede9ff;
}
.text-blue-02 {
  color: #9391a8;
}
.text-blue-02-light {
  color: #9e9bbe;
}
.text-blue-06 {
  color: #30368f;
}
.text-green-02 {
  color: #66b686;
}
.text-yellow-01 {
  color: #ead14d;
}
.text-purple-04 {
  color: #a555ed;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

.heading-1 {
  font-size: 3.125rem;
}

.heading-2 {
  font-size: 2.5rem !important;
}

.heading-3 {
  font-size: 1.625rem !important;
}

.ts-subtitle {
  font-size: 1.25rem !important;
  color: #f69334;
  font-family: "Inter", sans-serif;
  letter-spacing: 10%;
}

p,
.body-text {
  font-size: 1rem;
}

.body-text-lg {
  font-size: 1.125rem;
}

.desc-01 {
  font-size: 0.875rem;
}

.desc-02 {
  font-size: 0.75rem;
}

.desc-03 {
  font-size: 0.625rem;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.btn__primary {
  background: rgb(246, 147, 52);
  background: linear-gradient(45deg, rgb(246, 147, 52) 0%, rgb(255, 212, 101) 100%);
  border: none;
  border-radius: 0;
  padding: 14px 32px 15px;
  color: #1e1d2b;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 300ms ease-in-out;
}
.btn__primary--active {
  box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
}
.btn__primary:hover {
  background: rgb(255, 202, 123);
  background: linear-gradient(45deg, rgb(255, 202, 123) 0%, rgb(255, 233, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffca7b",endColorstr="#ffe9af",GradientType=1);
}
.btn__secondary {
  background: #cee5ff;
  background: linear-gradient(45deg, #ffffff 0%, #cee5ff 100%);
  border: none;
  border-radius: 0;
  padding: 14px 32px 15px;
  color: #1e1d2b;
  font-weight: 600;
  font-size: 0.875rem;
}
.btn__secondary--active {
  box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
}
.btn__danger {
  border-radius: 0;
  diplay: flex !important;
  flex-wrap: nowrap;
  height: 45px;
  padding: 0;
}
.btn__danger .text {
  color: white;
  background-color: #f2395a;
  padding: 12px 30px;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .btn__danger .text {
    padding: 12px 15px;
  }
}
.btn__danger span {
  background-color: #f2395a;
  padding: 12px 0;
  height: 100%;
  padding-left: 1.5px;
  margin-right: 2px;
}
.btn__danger span:nth-child(1) {
  padding-left: 2.6px;
  margin-right: 6px;
  position: relative;
}
.btn__danger span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f2395a;
  transform: translate(-50%, -50%);
  border: 2px solid #171721;
}
.btn__danger span:last-child {
  padding-left: 2.6px;
  margin-left: 4px;
  position: relative;
}
.btn__danger span:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f2395a;
  transform: translate(-50%, -50%);
  border: 2px solid #171721;
}
.btn__danger span:nth-child(2) {
  padding-left: 2px;
}
.btn__danger span:nth-child(3) {
  padding-left: 5px;
}
.btn__danger span:nth-child(5) {
  padding-left: 10px;
}
.btn__danger span:nth-child(9) {
  padding-left: 5px;
}
.btn__danger span:nth-child(10) {
  padding-left: 2.4px;
}
.btn__danger span:nth-child(11) {
  margin-right: 4px;
}
.btn--cutted {
  position: relative;
  -webkit-clip-path: polygon(3% 50%, 0 37%, 0 0, 100% 0, 100% 37%, 97% 50%, 100% 63%, 100% 100%, 0 100%, 0 63%);
          clip-path: polygon(3% 50%, 0 37%, 0 0, 100% 0, 100% 37%, 97% 50%, 100% 63%, 100% 100%, 0 100%, 0 63%);
}
.btn__warning {
  background-color: #f69334;
  color: #1e1d2b;
  padding: 3px 8px;
}

.rounded-01 {
  border-radius: 8px;
}

.mw-460 {
  max-width: 460px;
}
.mw-500 {
  max-width: 500px;
}
.mw-530 {
  max-width: 530px;
}
.mw-840 {
  max-width: 840px;
}
.mw-860 {
  max-width: 860px;
}
.mw-1080 {
  max-width: 1080px;
}
.mw-1100 {
  max-width: 1100px;
}
.mw-1200 {
  max-width: 1200px;
}
.mw-1300 {
  max-width: 1300px;
}
.mw-1400 {
  max-width: 1400px;
}
@media (min-width: 992px) {
  .mw-lg-400 {
    max-width: 400px;
  }
  .mw-lg-460 {
    max-width: 460px;
  }
  .mw-lg-480 {
    max-width: 480px;
  }
  .mw-lg-510 {
    max-width: 510px;
  }
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .px-lg-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 3rem;
}
.mb-09 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 4.5rem;
}
.mb-11 {
  margin-bottom: 5.25rem;
}
.mb-12 {
  margin-bottom: 6rem;
}
.mb-13 {
  margin-bottom: 7rem;
}
.mb-14 {
  margin-bottom: 7.75rem;
}
.mb-15 {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 3rem;
  }
  .mb-lg-09 {
    margin-bottom: 4rem;
  }
  .mb-lg-10 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-11 {
    margin-bottom: 5.25rem;
  }
  .mb-lg-12 {
    margin-bottom: 6rem;
  }
  .mb-lg-13 {
    margin-bottom: 7rem;
  }
  .mb-lg-14 {
    margin-bottom: 7.75rem;
  }
  .mb-lg-15 {
    margin-bottom: 9rem;
  }
}

.btn:focus,
button:focus {
  box-shadow: none !important;
}

.btn-lunch {
  text-decoration: none;
  background: linear-gradient(45deg, rgb(246, 147, 52) 0%, rgb(255, 212, 101) 100%);
  border-radius: 6px;
  padding: 0.625rem;
  color: #1e1d2b;
  display: inline-block;
}
.btn-lunch:hover {
  color: #1e1d2b;
  background: linear-gradient(45deg, rgb(255, 212, 101) 0%, rgb(246, 147, 52) 100%);
}

.navbar {
  max-width: 1300px;
  margin: 0 auto;
}
.navbar-toggler {
  border: 0;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.navbar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.navbar span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.navbar span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.navbar [aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
.navbar [aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar [aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.navbar-brand {
  width: 90px;
  margin-left: 12px;
}
.navbar-brand img {
  width: 100%;
}
.navbar .nav-link {
  color: #ede9ff !important;
  padding: 8px 12px !important;
  opacity: 1;
}
.navbar .active {
  color: #f69334 !important;
}
.navbar-toggler {
  border: none;
}
.navbar-social-links {
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .navbar {
    background-color: #1e1d2b;
  }
  .navbar-brand {
    width: 55px;
  }
  .navbar-collapse {
    padding: 1.5rem 0 0.75rem;
  }
}

.ts-list {
  list-style: none;
  padding-left: 0;
}
.ts-list li {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 9px;
  text-align: start !important;
}
.ts-list li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.ts-list li::before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #5b62c7;
  border-radius: 50%;
  background-image: url("../assets/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 11px;
}

.section__saperator-01 {
  width: 100%;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.section__saperator-01::before, .section__saperator-01::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #55536a;
}
.section__saperator-01 span {
  height: 1px;
  width: 100%;
  background-color: #55536a;
}

.ts-mint-soon {
  background-color: #1e1d2b;
  color: #fff;
  display: grid;
  place-items: center;
  height: 40px;
  padding: 0;
}
.ts-mint-soon__countdown {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.ts-mint-soon__countdown li {
  color: #ede9ff;
}
.ts-mint-soon__countdown li span {
  margin-right: 3px;
}

.tag {
  transform: rotate(-30deg);
}
.tag--circle {
  background: rgb(246, 147, 52);
  background: linear-gradient(45deg, rgb(246, 147, 52) 0%, rgb(255, 212, 101) 100%);
  border-radius: 50%;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  color: #1e1d2a;
}
.tag--circle .tag__title {
  margin-bottom: 0;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  word-spacing: -8px;
}
.tag--circle .tag__multiple {
  font-weight: 500;
}
.tag--circle .tag__subtitle {
  margin-bottom: 0;
  font-weight: 500;
}
.tag--img .tag__title {
  font-size: 21px;
  line-height: 85%;
}
.tag--img .tag__subtitle {
  font-size: 10px;
}
@media (max-width: 575px) {
  .tag {
    width: 90px;
    height: 90px;
  }
  .tag__title {
    font-size: 28px !important;
    line-height: 100%;
  }
  .tag__subtitle {
    font-size: 9px;
  }
  .tag--img img {
    width: 35px;
    margin-bottom: 3px;
  }
  .tag--img .tag__title {
    font-size: 18px !important;
  }
  .tag--img .tag__subtitle {
    font-size: 7px;
  }
}

.footer {
  background-color: #14131e;
  padding: 40px 1.25rem 60px;
}
.footer__body {
  display: flex;
  justify-content: center;
  gap: 5.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .footer__body {
    margin-bottom: 3rem;
  }
}
.footer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .footer__footer {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer__links {
  display: flex;
  gap: 1.5rem;
}
.footer__link {
  text-decoration: none;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper .custom-swiper-pagination {
  height: 24px;
}
.swiper .swiper-pagination-bullet {
  border: 2px solid #9e9bbe;
  border-radius: 0;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  border: none;
}
.swiper .swiper-btn {
  width: 13px;
}
@media (min-width: 992px) {
  .swiper .swiper-btn {
    width: 26px;
  }
}
.swiper .swiper-btn img {
  width: 100%;
}
.swiper-btn-next {
  transform: rotate(180deg);
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 292px;
}

.ts-join-discord {
  border-radius: 15px;
  background-color: #828af7;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  overflow: hidden;
  padding: 0 18px;
}
@media (min-width: 768px) {
  .ts-join-discord {
    display: grid;
    align-items: end;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 33px;
  }
}
.ts-join-discord__text {
  padding: 33px 0;
}
.ts-join-discord__list li {
  margin-bottom: 0.75rem;
}
.ts-join-discord__list li::before {
  background-color: #5b62c7;
}
.ts-join-discord__img {
  position: relative;
  top: 2px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes particlesAnimation {
  0% {
    transform: translatey(0px);
    opacity: 0;
  }
  10% {
    transform: translatey(-12px);
    opacity: 1;
  }
  100% {
    transform: translatey(-120px);
    opacity: 0;
  }
}
.ts-particle {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
}
.ts-particle__group {
  position: relative;
}
.ts-particle__group img {
  position: relative;
  z-index: 10;
}
.ts-particle:nth-child(1) {
  top: calc(70% - 30px);
  left: calc(10% - 30px);
  animation: particlesAnimation 7s linear infinite;
}
.ts-particle:nth-child(2) {
  top: calc(60% - 30px);
  left: calc(20% - 30px);
  animation: particlesAnimation 3s linear infinite;
}
.ts-particle:nth-child(3) {
  top: calc(50% - 30px);
  left: calc(30% - 30px);
  animation: particlesAnimation 6s linear infinite;
}
.ts-particle:nth-child(4) {
  top: calc(50% - 30px);
  left: calc(40% - 30px);
  animation: particlesAnimation 3.1s linear infinite;
}
.ts-particle:nth-child(5) {
  top: 10%;
  left: calc(50% - 30px);
  animation: particlesAnimation 5s linear infinite;
}
.ts-particle:nth-child(6) {
  top: 15%;
  left: calc(55% - 30px);
  animation: particlesAnimation 4s linear infinite;
}
.ts-particle:nth-child(7) {
  top: 10%;
  left: calc(60% - 30px);
  animation: particlesAnimation 5s linear infinite;
}
.ts-particle:nth-child(8) {
  top: 10%;
  left: calc(70% - 30px);
  animation: particlesAnimation 3.6s linear infinite;
}
.ts-particle:nth-child(9) {
  top: 10%;
  left: calc(75% - 30px);
  animation: particlesAnimation 7s linear infinite;
}
.ts-particle:nth-child(10) {
  top: 10%;
  left: calc(80% - 30px);
  animation: particlesAnimation 4.2s linear infinite;
}
.ts-particle:nth-child(11) {
  top: 40%;
  left: calc(85% - 30px);
  animation: particlesAnimation 4s linear infinite;
}
.ts-particle:nth-child(12) {
  top: 50%;
  left: calc(90% - 30px);
  animation: particlesAnimation 5s linear infinite;
}
.ts-particle:nth-child(13) {
  top: 50%;
  left: calc(95% - 30px);
  animation: particlesAnimation 6s linear infinite;
}
.ts-particle:nth-child(14) {
  top: 35%;
  left: calc(15% - 30px);
  animation: particlesAnimation 6s linear infinite;
}
.ts-particle--red .ts-particle {
  background: rgb(164, 77, 50);
  background: radial-gradient(circle, rgb(164, 77, 50) 0%, rgba(164, 77, 50, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a44d32",endColorstr="#a44d32",GradientType=1);
}
.ts-particle--yellow .ts-particle {
  background: rgb(255, 121, 0);
  background: radial-gradient(circle, rgb(255, 121, 0) 0%, rgba(255, 121, 0, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#ff7900",GradientType=1);
}
.ts-particle--green .ts-particle {
  background: rgb(155, 244, 28);
  background: radial-gradient(circle, rgb(155, 244, 28) 0%, rgba(155, 244, 28, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bf41c",endColorstr="#9bf41c",GradientType=1);
}

.countdown-danger {
  color: #f2395a !important;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 17px;
  font-size: 14px;
}
.countdown-danger .body-text {
  margin-right: 4px;
  font-size: 22px;
}

body {
  background-color: #171721;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-family: "Space Mono", monospace;
}
section .btn__danger,
section p {
  font-family: "Space Grotesk", sans-serif;
}

.ts-subtitle-danger {
  font-family: "Inter", sans-serif;
  color: #f2395a;
}

.ts-hero {
  position: relative;
  width: 100%;
}
.ts-hero .navbar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 767px) {
  .ts-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
    background: rgb(30, 29, 42);
    background: linear-gradient(180deg, rgb(30, 29, 42) 0%, rgba(30, 29, 42, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1d2a",endColorstr="#1e1d2a",GradientType=1);
  }
}
@media (max-width: 991px) {
  .ts-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: rgb(30, 29, 42);
    background: linear-gradient(0deg, rgb(30, 29, 42) 0%, rgba(30, 29, 42, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1d2a",endColorstr="#1e1d2a",GradientType=1);
  }
}

.ts-club-house {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  width: calc(100% - 4px);
}
.ts-club-house__img {
  width: 100%;
}
@media (max-width: 992px) {
  .ts-club-house__img {
    position: relative;
    top: calc(-40% - 40px);
  }
}

.ts-image-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ts-image-slider__inner::before, .ts-image-slider__inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 575px) {
  .ts-image-slider__inner::before, .ts-image-slider__inner::after {
    width: 12%;
  }
}
.ts-image-slider__inner::before {
  left: 0;
  background: rgb(30, 29, 42);
  background: linear-gradient(90deg, rgb(30, 29, 42) 0%, rgba(30, 29, 42, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1d2a",endColorstr="#1e1d2a",GradientType=1);
}
.ts-image-slider__inner::after {
  right: 0;
  background: rgb(30, 29, 42);
  background: linear-gradient(270deg, rgb(30, 29, 42) 0%, rgba(30, 29, 42, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1d2a",endColorstr="#1e1d2a",GradientType=1);
}
.ts-image-slider article {
  display: flex;
  width: 7208px;
  animation: bannermove 25s linear infinite;
}
.ts-image-slider article div {
  width: 100%;
}
.ts-image-slider .slider-2 {
  animation: bannermove 25s linear infinite;
  animation-direction: reverse;
}
.ts-image-slider ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.ts-image-slider ul li {
  width: 100%;
}
.ts-image-slider ul li img {
  width: 100%;
}
@media (max-width: 575px) {
  .ts-image-slider article {
    width: 4080px;
  }
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ts-watcher-card__img {
  margin-bottom: 0.75rem;
  width: 100%;
}
.ts-watcher-card__name {
  font-size: 22px;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-weight: 400;
}

.welcome-club__header {
  background-color: #351e51;
  padding: 46px 0 56px;
}
@media (max-width: 992px) {
  .welcome-club__header {
    margin-top: 50vw;
  }
}
.welcome-club__header-main {
  max-width: 1080px;
  display: grid;
  grid-template-columns: auto;
  grid-row: reverse;
}
.welcome-club__header-imgcont {
  height: auto;
  width: 100%;
}
.welcome-club__header-img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .welcome-club__header-textcont {
    grid-row: 2;
  }
  .welcome-club__header-imgcont-outer {
    grid-row: 1;
    height: 50vw;
  }
  .welcome-club__header-imgcont {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .welcome-club__header {
    padding: 56px 0 65px;
  }
  .welcome-club__header-main {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 54px;
  }
}
@media (min-width: 1400px) {
  .welcome-club__header-imgcont {
    height: 135%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -67%);
  }
  .welcome-club__header-img {
    height: 135%;
    width: auto;
  }
}
.welcome-club__list {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .welcome-club__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.welcome-club__list li {
  color: #ede9ff;
  margin-bottom: 0 !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.welcome-club__list li::before {
  background-color: #693f9d !important;
}/*# sourceMappingURL=ooh.css.map */