/*====================================*/
@font-face {
  font-family: 'Intel One Regular';
  src: url("../fonts/intel_one/intelone-display-regular.woff2"), url("../fonts/intel_one/intelone-display-regular.woff") format("woff"), url("../fonts/intel_one/intelone-display-regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Intel One Bold';
  src: url("../fonts/intel_one/intelone-display-bold.woff2"), url("../fonts/intel_one/intelone-display-bold.woff") format("woff"), url("../fonts/intel_one/intelone-display-bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Intel One Medium';
  src: url("../fonts/intel_one/intelone-display-medium.woff2"), url("../fonts/intel_one/intelone-display-medium.woff") format("woff"), url("../fonts/intel_one/intelone-display-medium.ttf") format("truetype");
}

/*====================================*/
/*====================================*/
/* preload container */
#preload-container {
  display: none !important;
}

/*====================================================================================*/
#i9h-pdp-widget {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 1366px;
  color: #fff;
  background-color: #0a001b;
  /*border: 1px solid #f00;*/
  overflow: hidden;
  min-height: 1900px;
}

#i9h-pdp-widget #template {
  /* dev & debug */
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 0;
  border: 1px solid #00f;
  opacity: .66;
  display: none;
}

#i9h-pdp-widget * {
  opacity: 1;
  font-family: 'Intel One Regular', sans-serif;
  color: #fff;
}

#i9h-pdp-widget .hide {
  display: none !important;
}

#i9h-pdp-widget .animated {
  /* animation settings for element fade */
  /* animation-duration: 0.1s; */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#i9h-pdp-widget #preloader-percent {
  font-family: 'Intel One Regular', sans-serif;
  font-size: 10px;
  color: #ccc;
}

#i9h-pdp-widget #modal-shade {
  /*====================================*/
  /* shade */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 99;
  position: absolute;
}

#i9h-pdp-widget #modal-shade .loader {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 33%;
  -webkit-transform: translate(-50%, -33%);
  -ms-transform: translate(-50%, -33%);
  transform: translate(-50%, -33%);
  width: 15%;
}

#i9h-pdp-widget #modal-shade div {
  margin-bottom: 20px;
}

#i9h-pdp-widget #modal-shade .sep {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}

#i9h-pdp-widget #i9h-pdp-head {
  text-align: center;
  margin: 7% 0;
}

#i9h-pdp-widget #i9h-pdp-head .headline {
  font-family: 'Intel One Bold';
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 15px;
}

#i9h-pdp-widget #i9h-pdp-head .subhead {
  font-size: 30px;
  padding: 0 5%;
}

#i9h-pdp-widget .highlight .title {
  -webkit-transform: scale(1.01) !important;
  -ms-transform: scale(1.01) !important;
  transform: scale(1.01) !important;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background: #fbfa21 !important;
  background: -webkit-linear-gradient(to right, #fbfa21 0%, #fbfa21 100%) !important;
  background: -webkit-linear-gradient(left, #fbfa21 0%, #fbfa21 100%) !important;
  background: linear-gradient(to right, #fbfa21 0%, #fbfa21 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#i9h-pdp-widget .highlight .title * {
  background: #fbfa21 !important;
  background: -webkit-linear-gradient(to right, #fbfa21 0%, #fbfa21 100%) !important;
  background: -webkit-linear-gradient(left, #fbfa21 0%, #fbfa21 100%) !important;
  background: linear-gradient(to right, #fbfa21 0%, #fbfa21 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#i9h-pdp-widget #i9h-pdp-buttons {
  width: 100%;
  position: relative;
  background-size: 100% 300%;
  background-repeat: no-repeat;
  background-image: url("../img/i9k-pdp-btn-bg.png");
  background-position: left top;
  overflow: hidden;
  height: 130px;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn {
  display: inline-block;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn#i9h-pdp-btn-0 {
  position: absolute;
  left: 0;
  width: 33.33%;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn#i9h-pdp-btn-1 {
  position: absolute;
  left: 33.33%;
  width: 33.33%;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn#i9h-pdp-btn-2 {
  position: absolute;
  left: 66.66%;
  width: 33.33%;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  text-decoration: none;
  /*border: 1px solid #f00;*/
}

#i9h-pdp-widget #i9h-pdp-buttons .btn a span {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: none;
  width: 100%;
  padding: 0 5% 0 10%;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn a span * {
  color: #fff;
}

#i9h-pdp-widget #i9h-pdp-buttons .btn a,
#i9h-pdp-widget #i9h-pdp-buttons .btn.active a span,
#i9h-pdp-widget #i9h-pdp-buttons .btn.active a span * {
  color: #44d2c5;
  /*text-shadow: 0 0 .3rem #44d2c5;*/
}

#i9h-pdp-widget #i9h-pdp-main {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director {
  position: absolute;
  right: 4%;
  text-align: left;
  top: 0;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director img {
  width: 100%;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50px;
  padding: 0 5% 0 9%;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .title {
  font-size: 41px;
  font-family: 'Intel One Medium';
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .body {
  font-size: 28px;
  padding-right: 15%;
  font-family: 'Intel One Regular';
}

#i9h-pdp-widget #i9h-pdp-main .call-out {
  position: absolute;
  text-align: left;
  width: 33%;
}

#i9h-pdp-widget #i9h-pdp-main .call-out .title {
  font-family: 'Intel One Medium';
  font-size: 41px;
  background: #A0FC70;
  background: -webkit-linear-gradient(to right, #A0FC70 0%, #14FEEA 100%);
  background: -webkit-linear-gradient(left, #A0FC70 0%, #14FEEA 100%);
  background: linear-gradient(to right, #A0FC70 0%, #14FEEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#i9h-pdp-widget #i9h-pdp-main .call-out .title span {
  font-size: 60px;
  font-family: 'Intel One Medium';
}

#i9h-pdp-widget #i9h-pdp-main .call-out .body {
  font-size: 27px;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-performance-cores {
  top: 890px;
  left: 7%;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-efficiency-cores {
  top: 1078px;
  right: 7%;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero {
  width: 100%;
  position: relative;
  top: 200px;
  left: 0;
  -webkit-transition: left .5s, -webkit-transform .5s;
  transition: left .5s, -webkit-transform .5s;
  transition: transform .5s, left .5s;
  transition: transform .5s, left .5s, -webkit-transform .5s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-shadow {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-img-layer-0 {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .column {
  position: absolute;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_large {
  z-index: 0;
  width: 20%;
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_large #column_lg_8 {
  opacity: 0;
  margin-top: 60%;
  left: -101%;
  -webkit-transition: margin-top .75s ease-in-out, opacity .25s .15s;
  transition: margin-top .75s ease-in-out, opacity .25s .15s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_large #column_lg_7 {
  opacity: 0;
  left: -152%;
  margin-top: 100%;
  -webkit-transition: margin-top .65s ease-in-out, opacity .25s .15s;
  transition: margin-top .65s ease-in-out, opacity .25s .15s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_small {
  z-index: 9;
  width: 9%;
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_5 {
  z-index: 1;
  opacity: 0;
  left: 264%;
  margin-top: 550%;
  -webkit-transition: margin-top .25s .2s ease-in-out, opacity .15s .3s;
  transition: margin-top .25s .2s ease-in-out, opacity .15s .3s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_6 {
  z-index: 0;
  opacity: 0;
  left: 328%;
  margin-top: 526%;
  -webkit-transition: margin-top .25s .3s ease-in-out, opacity .15s .4s;
  transition: margin-top .25s .3s ease-in-out, opacity .15s .4s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_7 {
  z-index: 1;
  opacity: 0;
  left: 387%;
  margin-top: 546%;
  -webkit-transition: margin-top .25s .4s ease-in-out, opacity .15s .5s;
  transition: margin-top .25s .4s ease-in-out, opacity .15s .5s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_8 {
  z-index: 2;
  opacity: 0;
  left: 328%;
  margin-top: 600%;
  -webkit-transition: margin-top .25s .5s ease-in-out, opacity .15s .6s;
  transition: margin-top .25s .5s ease-in-out, opacity .15s .6s;
}

#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-img-col-lg-0-container,
#i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-img-col-lg-1-container {
  position: absolute;
  z-index: 0;
}

#i9h-pdp-widget.select_0 #i9h-pdp-performance-cores-title span:nth-child(2),
#i9h-pdp-widget.select_0 #i9h-pdp-efficiency-cores-title span:nth-child(2) {
  display: none;
}

#i9h-pdp-widget.select_0 #i9h-pdp-buttons {
  background-position: left top;
}

#i9h-pdp-widget.select_0 #i9h-pdp-buttons .btn:nth-child(1) a span,
#i9h-pdp-widget.select_0 #i9h-pdp-buttons .btn:nth-child(1) a span * {
  /*@include text_color();*/
  color: #65F19C;
  font-family: 'Intel One Medium';
}

#i9h-pdp-widget.select_0 #i9h-pdp-main #i9h-pdp-hero {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#i9h-pdp-widget.select_0 #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-shadow {
  opacity: .5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#i9h-pdp-widget.select_1 #i9h-pdp-performance-cores-title span:nth-child(1) {
  display: none;
}

#i9h-pdp-widget.select_1 #i9h-pdp-performance-cores-title span:nth-child(2) {
  display: inline;
}

#i9h-pdp-widget.select_1 #i9h-pdp-efficiency-cores-title span:nth-child(2) {
  display: none;
}

#i9h-pdp-widget.select_1 #i9h-pdp-buttons {
  background-position: left center;
}

#i9h-pdp-widget.select_1 #i9h-pdp-buttons .btn:nth-child(2) a span,
#i9h-pdp-widget.select_1 #i9h-pdp-buttons .btn:nth-child(2) a span * {
  /*@include text_color();*/
  color: #65F19C;
  font-family: 'Intel One Medium';
}

#i9h-pdp-widget.select_1 #i9h-pdp-main #i9h-pdp-hero {
  left: 5%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#i9h-pdp-widget.select_1 #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-shadow {
  opacity: .7;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#i9h-pdp-widget.select_1 #i9h-pdp-main #i9h-pdp-hero .columns_large #column_lg_8 {
  opacity: 1;
  margin-top: -6%;
}

#i9h-pdp-widget.select_1 #i9h-pdp-main #i9h-pdp-hero .columns_large #column_lg_7 {
  opacity: 1;
  margin-top: 52%;
}

#i9h-pdp-widget.select_2 #i9h-pdp-performance-cores-title span:nth-child(1) {
  display: none;
}

#i9h-pdp-widget.select_2 #i9h-pdp-performance-cores-title span:nth-child(2) {
  display: inline;
}

#i9h-pdp-widget.select_2 #i9h-pdp-efficiency-cores-title span:nth-child(1) {
  display: none;
}

#i9h-pdp-widget.select_2 #i9h-pdp-efficiency-cores-title span:nth-child(2) {
  display: inline;
}

#i9h-pdp-widget.select_2 #i9h-pdp-buttons {
  background-position: left bottom;
}

#i9h-pdp-widget.select_2 #i9h-pdp-buttons .btn:nth-child(3) a span,
#i9h-pdp-widget.select_2 #i9h-pdp-buttons .btn:nth-child(3) a span * {
  /*@include text_color();*/
  color: #65F19C;
  font-family: 'Intel One Medium';
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero #i9h-pdp-shadow {
  opacity: .9;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero .columns_large #column_lg_8 {
  opacity: 1;
  margin-top: -6%;
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero .columns_large #column_lg_7 {
  opacity: 1;
  margin-top: 52%;
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_5 {
  opacity: 1;
  margin-top: 526%;
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_6 {
  opacity: 1;
  margin-top: 506%;
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_7 {
  opacity: 1;
  margin-top: 518%;
}

#i9h-pdp-widget.select_2 #i9h-pdp-main #i9h-pdp-hero .columns_small #column_sm_8 {
  opacity: 1;
  margin-top: 575%;
}

@media (max-width: 1000px) {
  #i9h-pdp-widget {
    min-height: 1600px;
  }
  #i9h-pdp-widget #i9h-pdp-head .headline {
    font-size: 40px;
  }
  #i9h-pdp-widget #i9h-pdp-head .subhead {
    font-size: 25px;
  }
  #i9h-pdp-widget #i9h-pdp-main {
    margin-top: 30px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director {
    left: 2%;
    width: 96%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director img {
    width: 100%;
    height: 180px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text {
    top: 40px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .title {
    font-size: 37px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .body {
    font-size: 28px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out {
    position: absolute;
    text-align: left;
    width: 40%;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title {
    font-size: 33px;
    white-space: nowrap;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title span {
    font-size: 52px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .body {
    font-size: 27px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-performance-cores {
    top: 860px;
    left: 35px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-efficiency-cores {
    top: 860px;
    right: 35px;
  }
}

@media (max-width: 768px) {
  #i9h-pdp-widget {
    min-height: 1570px;
  }
  #i9h-pdp-widget #i9h-pdp-head {
    margin: 12% 0 7%;
    text-align: left;
  }
  #i9h-pdp-widget #i9h-pdp-head .headline {
    font-size: 64px;
    padding: 0 2% 0 8%;
  }
  #i9h-pdp-widget #i9h-pdp-head .subhead {
    font-size: 29px;
    padding: 0 4% 0 8%;
  }
  #i9h-pdp-widget #i9h-pdp-main {
    margin-top: 30px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director {
    left: 8%;
    width: 86%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director img {
    width: 100%;
    height: 180px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text {
    top: 30px;
    padding: 0 3%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .title {
    font-size: 37px;
    margin-bottom: 10px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .body {
    font-size: 28px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out {
    position: absolute;
    text-align: left;
    width: 45%;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title {
    font-size: 33px;
    white-space: nowrap;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title span {
    font-size: 52px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .body {
    font-size: 27px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-performance-cores {
    top: 723px;
    left: 57px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-performance-cores .title {
    margin-bottom: 11px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-efficiency-cores {
    width: 38%;
    top: 723px;
    right: 38px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-efficiency-cores .title {
    margin-bottom: 11px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero {
    top: 250px;
  }
}

@media (max-width: 725px) {
  #i9h-pdp-widget #i9h-pdp-main .call-out .title {
    font-size: 29px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title span {
    font-size: 42px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .body {
    font-size: 22px;
  }
}

@media (max-width: 650px) {
  #i9h-pdp-widget {
    min-height: 1100px;
  }
  #i9h-pdp-widget #i9h-pdp-head {
    text-align: left;
  }
  #i9h-pdp-widget #i9h-pdp-head .headline {
    font-size: 48px;
    padding: 0 2% 0 5%;
  }
  #i9h-pdp-widget #i9h-pdp-head .subhead {
    font-size: 20px;
    padding: 0 2% 0 5%;
  }
  #i9h-pdp-widget #i9h-pdp-buttons {
    height: 100px;
  }
  #i9h-pdp-widget #i9h-pdp-main {
    margin-top: 50px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director {
    left: 5%;
    width: 90%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director img {
    height: 100px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text {
    top: 25px;
    padding: 0 5%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .title {
    font-size: 22px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .body {
    font-size: 17px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title {
    font-size: 22px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title span {
    font-size: 22px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .body {
    font-size: 15px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-performance-cores {
    top: 500px;
    left: 20px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-efficiency-cores {
    top: 500px;
    right: 20px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero {
    top: 120px;
  }
}

@media (max-width: 480px) {
  #i9h-pdp-widget {
    min-height: 800px;
  }
  #i9h-pdp-widget #i9h-pdp-head {
    text-align: left;
    margin-bottom: 5%;
  }
  #i9h-pdp-widget #i9h-pdp-head .headline {
    font-size: 31px;
    padding: 0 2% 0 5%;
    margin-bottom: 10px;
  }
  #i9h-pdp-widget #i9h-pdp-head .subhead {
    font-size: 13.5px;
    padding: 0 2% 0 5%;
  }
  #i9h-pdp-widget #i9h-pdp-buttons {
    height: 75px;
  }
  #i9h-pdp-widget #i9h-pdp-main {
    margin-top: 10px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director {
    left: 5%;
    width: 90%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director img {
    height: 100px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text {
    top: 15px;
    padding: 0 5%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .title {
    font-size: 17.5px;
    margin-bottom: 0;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-thread-director #i9h-pdp-thread-director-text .body {
    font-size: 13.5px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title {
    font-size: 16px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .title span {
    font-size: 16px;
  }
  #i9h-pdp-widget #i9h-pdp-main .call-out .body {
    font-size: 13.5px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-performance-cores {
    top: 350px;
    left: 23px;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-efficiency-cores {
    top: 350px;
    right: 30px;
    width: 39%;
  }
  #i9h-pdp-widget #i9h-pdp-main #i9h-pdp-hero {
    top: 90px;
  }
}
