* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Instrument Sans", sans-serif;
}

body {
  background-color: #000;
}

.container {
  max-width: 1444px;
  padding: 0 2rem;
  margin: auto;
}

.vendor-logo {
  max-height: 38px;
}

.x-logo {
  max-height: 50px;
}

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

h1 {
  font-size: 38px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1 span {
  font-size: 48px;
  font-weight: 650;
}

h2 {
  font-size: 38px;
  font-weight: 650;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

p {
  font-size: 20px;
  font-weight: 400;
}

.cta {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 8px;
  padding: 16px 36px;
  text-decoration: none;
  margin: 30px 0;
}

.cta:hover {
  color: #000;
  background-color: #FFF;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 34px;
  }
  h1 span {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
    font-weight: 650;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 510px) {
  .vendor-logo {
    max-height: 24px;
  }
  .x-logo {
    max-height: 35px;
  }
  h1 {
    font-size: 32px;
  }
  h1 span {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
    font-weight: 650;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 18px;
    font-weight: 400;
  }
}

.text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 707px;
}

.text__block .block--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.text__block .block--item .item--unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.text__block .block--item .item--unit p {
  font-weight: 650;
}

.text__block .block--item .item--unit h3 {
  font-weight: 650;
}

@media screen and (max-width: 1024px) {
  .text__block {
    max-width: 505px;
    margin: auto;
  }
}

section {
  color: #FFF;
  padding: 30px 0;
}

.header {
  background: url("../img/header-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.header .header__logos {
  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;
  padding: 30px 0;
  gap: 2rem 1rem;
}

@media screen and (max-width: 400px) {
  .header .header__logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.header .header__content {
  padding: 30px 0;
  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;
  gap: 1rem;
}

.header .header__content .content__item {
  width: 50%;
}

@media screen and (max-width: 1055px) {
  .header {
    background: url("../img/header-bg-mobile.jpg") center no-repeat;
    background-size: cover;
    padding: 20px 0;
  }
  .header .header__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .header .header__content .content__item {
    width: 100%;
  }
}

.sport-mode {
  background: #000 url("../img/sport-mode-bg.jpg") top right no-repeat;
  background-size: cover;
}

.sport-mode .container-wrapper {
  padding: 45vw 1rem 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (max-width: 1024px) {
  .sport-mode {
    background: #000 url("../img/sport-mode-bg-mobile.jpg") top right no-repeat;
    background-size: contain;
  }
  .sport-mode .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 45vw 1rem 30px;
  }
}

.led {
  background: #000 url("../img/led-bg.jpg") top right no-repeat;
  background-size: cover;
}

.led .container-wrapper {
  padding: 45vw 1rem 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 1024px) {
  .led {
    background: #000 url("../img/led-bg-mobile.jpg") top center no-repeat;
    background-size: cover;
  }
  .led .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 45vw 1rem 30px;
  }
}

.quantum-dot {
  color: #000;
  background: #000 url("../img/quantum-dot-bg.jpg") center no-repeat;
}

.quantum-dot .container-wrapper {
  padding: 15vw 1rem 15vw;
}

.quantum-dot .container-wrapper .text__block .add {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .quantum-dot {
    background: #000 url("../img/quantum-dot-bg-mobile.jpg") center no-repeat;
    background-size: cover;
  }
  .quantum-dot .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 1rem 30px;
  }
}

.gaming {
  background: #000 url("../img/gaming-bg.jpg") top right no-repeat;
  background-size: cover;
}

.gaming .container-wrapper {
  padding: 15vw 1rem 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 1024px) {
  .gaming {
    background: #000 url("../img/gaming-bg-mobile.jpg") top right no-repeat;
    background-size: contain;
  }
  .gaming .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 55vw 1rem 30px;
  }
}

@media screen and (max-width: 500px) {
  .gaming {
    background: #000 url("../img/gaming-bg-mobile.jpg") top center no-repeat;
    background-size: contain;
  }
  .gaming .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 70vw 1rem 30px;
  }
}

.cinema {
  background: #000 url("../img/cinema-bg.jpg") top center no-repeat;
  text-align: center;
}

.cinema .text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 707px;
  margin: auto;
  padding-bottom: 480px;
}

.cinema .text__block .block--item {
  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;
  gap: 20px;
  padding-bottom: 20px;
}

.cinema .text__block .block--item .item--unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.cinema .text__block .block--item .item--unit p {
  font-weight: 650;
}

.cinema .text__block .block--item .item--unit h3 {
  font-weight: 650;
}

@media screen and (max-width: 1024px) {
  .cinema .text__block {
    max-width: 505px;
    margin: auto;
  }
}

.cinema .container-wrapper {
  padding: 60px 1rem;
}

.cinema .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cinema .icon-wrapper .icon-item {
  min-width: 320px;
}

@media screen and (max-width: 1024px) {
  .cinema {
    background: #000 url("../img/cinema-bg-mobile.jpg") top center no-repeat;
    background-size: cover;
  }
  .cinema .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cinema .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cinema .icon-wrapper .icon-item {
    min-width: 200px;
  }
  .cinema .text__block {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 700px) {
  .cinema .text__block {
    padding-bottom: 60px;
  }
}

.sound {
  background: #000 url("../img/sound-bg.jpg") top right no-repeat;
  background-size: cover;
}

.sound .container-wrapper {
  padding: 15vw 1rem 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 1024px) {
  .sound {
    background: #000 url("../img/sound-bg-mobile.jpg") top right no-repeat;
    background-size: contain;
  }
  .sound .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35vw 1rem 30px;
    margin: auto;
  }
  .sound .text__block {
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sound .text__block .block--item {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sound .text__block .block--item .item--unit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.smart-tv {
  background: #000 url("../img/smart-tv-bg.jpg") bottom center no-repeat;
  text-align: center;
}

.smart-tv .text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 707px;
  margin: auto;
  padding-bottom: 580px;
}

.smart-tv .text__block .block--item {
  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;
  gap: 20px;
  padding-top: 20px;
}

.smart-tv .text__block .block--item .item--unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.smart-tv .text__block .block--item .item--unit p {
  font-weight: 650;
}

.smart-tv .text__block .block--item .item--unit h3 {
  font-weight: 650;
}

@media screen and (max-width: 1024px) {
  .smart-tv .text__block {
    max-width: 505px;
    margin: auto;
  }
}

.smart-tv .container-wrapper {
  padding: 60px 1rem;
}

@media screen and (max-width: 1024px) {
  .smart-tv {
    background: #000 url("../img/smart-tv-bg.jpg") bottom center no-repeat;
    background-size: contain;
  }
  .smart-tv .container-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smart-tv .text__block {
    padding-bottom: 200px;
    max-width: 505px;
  }
}

@media screen and (max-width: 700px) {
  .smart-tv .container-wrapper {
    padding: 60px 1rem;
  }
  .smart-tv .text__block {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 385px) {
  .smart-tv h2 {
    font-size: 24px !important;
  }
  .smart-tv .text__block {
    padding-bottom: 60px;
  }
}

.video {
  background: #000 url("../img/video-bg.png") center no-repeat;
}

.video .container-wrapper {
  padding: 60px 0;
}

.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 700px) {
  .video .container-wrapper {
    padding: 30px 0;
  }
}
