/* ww-lenovo-amd-2022-scripts-style-css */
body {
	font-size: 16px;
	font-family: 'Lato';
}

div#singlecol {
	margin-top: 75px;
}

/* img {
  max-width: 100%;
} */

/* affect masthead */
/* strong {
	font-weight: 900;
} */
#amd-ryzen--consumer,
#amd-ryzen--commercial,
#amd-ryzen--gaming {
	background-color: #000;
}

#blade-1 {
	position: relative;
	z-index: 1;
}

#blade-1 .container {
	position: absolute;
	left: 130px;
	transform: translateY(-50%);
	top: 50%;
	padding: 0 50px;
}

#blade-1 .lenovo-pegasus-logo {
	margin: 20px 0 0;
}

section {
	position: relative;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.spacer-title {
	font-weight: 900;
}

.btn-primary {
	color: #fff;
	background-color: #0d5c91;
	border-color: #0d5c91;
	margin: 10px 15px;
	padding: 8px 18px;
	height: auto;
	float: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: rgba(13, 92, 145, 0.8);
	border-color: rgba(13, 92, 145, 0.8);
}

.fullsize-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

@media (max-width: 992px) {
	#blade-1 .container {
		left: 5vw;
		top: 5vh;
		transform: unset;
		padding: 0;
	}
}

@media screen and (max-width: 1024px) {
	.vertical-center {
		position: absolute;
		top: 35%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
}

.vertical-top {
	position: absolute;
	top: 15%;
	transform: translate(-50%, -15%);
	left: 50%;
}

.btn-scroll-down {
	color: #ffffff;
	border: 2px solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	bottom: 3vh;
	left: 50%;
	transform: translateX(-50%);
}

.btn-scroll-down:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
}

#blade-1 {
	z-index: 2;
}

.lenovo-pegasus-paragraph-1-5em {
	font-size: 1.5rem;
	line-height: 2rem;
}

.lenovo-pegasus-paragraph {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (max-width: 768px) {
	.lenovo-pegasus-paragraph {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

header,
section {
	background: transparent;
}

div.random {
	height: 100vh;
	display: block;
	background: #fff;
}

.box-shadow {
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0.5) 33%,
			rgba(255, 255, 255, 0) 50%);
}

#feature-8-slide-1 img,
#feature-8-slide-2 img,
#feature-8-slide-3 img {
	width: 95vw;
}

@media (max-width: 640px) {

	#feature-8-slide-1 img,
	#feature-8-slide-2 img,
	#feature-8-slide-3 img {
		width: 200%;
	}
}

#feature-8-slide-1,
#feature-8-slide-2,
#feature-8-slide-3 {
	position: absolute;
	bottom: 0;
}

.w-10 {
	width: 10%;
}

.w-45 {
	width: 45%;
}

a.link-info {
	text-decoration: none;
	color: #0d5c91;
}

a.link-info:hover {
	color: #0d5c91;
	opacity: 0.8;
}

.limit-table-height {
	max-height: 75vh;
	overflow: hidden;
	position: relative;
	transition: all 1s ease;
}

.limit-table-height.open {
	max-height: 10000px;
}

.control-after::after {
	background: linear-gradient(0deg,
			rgba(255, 255, 255, 1) 30%,
			rgba(255, 255, 255, 0) 100%);
	content: '';
	height: 100px;
	position: absolute;
	top: calc(75vh - 100px);
	width: -webkit-fill-available;
}

.pl-3 {
	padding-left: 3%;
}

.pr-3 {
	padding-right: 3%;
}

/*.custom-height {
  height: auto !important;
}*/

/* .parallax-mirror {
  width: 100% !important;
}

.parallax-mirror img {
  width: auto !important;
  transform: translate3d(0, 0, 0) !important;
} */

@media (max-width: 600px) {
	.black-on-sm {
		color: #000 !important;
	}
}

.img-wrapper {
	display: none;
	background: #000;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	/* opacity: 1; */
}

.item-fade {
	vertical-align: top;
}

.lenovo-pegasus-snap {
	position: relative;
	z-index: 1;
}

/* V2 additions */

/* .masthead{
  display: none;
} */

.btn-scroll-up {
	color: #000;
	border: 2px solid;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-scroll-up:hover {
	color: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

.btn-scroll-up svg {
	transform: rotate(180deg);
	font-size: 24px;
}

#pageMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pageMenu ul li {
	display: inline-block;
}

#pageMenu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
	padding: 0 25px;
}

.section-wrapper {
	/* padding-top: 50px;
  padding-bottom: 50px; */
	overflow: hidden;
}

.parallax-mirror {
	z-index: 1 !important;
}

img.parallax-slider {
	margin-top: 0;
}

.vh-100 {
	min-height: 100vh;
	height: auto !important;
}

.vertical-center-content {
	display: flex;
	align-items: center;
}

.vertical-top-content {
	display: flex;
	align-items: flex-start;
}

.bg-holder {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.section-active .bg-holder,
.elem-leaving-top:not(.elem-above-bottom) .bg-holder {
	position: fixed;
}

h1 {
	font-size: 2.25rem;
	line-height: 1.5rem;
}

h3 {
	font-size: 2.25rem;
	line-height: 3rem;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

#amd-logo {
	position: absolute;
	top: 50px;
	right: 80px;
}

#amd-logo img {
	width: 80%;
}

#blade-1 {
	/* margin-top: 128px; */
	min-height: calc(100vh - 128px) !important;
}

#blade-2.elem-above-bottom {
	top: auto;
	bottom: 0;
}

/* Responsive Styles */

.mobile-only {
	display: none;
}

#masthead #header__mobile-trigger {
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: 30px;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 11;
}

#masthead #header__mobile-trigger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 30px;
	background: #000;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
}

#masthead #header__mobile-trigger span:first-child {
	top: 0px;
	/*1.2rem;*/
}

#masthead #header__mobile-trigger span:nth-child(2),
#masthead #header__mobile-trigger span:nth-child(3) {
	top: 10px;
	/*1.9rem;*/
}

#masthead #header__mobile-trigger span:nth-child(4) {
	top: 20px;
	/*2.6rem;*/
}

#masthead #header__mobile-trigger.open span:first-child {
	top: 10px;
	/*1.9rem;*/
	visibility: visible;
	transform: rotate(45deg);
}

#masthead #header__mobile-trigger.open span:nth-child(2) {
	transform: rotate(45deg);
}

#masthead #header__mobile-trigger.open span:nth-child(3) {
	transform: rotate(-45deg);
}

#masthead #header__mobile-trigger.open span:nth-child(4) {
	top: 10px;
	/*1.9rem;*/
	visibility: visible;
	transform: rotate(-45deg);
}

#masthead #header__mobile-trigger {
	display: none;
	text-align: left;
	float: right;
	margin-top: 5px;
}

#masthead #header__mobile-trigger span {
	display: inline-block;
	padding: 0;
	margin: 0;
	min-width: 30px;
	cursor: pointer;
}

#masthead #header__mobile-trigger span i {
	padding: 0.8rem 0 0;
	float: right;
	display: none;
	font-size: 1.8rem;
	line-height: 0.2rem;
	min-width: 1.6rem;
}

#masthead #header__mobile-trigger span.menu_state {
	display: inline-block;
}

header.event-header #event-header__nav-mobile-list {
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
	top: 150px;
	display: none;
}

header.event-header #event-header__nav-mobile-list ul {
	display: none;
	list-style-type: none;
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	margin: 0 auto;
	background: #efefef;
}

.content-holder {
	z-index: 3;
	margin: auto;
}

#amd-ryzen--consumer #blade-1 .bg-holder {
	background: url('https://p2-ofp.static.pub/ShareResource/amd/consumer/cons_hero_bg_with_overlay.jpg');
	background-size: cover;
	background-position: bottom;
}

#amd-ryzen--consumer #blade-2 {
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-consumer-blade-2-bkgd.jpg');
}

#amd-ryzen--commercial #blade-1 .bg-holder {
	background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-commercial-hero.jpg');
	background-size: cover;
	background-position: bottom;
}

#amd-ryzen--commercial #blade-2 {
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-commercial-blade-2-bkgd.jpg');
}

#amd-ryzen--gaming #blade-end {
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-feature-5-legion-amd-for-the-win.png');
	background-size: cover;
	background-position: bottom;
}

#amd-ryzen--gaming #blade-3 {
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-feature-2-unmatched.png');
	background-size: 90%;
	background-position: top;
}

#amd-ryzen--gaming #blade-4 {
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-feature-3-unbeatable.png');
	background-size: 90%;
	background-position: right;
}

#amd-ryzen--gaming #blade-5 {
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-feature-4-the-dream-mobile.png');
	background-size: 65%;
	background-position: left;
}

#amd-ryzen--gaming #blade-1 .bg-holder {
	background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-hero.jpg');
	background-size: cover;
	background-position: bottom;
}

#amd-ryzen--gaming #blade-2-5 .bg-holder {
	background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-bkgd.jpg');
	background-size: cover;
	background-position: bottom;
}

#amd-ryzen--gaming #blade-2-5.elem-above-bottom .bg-holder {
	top: auto;
	bottom: 0;
}

.top-gradient {
	width: 100%;
	height: 20vh;
	position: absolute;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	z-index: -1;
}

.bot-gradient {
	width: 100%;
	height: 20vh;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index: -1;
}

@media (min-width: 1240px) {
	nav#pageMenu ul {
		display: block !important;
	}
}

@media (max-width: 1240px) {
	#masthead #header__mobile-trigger {
		display: block;
	}

	#masthead.topbar .btn.btn-scroll-up {
		display: none;
	}

	nav#pageMenu {
		position: absolute;
		top: 92px;
		background: #f2f2f2;
		left: 0;
		width: 100%;
		text-align: center;
	}

	nav#pageMenu ul {
		display: none;
		margin-bottom: 20px;
	}

	nav#pageMenu ul li {
		width: 100%;
		margin: 5px 0;
	}
}

@media (max-width: 1024px) {

	.font-large.lenovo-pegasus-paragraph,
	.font-large .lenovo-pegasus-paragraph {
		font-size: 2rem;
		line-height: 2.875rem;
	}

	.mobile-top-align-content {
		align-items: flex-start;
	}

	.mobile-bottom-align-content {
		align-items: flex-end;
	}

	#amd-logo {
		top: 30px;
		right: 30px;
	}
}

@media (max-width: 768px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	#blade-1 {
		padding-top: 50px;
		margin-top: 0px;
	}

	.vertical-center-content {
		display: flex;
		align-items: start;
	}

	h1 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	h3 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.lenovo-pegasus-paragraph-1-5em {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	#amd-logo {
		top: 20px;
		right: 30px;
	}

	#amd-logo img {
		width: 50%;
	}

	.lenovo-pegasus-logo {
		width: 50%;
	}

	#blade-1 .btn-primary {
		display: block;
		margin: 20px auto;
	}

	#amd-ryzen--consumer #blade-2 {
		background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-consumer-blade-2-bkgd-mobile.jpg');
	}

	#amd-ryzen--commercial #blade-2 {
		background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-commercial-blade-2-bkgd-mobile.jpg');
	}

	#amd-ryzen--gaming #blade-end {
		background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-feature-5-legion-amd-for-the-win-mobile.png');
	}
}

@media (max-width: 640px) {
	.container {
		width: 90%;
	}
}

/* Custom styles */

.btn-primary {
	color: #fff;
	background-color: #0d5c91;
	border: 1px solid #fff;
	margin: 10px 15px;
	padding: 8px 18px;
	height: auto;
	float: none;
}

.btn-primary:hover {
	color: #0d5c91;
	background-color: #fff;
}

.box-with-icon {
	position: relative;
	display: flex;
}

.box-with-icon .the-icon {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	padding: 20px;
	z-index: 1;
}

#amd-ryzen--consumer #blade-2 .box-with-icon .the-icon {
	background: rgb(15, 94, 149);
	background: linear-gradient(90deg,
			rgba(15, 94, 149, 1) 0%,
			rgba(57, 136, 214, 1) 100%);
}

#amd-ryzen--commercial #blade-2 .box-with-icon .the-icon {
	background: #e1140a;
}

#amd-ryzen--gaming #blade-2 .box-with-icon .the-icon {
	background: rgb(15, 94, 149);
	background: linear-gradient(97deg,
			rgba(199, 83, 0, 1) 0%,
			rgba(255, 106, 0, 1) 100%);
}

.box-with-icon .the-icon img {
	transition: width 1s;
	height: 95%;
}

.box-with-icon .unwind-icon img {
	max-width: 100%;
}

.box-with-icon .the-icon-oversize img {
	transition: width 1s;
	height: 95%;
	max-width: 95%;
}

/* .box-with-icon .the-icon:hover img{
  width: 100px;
  left: 50%;
  z-index: 1;
  filter: invert(75%) sepia(51%) saturate(1231%) hue-rotate(
169deg) brightness(98%) contrast(98%);
  transform: translate(-5px, 15px);
} */
/* .box-with-icon .the-icon-oversize:hover img{
  width: 85px;
  z-index: 1;
  max-width: unset;
} */
.box-with-icon .box-inner {
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 70px 50px;
	width: 100%;
}

#amd-ryzen--commercial .box-with-icon .box-inner {
	background-color: rgba(255, 255, 255, 0.08);
}

#amd-ryzen--gaming .box-with-icon .box-inner {
	background-color: rgba(62, 141, 221, 0.06);
}

.amd-box-only {
	width: 570px;
	height: 570px;
	position: relative;
}

.amd-overlay {
	background-color: rgba(3, 46, 75, 0.7);
	width: 570px;
	height: 570px;
	position: relative;
}

.amd-overlay-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	color: #fff;
	padding: 0 50px;
}

#amd-ryzen--commercial .amd-overlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.right-block {
	width: 100%;
	/* height: 100vh; */
	overflow: hidden;
	position: absolute;
	/* top: 130px; */
	top: 50%;
	transform: translateY(-50%);
	right: 130px;
}

.left-block {
	width: 100%;
	/* height: 100vh; */
	overflow: hidden;
	position: absolute;
	/* top: 130px; */
	top: 50%;
	transform: translateY(-50%);
	left: 130px;
}

#amd-ryzen--gaming .right-block,
#amd-ryzen--gaming .left-block {
	height: auto;
}

.auto-block {
	width: 100%;
	overflow: hidden;
	height: 100vh;
}

@media (min-width: 992px) {
	.full-block {
		width: 100%;
		overflow: hidden;
		height: 100vh;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	.amd-box-only {
		width: 30vw;
		height: 460px;
	}

	.right-block {
		overflow: unset;
		right: 80px;
	}

	.left-block {
		overflow: unset;
		left: 80px;
	}

	.amd-box-only .amd-overlay-content {
		padding: 0;
	}

	.auto-block {
		height: 65vh;
	}

	.big-block {
		height: 75vh;
	}
}

@media (max-width: 992px) {
	.right-block {
		width: 100%;
		height: auto;
		position: relative;
		max-width: 100%;
		background-color: #0d5c91;
		transform: unset;
		top: 0;
		left: 0;
	}

	.left-block {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #0d5c91;
		transform: unset;
		max-width: 100%;
		top: 0;
		left: 0;
	}

	#amd-ryzen--gaming .right-block,
	#amd-ryzen--gaming .left-block {
		background-color: rgba(0, 0, 0, 0);
	}

	#amd-ryzen--commercial .right-block,
	#amd-ryzen--commercial .left-block {
		background-color: rgba(0, 0, 0, 1);
	}

	#amd-ryzen--commercial .amd-overlay {
		background-color: rgba(66, 66, 66, 0);
	}

	.amd-box-only {
		width: 100vw;
		height: 460px;
	}

	.amd-overlay {
		width: 100vw;
		height: 460px;
		margin: 0 auto;
		overflow: hidden;
		background-color: rgba(66, 66, 66, 0);
	}

	.amd-overlay-content {
		text-align: center;
	}

	.amd-overlay-content p {
		text-align: center;
	}

	#blade-3,
	#blade-4,
	#blade-5,
	#blade-6,
	#blade-7,
	#blade-8 {
		height: auto;
		background-size: contain !important;
		background-position: top center !important;
	}

	#amd-ryzen--gaming #blade-3,
	#amd-ryzen--gaming #blade-4,
	#amd-ryzen--gaming #blade-5 {
		background: unset;
	}

	#amd-ryzen--consumer #blade-1 .bg-holder {
		background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-consumer-hero-mobile.jpg');
		background-size: cover;
		background-position: bottom;
		top: unset;
		bottom: 0;
	}

	#amd-ryzen--commercial #blade-1 .bg-holder {
		background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-commercial-hero-mobile.jpg');
		background-size: cover;
		background-position: bottom;
		top: unset;
		bottom: 0;
	}

	#amd-ryzen--gaming #blade-1 .bg-holder {
		background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-hero-mobile.jpg');
		background-size: cover;
		background-position: bottom;
		top: unset;
		bottom: 0;
	}

	#amd-ryzen--gaming #blade-2-5 .bg-holder {
		background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-bkgd-mobile.jpg');
		background-size: cover;
	}

	.full-block,
	.auto-block {
		width: 100%;
		overflow: unset;
		height: 100%;
	}

	.auto-block {
		width: 100%;
		height: 50vh;
		overflow: unset;
	}

	.big-block {
		height: 75vh;
	}
}

#blade-end .lenovo-pegasus-paragraph {
	width: 50vw;
	margin: 0 auto;
}

#blade-transfer {
	min-height: 10vh;
	height: auto;
}

#blade-footnotes {
	background-color: #d9d9d9;
}

#blade-footnotes .small,
#blade-footnotes p,
#blade-footnotes b {
	color: #000 !important;
}

#blade-footnotes ol {
	padding-left: 13px;
}

#blade-footnotes ol li {
	padding-bottom: 10px;
	line-height: 1.25em;
}

@media (max-width: 640px) {
	.amd-overlay {
		transform: unset;
		height: 60vh;
	}

	.amd-overlay-content {
		padding: 0 20px;
	}

	.float-end {
		float: none !important;
		margin: 0 auto;
	}

	.float-start {
		float: none !important;
		margin: 0 auto;
	}

	.auto-block {
		height: auto;
	}

	/* .amd-overlay {
    width: auto;
    height: auto;
    padding: 50px 50px;
  } */

	#blade-end .lenovo-pegasus-paragraph {
		width: 90%;
		margin: 0 auto;
	}
}

#blade-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#blade-2.elem-above-bottom {
	top: auto;
	bottom: 0;
}

#blade-2 .horizontal-slide {
	top: 100vh;
	opacity: 0;
	transition: all 1.5s ease;
}

#blade-2 .horizontal-slide:nth-child(1) {
	transition: all 1.5s ease;
}

#blade-2 .horizontal-slide:nth-child(2) {
	transition: all 2s ease;
}

#blade-2 .horizontal-slide:nth-child(3) {
	transition: all 2.5s ease;
}

#blade-2 .in.horizontal-slide {
	top: 0;
	opacity: 1;
}

.legal {
	color: #fff;
	position: absolute;
	bottom: 20px;
	font-size: 0.65rem;
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	h3 {
		font-size: 24px !important;
		line-height: 34px !important;
	}

	p {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.lenovo-pegasus-paragraph-1-5em {
		font-size: 22px !important;
	}
}

.visible {
	animation: scaleup 200ms ease-out;
}

.not-visible {
	transform: scale(0.5);
}

@keyframes scaleup {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

/* December 2022 Update */
#amd-ryzen--commercial #blade-1.new-height {
	min-height: calc(100vh - 33vh) !important;
}

#blade-2 .legal {
	width: auto;
}

@media (max-width: 992px) {
	#blade-2 .legal {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
}

#amd-ryzen--commercial #blade-5 .lenovo-pegasus-paragraph {
	width: 50vw;
	margin: 0 auto;
}

@media (max-width: 640px) {
	#amd-ryzen--commercial #blade-5 .lenovo-pegasus-paragraph {
		width: 90%;
		margin: 0 auto;
	}
}

.box-with-icon .the-icon img {
	max-width: 100%;
}

@media (max-width: 992px) {
	#amd-ryzen--commercial #blade-1 .bg-holder {
		background-position: top;
	}

	#amd-ryzen--commercial #blade-1 .hero-content {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		height: 56vh;
	}

	.lenovo-pegasus-logo {
		width: 35%;
	}
}

@media (max-width: 768px) {
	.lenovo-pegasus-logo {
		width: 50%;
	}

	#blade-1 .btn-primary {
		display: inline-block;
	}
}

#blade-end {
	height: 100vh !important;
}

@media (max-width: 768px) {
	#amd-ryzen--commercial #blade-1.new-height .bg-holder {
		bottom: 50% !important;
	}

	#amd-ryzen--commercial #blade-1.new-height::before {
		content: '';
		background: linear-gradient(0,
				rgb(0 0 0) 0%,
				rgba(0, 0, 0, 1) 50%,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
}

.topbar a {
	text-decoration: none;
}

.topbar {
	position: fixed !important;
	top: -120px;
	left: 0;
	width: 100%;
	padding: 12px;
	background-color: #fff;
	z-index: 999;
	display: flex;
	align-items: center;
	transition: all 1s ease;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	column-gap: 2em;
}

@media only screen and (min-width: 992px) {
	.topbar {
		padding: 16px 50px;
	}
}

.topbar__cta {
	margin-left: auto;
}

.topbar .mobile-menu {
	display: inline-flex;
	flex-direction: column;
	row-gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 12px 8px;
}

@media only screen and (min-width: 1200px) {
	.topbar .mobile-menu {
		display: none;
	}
}

.topbar .mobile-menu svg {
	vertical-align: top;
}

.topbar .logo-link img {
	height: 30px;
}

.topbar h3 {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

@media only screen and (min-width: 992px) {
	.topbar h3 {
		font-size: 1.4rem;
	}
}

.topbar .btn {
	margin: 0;
}

.topbar .link {
	border-bottom: none;
	font-weight: 400;
	font-size: 0.9rem;
	color: #000;
	opacity: 1;
	padding: 14px 20px;
	width: 100%;
}

@media only screen and (min-width: 992px) {
	.topbar .link {
		padding: 18px 50px;
		font-size: 1rem;
	}
}

@media only screen and (min-width: 1200px) {
	.topbar .link {
		padding: 0;
		width: auto;
	}
}

.topbar .link:hover {
	opacity: 1;
}

.topbar__actions {
	flex-direction: column;
	align-items: flex-start;
	column-gap: 12px 24px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100vw;
	background-color: #ffffff;
	padding-bottom: 12px;
	display: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 992px) {
	.topbar__actions {
		column-gap: 32px;
	}
}

@media only screen and (min-width: 1200px) {
	.topbar__actions {
		display: flex;
		flex-direction: row;
		flex: 1 1 auto;
		justify-content: flex-end;
		position: static;
		background-color: transparent;
		box-shadow: none;
		padding-bottom: 0;
		width: auto;
		gap: 2em;
	}
}

.topbar--open .topbar__actions {
	display: flex;
}

.topbar--open .mm-bar2 {
	transform: scaleX(0);
	transform-origin: center center;
	opacity: 1;
}

.topbar--open .mm-bar1 {
	transform: rotate(45deg) translate(7px, 7px);
	transform-origin: center center;
	opacity: 1;
}

.topbar--open .mm-bar3 {
	transform: rotate(-45deg) translate(7px, -7px);
	transform-origin: center center;
	opacity: 1;
}

body.scrolled .topbar {
	top: 0;
}

.mm-bar1,
.mm-bar2,
.mm-bar3 {
	transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 32px;
	height: 2px;
	background-color: #000;
	display: block;
}

.feature-image {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 992px) {
	#blade-end .feature-image {
		width: 100%;
		object-position: center;
		max-height: 100%;
	}
}

@media screen and (min-width: 1920px) {
	.feature-image {
		height: auto;
		width: 100%;
	}
}

#toggle-footnotes {
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 0px;
}

.footer-content {
	margin-top: 2em;
}

.css-arrow {
	border-width: 0px 2px 2px 0px;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translate(0px, -5px);
	margin-right: 10px;
	border-style: solid;
}

.open .css-arrow {
	border-width: 2px 0px 0px 2px;
	transform: rotate(45deg) translate(0px, 0px);
}

#blade-featured-products {
	padding: 100px 0;
}

.featured-product {
	padding: 25px;
	background-color: #eee;
}

@media screen and (max-width: 768px) {
	.featured-product {
		text-align: center;
	}
}

.featured-product .product__title {
	font-weight: bold;
	font-size: 24px;
}

.featured-product .product__price_label {
	font-size: 14px;
	color: #999;
}

.featured-product .product__price {
	font-size: 20px;
	margin-bottom: 10px;
}

.featured-product .product__details {
	margin-bottom: 10px;
}

.featured-product .product__btn {
	padding: 7px 30px;
	border-radius: 0.25rem;
}

#amd-ryzen--consumer.yr2022 .featured-product {
	background-color: #414242;
}

#amd-ryzen--consumer.yr2022 .featured-product .product__title,
#amd-ryzen--consumer.yr2022 .featured-product .product__price {
	color: #fff;
}

#amd-ryzen--consumer.yr2022 .featured-product .product__details {
	color: #b4b4b4;
	min-height: 100px;
}

#amd-ryzen--consumer.yr2022 .blade-1-background {
	height: 100%;
	position: absolute;
}


#amd-ryzen--consumer.yr2022 #blade-1 .lenovo-pegasus-logo {
	width: 150px;
}

#amd-ryzen--consumer.yr2022 #blade-end .feature-image {
	object-position: 30% 50%;
}

#amd-ryzen--consumer.yr2022 #blade-1.new-height {
	min-height: 70vh !important;
	background-image: url('https://p2-ofp.static.pub/ShareResource/amd/consumer/cons_hero_bg_with_overlay.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 1630px) {
	#amd-ryzen--consumer.yr2022 #blade-1 .feature-image {
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#amd-ryzen--consumer.yr2022 .vertical-center {
		top: 30%;
	}
}

@media screen and (max-width: 992px) {
	#amd-ryzen--consumer.yr2022 #blade-end .lenovo-pegasus-paragraph {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#amd-ryzen--consumer.yr2022 .blade-1-background {
		position: relative;
	}

	#amd-ryzen--consumer.yr2022 #blade-1.new-height {
		background-image: url('https://p3-ofp.static.pub/ShareResource/amd/consumer/cons_hero_bg_mobile.jpg');
		padding-top: 0;
		background-position: bottom;
		height: 70vh !important;
		background-size: cover;
	}

	#amd-ryzen--consumer.yr2022 #blade-1.new-height .feature-image {
		width: 100%;
		height: auto;
		object-position: bottom;
	}
}

#amd-ryzen--consumer.yr2022 #blade-3 {
	background-image: url('https://p4-ofp.static.pub/ShareResource/amd/consumer/cons_blade_3.jpg');
}

#amd-ryzen--consumer.yr2022 #blade-4 {
	background-image: url('https://p4-ofp.static.pub/ShareResource/amd/consumer/cons_blade_4.jpg');
}

#amd-ryzen--consumer.yr2022 #blade-5 {
	background-image: url('https://p3-ofp.static.pub/ShareResource/amd/consumer/cons_blade_5.jpg');
}

#amd-ryzen--consumer.yr2022 #blade-end {
	background-image: url('https://p1-ofp.static.pub/ShareResource/amd/consumer/cons_blade_6.jpg');
}

#amd-ryzen--gaming.yr2022 #blade-6 {
	background-image: url('https://p1-ofp.static.pub/ShareResource/amd/gaming/gam_blade_6_bg.jpg');
}

#amd-ryzen--gaming.yr2022 .featured-product {
	background: rgba(255, 255, 255, 0.12);
}

#amd-ryzen--gaming.yr2022 .featured-product .product__title,
#amd-ryzen--gaming.yr2022 .featured-product .product__details,
#amd-ryzen--gaming.yr2022 .featured-product .product__price {
	color: #fff;
}

#amd-ryzen--gaming.yr2022 .featured-product .product__details {
	min-height: 100px;
}

#amd-ryzen--gaming.yr2022 #blade-2-5 .bg-holder {
	background-image: url(https://p1-ofp.static.pub/ShareResource/amd/gaming/gam_gradient_bg.png);
}

#amd-ryzen--gaming.yr2022 .amd-overlay {
	background-color: transparent;
}

#amd-ryzen--gaming.yr2022 .amd-overlay-content {
	width: 100%;
}

#amd-ryzen--gaming.yr2022 #blade-end {
	background-image: url(https://p3-ofp.static.pub/ShareResource/amd/gaming/gam_blade_end_bg.jpg);
	background-size: cover;
	background-position: bottom;
}

@media (max-width: 768px) {
	#amd-ryzen--gaming.yr2022 #blade-end {
		background-image: url(https://p4-ofp.static.pub/ShareResource/amd/gaming/gam_blade_end_bg_mobile.jpg);
	}
}

#amd-ryzen--gaming.yr2022 #blade-1.new-height {
	min-height: 70vh !important;
	background-image: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	#amd-ryzen--gaming.yr2022 #blade-1.new-height {
		background: url('https://static.lenovo.com/ww/campaigns/2022/amd/lenovo-campaign-amd-q4-gaming-hero-mobile.jpg');
		background-size: cover;
		background-position: bottom;
		top: unset;
		bottom: 0;
	}
}
