@font-face {
    font-family: "Vanguard-Regular";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VanguardCF-Regular.woff2) format("woff2"),
        url(../fonts/VanguardCF-Regular.woff) format("woff");
}
@font-face {
    font-family: "Vanguard-DemiBold";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VanguardCF-DemiBoldOblique.woff2) format("woff2"),
        url(../fonts/VanguardCF-DemiBoldOblique.woff) format("woff");
}
@font-face {
    font-family: "Vanguard-ExtraBold";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VanguardCF-ExtraBold.woff2) format("woff2"),
        url(../fonts/VanguardCF-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: "Gilroy-Regular";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"),
        url(../fonts/Gilroy-Regular.woff) format("woff");
}
@font-face {
    font-family: "Gilroy-Bold";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2"),
        url(../fonts/Gilroy-Bold.woff) format("woff");
}
@font-face {
    font-family: "Dalton-Maag";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Prometo-Bold.woff2) format("woff2"),
        url(../fonts/Prometo-Bold.woff) format("woff");
}


.offer .logo {
  max-width: 290px;
  display: block;
  padding: 0 0 3em;
}

.offer .logo img {
  width: 100%;
}


.offer__label {
  font-family: 'Vanguard-DemiBold';
  background-color: #04f39e;
  color: #0b0b0b;
  padding: 0.1em 0.5em 0.06em;
  font-size: 2.6em;
  display: inline-block;
  margin: 0 0 0.4em;
  line-height: 1;
}

.offer__title {
  color: #ffffff;
  font-size: 7em;
  text-transform: uppercase;
  font-family: 'Vanguard-ExtraBold';
  line-height: 1;
  margin: 0;
}

.offer__title span {
  color: #ff8a00;
  display: block;
}

.offer__title sup {
  vertical-align: top;
  font-size: 0.4em;
  position: relative;
  top: 0.3em;
}

.offer__description {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3.2em;
  line-height: 1.1;
  margin: 0.5em 0 0.75em;
  letter-spacing: 0.5px;
}

.offer__event {
  border-left: 2px solid #ff8a00;
  color: #ffffff;
  font-family: 'Gilroy-Regular';
  font-size: 1.8em;
  padding-left: 0.6em;
}

.offer__event .event__participants {
  text-transform: uppercase;
}

.offer__cta {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 4em;
  border-radius: 6px;
  font-family: 'Dalton-Maag';
  display: inline-block;
  margin-top: 1.5em;
  margin-left: 7em;
  text-decoration: none;
  overflow: hidden;
  padding: 0.2em 0 0.2em;
  position: relative;
  background: #262625;
  background: -webkit-gradient(linear, left top, left bottom, from(#262625), to(#000000));
  background: linear-gradient(to bottom, #262625 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262625', endColorstr='#000000',GradientType=0 );
  line-height: 1.2;
}

.offer__cta .cta__text {
  padding: 1em 0.8em 1em 0.8em;
  border-left: 0.3em solid #ff8a00;
}

.offer__cta:before {
  content: '';
  height: 100%;
  width: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff8a00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#f75f00));
  background: linear-gradient(to bottom, #ff8a00 0%, #f75f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#f75f00',GradientType=0 );
}

/*@media (max-width: 768px) {
  .offer {
    background-image: url(../img/backgrounds/bg-mobile.jpg);
    font-size: 6px;
  }
}*/

@media (max-width: 768px) and (min-width: 320px) {
  .offer {
    font-size: calc(
 6px +
 4 *
 (100vw - 320px) /
 448);
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .offer {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .offer .logo {
    margin: 0 auto;
    max-width: 220px;
    margin-bottom: 2em;
  }
  .offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .offer__cta {
    margin-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .offer__event {
    margin-bottom: 15vw;
  }
}

.offer__keyTerms {
  margin-top: 3em;
  padding: 1.5em 0;
  background: #000;
  color: #fff;
  opacity: 0.8;
}

#footerLegalBar {
  text-decoration: underline;
}

.offer__keyTerms .keyTerms__text {
  font-family: 'Gilroy-Regular';
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5;
}

.offer__keyTerms .keyTerms__text a {
  color: inherit;
}

.offer__keyTerms .keyTerms__text img {
  width: 20px;
  margin-left: 4px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .offer__keyTerms {
    font-size: 7px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .offer__keyTerms {
    font-size: calc(
 7px +
 2 *
 (100vw - 320px) /
 448);
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .offer__keyTerms {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  .mobile-button {
    background: #000;
    text-align: center;
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 2em 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 6px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .mobile-button {
    font-size: calc(
 6px +
 4 *
 (100vw - 320px) /
 448);
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .mobile-button {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .mobile-button .offer__cta {
    margin-top: 0;
  }
  .mobile-button.enter-view {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.offer__steps {
  background: #000;
  color: #ffffff;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
  padding: 1em 0;
}

@media (max-width: 980px) {
  .offer__steps {
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  .offer__steps {
    padding: 0;
  }
}

.steps__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3em;
          column-gap: 3em;
}

.steps__wrapper .steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps__wrapper .steps__number {
  color: #ff8a00;
  font-size: 8em;
  font-family: 'Vanguard-ExtraBold';
  margin-right: 0.2em;
  padding: 0;
}

.steps__wrapper .steps__item-copy {
  font-size: 3.2em;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 767px) {
  .steps__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .steps__wrapper .steps__item-copy br {
    display: none;
  }
  .steps__wrapper .steps__number {
    min-width: 0.5em;
  }
  .steps__wrapper .steps__item {
    position: relative;
    padding-bottom: 0.6em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .steps__wrapper .steps__item:not(:last-child):before {
    content: '';
    content: '';
    border-bottom: 1px solid #696969;
    height: 1px;
    width: calc(100% + 40px);
    left: -20px;
    position: absolute;
    bottom: 0;
  }
}

.extraOffers {
  background: #000;
  color: #ffffff;
}

.extraOffers__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3em;
          column-gap: 3em;
  padding: 3em 0;
}

@media (max-width: 980px) {
  .extraOffers__wrapper {
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }
}

@media (max-width: 767px) {
  .extraOffers__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}

.extraOffer__top {
  position: relative;
}

.extraOffer__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 3.8em;
  font-family: 'Vanguard-ExtraBold';
  text-transform: uppercase;
  padding-left: 0.3em;
}

.extraOffer__title:before {
  content: '';
  border-left: 3px solid #ff8a00;
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  bottom: 0.1em;
  width: 3px;
  height: calc(100% - 0.2em);
}

@media (max-width: 980px) {
  .extraOffer__title {
    font-size: 26px;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .extraOffer__title {
    font-size: calc(
 26px +
 12 *
 (100vw - 768px) /
 212);
  }
}

@media (max-width: 980px) and (min-width: 980px) {
  .extraOffer__title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .extraOffer__title {
    font-size: 36px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .extraOffer__title {
    font-size: calc(
 36px +
 4 *
 (100vw - 320px) /
 447);
  }
}

@media (max-width: 767px) and (min-width: 767px) {
  .extraOffer__title {
    font-size: 40px;
  }
}

.extraOffer__image {
  width: 100%;
}

.extraOffers__item {
  border: 1px solid #696969;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.extraOffer__text {
  font-family: 'Gilroy-Regular';
  font-size: 1.4em;
  padding: 20px;
  line-height: 1.3em;
}

.extraOffer__terms {
  padding: 0 20px 20px;
  font-family: 'Gilroy-Regular';
  font-size: 1em;
  margin-top: auto;
}

.bottom__logos {
  background: #000;
  padding: 3em 0;
}

.regulatory__logos {
  margin-bottom: 3em;
}

.regulatory__logos, .payment__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.regulatory__logos img, .payment__logos img {
  margin: 0 3em;
}

@media (max-width: 767px) {
  .regulatory__logos, .payment__logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .regulatory__logos img, .payment__logos img {
    height: auto;
    width: 100%;
    max-width: 70px;
    max-height: 30px;
    display: block;
    margin: 1em auto;
  }
}

.bottom__links {
  background: #000;
  padding: 3em 0;
}

.bottom__links .links__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.bottom__links .links__wrapper a {
  color: #ffffff;
  font-size: 1.6em;
  padding: 1.5em 0.5em;
  font-family: 'Gilroy-Regular';
  text-decoration: none;
}

@media (max-width: 767px) {
  .bottom__links .links__wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.terms {
  padding: 3em 0 6em;
  background: #000;
  color: #d2d2d2;
  font-family: 'Gilroy-Regular';
}

.terms a {
  color: #d2d2d2;
}

.terms strong {
  font-family: 'Gilroy-Bold';
}

.terms p {
  font-size: 1.2em;
  line-height: 1.4;
  text-align: left;
  margin-top: 1em;
}

.terms li {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  margin-top: 1em;
}

.terms ul {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  margin-top: 1em;
}

.terms ol {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  margin-top: 1em;
}

.terms .terms__wrapper {
  margin-top: 6em;
  display: block !important;
}

.legal p {
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  margin-top: 1em;
}

.terms-title {
  text-align: center;
  font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

body {
  margin: 0;
  font-size: 10px;
  font-family: 'Vanguard-Regular';
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container-legal {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}

.container--wider {
  max-width: 1140px;
}
/*# sourceMappingURL=styles.css.map */