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%;
}

strong {
    font-weight: 700;
}

/* Component
--------------------------------- */

.error {
    color: red;
    font-size: 0.9em;
}

/* <> 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;
}

.ctx-bg-black .ctx-btn-transparent {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.ctx-bg-black .ctx-btn-transparent svg {
    fill: #ffffff;
}

.ctx-bg-black .ctx-btn-transparent:hover {
    color: #000000;
    background: #ffffff;
}

.ctx-bg-black .ctx-btn-transparent:hover svg {
    fill: #000000;
}

.ctx-bg-white .ctx-btn-transparent,
.ctx-bg-lightgrey .ctx-btn-transparent {
    border: 2px solid #000000;
    color: #000000;
}

.ctx-bg-white .ctx-btn-transparent svg,
.ctx-bg-lightgrey .ctx-btn-transparent svg {
    fill: #000000;
}

.ctx-bg-white .ctx-btn-transparent:hover,
.ctx-bg-lightgrey .ctx-btn-transparent:hover {
    background: #000000;
    color: #ffffff;
}

.ctx-bg-white .ctx-btn-transparent:hover svg,
.ctx-bg-lightgrey .ctx-btn-transparent:hover svg {
    fill: #ffffff;
}

.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: 120%;
    letter-spacing: -0.04em;
    font-weight: bold;
    font-family: 'Klavika', Arial, serif;
}

h2 {
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.04em;
    font-family: 'Klavika', Arial, serif;
}

h3 {
    font-size: 24px;
    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: -140px;
    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;
}


/* Navigation
--------------------------------- */


.ci-sub-nav-outer {
  background: rgb(0,0,0);
background: -moz-linear-gradient(102deg, rgba(0,0,0,1) 0%, rgba(26,26,27,1) 48%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(102deg, rgba(0,0,0,1) 0%, rgba(26,26,27,1) 48%, rgba(0,0,0,1) 100%);
background: linear-gradient(102deg, rgba(0,0,0,1) 0%, rgba(26,26,27,1) 48%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid;
}

.ci-sub-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ci-sub-nav-outer ul {
    display: flex;
    align-items: center;
    padding: 12px 0 0 0;
    list-style: none;
}

.ci-sub-nav-outer ul li:not(:last-child) {
    /*        border-right: 1px solid #777777;*/
    /*        padding-right: 20px;*/
    margin-right: 40px;
}

.ci-sub-nav-outer ul li a {
    display: block;
    text-decoration: none;
    background: transparent;

    line-height: 150%;

    color: #ffffff;
}

@media screen and (max-width: 980px) {
    .ci-sub-nav-outer ul {

        overflow-y: hidden;
        white-space: nowrap;
    /*  flex-wrap: nowrap; /*this is to make list format*/*/
    }

    .ci-sub-nav-outer ul {
        justify-content: flex-start;
    }
}

.ci-sub-nav-outer .nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    padding-bottom: 12px;
}

.ci-sub-nav-outer .nav-tabs .nav-item.show .nav-link,
.ci-sub-nav-outer .nav-tabs .nav-link:focus,
.ci-sub-nav-outer .nav-tabs .nav-link:focus-visible {
    background: transparent;
    border: 0;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.ci-sub-nav-outer .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.ci-sub-nav-outer .nav-tabs {
    border: 0;
}

.ctx-sec-nav {
    position: relative;
    z-index: 2;
    font-family: 'Klavika', Arial, serif;
    font-weight: bold;
}

.ctx-sec-nav.scroll {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #000000;
}

.ctx-sec-nav.scroll .ctx-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ctx-nav {
    display: none;
}

.ctx-nav ul {
    text-align: right;
    margin-right: 30px;
}

.ctx-nav ul li {
    display: inline-block;
    margin-left: 30px;
}

.ctx-nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.ctx-sec-nav .ctx-brand {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ctx-sec-nav .ctx-brand figure img {
    display: block;
}

.ctx-sec-nav .ctx-brand .logo-amd {
    height: 34px;
    width: auto;
}

.ctx-icon-hamburger {
    cursor: pointer;
    fill: #fff;
}

.ctx-icon-hamburger .ham-close {
    display: none;
}

.ctx-icon-hamburger.active .ham-close {
    display: block;
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 165px;
}

.ctx-icon-hamburger.active .ham-open {
    display: none;
}

/* Mobile nav */
.ctx-nav.active {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background: #111;
    padding: 30px;
    width: 200px;
    height: 100vh;
    padding-top: 80px;
    font-size: 1em !important;
}

.ctx-nav.active ul {
    margin-left: 0;
    margin-right: 0;
}

.ctx-nav.active span {
    margin-left: 30px;
}

.ctx-nav.active li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}

.ctx-nav.active li:last-child {
    border: 0;
}

.ctx-nav.active li a br {
    display: none;
}

.main-cta {
    background: linear-gradient(79.54deg, rgba(73, 73, 73, .4) 16.78%, rgba(77, 77, 77, .5) 46.33%, hsla(0, 0%, 40%, .5) 73.76%, hsla(0, 0%, 50%, .5) 94.21%);
    border: 0;
    border-radius: 2px;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 52%, .62);
    color: #fff;
    font-weight: 600;
    padding: 1rem 2.125rem;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    text-transform: inherit !important;
    padding: 10px 26px;
}

.main-cta:hover {

    background: linear-gradient(79.54deg, rgba(50, 50, 50, .3) 16.78%, rgba(90, 90, 90, .3) 46.33%, hsla(0, 0%, 64%, .3) 73.76%, hsla(0, 0%, 85%, .3) 94.21%);
    border-color: none;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 100%, .2);
    color: #fff;
    text-decoration: none;
}

/* Header
--------------------------------- */
.ctx-sec-header {

    background-image: url(../images/20241105-turin-amd-masthead-bg.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}



.ctx-sec-header h1 {
    line-height: 100%;
}

.ctx-sec-header p {
    color: #CCCCCC;
}




/* Sections
--------------------------------- */

/* <> Global Style <> */
.section video {
    width: 100%;
}

.modal .modal-content {
    border-radius: 0 !important;
}

/* <> Introducing 5th <> */

.ctx-sec-introducing {
    background-image: url(../images/20241105-turin-amd-epyc-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}



.ctx-sec-introducing .description {
    font-weight: 600;
}


.ctx-sec-introducing-ryzen {
    background-image: url(../images/20241105-ryzen-amd-intro-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.ctx-sec-introducing-ryzen .description {
    font-weight: 600;
}

.ctx-sec-introducing-ryzen .cont img {
    max-width: 240px;
}

.ctx-sec-introducing-ryzen-driving .item-driving {
    background: #1F1F1F;
    border-radius: 10px;
    min-height: 230px;
}

.ctx-sec-introducing-ryzen-driving .item-driving ul li {
    margin-bottom: 10px;
}

/* <> Enterprise Performance, Optimized <> */

.ctx-sec-enterprise {
    background-image: url(../images/20241105-turin-amd-enterprise-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.ctx-sec-enterprise .description {
    font-weight: 600;
}

.ctx-sec-enterprise .normal,
.ctx-sec-enterprise .normal a {
    text-decoration: none;
    color: #2899FF;
    font-weight: bold;
}


/* <> Leadership Performance, Density, and Efficiency<> */

.ctx-sec-leadership {
    background-image: url(../images/20241105-turin-amd-leadership-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}


/* <> Broad Ecosystem Support,<> */
.ctx-sec-brand {}


.ctx-sec-brand .icon {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}


.custom-col {
    flex: 1 1 calc(20% - 16px);
    /* 5 items per row on desktop */
    max-width: calc(20% - 16px);
    /* 5 items per row on desktop */
}


.ctx-sec-brand .icon img {
    max-width: 68px;
}

.ctx-sec-brand .icon .item {
    max-width: 200px;
    width: 100%;
}


/* <> Broad Ecosystem Support,<> */
.ctx-sec-brand-ryzen {
    background-image: url(../images/20241105-ryzen-amd-partner-bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;


}


.ctx-sec-brand-ryzen .icon {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}


.custom-col-ryzen {
    flex: 1 1 calc(20% - 16px);
    /* 5 items per row on desktop */
    max-width: calc(20% - 16px);
    /* 5 items per row on desktop */
}


.ctx-sec-brand-ryzen .icon img {
    max-width: 160px;
}

.ctx-sec-brand-ryzen .icon .item {
    max-width: 160px;
    width: 100%;
}


.ctx-sec-introducing-ryzen-pro {
    background-image: url(../images/20241105-ryzen-amd-amd-pro.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #ffffff;
}

.ctx-sec-introducing-ryzen-pro .description {
    font-weight: 600;
}




.ctx-sec-ryzen-guide {
    background-image: url(../images/20241105-ryzen-amd-guide-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}



.ctx-sec-ryzen-guide .description {
    font-weight: 600;
}



/* <> Spec <> */

.ctx-sec-spec .table-wrapper,
.ctx-sec-spec .cta-toggle {
    cursor: pointer;
}

.ctx-sec-spec table {
    font-size: 0.875em;
    line-height: 140%;
    text-align: left;
}

.ctx-sec-spec .table-model {
    position: relative;
}


.ctx-sec-spec table td a {
    color: #2899ff;
    text-decoration: none;
}

.ctx-sec-spec table th {
    background: #000;
    padding: .375rem;
    color: #ffffff;
    border: 1px solid #373B3E;
}

.ctx-sec-spec table td {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .05);
    background: #2c3034;
    padding: .375rem;
    color: #ffffff;
    border: 1px solid #373B3E;

}


.ctx-sec-spec .gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    transition: transform 0.6s ease;
    /* Slide transition */
    transform: translateY(0);
    /* Initially covers the table */
    content: '';
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.258140756302521) 9%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.258140756302521) 9%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.258140756302521) 9%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}


/* State when clicked (slides down) */
.ctx-sec-spec .slide-down {
    transform: translateY(100%);
    height:0%;
    /* Slide down by 100% */
}

/* State when clicked again (slides up) */
.ctx-sec-spec .slide-up {
    transform: translateY(0);
    /* Slide back up */
}

.ctx-sec-spec .cta-toggle {
    z-index: 20;
    position: relative;
    padding: 10px;
    background: rgb(80, 80, 80);
    background: -moz-radial-gradient(circle, rgba(80, 80, 80, 0.7063200280112045) 0%, rgba(0, 0, 0, 1) 52%);
    background: -webkit-radial-gradient(circle, rgba(80, 80, 80, 0.7063200280112045) 0%, rgba(0, 0, 0, 1) 52%);
    background: radial-gradient(circle, rgba(80, 80, 80, 0.7063200280112045) 0%, rgba(0, 0, 0, 1) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#505050", endColorstr="#000000", GradientType=1);
}





.ctx-sec-spec .datasheet {
    z-index: 20;
    position: relative;
}

.ctx-sec-spec .img-transform {
    transform: rotate(180deg);
}

.ctx-sec-spec .d-none-tr {
    display: none;
}

/* <>Get in touch <> */

.ctx-sec-gettouch {
    background-image: url(../images/20241105-turin-amd-touch-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ctx-sec-gettouch a:hover {
    color: #ffffff;
}

/* <> Footnote <> */
.ctx-sec-footnote {
    background-color: #27282B;
    color: #CCCCCC;
}

.ctx-sec-footnote strong {
    color: #CCCCCC;
}

.ctx-sec-footnote ol {
    list-style-type: auto;
}

.ctx-sec-footnote .card {
    background: transparent;
    border: 0;
}

.ctx-sec-footnote .card-header {
    background: transparent;
    border: 0;
    padding: 0;
}

.ctx-sec-footnote .card-body {
    padding: 0;
}

.ctx-sec-footnote .btn-link {
    color: #000000;
    font-family: 'Klavika', Arial, serif;
    text-decoration: none;
    box-shadow: none;
    position: relative;
}

.ctx-sec-footnote .btn-link::before {
    content: '';
    position: absolute;
    background-image: url(../images/20241105-turin-footnote.png);
    width: 12px;
    height: 8px;
    background-size: 100%;
    left: -5px;
    bottom: 42%;
}

.ctx-sec-footnote .btn-link.collapsed::before {
    transform: rotate(270deg);
}

@media (max-width: 767px) {

    .ctx-sec-video {
        position: relative;
    }

    .ctx-sec-video .fullscreen-bg {
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-left: -20px;
        margin-right: -20px;
    }

    .ctx-sec-video .advanced-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* width: 126%; */
    }

    .ctx-sec-video .fullscreen-bg::after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        height: 100px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }
}




.ctx-btn-solution:hover svg #Path_1739 {
    fill: #000000;
    background: #ffffff;
}

.modal-video .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
    max-width: 80vw;
    width: 80vw;
}

.modal-video .modal-body {
    padding: 5px;
}







/* Footer
--------------------------------- */

.ctx-sec-footer {
    color: #CCCCCC;
    font-family: 'Klavika', Arial, serif;
}

.ctx-sec-footer .link-inner-2 a svg {
    vertical-align: top;
}

.ctx-sec-footer .links {
    border-bottom: 1px solid #343434;
}

.ctx-sec-footer .links a {
    text-decoration: none;
    color: #cccccc;
}

.ctx-follow {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Klavika', Arial, serif;
}

.ctx-details {
    font-family: 'Klavika', Arial, serif;
    color: #CCCCCC;
}

.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;
}


.backtoptop img {
    max-width: 40px;
}


/* -- Back to top -- */
.back-to-top {
    position: fixed;
    z-index: 900;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #007C97;
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden;
    text-indent: -200px;
    text-align: center;
}

.back-to-top::after {
    font-family: "Material Icons Outlined";
    font-display: swap;
    content: "\e5d8";
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in;
    text-indent: 0;
}


#backtotop {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    cursor: pointer;
    /* Add a mouse pointer on hover */
}

#sharebutton {
    position: fixed;
    /* Fixed/sticky position */
    top: 120px;
    /* Place the top at the bottom of the page */
    left: 0px;
    /* Place the button 0px from the left */
    z-index: 100;
    /* Make sure it does not overlap */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    background: #eee;
    padding: 15px 15px 10px 15px;
}

#sharebutton .share-text {
    font-size: 12px;
    font-weight: bold;
    color: #111;
}

.ctx-share-button li {
    display: block;
    text-align: center;
    /*width: 16px;
  height: 14px;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}


.ctx-share-button li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}


.backtoptop img:hover {
    opacity: 0.7;
}

/* Modal */
.modal-content .byn-close-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    background: #F26522;
    color: #fff;
    font-size: 30px;
    border-radius: 0;
}

/* Modal */

.modal-header,
.modal-content {
    background: transparent;
    border: 0;
}

.modal-header .close {
    color: #ffffff;
    font-family: 'Klavika', Arial, serif;
    font-size: 16px;
    text-shadow: none;
    opacity: 1;
    font-family: 'Klavika', Arial, serif;
}