/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Agency+FB';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';
@import 'https://fonts.googleapis.com/css?family=Rajdhani';
@import 'https://fonts.googleapis.com/css?family=Roboto';
/* CSS Document */
@import 'https://event.msi.com/msifonts/fonts.css';
@font-face {
	font-family: Geforce-Light;
	src: local(Meiryo UI);
 unicode-range: U+3000-9FFF, U+ff??;
}
@font-face {
	font-family: Geforce-Bold;
	src: local(Meiryo UI);
 unicode-range: U+3000-9FFF, U+ff??;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
 noFocusline: expression(this.onFocus=this.blur());
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
/*img*/
img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
}
/*page style*/
.txtLeft {
	text-align: left;
}
.txtRight {
	text-align: right;
}
.floatLeft, .imageleft {
	float: left;
	margin-right: 1em;
}
.floatRight, .imageRight {
	float: right;
	margin-left: 1em;
}
.floatClear {
	clear: both;
	height: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: " ";
}
.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.tr {
	display: table-row;
}
.td, .th {
	display: table-cell;
}
/*----landing page-----*/
body {
	background: #000;
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	line-height: 1.5;
}
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*img*/
img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
}
/*----landing page-----*/

#amd_game {
	width: 100%;
	background: #000;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: 'KlavikaRegular', "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
	color: #fff;
	position: relative;
	font-size: 16px;
}
#amd_game section.border-bottom {
	border-bottom: 1px solid #333333;
}
#amd_game .kv {
	width: 100%;
}
#amd_game section.kv {
	padding: 18% 0 3%;
	text-align: right;
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/kv-bg.jpg) 30% 0 no-repeat;
	background-size: 100%;
}
#amd_game section.kv h2{font-weight: bold;}
#amd_game section.kv h2, #amd_game section.kv .contentText {
	color: #000;
	margin: 0 0 24px 0;
}
#amd_game section.kv .kv-container {
	position: relative;
	text-align: left;
	display: inline-block;
	width: 55%;
	background-color: #fff;
	padding: 10px;
}
#amd_game section.kv .kv-container .kv-info{display: flex; align-items: end;}
#amd_game section.kv .kv-container .kv-info .itembox{width: 40%;}
#amd_game section.kv .kv-container .kv-info .text-container{width: 60%;}
#amd_game h3 {
	font-size: 30px;
	font-family: 'KlavikaBold';
}
#amd_game p.contentText {
	font-family: 'KlavikaRegular';
	color: #fff;
	font-size: 16px;
}
#amd_game section.intro {
	text-align: center;
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/xboxGoWGTM_02.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 4% 0;
}
#amd_game section.intro .section-container{ text-align: left;}
#amd_game section.intro p.contentText{font-size: 150%; font-weight: bold;}
#amd_game section.intro h3 {
	margin-top: 0;
}
#amd_game section.intro h3 {
	margin-top: 0;
}
#amd_game .section-container {
	max-width: 70%;
	margin: 0 auto;
	padding: 0px;
}
#amd_game ul {
	list-style: none;
	padding: 0;
}
#amd_game section.intro .redeem_btn button {
	display: inline-block;
	border: 2px solid #fff;
	background-color: #D22035;
	font-size: 16px;
	vertical-align: middle;
	padding: 8px 16px 6px;
	margin-top: 8px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
#amd_game section.intro .redeem_btn button:hover {
	background-color: #000;
}
#amd_game .redeem-modal .modal-content {
	background-color: rgba(0, 0, 0, 0.85);
	padding: 0 30px 30px 30px;
	border-radius: 0;
}
#amd_game .redeem-modal .close {
	color: #fff;
	opacity: 1;
}
#amd_game .redeem-modal .close-2 {
	border: 1px solid #fff;
	background-color: #000;
	margin: 0 auto;
}
#amd_game .redeem-modal .close-btn {
	text-align: center;
}
#amd_game .redeem-modal h3 {
	line-height: 1.5;
}
#amd_game .redeem-modal h4 {
	line-height: 1.5;
}
#amd_game .redeem-modal ul {
	text-align: left;
	margin: 30px auto 0;
	list-style: none;
	border-radius: 10px;
	background-color: #000;
}
#amd_game .redeem-modal ul li {
	margin: 8px 0;
	line-height: 1.5;
}
#amd_game .redeem-modal ul li span {
	color: #EACE51;
	font-weight: 700;
	font-size: 120%;
}
#amd_game .redeem-modal a {
	color: #EACE51;
}
#amd_game section.xbox-game-pass {
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/xboxGoWGTM_03.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 4% 0;
}
#amd_game section.xbox-game-pass .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#amd_game section.xbox-game-pass .section-container .text-container {
	width: 50%;
}
#amd_game section.pd-table {
}
#amd_game section.pd-table .section-container {
	padding-bottom: 3%;
}
#amd_game section.pd-table h3 {
	text-align: center;
}
#amd_game .css-table {
	margin: 0 auto;
	display: table;
	width: 100%;
}
#amd_game .css-table .thead {
	background: #212121;
	display: table-header-group;
}
#amd_game .css-table .tbody {
	display: table-row-group;
	line-height: 3;
}
#amd_game .css-table .tbody .tr {
	display: table-row;
	background: #141414;
}
#amd_game .css-table .tbody .td,#amd_game .css-table .thead .th{border-right: 3px solid #000;}
#amd_game .css-table .tbody .td:nth-child(1) {
	width: 30%;
}
#amd_game .css-table .tbody .td:nth-child(2) {
	width: 50%;
	text-align: center;
}
#amd_game .css-table .tbody .td:nth-child(3) {
	width: 20%;
}
#amd_game .css-table .tbody .w40 {
	width: 40%;
	text-align: center;
}
#amd_game .css-table .tbody .tr:nth-child(2), #amd_game .css-table .tbody .tr:nth-child(4), #amd_game .css-table .tbody .tr:nth-child(6), #amd_game .css-table .tbody .tr:nth-child(8) {
	background: #212121;
}
#amd_game .css-table .thead .th:nth-child(2) {
	display: flex;
    align-items: center;
    justify-content: center;

}
#amd_game .css-table .thead .th .item {
	padding: 0 5px;
	width: 50%;
}
#amd_game .css-table .thead .th .imgbox {
width: 500px;

display: table-cell;

vertical-align: middle;

height: 140px;

text-align: center;

margin: 0 auto;


	
	
	
}
#amd_game .css-table .thead .th .imgbox img{display: inline-block;}
#amd_game .css-table .thead .th {
	font-size: 14px;
	vertical-align: top;
	padding-bottom: 4%;
}
#amd_game .css-table .thead .th span {
	font-weight: bold;
	font-size: 22px;
	display: block;
}
#amd_game .css-table .th, #amd_game .css-table .td {
	text-align: center;
	display: table-cell;
}
#amd_game .fas {
	font-family: Font Awesome 5 Free;
	display: block;
	font-size: 1em;
	padding: 2% 5% 6%;
	color: #fff;
}
#amd_game section.pd-graphics {
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/xboxGoWGTM_05.jpg) 0 0 no-repeat;
	background-size: 100%;
	padding: 4% 0;
	text-align: right;
}

#amd_game section.pd-nb .section-container{max-width: 70%;}
#amd_game section.pd-nb .pd-wrap{align-items: center;}
#amd_game section.pd-nb .pd-wrap .item{text-align: left;}

#amd_game section.pd-nb{

background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/nb_bg.jpg) top right no-repeat!important;
	background-size: 100%;
	   text-align: left;
}
#amd_game section.pd-graphics_2 {
	background-color: #000;
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/xboxGoWGTM_10.jpg) top right no-repeat !important;
	background-size: 100%;
	padding: 4% 0;
	text-align: left;
}
#amd_game section.pd-graphics .text-wrap {
	width: 100%;
	display: inline-block;
	text-align: left;
}


#amd_game section.pd-graphics .pd-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
#amd_game section.pd-graphics .pd-wrap .item {
	width: 33%;
	padding: 8px;
	margin-bottom: 32px;
}


#amd_game section.pd-graphics .pd-wrap .item a {
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	background-color: #000;
	font-size: 16px;
	vertical-align: middle;
	padding: 8px 16px 6px;
	margin-top: 8px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
#amd_game section.pd-graphics .pd-wrap .item a:hover {
	background-color: #D22035;
}
#amd_game section.p-feature {
	text-align: center;
	padding: 3% 0;
}
#amd_game section.p_people .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#amd_game section.p_people .section-container .img-container, #amd_game section.p_people .section-container .text-container {
	width: 50%;
}
#amd_game section.pd-processors {
	min-height: 410px;
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/xboxGoWGTM_07.jpg) 100% 0 no-repeat;
	background-size: 100%;
	padding: 3% 0;
}
#amd_game section.pd-processors .text-wrap {
	width: 40%;
}
#amd_game section.promotion-footer {
	background: url(https://storage-asset.msi.com/event/vga/2019/amd-raise-the-game/images/xboxGoWGTM_09.jpg) 100% 0 no-repeat;
	background-size: 100%;
	padding: 3% 0;
}
#amd_game section.promotion-footer .img-wrap {
	text-align: center;
	padding: 24px 0;
}
#amd_game section.promotion-footer ul {
	font-size: 12px;
	color: #fffefe;
}
#amd_game section.promotion-footer ul li {
	padding-bottom: 14px;
}
#section-compare-carousel .swiper-pagination {
	position: relative;
}
#section-compare-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100%;
	background: #ddd;
	opacity: 1;
}
#section-compare-carousel .carousel-top {
	margin-bottom: 30px;
}
#section-compare-carousel .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
#section-compare-carousel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f00;
}
#section-compare-carousel .owl-theme .owl-dots .owl-dot.active span,  #section-compare-carousel .owl-theme .owl-dots .owl-dot:hover span {
	background: #f00 !important;
}
#section-compare-carousel .owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ddd;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
#section-compare-carousel .item img {
	width: 100%;
	max-width: 100%;
}
#section-compare-carousel .twentytwenty-before-label,  #section-compare-carousel .twentytwenty-after-label {
	pointer-events: none;
	display: none;
}
.twentytwenty-container {
	text-align: left;
}
.twentytwenty-container img {
	/*left: 0;*/
	width: 100%;
	max-width: 100%;
	display: inline-block;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
}

@media screen and (max-width: 1280px) {
	#amd_game .section-container,#amd_game section.pd-nb .section-container{

		max-width: 90%;}

	#amd_game section.kv .kv-container {width: 100%;}
	#amd_game section.kv .kv-container .kv-info .text-container {

    width: 80%;

	}
	#amd_game section.kv .text-container img{width: 20%;}
	#amd_game section.kv .contentText{margin: 0px;}

}



@media screen and (max-width:992px) {
		#amd_game section.pd-graphics .text-wrap {
	width: 100%;
	padding-top: 20%;
}
#amd_game section.pd-graphics .pd-wrap .item {
	width: 50%;
}
#amd_game section.kv {
padding: 25% 0 3%;
}
#amd_game section.pd-processors .text-wrap {
	width: 100%;
	padding-top: 20%;
}
	
#amd_game section.xbox-game-pass .section-container {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}
#amd_game section.xbox-game-pass .section-container .text-container {

    width: 100%;

}
}
#amd_game section.pd-processors .promotion-wrap {
	margin-top: 10%;
}

@media screen and (max-width: 768px) {
	#amd_game section.kv .kv-container .kv-info {

		flex-wrap: wrap;}
	#amd_game section.kv {
padding: 35% 0 3%;
}
#amd_game section.kv .kv-container .kv-info .text-container,#amd_game section.kv .kv-container .kv-info .imgbox{

    width: 100%; text-align: center;

}
	#amd_game section.kv .text-container img {

    width: 40%;

}

}