@font-face {
  font-family: "Archivo Medium Italic";
  src: url("font/Archivo-MediumItalic.ttf");
}
@font-face {
  font-family: "Archivo Semibold Italic";
  src: url("font/Archivo-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "Archivo Bold Italic";
  src: url("font/Archivo-BoldItalic.ttf");
}
@font-face {
  font-family: "Archivo Italic";
  src: url("font/Archivo-Italic.ttf");
}
@font-face {
  font-family: "Archivo Bold";
  src: url("font/Archivo-Bold.ttf");
}
@font-face {
  font-family: "Archivo Medium";
  src: url("font/Archivo-Medium.ttf");
}
@font-face {
  font-family: "Montserrat Black Italic";
  src: url("font/Montserrat-BlackItalic.ttf");
}
html {
  scroll-behavior: smooth;
}

body {
  background: url("assets/background.png") no-repeat;
  background-size: 100% 150vh;
  overflow-x: hidden;
  margin: 0;
}

.desktopFrame {
  display: none;
  flex-direction: column;
}
.desktopFrame .topFrame {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: flex-start;
  padding: 5% 1% 0 12%;
}
.desktopFrame .topFrame img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.desktopFrame .topFrame .bonusFrame {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.desktopFrame .topFrame .bonusFrame > div:first-child {
  background: transparent linear-gradient(240deg, #E42313 0%, #B40E00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  font: 75px "Montserrat Black Italic";
  margin: 20px 0 20px 0;
}
.desktopFrame .topFrame .bonusFrame .bonusCategory {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.desktopFrame .topFrame .bonusFrame .bonusCategory p {
  text-align: left;
  letter-spacing: 0;
  opacity: 1;
  font-size: 30px;
  margin: 0;
  color: #707070;
  font: 30px/40px "Archivo Italic";
}
.desktopFrame .topFrame .bonusFrame button {
  border: none;
  width: 199px;
  height: 55px;
  background: #FCCE06 0 0 no-repeat padding-box;
  box-shadow: -8px 8px 0px #5B5B5B;
  opacity: 1;
  font: 18px/25px "Archivo Bold";
  letter-spacing: 0;
  color: #373737;
  margin: 80px 0 0 0;
  outline: none;
}
.desktopFrame .topFrame .bonusFrame button:hover {
  cursor: pointer;
}
.desktopFrame .logosFrame {
  height: 10vw;
  max-height: 200px;
  margin: auto 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: center;
}
.desktopFrame .logosFrame img {
  display: block;
  max-width: 70%;
  width: 15%;
  height: auto;
  margin: auto 3%;
}
.desktopFrame .logosFrame img:hover {
  cursor: pointer;
}
.desktopFrame .stepsFrame {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: center;
}
.desktopFrame .stepsFrame .step {
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.05) no-repeat padding-box;
  margin: 0 1.3%;
  max-width: 30%;
}
.desktopFrame .stepsFrame .step .stepNumber {
  font: 50px/61px "Montserrat Black Italic";
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 50px 0 25px;
  overflow: hidden;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.05);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #E42313;
}
.desktopFrame .stepsFrame .step .stepText {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #707070;
  font: 20px/25px "Archivo Semibold Italic";
  padding: 30px 0;
  margin: auto 25px auto 0;
}
.desktopFrame .stepsFrame .step a {
  text-decoration: underline;
  color: #707070;
}
.desktopFrame .footerFrame {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: space-between;
  margin: 70px 0 50px 0;
  font: 18px/22px "Archivo Medium Italic";
  font-size: 18px;
  color: #707070;
}
.desktopFrame .footerFrame .leftFooter {
  margin: auto 0 auto 5%;
}
.desktopFrame .footerFrame .leftFooter button {
  border: none;
  background: none;
  color: #707070;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  outline: none;
}
.desktopFrame .footerFrame .leftFooter button:hover {
  cursor: pointer;
}
.desktopFrame .footerFrame .rightFooter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 5%;
}
.desktopFrame .footerFrame .rightFooter img {
  margin: auto 20px;
  max-height: 100%;
  height: 50%;
  width: auto;
}
.desktopFrame .footerFrame .rightFooter img:hover {
  cursor: pointer;
}
.desktopFrame .tcFrame {
  margin: auto;
  max-width: 90%;
}
.desktopFrame .tcFrame .title {
  color: #E42313;
  font-size: 18px;
  text-transform: uppercase;
}
.desktopFrame .tcFrame .content {
  margin-top: 30px;
  line-height: 20px;
  font: 16px/20px "Archivo Medium";
}
.mobileFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobileFrame .bonusText {
  background: transparent linear-gradient(240deg, #E42313 0%, #B40E00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  font: 120px "Montserrat Black Italic";
  margin: 70px 0;
  text-align: center;
}
.mobileFrame .ronText {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 80%;
  height: 100%;
}
.mobileFrame .ronText p {
  text-align: left;
  letter-spacing: 0;
  opacity: 1;
  font-size: 45px;
  margin: 0;
  color: #707070;
  font: 45px/75px "Archivo Italic";
}
.mobileFrame .ronText p {
  text-align: center;
}
.mobileFrame button {
  border: none;
  width: 199px;
  height: 55px;
  background: #FCCE06 0 0 no-repeat padding-box;
  box-shadow: -8px 8px 0px #5B5B5B;
  opacity: 1;
  font: 18px/25px "Archivo Bold";
  letter-spacing: 0;
  color: #373737;
  margin: 80px 0 0 0;
  width: 400px;
  height: 100px;
  font-size: 40px;
  margin-bottom: 100px;
  outline: none;
}
.mobileFrame button:hover {
  cursor: pointer;
}
.mobileFrame .logosFrame {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: space-between;
  align-content: center;
  height: 20vw;
  margin: auto;
  width: 100%;
}
.mobileFrame .logosFrame img {
  display: block;
  max-width: 70%;
  width: 30%;
  margin: auto 10%;
}
.mobileFrame .step {
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.05) no-repeat padding-box;
  margin: 10px;
  width: 85%;
}
.mobileFrame .step .stepNumber {
  font: 50px/61px "Montserrat Black Italic";
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 50px 0 25px;
  overflow: hidden;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.05);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #E42313;
}
.mobileFrame .step .stepText {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #707070;
  font: 20px/25px "Archivo Semibold Italic";
  padding: 30px 0;
  margin: auto 25px auto 0;
}
.mobileFrame .step a {
  text-decoration: underline;
  color: #707070;
}
.mobileFrame .leftFooter {
  margin: 50px auto;
  font: 23px/26px "Archivo Medium Italic";
  color: #707070;
}
.mobileFrame .leftFooter button {
  border: none;
  background: none;
  box-shadow: none;
  width: auto;
  height: auto;
  color: #707070;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  outline: none;
}
.mobileFrame .leftFooter button:hover {
  cursor: pointer;
}
.mobileFrame .rightFooter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-content: space-between;
  margin: 0 auto 50px auto;
}
.mobileFrame .rightFooter img {
  margin: auto 20px;
  max-height: 100%;
  width: auto;
}
.mobileFrame .tcFrame {
  margin: auto;
  max-width: 85%;
}
.mobileFrame .tcFrame .title {
  color: #E42313;
  font-size: 18px;
  text-transform: uppercase;
}
.mobileFrame .tcFrame .content {
  margin-top: 30px;
  line-height: 20px;
  font: 16px/20px "Archivo Medium";
}

@media only screen and (min-width: 250px) {
  .mobileFrame .footballer {
    width: 100%;
  }
  .mobileFrame .bonusText {
    font-size: 19.5px;
  }
  .mobileFrame .ronText p:first-child {
    font: 14px/20px "Archivo Medium";
  }
  .mobileFrame .ronText p:last-child {
    margin-top: 7px;
    font: 9.8px/20px "Archivo Medium";
  }
  .mobileFrame button {
    margin: 40px;
    font-size: 18px;
    width: 180px;
    height: 45px;
  }
  .mobileFrame .step .stepNumber {
    font: 27px/32.4px "Montserrat Black Italic";
    padding: 0 27px 0 13.5px;
  }
  .mobileFrame .step .stepText {
    font: 10.8px/13.5px "Archivo Semibold Italic";
  }
  .mobileFrame .leftFooter {
    font-size: 14px;
  }
  .mobileFrame .leftFooter button {
    font: 14px "Archivo Medium Italic";
  }
  .mobileFrame .tcFrame .title {
    font: 14px/18.2px "Archivo Medium";
  }
  .mobileFrame .tcFrame .content {
    font: 11.9px/15.4px "Archivo Medium";
  }

  .mobileFrame .rightFooter img {
    height: 30px;
  }
  .mobileFrame .bonusText {
    margin: 50px 0;
  }
  .mobileFrame .step .stepNumber {
    -webkit-text-stroke-width: 2.5px;
  }
}
@media only screen and (min-width: 370px) {
  .mobileFrame .footballer {
    width: 100%;
  }
  .mobileFrame .bonusText {
    font-size: 24.7px;
  }
  .mobileFrame .ronText p:first-child {
    font: 18px/25px "Archivo Medium";
  }
  .mobileFrame .ronText p:last-child {
    margin-top: 9px;
    font: 12.6px/25px "Archivo Medium";
  }
  .mobileFrame button {
    margin: 50px;
    font-size: 22px;
    width: 220px;
    height: 55px;
  }
  .mobileFrame .step .stepNumber {
    font: 35px/42px "Montserrat Black Italic";
    padding: 0 35px 0 17.5px;
  }
  .mobileFrame .step .stepText {
    font: 14px/17.5px "Archivo Semibold Italic";
  }
  .mobileFrame .leftFooter {
    font-size: 17px;
  }
  .mobileFrame .leftFooter button {
    font: 17px "Archivo Medium Italic";
  }
  .mobileFrame .tcFrame .title {
    font: 17px/22.1px "Archivo Medium";
  }
  .mobileFrame .tcFrame .content {
    font: 14.45px/18.7px "Archivo Medium";
  }

  .mobileFrame .rightFooter img {
    height: 40px;
  }
}
@media only screen and (min-width: 500px) {
  .mobileFrame .footballer {
    width: 100%;
  }
  .mobileFrame .bonusText {
    font-size: 33.8px;
  }
  .mobileFrame .ronText p:first-child {
    font: 22px/30px "Archivo Medium";
  }
  .mobileFrame .ronText p:last-child {
    margin-top: 11px;
    font: 15.4px/30px "Archivo Medium";
  }
  .mobileFrame button {
    margin: 70px;
    font-size: 28px;
    width: 260px;
    height: 65px;
  }
  .mobileFrame .step .stepNumber {
    font: 40px/48px "Montserrat Black Italic";
    padding: 0 40px 0 20px;
  }
  .mobileFrame .step .stepText {
    font: 16px/20px "Archivo Semibold Italic";
  }
  .mobileFrame .leftFooter {
    font-size: 20px;
  }
  .mobileFrame .leftFooter button {
    font: 20px "Archivo Medium Italic";
  }
  .mobileFrame .tcFrame .title {
    font: 20px/26px "Archivo Medium";
  }
  .mobileFrame .tcFrame .content {
    font: 17px/22px "Archivo Medium";
  }
}
@media only screen and (min-width: 700px) {
  .desktopFrame {
    display: none;
  }

  .mobileFrame {
    display: flex;
  }

  .mobileFrame .footballer {
    width: 100%;
  }
  .mobileFrame .bonusText {
    font-size: 45.5px;
  }
  .mobileFrame .ronText p:first-child {
    font: 26px/33px "Archivo Medium";
  }
  .mobileFrame .ronText p:last-child {
    margin-top: 13px;
    font: 18.2px/33px "Archivo Medium";
  }
  .mobileFrame button {
    margin: 80px;
    font-size: 32px;
    width: 300px;
    height: 75px;
  }
  .mobileFrame .step .stepNumber {
    font: 50px/60px "Montserrat Black Italic";
    padding: 0 50px 0 25px;
  }
  .mobileFrame .step .stepText {
    font: 20px/25px "Archivo Semibold Italic";
  }
  .mobileFrame .leftFooter {
    font-size: 23px;
  }
  .mobileFrame .leftFooter button {
    font: 23px "Archivo Medium Italic";
  }
  .mobileFrame .tcFrame .title {
    font: 23px/29.9px "Archivo Medium";
  }
  .mobileFrame .tcFrame .content {
    font: 19.55px/25.3px "Archivo Medium";
  }
}
@media only screen and (min-width: 768px) {
  .desktopFrame {
    display: flex;
  }

  .mobileFrame {
    display: none;
  }

  .desktopFrame .stepsFrame .step .stepNumber {
    -webkit-text-stroke-width: 2.5px;
  }

  .desktopFrame .topFrame img {
    width: 45%;
  }
  .desktopFrame .topFrame .bonusFrame > div:first-child {
    font-size: 25.5px;
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:first-child {
    font: 16px/20px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:last-child {
    margin-top: 8px;
    font: 11.2px/20px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame button {
    margin-top: 50px;
    font-size: 17px;
    width: 170px;
    height: 45px;
  }

  .desktopFrame .stepsFrame .step .stepNumber {
    font: 30px/36px "Montserrat Black Italic";
    padding: 0 30px 0 15px;
  }
  .desktopFrame .stepsFrame .step .stepText {
    font: 12px/15px "Archivo Semibold Italic";
  }

  .desktopFrame .footerFrame {
    font-size: 13px;
  }

  button {
    font: 13px "Archivo Medium Italic";
  }

  .desktopFrame .tcFrame .title {
    font: 13px/16.9px "Archivo Medium";
  }
  .desktopFrame .tcFrame .content {
    font: 11.05px/14.3px "Archivo Medium";
  }
}
@media only screen and (min-width: 1000px) {
  .desktopFrame .topFrame img {
    width: 45%;
  }
  .desktopFrame .topFrame .bonusFrame > div:first-child {
    font-size: 33.75px;
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:first-child {
    font: 20px/24px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:last-child {
    margin-top: 10px;
    font: 14px/24px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame button {
    margin-top: 60px;
    font-size: 20px;
    width: 210px;
    height: 55px;
  }

  .desktopFrame .stepsFrame .step .stepNumber {
    font: 35px/42px "Montserrat Black Italic";
    padding: 0 35px 0 17.5px;
  }
  .desktopFrame .stepsFrame .step .stepText {
    font: 14px/17.5px "Archivo Semibold Italic";
  }

  .desktopFrame .footerFrame {
    font-size: 16px;
  }

  button {
    font: 16px "Archivo Medium Italic";
  }

  .desktopFrame .tcFrame .title {
    font: 16px/20.8px "Archivo Medium";
  }
  .desktopFrame .tcFrame .content {
    font: 13.6px/17.6px "Archivo Medium";
  }

  .desktopFrame .footerFrame .rightFooter img {
    height: 70%;
  }
}
@media only screen and (min-width: 1300px) {
  .desktopFrame .topFrame img {
    width: 45%;
  }
  .desktopFrame .topFrame .bonusFrame > div:first-child {
    font-size: 45px;
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:first-child {
    font: 25px/35px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:last-child {
    margin-top: 12.5px;
    font: 17.5px/35px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame button {
    margin-top: 75px;
    font-size: 18px;
    width: 207px;
    height: 56px;
  }

  .desktopFrame .stepsFrame .step .stepNumber {
    font: 50px/60px "Montserrat Black Italic";
    padding: 0 50px 0 25px;
  }
  .desktopFrame .stepsFrame .step .stepText {
    font: 20px/25px "Archivo Semibold Italic";
  }

  .desktopFrame .footerFrame {
    font-size: 20px;
  }

  button {
    font: 20px "Archivo Medium Italic";
  }

  .desktopFrame .tcFrame .title {
    font: 20px/26px "Archivo Medium";
  }
  .desktopFrame .tcFrame .content {
    font: 17px/22px "Archivo Medium";
  }

  .desktopFrame .footerFrame .rightFooter img {
    height: 90%;
  }
}
@media only screen and (min-width: 1600px) {
  .desktopFrame .topFrame img {
    width: 45%;
  }
  .desktopFrame .topFrame .bonusFrame > div:first-child {
    font-size: 52.5px;
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:first-child {
    font: 28px/40px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:last-child {
    margin-top: 14px;
    font: 19.6px/40px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame button {
    margin-top: 82px;
    font-size: 24px;
    width: 265px;
    height: 70px;
  }

  .desktopFrame .stepsFrame .step .stepNumber {
    font: 52px/62.4px "Montserrat Black Italic";
    padding: 0 52px 0 26px;
  }
  .desktopFrame .stepsFrame .step .stepText {
    font: 20.8px/26px "Archivo Semibold Italic";
  }

  .desktopFrame .footerFrame {
    font-size: 21px;
  }

  button {
    font: 21px "Archivo Medium Italic";
  }

  .desktopFrame .tcFrame .title {
    font: 21px/27.3px "Archivo Medium";
  }
  .desktopFrame .tcFrame .content {
    font: 17.85px/23.1px "Archivo Medium";
  }

  .desktopFrame .footerFrame .rightFooter img {
    height: 90%;
  }
}
@media only screen and (min-width: 1920px) {
  .desktopFrame .topFrame img {
    width: 45%;
  }
  .desktopFrame .topFrame .bonusFrame > div:first-child {
    font-size: 60px;
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:first-child {
    font: 30px/35px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame .bonusCategory p:last-child {
    margin-top: 15px;
    font: 21px/35px "Archivo Medium";
  }
  .desktopFrame .topFrame .bonusFrame button {
    margin-top: 90px;
    font-size: 30px;
    width: 320px;
    height: 85px;
  }

  .desktopFrame .stepsFrame .step .stepNumber {
    font: 55px/66px "Montserrat Black Italic";
    padding: 0 55px 0 27.5px;
  }
  .desktopFrame .stepsFrame .step .stepText {
    font: 22px/27.5px "Archivo Semibold Italic";
  }

  .desktopFrame .footerFrame {
    font-size: 23px;
  }

  button {
    font: 23px "Archivo Medium Italic";
  }

  .desktopFrame .tcFrame .title {
    font: 23px/29.9px "Archivo Medium";
  }
  .desktopFrame .tcFrame .content {
    font: 19.55px/25.3px "Archivo Medium";
  }

  body {
    position: relative;
    display: flex;
    justify-content: center;
  }

  body .desktopFrame {
    max-width: 1920px;
  }

  .desktopFrame .logosFrame img {
    width: 12%;
  }
}

/*# sourceMappingURL=index.css.map */
