/********************************/
/* GENERAL */
/********************************/

/*

Colors:

color: #030F25;
color: #F7CCB3;
color: #FD3679;
color: #FE4D7B;
color: #FE6884;
color: #FE7886;
color: #FBCCB2;




*/

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  background-color: #030f25;
}

body {
  font-family: sans-serif;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
  color: #fff;
}

/********************************/
/* HEADER */
/********************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  height: 9.6rem;
  margin-top: 1.2rem;
  margin-left: 1.2rem;

  margin-bottom: 5rem;
}

.header img {
  width: 10%;
}

/********************************/
/* SECTION HERO*/
/********************************/

.container {
  display: grid;
  align-items: center;
  justify-content: center;
}

.container img {
  width: 100%;
  position: relative;
}

.hero-header {
  position: absolute;

  color: #fd3679;
  top: 17rem;
  padding: 0 1rem;
  font-size: 5.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 0.5rem 0 rgba(150, 148, 148, 0.304);
  z-index: 100;
  justify-self: center;
}

.hero-header span {
  font-size: 9.8rem;
  font-weight: bold;
  text-align: center;

  color: #fff;
  text-shadow: 0 0.9rem 0 rgba(150, 148, 148, 0.304);
}

.back-to-main {
  margin-top: 2.4rem;
  margin-right: 2.4rem;
  font-size: 2.4rem;
  color: #f7ccb3;
}
/********************************/
/* Dual Compensation Model */
/********************************/

.vision-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vision-container img {
  display: inline-block;
  width: 15%;
}

.heading-secondary {
  font-size: 4.8rem;
  color: #f7ccb3;
  margin-bottom: 2.4rem;
  font-weight: 600;
  margin-top: 8rem;
  margin-left: 2.4rem;
}

.heading-tertiary {
  font-size: 4.8rem;
  color: #f7ccb3;
  margin-bottom: 6.4rem;
  font-weight: 600;

  text-align: center;
  margin-bottom: 6.4rem;
}

.model-container {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 4rem;
  margin-right: 4rem;
  gap: 4rem;
}
/* .event-model,
.global-model {
  display: grid;
  grid-template-columns: 1fr;
} */

.event-header,
.global-header {
  display: inline-block;
  color: #fff;
  align-items: center;
  font-size: 3rem;
  text-align: center;

  border-radius: 1rem;
  padding: 1rem 15rem 1rem 15rem;
  margin-bottom: 2.4rem;
}

.event-header {
  background-color: rgba(233, 36, 89, 0.159);
  border: 0.2rem solid #e92459;
}

.event-list,
.global-list {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 3rem;
  text-align: top;
}
.list-span {
  font-weight: 700;
}

.global-header {
  background-color: rgba(247, 204, 179, 0.159);
  border: 0.2rem solid rgb(247, 204, 179);
}

.coming-soon {
  color: #f7ccb3;
  font-style: italic;
}

/********************************/
/* Divider */
/********************************/

.divider-left img {
  width: 50%;
  margin-top: 6.4rem;
  margin-bottom: 8.2rem;
}

/********************************/
/* Divider */
/********************************/

.divider-right {
  display: flex;
  flex-direction: row-reverse;
}

.divider-right img {
  width: 50%;
  margin-top: 6.4rem;
  margin-bottom: 8.2rem;
}

/********************************/
/*Event-based*/
/********************************/

.percentage-container {
  display: grid;
  grid-template-columns: 4fr 1fr 6fr;
  margin-left: 4.2rem;
  margin-right: 4.2rem;
  gap: 2rem;
  margin-bottom: 8rem;
}

.percentage-fixed {
  font-size: 3rem;
  text-align: center;
  color: #e92459;
  font-weight: 600;
  border-bottom: #e92459 solid 0.2rem;
  padding-bottom: 1rem;
}
.fixed-list {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  padding-left: 2.4rem;
  line-height: 1.5;
}
.plus {
  text-align: center;
  font-size: 600;
  font-size: 4rem;
  color: #cc6373;
}

.percentage-bonus {
  font-size: 3rem;
  text-align: center;
  color: #f7ccb3;
  font-weight: 600;
  border-bottom: #f7ccb3 solid 0.2rem;
  padding-bottom: 1rem;
}
.bonus-details {
  display: grid;
  grid-template-columns: 5fr 1fr 1fr;
}
.bonus-list {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  padding-left: 2.4rem;
  line-height: 1.5;
}
.abreviation-list {
  list-style: none;
  margin-top: 2.4rem;
  font-size: 2.4rem;
  padding-left: 1.2rem;
  line-height: 1.5;
}
.bonus-percentage-list {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  padding-left: 2.4rem;
  list-style: none;
  line-height: 1.5;
}

/********************************/
/*Example*/
/********************************/

.example-container {
  display: grid;
  grid-template-columns: 5fr 2fr 2fr;
  margin-left: 15rem;
  margin-right: 15rem;
  gap: 1rem;
}
.example-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.example-items {
  font-size: 2.4rem;
  line-height: 1.5;
  list-style: none;
  color: #f47482;
  font-weight: 600;
}
.example-nums {
  font-size: 2.4rem;
  line-height: 1.5;
  list-style: none;
}

.fixed-header {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #e92459;
  font-weight: 600;
}
.text {
  font-size: 2.4rem;
  line-height: 1.5;
}

.bonus-header {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #f7ccb3;
  font-weight: 600;
}
.redemption-table {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redemption-table img {
  width: 95%;
}

/********************************/
/*Footer*/
/********************************/

.full-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  cursor: pointer;
}

.full-logo img {
  width: 30%;
}

/********************************/
/*MEDIA QUERIES*/
/********************************/

@media (max-width: 69em) {
  html {
    font-size: 50%;
  }
  .hero-header {
    position: absolute;

    color: #fd3679;

    font-size: 5rem;
  }

  .hero-header span {
    font-size: 6rem;
  }

  .event-header,
  .global-header {
    padding: 1rem 10rem 1rem 10rem;
  }
}

@media (max-width: 55em) {
  html {
    font-size: 40%;
  }
  .example-container {
    display: grid;
    grid-template-columns: 5fr 2fr 2fr;
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .example-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .example-items {
    font-size: 1.8rem;
  }
  .example-nums {
    font-size: 1.8rem;
  }

  .fixed-header {
    font-size: 1.8rem;
  }
  .text {
    font-size: 1.8rem;
  }

  .bonus-header {
    font-size: 1.8rem;
  }
  .event-header,
  .global-header {
    font-size: 2.4rem;
  }
}

@media (max-width: 47em) {
  .heading-tertiary {
    font-size: 2.4rem;
  }
}

@media (max-width: 34em) {
  .hero-header {
    font-size: 1.8rem;
  }

  .hero-header span {
    font-size: 4.2rem;
  }

  .heading-secondary {
    font-size: 2.4rem;
  }

  .heading-tertiary {
    font-size: 2.4rem;
  }
  .model-container {
    grid-template-columns: 1fr;
  }
  .percentage-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .example-container {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
