body {
  background-color: var(--primary-color-gray);
}

.hero {
  background: #070b11;
}

.hero__picture {
  display: block;
  width: 100%;
  margin: 0;
}

.hero__img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60px;
  position: absolute;
}

.left {
  animation: slideInLeft 1s ease forwards;
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

.stream-section {
  padding-top: 300px;
  background-color: #1e2c39;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
}

.stream-section li {
  color: #ffffff;
}

.offer-spins-image img {
  max-width: 100%;
  height: auto;
}

.cta-main {
  min-width: 340px;
  font-size: 36px;
  text-align: center;
}

.steps-info {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
  padding-top: 20px;
}

.steps-info li {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 14px;
  align-items: center;
}

.strongFont {
  font-weight: 900;
}

.step-num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 20px;
  color: #1E2C39;
  background: #33c16c;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  padding-bottom: 3px;
}

.step-text {
  text-transform: uppercase;
  font-size: 16px;
}

.faq-section {
  padding: 20px;
  z-index: 1;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: white;
}

.faq-question:focus {
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
  color: #74FEAB;
  padding-bottom: 5px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 10px 0;
}

.faq-answer-inner li {
  color: rgb(189, 206, 221);
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}

.termsAlignment {
  margin-left: 14px;
}

.termsLink:hover {
  color: #45D08F !important;
}

.ctaCustom-Purple {
  background: #33C16C;
  border: 2px solid #74FEAB;
}

.ctaCustom-Purple:hover {
  background: #37D777;
  color: #fff !important;
}

.ctaCustom-Purple a:hover {
  color: #fff !important;
}

.styles_currenciesContainer {
  margin: 2rem auto;
  display: flex;
  max-width: 943px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.siteLP-footer {
  position: relative;
  z-index: 10;
}

.siteLP-footer img {
  width: 40px;
  height: auto;
}

/* --- Responsive --- */

@media (max-width: 1200px) {
  .hero__img {
    padding-top: 0px;
  }
  .stream-section {
    padding-top: 99px;
  }
}

@media (max-width: 1600px) {
  .stream-section {
    padding-top: 215px;
  }
}

@media (max-width: 1380px) {
  .stream-section {
    padding-top: 59px;
  }
  .offer-spins-image {
    padding-top: 87px;
  }
  .offer-spins-image img {
    max-width: 92%;
  }
  .cta-main {
    min-width: 314px;
    font-size: 34px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .hero {
    display: grid;
    grid-template-columns: 44px auto;
    align-items: end;
    padding-top: 40px;
    padding-bottom: 28px;
  }
  .offer-spins-image {
    padding-top: 17px;
  }
}

@media (max-width: 950px) {
  .offer-spins-image img {
    max-width: 62% !important;
  }
}

@media (max-width: 850px) {
  .offer-spins-image img {
    max-width: 75%;
  }
  .offer-spins-image {
    padding-top: 37px;
  }
  .faq-question .icon {
    padding-bottom: 2px !important;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 8px;
  }
  .customImgWidth {
    max-width: 55% !important;
  }
  .cta-main {
    min-width: 248px !important;
    font-size: 27px !important;
    text-align: center;
  }
  .offer-spins-image {
    padding-top: 0px !important;
  }
  .offer-spins-image img {
    max-width: 67% !important;
  }
  .siteLP-footer img {
    width: 28px !important;
  }
}

@media (max-width: 640px) {
  .hero {
    align-items: end;
  }
  .offer-spins-image {
    margin-top: 254px;
  }
  .offer-spins-image img {
    max-width: 108% !important;
  }
}

@media (max-width: 576px) {
  .emblemPFL {
    max-width: 40% !important;
  }
  .collab-img {
    max-width: 400px;
  }
  .stream-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .font-20 {
    font-size: 15px;
  }
  .cta-main {
    min-width: 200px !important;
    font-size: 24px;
  }
  .promo-text {
    font-size: 1.2rem;
  }
  .stream-title {
    font-size: 1.8rem;
  }
  .hero {
    padding-top: 10px;
  }
  .offer-spins-image {
    margin-top: 220px;
  }
  .offer-spins-image img {
    max-width: 100% !important;
  }
}

@media (max-width: 450px) {
  .offer-spins-image {
    margin-top: 170px;
  }
  .siteLP-footer img {
    width: 22px;
  }
  .styles_currenciesContainer {
    gap: 0.5rem;
  }
  .faq-question .icon {
    padding-bottom: 2px;
  }
}

@media (max-width: 400px) {
  .faq-question .icon {
    padding-bottom: 3px !important;
  }
}

@media (max-width: 380px) {
  .offer-spins-image {
    margin-top: 150px;
  }
}
