.main {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
}

.accent {
  color: #3fd62b !important;
}

.logo {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  width: 250px;
  height: 77px;
  margin: 0 auto;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  min-height: 600px;
  padding: 80px 1vw 24px 8.9vw;
  z-index: 1000;
  position: relative;
}

.container {
  display: contents;
}

.language-select {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  position: absolute;
  right: 139.86px;
  top: 40px;
  gap: 4px;
  z-index: 2000;
  cursor: pointer;
}

.active-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 2px 9.5px;
  background-color: #3fd62b;
  border-radius: 8px;
  position: relative;
}

.active-lang img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
  width: 15px;
  height: 35px;
}

.active-lang img.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.headline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* max-width: 746px; */
  width: fit-content;
}

.headline h1 {
  font-size: 52px;
  font-weight: 800;
  color: #3fd62b;
  white-space: pre-line;
}

.headline h2 {
  font-size: 32px;
  font-weight: 800;
}

.active-lang button {
  color: #000;
}

.lang-list {
  display: -ms-grid;
  display: grid;
  gap: 4px;
  padding: 4px 8px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  border-radius: 8px;
  border: 1px solid #3fd62b;
  background-color: #222;
  -webkit-transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  -o-transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

.lang-list.show {
  max-height: 500px;
  opacity: 1;
}

.lang-list button {
  padding: 5px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.language-select > .active-lang button {
  font-size: 18px;
  background-color: transparent;
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.language-select button:hover {
  border-radius: 6px;
  background-color: #3fd62b;
  color: #000;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  position: relative;
}

.timeline_item img {
  height: 66px;
  width: 66px;
}

.arrow {
  width: 15px;
  height: 25px;
  margin: auto 0;
}

.redirect-link {
  padding: 20px 48px;
  font-size: 36px;
  border: 1px solid #22591a;
  border-radius: 108px;
  -webkit-box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.24) inset;
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.24) inset;
  background-color: #3fd62b;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.rules h4 {
  font-family: "TT Octosquares Trial Variable", sans-serif;
  font-size: 18px;
  position: relative;
  margin-top: 0;
}

.social-links {
  display: flex;
  gap: 16px;
}
.social-links a {
  height: 36px;
}

.social-links a img {
  width: 36px;
}

.footer {
  max-width: 746px;
  height: 32px;
  width: 100%;
  margin: 0 auto;
}

.footer,
.footer-tablet,
.footer-mob {
  object-fit: contain;
  object-position: center;
}

.footer-tablet,
.footer-mob {
  display: none;
}

.phone-banner,
.tablet-banner {
  display: none;
}

.popup-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0 0 15px 15px;
}

.tablet,
.mobile {
  display: none;
}

.desktop {
  display: block;
}
