html {
  scroll-behavior: smooth;
}

main-cpe {
  display: block;
  min-height: 300px;
  position:relative;

}
.button {
  width: 220px;
  font-size:18px;
}
#cpe_hero {
  background: url(/img/cpe_hero_router.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 800px;
  position: relative;
}
#cpe_hero_colorbg {
  background: linear-gradient(94.72deg, rgba(233, 30, 99, 0.35) -0.39%, rgba(0, 188, 212, 0.189) 50.82%, rgba(0, 106, 148, 0.266) 81.93%);
  position:absolute;
  top: 0; bottom: 0; right:0; left: 0;
}
#cpe_hero_blackfade_bottom {
  position: relative;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.95) 100%);
}
#cpe_hero_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-left: 140px;
  height: 100%;
}
#cpe_hero_details strong {
  color: white;
}
#cpe_hero_title {
  font-size: 50px;
  font-weight: bold;

}
#cpe_hero_text {
  font-size: 25px;
  margin-bottom: 30px;
  padding-right: 120px;
}
#cpe_hero_text p {
  margin: 20px 0;
}
#cpe_console_details {
  justify-content: center;
  display:flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  max-width: 1200px;
  text-align: center;
  margin: 100px auto;
}
#cpe_console_list {
  display: flex;
  justify-content: space-between;
  height: 96px;
  margin-top: 70px;
}

#cpe_available {
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  font-size: 18px;
  min-height: 620px;
}
#cpe_available .button {
  background-color: #009688;
  margin-top: 40px;
}
#cpe_available_title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
#cpe_available_routers {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 70px auto;
  justify-content: center;
}
.cpe_available_router {
  display: flex;
  justify-content: center;
}
.cpe_available_router > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 50px;
}
.cpe_available_router > div:first-child {
  margin-right: 0;
}
.cpe_available_router img {
  max-height: 380px;
}

#cpe_video {
  margin-top: 100px;
}
#cpe_video_content {
  margin: 0 auto;
  max-width: 900px;
  width: 90vw;
}
#cpe_video_player {
  height: 506px;
  width: 90vw;
}


#cpe_how {
  margin: 100px auto;
}
#cpe_how_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cpe_how_title {
  font-size: 50px;
  font-weight: bold;
  color: #009688;
  margin-bottom: 50px;
}
#cpe_how_blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  max-width: 1400px;
}
.cpe_how_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 16px;
  width: 460px;
  height: 315px;
  background: linear-gradient(157.81deg, #009688 26.62%, #006A9A 65.83%, #00587A 85.47%);
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
}
.cpe_how_block_title {
  font-size: 24px;
  font-weight: bold;
}

#cpe_waitlist_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 100px 10px;
}
#cpe_waitlist_title {
  font-weight: 700;
  font-size: 66px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--secondary-color);
}
#cpe_waitlist_blocks {
  font-weight: 400;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-image: url(/img/cpe_waitlist_block.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1600px;
  gap: 50px;
}
.cpe_waitlist_block {
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
}
.cpe_waitlist_block.last_block {
  padding-right: 20px;
}
.cpe_waitlist_block a {
  font-size: 20px;
  display: block;
  text-decoration: underline;
}
.cpe_waitlist_block a::after {
  content: "";
  background: url(/img/icon_open_in_new.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
}

#cpe_playgames {
  background: url(/img/cpe_games_bg.png);
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 30px 10px;
}
#cpe_playgames_content {
  max-width: 1400px;
  display: flex;
}
#cpe_playgames_info {
  max-width: 600px;
  margin: 0 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cpe_playgames_row {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.cpe_playgames_icon {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cpe_playgames_icon img{
  max-width: 50px;
}
.cpe_playgames_row_info {

}
.cpe_playgames_row_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.cpe_playgames_row_text {
  font-size: 18px;
}
#cpe_playgames_dashboards {
  margin: 20px 0;
}

#cpe_testimonials_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
#cpe_testimonials_details strong {
  color: unset;
}
#cpe_testimonials_title {
  font-size: 50px;
  font-weight: bold;
  color: #007CAD;
  margin-bottom: 50px;
  text-align: center;
}
#cpe_testimonials_blocks {
  display: flex;
  gap: 36px;
  max-width: 1400px;
  justify-content: center;
}
.cpe_testimonials_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 16px;
  width: 460px;
  background: linear-gradient(157.81deg, #007CAD 26.62%, #00587A 85.47%);
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  justify-content: space-between;
}
.cpe_testimonials_bottom {
  width: 100%;
}
.cpe_testimonials_block_quote {
  display: flex;
  font-size: 17px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 22px;
}
.cpe_testimonials_block_quote_start,
.cpe_testimonials_block_quote_end {
  width: 35px;
  min-width: 35px;
}
.cpe_testimonials_block_quote_end {
  align-self: flex-end;
}
.cpe_testimonials_block_quote_text {
  padding-left:15px;
  padding-right: 15px;
}
.cpe_testimonials_user {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cpe_testimonials_results {
  font-size: 13px;
  color: #CDDC39;
}
.cpe_testimonials_results_text {
  text-align: left;
  justify-self: flex-start;
  width: 100%;
}

#cpe_signup {
  background-image: url(/img/cpe_signup_wave.png);
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cpe_signup_details {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
#cpe_signup_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 33px;
  text-align: center;
  max-width: 660px;
  gap: 20px;
}
#cpe_signup_info .button {
  background-color: var(--secondary-color);
}
#cpe_signup_title {
  color: var(--secondary-color);
  font-size: 66px;
  font-weight: bold;
}

#cpe_signup_text a {
  color: var(--secondary-color);
}
#cpe_signup_text a:hover {
  text-decoration: underline;
}
#cpe_signup_form {
  text-align: center;
}

@media screen and (max-width: 1600px) {
  #cpe_waitlist_blocks {
    width: unset;
    font-size: 20px;
  }
  .cpe_waitlist_block a {
    font-size: 16px;
  }
  .cpe_waitlist_block a::after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 1450px) {
  #cpe_how_blocks,
  #cpe_testimonials_blocks {
    flex-wrap: wrap;
  }
  #cpe_signup_routers {
    width: 300px;
  }
  #cpe_signup_info {
    font-size: 30px;
  }
  #cpe_signup_title {
    font-size: 50px;
  }
  #cpe_available {
    min-height: 500px;
  }
}

@media screen and (max-width: 1250px) {
  #cpe_available {
    min-height: 400px;
  }
  #cpe_available_routers {
    flex-direction: column;
    margin: unset;
  }
  .cpe_available_router {
    width: 570px;
    margin: 30px auto;
    justify-content: flex-end;
  }
  .cpe_available_router > div {
    margin: unset;
    width: 50%;
  }
  .cpe_available_router img {
    max-height: 210px;
  }
  .cpe_playgames_row_title {
    font-size: 20px;
  }
  .cpe_playgames_row_text {
    font-size: 14px;
  }
  #cpe_playgames_info {
    max-width: 500px;
  }
}

@media screen and (max-width: 1050px) {
  #cpe_hero{
    background-size: cover;
    background-position: center;
  }
  #cpe_console_details {
    padding: 0 10px;
  }
  #cpe_signup_info {
    font-size: 20px;
  }
  #cpe_waitlist_blocks {
    font-size: 16px;
    line-height: 20px;
  }
  .cpe_waitlist_block a {
    font-size: 12px;
  }
  .cpe_waitlist_block a::after {
    width: 12px;
    height: 12px;
  }
  #cpe_playgames_content {
    flex-direction: column;
    align-items: center;
  }
  #cpe_playgames_info {
    margin: unset;
    max-width: 600px;
  }
  #cpe_playgames_dashboards {
    max-width: 500px;
  }
}

@media screen and (max-width: 900px) {
  #cpe_hero_text {
    padding-right: 0;
  }
  #cpe_hero_details {
    text-align: center;
    margin: 0 auto;
  }
  #cpe_hero_details a {
    margin: 0 auto;
  }
  #cpe_hero_text p {
    text-align: center;
  }
  #cpe_console_details {
    font-size: 24px;
  }
  #cpe_console_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    height: unset;
  }
  #cpe_console_list img {
    height: 60px;
  }
  #cpe_how_title,
  #cpe_testimonials_title {
    font-size: 50px;
    text-align: center;
  }
  #cpe_waitlist_title,
  #cpe_playgames_title {
    font-size: 50px;
  }
  #cpe_playgames_text {
    font-size: 30px;
    line-height: unset;
  }
  #cpe_signup_routers {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #cpe_playgames_logos {
    gap: 20px;
    padding: 10px;
  }
  #cpe_waitlist_blocks {
    background-image: url(/img/cpe_waitlist_block_vertical.png);
    flex-direction: column;
    height: 1000px;
    width: 300px;
    font-size: 24px;
    line-height: unset;
  }
  .cpe_waitlist_block {
    height: unset;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cpe_waitlist_block.last_block {
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .cpe_waitlist_block a {
    font-size: 16px;
  }
  .cpe_waitlist_block a::after {
    width: 16px;
    height: 16px;
  }
  #cpe_video_player {
    height: 450px;
  }
}

@media screen and (max-width: 650px) {
  #cpe_hero {
    height: 500px
  }
  #cpe_hero_text,
  #cpe_playgames_text {
    font-size: 18px;
    padding: 0 10px;
  }
  #cpe_available {
    font-size: 14px;
  }
  #cpe_hero_title,
  #cpe_how_title,
  #cpe_signup_title,
  #cpe_available_title,
  #cpe_testimonials_title {
    font-size: 30px;
  }
  .cpe_available_router {
    width: unset;
    margin: 40px 0 0 0;
  }
  #cpe_available .button {
    margin-top: 20px;
  }
  #cpe_video_player {
    height: 365px;
  }
  .cpe_playgames_icon {
    min-width: 50px;
  }
  .cpe_playgames_icon img {
    max-width: 30px;
  }
}
@media screen and (max-width: 460px) {
  .cpe_how_block,
  .cpe_testimonials_block {
    width: 100%;
    height: unset;
    margin: 0 10px;
  }
  #cpe_waitlist_title,
  #cpe_playgames_title {
    font-size: 30px;
  }
  .cpe_available_router {
    flex-direction: column;
    align-items: center;
  }
  .cpe_available_router > div {
    width: unset;
  }
  #cpe_video_player {
    height: 258px;
  }
}