@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;900&display=swap");

*,
::before,
::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

#rewards-page a {
  text-decoration: none;
  color: #fff;
}

#rewards-page a.dark_link {
  text-decoration: underline;
  color: #000;
}

.wrapper {
  font-family: 'Roboto Slab', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16;
  text-align: center;
  color: #ffffff;
  background-color: #35283C;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 128px 128px;
}

.box {
  /*max-width: 1360px;*/
  margin: 0 auto;
  padding: 0 15px;
}

.box_p0 {
  padding: 0;
}

.blue {
  font-weight: 900;
  color: #13a0ce;
}

.orange {
  font-weight: 900;
  color: #d89831;
}

.ce_header {
  width: 100%;
  height: auto;
}

.header_desktop {
  display: block;
  width: 100%;
}

.header_mobile {
  display: none;
  width: 100%;
}

.details .box {
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #111111;*/
}

.details__title {
  margin-bottom: 17px;
  font-weight: 900;
  font-size: 61px;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.details__text {
  line-height: 1.25;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.details__note {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px 10px;
  font-size: inherit;
  line-height: 1.25;
  text-align: left;
  color: #000;
  background-color: #e8e8e8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.details__note img {
  display: block;
  width: 30px;
  margin-right: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.details__note a {
  text-decoration: underline;
  color: inherit;
}

.details__table {
  position: relative;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
}

.table__img {
  display: block;
  width: 100%;
  height: auto;
}

.table__full-screen-icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.info .box {
  padding-top: 20px;
  padding-bottom: 5px;
  background: linear-gradient(90.57deg, #6E57EC 0%, #491351 100%);
}

.info__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 51px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FDBA13;
}

.info__text {
  max-width: 1130px;
  margin: 0 auto;
  text-align: left;
}

.info__text p {
  margin-bottom: 15px;
}

.info__text ol {
  margin-bottom: 15px;
  margin-left: 50px;
}

.description__title {
  padding: 15px;
  font-weight: 900;
  font-size: 51px;
  line-height: 1;
  background-color: #d79730;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.benefits {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px 15px 15px;
  background-color: #f0efed;
}

.benefits_white {
  flex-direction: row-reverse;
  background-color: #ffffff;
}

.benefits__img {
  max-width: 250px;
}

.benefits__img img {
  width: auto; /* width: 100%; */
  max-width: 250px;
}

.benefits__content {
  max-width: 642px;
  text-align: left;
}

.benefits__title {
  margin-bottom: 13px;
  font-weight: 900;
  font-size: 61px;
  text-transform: uppercase;
  line-height: 1;
  color: #d79730;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.benefits__text {
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.benefits__text p {
  margin-bottom: 18px;
}

.rewards_cta .box {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #491351;
}

.cta__subtitle {
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 45px;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #FDBA13;
}

.cta__text {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 80%;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta__title {
  margin-bottom: 35px;
  font-weight: 900;
  font-size: 61px;
  line-height: 1;
  color: #d79730;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cta__button {
  display: inline-block;
  padding: 20px 90px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  background: linear-gradient(180deg, #9191FF 51.56%, #4D4DFF 53.88%);
  border: 0.741389px solid #FFFFFF;
  border-radius: 3.70694px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta__button:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .header_desktop {
    display: none;
  }

  .header_mobile {
    display: block;
  }

  .table__full-screen-icon {
    display: block;
  }

  /* ---------------------------- */
  .details .box {
    padding-bottom: 0;
  }

  .details__title {
    font-size: 31px;
  }

  .details__text {
    font-size: 15px;
  }

  .details__note {
    font-size: 15px;
  }

  .details__note img {
    width: 48px;
    margin-right: 12px;
  }

  /* ---------------------------- */
  .info .box {
    padding-bottom: 10px;
  }

  .info__title {
    font-size: 31px;
  }

  .info__text p {
    text-align: center;
  }

  .info__text ol {
    margin-left: 30px;
  }

  /* ---------------------------- */
  .description__title {
    font-size: 31px;
  }

  .benefits {
    flex-direction: column;
    justify-content: center;
  }

  .benefits_white {
    flex-direction: column;
  }

  .benefits__img {
    max-width: 165px;
  }

  .benefits__img img {
    width: 100%;
  }

  .benefits__content {
    text-align: center;
  }

  .benefits__title {
    font-size: 31px;
  }

  /* ---------------------------- */
  .rewards_cta .box {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cta__subtitle {
    margin-bottom: 20px;

    font-size: 21px;
  }

  .cta__text {
    margin-bottom: 20px;

    font-size: 14px;
  }

  .cta__title {
    margin-bottom: 30px;

    font-size: 31px;
  }

  .cta__button {
    padding: 20px 70px;
    font-size: 31px;
  }
}

/* -----------modal------------ */

#full {
  cursor: pointer;
}

#full:hover {
  opacity: 0.8;
}

.rewards_modal {
  display: none;
  position: fixed;
  z-index: 1111111;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
}

.content {
  display: block;
  height: 100%;
}

.rewards_close {
  position: fixed;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.05;
  background-color: #d89831;
}

.close:hover,
.close:focus {
  opacity: 0.9;
  text-decoration: none;
  cursor: pointer;
}
