@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  font-family: 'Nunito', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  background-color: #EFEFEF;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0%;
}

.img-fluid {
  max-width: 100%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.inner-container {
  max-width: 1312px;
  margin: 0 auto;
}

hr {
  opacity: 0.1;
  max-width: 80%;
  border-radius: 7px;
  margin: 1rem auto;
}

section {
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 557px) {
  section {
    margin-bottom: 2rem !important;
  }
}

.cta {
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 90px;
}

.cta-primary {
  color: #FFF;
  background-color: #0082FA;
  border: 1px solid #0082FA;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-primary:hover {
  background-color: transparent;
  color: #0082FA;
}

.slice-title {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 557px) {
  .slice-title {
    font-size: 21px !important;
  }
}

.top {
  color: #FFF;
  border-radius: 20px;
  background: url("../img/hero_bg.png") center no-repeat;
  padding: 1rem 2rem;
}

.top .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 1rem 4rem;
}

@media screen and (max-width: 436px) {
  .top .logo-wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 1rem 1rem 2rem;
  }
  .top .logo-wrapper .logo {
    margin: 0 .5rem .5rem;
  }
}

.top .top-title {
  font-size: 28px;
  font-weight: 300;
  padding: 0 2rem 4rem;
}

.top .top-title span {
  font-size: 38px;
  font-weight: 600;
}

@media screen and (max-width: 557px) {
  .top .top-title {
    text-align: center;
    font-size: 24px;
  }
  .top .top-title span {
    font-size: 28px;
  }
}

.sub-top {
  text-align: center;
}

.sub-top p {
  padding: 0 1rem;
}

.main-slices {
  background-color: #FFF;
  border-radius: 30px;
}

.main-slices .slice, .main-slices .slice-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main-slices .slice img, .main-slices .slice .slice-title, .main-slices .slice .suptitle, .main-slices .slice-rev img, .main-slices .slice-rev .slice-title, .main-slices .slice-rev .suptitle {
  margin-bottom: 1rem;
}

.main-slices .slice .slice-text, .main-slices .slice .slice-img, .main-slices .slice-rev .slice-text, .main-slices .slice-rev .slice-img {
  padding: 1rem;
}

.main-slices .slice .cta-section, .main-slices .slice-rev .cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin: 1rem 0;
}

.main-slices .slice {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-slices .slice-rev {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.main-slices .gaming {
  position: relative;
}

.main-slices .gaming .white-board {
  position: absolute;
  padding: 1rem 0;
  top: -5px;
  z-index: 1;
  background-color: #FFF;
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.main-slices .gaming img {
  border-radius: 0 0 20px 20px;
  z-index: 0;
}

@media screen and (max-width: 1095px) {
  .main-slices .slice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-slices .slice-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-slices .slice, .main-slices .slice-rev {
    text-align: center;
  }
  .main-slices .cta-section {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

.main-plates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1305px) {
  .main-plates {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.main-plates .plate {
  max-width: 600px !important;
  margin: 1rem 2rem;
}

.main-plates .plate, .main-plates .plate-s {
  background-color: #FFF;
  border-radius: 20px;
  margin: .5rem;
  max-width: 636px;
  max-height: 1059px;
}

.main-plates .plate .plate-header, .main-plates .plate-s .plate-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}

.main-plates .plate .plate-header .header-copy, .main-plates .plate .plate-header .header-img, .main-plates .plate-s .plate-header .header-copy, .main-plates .plate-s .plate-header .header-img {
  margin: 1rem;
}

.main-plates .plate .plate-body, .main-plates .plate-s .plate-body {
  margin: 1rem 2rem 3rem;
}

.main-plates .plate .cta-wrapper, .main-plates .plate-s .cta-wrapper {
  margin: 2rem 0;
}

.main-plates .plate .spec, .main-plates .plate-s .spec {
  margin: 1rem 0;
}

.main-plates .plate .spec span, .main-plates .plate-s .spec span {
  font-weight: 600;
}

.main-plates .plate-s {
  text-align: center;
  margin: 1rem 0;
  max-width: 605px !important;
}

.main-plates .plate-s img.img-fluid {
  margin-top: 2rem;
}

.main-plates .plate-s .plate-header {
  display: block;
  margin: 0 1rem;
  text-align: left;
}

.main-plates .plate-s .plate-body {
  text-align: left;
}

@media screen and (max-width: 589px) {
  .main-plates .plate, .main-plates .plate-s, .main-plates .plate-header, .main-plates .plate-body {
    text-align: center !important;
  }
}

.footer {
  border-radius: 20px 20px 0 0;
  background-color: #FFF;
  margin: 0 !important;
}

.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-wrapper .footer-img {
  background-color: #000;
  text-align: center;
  border-radius: 20px 0 0 0;
}

@media screen and (max-width: 1406px) {
  .footer .footer-wrapper .footer-img {
    background-color: transparent;
    margin-bottom: 1rem;
  }
  .footer .footer-wrapper .footer-img img.img-fluid {
    border-radius: 20px !important;
  }
}

.footer .footer-wrapper .footer-text {
  background-color: #FFF;
  text-align: left;
}

.footer .footer-wrapper .footer-text .copy {
  margin: 0 auto;
  padding: 0 8rem;
}

@media screen and (max-width: 1406px) {
  .footer .footer-wrapper .footer-text {
    text-align: center;
  }
  .footer .footer-wrapper .footer-text .copy {
    padding: 0 1rem !important;
    margin-bottom: 1rem;
  }
}
