/*  amd-ryzen-20499606-F.css
    This stylesheet is based on the AMD Radeon/Ryzen landing page stylesheet
    but has been customized for 20499606-F_20Q3-RyzenBundleOEM_LandingPage
    note: this version does not contain any webflow styles and should have cleaned selector names
    Liaison Creative+Marketing, rgentile 6/12/2020
 */

* {
  box-sizing: border-box;
}

/* body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
} */

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

@font-face {
  font-family: 'KlavikaBold';
  src: url('https://event.msi.com/msifonts/fonts/KlavikaWebBasicBold.eot');
  src: url('https://event.msi.com/msifonts/fonts/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/KlavikaWebBasicBold.woff') format('woff');
  /* font-weight: 700; */
  font-style: normal;
}

@font-face {
  font-family: 'KlavikaRegular';
  src: url('https://event.msi.com/msifonts/fonts/KlavikaWebBasicRegular.eot');
  src: url('https://event.msi.com/msifonts/fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'), url('https://event.msi.com/msifonts/fonts/KlavikaWebBasicRegular.woff') format('woff');
  /* font-weight: 400; */
  font-style: normal;
}

#amd-q3-2020-ryzen {
  background-color: #fff;
  font-family: KlavikaRegular, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.heading-1 {
  font-family: 'KlavikaBold';
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
}

.hero-text-box {
  max-width: 575px;
  margin-bottom: 40px;
  padding: 15px 20px 10px 20px;
  background-color: #fff;
}

.hero-text-box.mobile-hero-text-box {
  display: none;
}

.hero {
  width: 100%;
  background: #000 url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/AMD-20Q3-RR.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 675px;
  min-height: 300px;
}

.hero .call-out {
  padding: 20px 20px 10px 20px;
  background: #fff;
  display: flex; /* so can put copy and image in same row */
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero .call-out {
    flex-direction: row;
  }
}

.hero .call-out .copy {
  flex: 0 1 100%;
}

.hero .call-out .logo {
  flex: 0 1 51.76%;
  align-self: flex-start;
  order: 2;
}

.hero .call-out .productimg {
  flex: 0 1 48.24%;
  align-self: flex-start;
  margin-top: 10px;
  order: 1;
}

@media (max-width: 991px) {
  .hero .call-out .logo {
    order: 1;
    align-self: flex-end;
  }
  .hero .call-out .productimg {
    order: 2;
    align-self: flex-end;
  }
}

.hero .call-out .productimg img {
  float: right;
}

.hero .call-out .logo img {
  padding-top: 20px;
}

.hero .call-out-box {
  position: absolute;
  bottom: 10%;
  left: 0;
  transform: translate(150%, -25%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 315px; /* 275 white box + 40 arrow */
  max-width: 520px;
}

.hero .call-out-box img.amd-arrow {
  flex-shrink: 0;
}

@media (max-width: 1800px) {
  .hero .call-out-box {
    transform: translate(110%, -25%);
  }
}

@media (max-width: 1600px) {
  .hero .call-out-box {
    transform: translate(65%, -25%);
  }
}

@media (max-width: 1300px) {
  .hero {
    background-position: 57% 30%;
  }
  .hero .call-out-box {
    transform: translate(20%, -25%);
  }
}

@media (max-width: 1100px) {
  .hero .call-out-box {
    transform: translate(0%, -25%);
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    background: #000;
  }
  .hero .call-out-box {
    transform: none;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    padding: 30px 0px 20px 0px;
    width: 85%;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 479px) {
}

.hero-info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 310px; /* move box down below faces */
}

.hero-wrapper {
  width: 100%;
  max-width: 1100px;
}

.section-content.intro {
  display: flex;
  padding: 40px 50px;
  flex-direction: column;
  align-items: center;
  background-image: url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/intro-bg.jpg");
  background-position: 0px 0px;
  background-size: cover;
  min-height: unset;
  border-bottom: none;
}

.paragraph-intro {
  font-family: 'KlavikaBold';
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}
.paragraph-intro-bigger{
  font-size: 40px;
}
.section-wrapper {
  display: flex;
  width: 80%;
  max-width: 1800px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-power-flexcolumn-close {
  flex-direction: row;
}
@media (max-width: 767px) {
  .section-power-flexcolumn-close {
    flex-direction: column;
    align-items: center;
  }
  .product-padding-top{
      padding-top: 40px;
  }
}


.heading-2.white {
  color: #fff;
}

.t1 {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

.t1 strong {
  text-transform: uppercase;
}
.power .product .t1{
    text-align: center;
}
.section-content {
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #333;
  background-color: #000;
}

/* .section-content.power {
    background-image: url('../images/power-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
} */

@media (max-width: 991px) {
  .section-content.power {
    background-position: 60% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 767px) {
  .section-content.power {
    background-position: 65% 50%;
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000),
      url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/power-bg.jpg");
  }
}

/* prevent product image from touching bottom of laptop in background */
.section-content.mobile .project-sku-row .grid {
  margin-top: 30px;
  margin-bottom: 0px;
}

.section-content.mobile {
  background-image: url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/mobile-bg.jpg");
  background-position: 54% 0%;
  background-size: cover;
  padding: 80px 50px;
}

@media (max-width: 991px) {
  .section-content.mobile {
    background-image: linear-gradient(45deg, transparent 34%, #000),
      url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/mobile-bg.jpg");
    background-position: 0px 0px, 35% 50%;
  }
}

@media (max-width: 767px) {
  .section-content.mobile {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), #000),
      url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/mobile-bg.jpg");
    background-position: 0px 0px, 32% 50%;
  }
}

@media (max-width: 479px) {
  .section-content.mobile {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), #000),
      url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/mobile-bg.jpg");
  }
}

.section-content.qualifying {
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #333;
  background-color: #000;
}

.section-content.qualifying h1 {
  text-align: center;
  padding-bottom: 30px;
}

.section-content.qualifying .section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-content.qualifying .section-wrapper span {
  color: #fff;
  width: 902px;
  text-align: left;
  font-size: 0.8em;
  margin: 5px 0px 0px 0px;
}

@media (max-width: 1120px) {
  .section-content.qualifying .section-wrapper span {
    width: 100%;
    max-width: 902px;
  }
}

.section-content.qualifying .section-wrapper span a {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.section-footer {
  display: flex;
  padding: 40px 50px 40px 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/footer-bg.jpg");
  background-position: 0px 0px;
  background-size: auto, cover;
}

@media (max-width: 767px) {
  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.section-product {
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(#000)
    ),
    url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/section_9_bg.jpg");
  background-image: linear-gradient(180deg, transparent, #000),
    url("//storage-asset.msi.com/event/2020/nb/2020-Q3-amd-gamebundle-index-nb/images/section_9_bg.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}

.heading-3.white {
  color: #fff;
}

@media (max-width: 767px) {
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.content-box {
  max-width: 490px;
  align-self: auto;
}

.grid {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.product {
  display: flex;
  max-width: 271px;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .product {
    padding-bottom: 30px;
  }
}

.product-img {
  margin-bottom: 20px;
}

.image-7 {
  margin-bottom: 20px;
}

.product .button {
  font-family: 'KlavikaBold';
  margin-top: 20px;
  padding: 7px 15px 5px 15px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.product .button:hover {
  background-color: #fff;
  color: #000;
}

.footnotes {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.footnotes a {
  color: #fff;
  text-decoration: none;
}

.heading-2-center {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.heading-2-center.white {
  display: block;
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
}

.content-box-center {
  max-width: none;
}

.grid-3 {
  position: static;
  overflow: visible;
  width: 80%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.column {
  padding-left: 10px;
}

.column-2 {
  padding-left: 10px;
}

.game-pass-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 490px;
  clear: none;
  align-self: flex-start;
}

.grid-4 {
  display: grid;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-5 {
  margin-top: 23px;
  align-self: stretch;
  grid-template-rows: auto;
}

.grid-6 {
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.line {
  display: flex;
  min-width: 380px;
  flex-direction: column;
}


.displayFlexCenter{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paragraph-intro-a{
  margin-top: 20px;
  font-family: "Klavika";
  color: #fff;
  text-align: center;
}
.paragraph-intro-a a{
  text-decoration: none;
  color: #fff;
}


.link-location .section-wrapper{
  flex-direction: row;
  justify-content: space-around;
}

.link-location__item{
  color: #fff;
  text-decoration: none;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-location__item p {
margin-top: 10px;
}


.mid-line img{
  width: 100%;
}
.mid-line{
  padding: 0;
  min-height: auto;
}
.mobile .section-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile .heading-2{
  text-align: center;
}

.vdbox{
  width: 100%;
  height: 480px;
}
.vd-container{
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hero-info {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .content-box {
    max-width: 390px;
  }
  .content-box-center {
    max-width: 390px;
  }
  .grid-4 {
    width: 100%;
    justify-items: stretch;
  }
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-text-box.mobile-hero-text-box {
    display: block;
    max-width: 575px;
    margin-bottom: 0px;
  }
  .hero-info {
    display: none;
  }
  .section-content.intro {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
  }
  .section-wrapper.align-right {
    align-items: center;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 29px;
  }
  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-box {
    max-width: none;
  }
  .grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .heading-2-center {
    font-size: 25px;
    line-height: 29px;
  }
  .content-box-center {
    max-width: none;
  }
  .game-pass-container {
    width: 100%;
  }
  .grid-4 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .paragraph-intro-a{
    font-size: 0.8em;
  }
  .link-location__item{
    width: 90%;
  }
  .link-location .section-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .vdbox{
    height: 320px;
  }
}

@media (max-width: 479px) {
  .hero-text-box.mobile-hero-text-box {
    margin-bottom: 0px;
  }
  .t1 {
    overflow: visible;
    width: 100%;
    float: none;
  }
  .section-content {
    padding: 40px 30px;
  }
  .vdbox{
    height: 200px;
  }
}

/* @font-face {
  font-family: "Klavika";
  src: url("../fonts/Klavika-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Klavika";
  src: url("../fonts/Klavika-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
} */

.mobile-img {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-img {
    display: block;
  }
}

