body {
  line-height: 150%;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Noto Sans', Arial, serif;
  letter-spacing: -0.02em;
}
a,
a:visited {
  text-decoration: underline;
  color: #ffffff;
}
.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* Component
--------------------------------- */
/* <> Button <> */
.btn {
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 16px 9px 16px;
}
.ctx-btn-white {
  background: #fff;
}

.ctx-btn-transparent {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.ctx-btn-transparent:hover{
  color: #000000;
  background: #ffffff;
}


#Path_1725:hover{
  fill: #000000;
}

.ctx-btn-orange {
  background: #F26522;
   border:2px solid #F26522;
}

.ctx-btn-orange:hover{
  color: #ffffff;
  background: transparent;
  border:2px solid #F26522;
}

/* <> Heading label <> */
.ctx-sec-label {
  opacity: 0.6;
}

/* <> Heading <> */
h1 {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
  font-weight: bold;
  font-family: 'Klavika', Arial, serif;
}
h2 {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-family: 'Klavika', Arial, serif;
}
h3 {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-family: 'Klavika', Arial, serif;
}

.ctx-title{
  max-width: 800px;
  margin: 0 auto;
  float: none;
}


/* <> Shortcut <> */
.scroll-shortcut {
  display: none;

  position: absolute;
  right: -156px;
  bottom: 80px;
  transform: rotate(-90deg);
  transform-origin: center left;
  transition: all .3s;
  width: 200px;
  text-decoration: none;
}
.scroll-shortcut svg {
  margin-right: 15px;
}
.scroll-shortcut:hover {
  color: #8246AF;
  text-decoration: none;
}
.scroll-shortcut svg path,
.scroll-shortcut svg line {
  stroke: #111;
  transition: all .3s;
}
.scroll-shortcut:hover svg path,
.scroll-shortcut:hover svg line {
  stroke: #8246AF;
}

.error-container{
  background: #F8D7DA;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.error-border{
  border:1px solid #E1251B;
}

/* Header
--------------------------------- */
.ctx-sec-header {
  background-position: left;
  background-size: cover !important;
  /*background-image: url('');*/
  background: #cccccc;
  background-repeat: no-repeat;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img {
  width: 100%;
  max-width: 480px;
}
.ctx-sec-header .scroll-shortcut {
  color: #fff;
  bottom: 30px;
}
.ctx-sec-header .scroll-shortcut svg path,
.ctx-sec-header .scroll-shortcut svg line {
  stroke: #ffffff;
  transition: all .3s;
}
.ctx-sec-header .scroll-shortcut:hover {
  color: #8246AF;
}
.ctx-sec-header .scroll-shortcut:hover svg path,
.ctx-sec-header .scroll-shortcut:hover svg line {
  stroke: #8246AF;
}
.ctx-brand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ctx-brand figure img {
  display: block;
}
/*.ctx-brand .logo-lenovo {
  height: 50px;
  width: auto;
}*/

.logo-lenovo img{
    position:absolute;
    right:0;
    top: 11%;
    width: 32px;
}

label.error{
  color:#E1140A;
  font-size: 14px;
}

.question-number{
  position: absolute;
  left: 11px;
}


.question-title{
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
}

.question-subtitle{
  font-size: 16px;
  line-height: 110%;
}

.question-subtitle .question-number{
  left: 27px;
  position: absolute;
}

#questionslist table{
  border-collapse: separate;
}
#questionslist tr{
  margin-bottom: 35px;
}

#questionslist .table-header{
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 6px;
}

.maintopic label{
  line-height: 110%;
}

.question-container{
  background: #F2F3F4;
  border-radius: 10px;
  position: relative;
}

#questionslist tr td{
  background: #F2F3F4;
  padding:10px;
  font-size: 14px;
  border-bottom: solid 10px #ffffff;
  vertical-align: middle;
}

.table-responsive-md::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive-md::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive-md::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive-md::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive-md::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

#questionslist textarea{
  width: 100%;
  padding:10px;
  font-size: 16px;
}

#questionslist select{
  font-size: 16px;
  padding:10px;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #999;
}


/* Form
--------------------------------- */

#formdetail{
  background: #F2F3F4;
}

.btn{
    background-image: none !important;
    background-color: #FF6A00;
    border-color: #FF6A00;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    min-width: 120px;
    margin-bottom: 0;
    margin-right: 0;
    color: #ffffff;
}

.btn:hover{
  color: #ffffff;
  background-color: #da5d05;
  border-color: #da5d05;
}

#thankyou{
  background: #ffffff;
  
}
#mktoContainer {
  font-family: 'Noto Sans', Arial, serif;
}
#mktoContainer .mktoForm .mktoFormRow input,
#mktoContainer .mktoForm .mktoFormRow select,
#mktoContainer .mktoForm .mktoFormRow textarea {
  border-radius: 0;
  font-family: 'Noto Sans', Arial, serif;

}

#mktoContainer .mktoForm .mktoRequiredField label.mktoLabel,
#mktoContainer .mktoForm label.mktoLabel {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Noto Sans', Arial, serif;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus {
  margin-bottom: 10px;
}


/*
.ctxpmcfFlexField14, .ctxpmcfFlexField15{
  width: 100% !important;
}*/


#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus .mktoFieldWrap label {
  display: block;
  color: #444444;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus .mktoFieldWrap label a {
  color: #444444;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

input[type=text], input[type=email]{
    background: #ffffff;
    padding: 8px 15px;
    
    width: 100%;
    min-height: 40px;
    border: 1px solid #707070 !important;
    border-radius: 5px !important;
    font-family: 'Noto Sans', Arial, serif;
}
input[type="checkbox"] + label,input[type="radio"] + label{
    position: absolute;   
    font-weight: normal !important;
}

.ctxpmcfFlexField11{
  width: 100% !important;
}


/* Asset List
----------------------------------*/
#AssetsList input[type="checkbox"] + label,input[type="radio"] + label{  
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#AssetsList .imgWrap img{
  width: 100%;
  height: auto;
  cursor: pointer;
}

#AssetsList .cstCheck:hover{
  cursor: pointer;
  border:1px solid #3E8DDD;
  box-shadow: -3px 12px 17px -12px rgba(13,13,13,0.79);
  -webkit-box-shadow: -3px 12px 17px -12px rgba(13,13,13,0.79);
  -moz-box-shadow: -3px 12px 17px -12px rgba(13,13,13,0.79);
}

#AssetsList .cstCheck{
  border:1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
  height: 350px;
}

#AssetsList .chkDiv{
  padding: 20px;
}

/* Footer
--------------------------------- */
.ctx-colophon {
  align-items: center;
  justify-content: flex-end;
}
.ctx-colophon .ctx-socials {
  margin-bottom: 15px;
}
.ctx-colophon .ctx-socials li {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 15px;
}
.ctx-colophon .ctx-socials li a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 200px;
  background: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-fb.png) no-repeat center center;
  background-size: cover;
}
.ctx-colophon .ctx-socials li.icon-twitter a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-tw.png);
}
.ctx-colophon .ctx-socials li.icon-instagram a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-ig.png);
}
.ctx-colophon .ctx-socials li.icon-youtube a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-yt.png);
}
.ctx-colophon .ctx-socials li.icon-twitch a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-tc.png);
}
.ctx-colophon .ctx-socials li.icon-linkedin a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-in.png);
}

.ctx-sec-footer{
  background: #F2F3F4;
  color: #444444;
}

.ctx-sec-footer a{
  color: #444444;
}
