@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");


* {
  box-sizing: border-box;
}



/*MODULE CODE*/

.Module-Subhead-small{
	font-size: 24px;
	font-family: 'Klavika Condensed', sans-serif;
	line-height: 14px;
}
.Module-Heading{
	font-family: klavika-web-condensed, sans-serif;
	font-weight: 700;
  	font-style: normal;
	color: #fff;
	font-size: 78px;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.Module-Subhead{
	font-family: klavika-web-condensed, sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #fff;
	font-size: 55px;
	line-height: 50px;
	text-transform: uppercase;
}

.Module-Body{
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
.Module-Content{
	position: absolute;
 	top: 50%;
 	transform: translateY(-50%);
	max-width: 470px;
	right: 0%;
}
.Module-Logo{
	margin-top: 50px;
	margin-bottom: 50px;
}
.Module-Disclaimer{
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-indent: -7px;
	margin-left: 7px;
}

.Module .section-wrapper .content-box {
  max-width: 700px;
  padding: 50px 50px 50px 0px;
}
.Module.section-content {
 display: flex;
  min-height: 600px;
  padding: 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.section-content.Module {
  background-image: url('../images/Ryzen7000_X3D_Launch_BG.jpg');
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-color: #000;
	background-size:cover;
}

.Logo-Divider{
	margin-left: 26px;
	margin-right: 26px;
}

.Product-Image{
	margin-left:15px;
}

.Module .divider{
	color:#636466;
	font-size: 45px;
	vertical-align: top;
}

.subhead-container{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.Module-mobile-img {
  display: none;
}

.Module-button {
  margin-top: 20px;
  padding: 3px 30px 3px 30px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  font-size: 24px;
  text-align: center;
}
.Module-button:hover {
  background-color: transparent;
  color: #fff;
}

.secondary-arrow{
	opacity: 0.7;
	margin-bottom: 24px;
}


img {
  max-width: 100%;
  vertical-align: middle;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
}

sup {
  font-size: 60%;
}
.body {
  background-color: #000000;
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}



@media (max-width: 2020px) {
 .section-content.Module {
  background-position: 40% 50%;
}
}

@media (max-width: 1920px) {
 .section-content.Module {
  background-position: 60% 50%;
}
}



@media (max-width: 1250px) {
	.section-content.Module {
  background-position: 55% 50%;
}
	
}

@media (max-width: 767px) {
	  .Module-mobile-img {
    margin: 0 auto;
    display: block;
  }
	  .section-content.Module {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
		  padding-left: 0px;
		  padding-right: 0px;
  }
  .section-content.Module .content-box {
    max-width: 100%;
    margin: 0;
	 width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
	  padding-left: 30px;
	  padding-right: 30px;
  }
  .Module-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .Module .section-wrapper .content-box {
    max-width: 100%;
  }
	.System-Image{
		margin-bottom:20px;
	}
	.Module-Disclaimer{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}
	.secondary-arrow{width:25%; height: auto;}
	.Module-Heading{
	
	font-size: 68px;
	line-height: 60px;
	margin-bottom: 20px;
}
}


@media (max-width: 600px) {
	.System-Image{margin-left: 0px;}
}





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


