@charset "UTF-8";

@-webkit-keyframes progress {
    from {
        height: 80px;
    }
}

@keyframes progress {
    from {
        height: 80px;
    }
}

@-webkit-keyframes opacity {
    to {
        opacity: 1;
    }
}

@keyframes opacity {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes cpu {
    from {
        opacity: 0;
        -webkit-transform: translate(5%, 5%);
        transform: translate(5%, 5%);
    }
}

@keyframes cpu {
    from {
        opacity: 0;
        -webkit-transform: translate(5%, 5%);
        transform: translate(5%, 5%);
    }
}

@-webkit-keyframes imgshadow {
    to {
        -webkit-box-shadow: 30px -20px 0 rgba(51, 51, 51, 0.8);
        box-shadow: 30px -20px 0 rgba(51, 51, 51, 0.8);
    }
}

@keyframes imgshadow {
    to {
        -webkit-box-shadow: 30px -20px 0 rgba(51, 51, 51, 0.8);
        box-shadow: 30px -20px 0 rgba(51, 51, 51, 0.8);
    }
}

@-webkit-keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes filter {
    from {
        -webkit-filter: drop-shadow(0 0 7.5px rgba(7, 114, 253, 0.7));
        filter: drop-shadow(0 0 7.5px rgba(7, 114, 253, 0.7));
    }

    to {
        -webkit-filter: drop-shadow(0 0 15px rgba(7, 114, 253, 0.7));
        filter: drop-shadow(0 0 15px rgba(7, 114, 253, 0.7));
    }
}

@keyframes filter {
    from {
        -webkit-filter: drop-shadow(0 0 7.5px rgba(7, 114, 253, 0.7));
        filter: drop-shadow(0 0 7.5px rgba(7, 114, 253, 0.7));
    }

    to {
        -webkit-filter: drop-shadow(0 0 15px rgba(7, 114, 253, 0.7));
        filter: drop-shadow(0 0 15px rgba(7, 114, 253, 0.7));
    }
}

@-webkit-keyframes gray {
    from {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    to {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
}

@keyframes gray {
    from {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    to {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
}

@-webkit-keyframes animation {

    50%,
    100% {
        stroke-dasharray: 7% 7%;
        stroke-dashoffset: 7%;
    }
}

@keyframes animation {

    50%,
    100% {
        stroke-dasharray: 7% 7%;
        stroke-dashoffset: 7%;
    }
}

@-webkit-keyframes animation2 {

    50%,
    100% {
        stroke-dasharray: 7% 7%;
        stroke-dashoffset: 14%;
    }
}

@keyframes animation2 {

    50%,
    100% {
        stroke-dasharray: 7% 7%;
        stroke-dashoffset: 14%;
    }
}

body,
html {
    margin: 0;
    padding: 0;
    background: #000;
}

#z690 {
    width: 100%;
    height: auto;
    font-family: "Sarpanch", sans-serif;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
    line-height: 1.5;
    z-index: 1;
}

#z690 h1,
#z690 h2,
#z690 h3,
#z690 h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

#z690 h3 {
    font-size: 1.9rem;
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5d25d), to(#d3ac2b));
    background: linear-gradient(#f5d25d, #d3ac2b);
    -webkit-background: -webkit-gradient(linear, left top, left bottom, from(#f5d25d), to(#d3ac2b));
    -webkit-background: linear-gradient(#f5d25d, #d3ac2b);
    background-clip: text;
    -webkit-background-clip: text;
}

#z690 section {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
}

#z690 ::-moz-selection {
    background: black;
    color: white;
}

#z690 ::selection {
    background: black;
    color: white;
}

#z690 p {
    font-family: "Sarpanch", sans-serif;
    font-weight: normal;
    margin: 1em auto;
}

#z690 a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#z690 ul {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    margin-left: 1.5em;
}

#z690 ul li {
    list-style: disc;
}

#z690 img {
    width: 100%;
    height: 100%;
    display: block;
}

#z690 .left {
    text-align: left;
}

#z690 .kv {
    position: relative;

}
@media all and (min-width: 1920px) {
    #z690 .kv {
        margin-bottom: 5%;
    }
}
#z690 .kv::before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    -webkit-animation: gray steps(100) 0.6s 0.6s infinite alternate;
    animation: gray steps(100) 0.6s 0.6s infinite alternate;

}
@media all and (min-width: 1920px) {
    #z690 .kv::before {
        padding: 0 0 5% 0;
    }
}
#z690 .kv .icons {
    width: 10%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 2%;
    top: 6%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#z690 .kv .icons img {
    width: 50%;
    height: 50%;
}

#z690 .kv .icons img:nth-child(3),
#z690 .kv .icons img:nth-child(4),
#z690 .kv .icons img:last-child {
    margin-left: -25px;
}

#z690 .kv .slogan {
    width: 60%;
    height: auto;
    fill: none;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
}

#z690 .kv .slogan__box {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 170%;
    margin: 1.2em auto;
}

@media all and (max-width: 1440px) {
    #z690 .kv .slogan__box {
        font-size: 160%;
    }
}

#z690 .kv .slogan__box a {
    color: #e0c07c;
}

#z690 .kv .slogan__box a span {
    padding-bottom: 1px;
    border-bottom: 1px solid #947f51;
}

#z690 .kv .slogan p {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 180%;
}

@media all and (max-width: 1440px) {
    #z690 .kv .slogan p {
        font-size: 160%;
    }
}

#z690 .kv .slogan #path1,
#z690 .kv .slogan #path1-m {
    stroke: white;
    stroke-dashoffset: 7%;
    stroke-dasharray: 0 35%;
    -webkit-animation: animation 2s linear infinite alternate forwards;
    animation: animation 2s linear infinite alternate forwards;
}

#z690 .kv .slogan #path2,
#z690 .kv .slogan #path2-m {
    stroke: white;
    stroke-dashoffset: 7%;
    stroke-dasharray: 0 35%;
    -webkit-animation: animation2 2s linear infinite alternate forwards;
    animation: animation2 2s linear infinite alternate forwards;
}

#z690 .kv .slogan #slogan-m {
    display: none;
}

#z690 .kv .model {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1200px;
}
@media all and (min-width: 1920px) {
    #z690 .kv .model {
        bottom: -4%;
    }
}
/*pop bios add*/
#z690 .kv .bios-update {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 2rem 0;
    position: fixed;
    bottom: 50%;
    z-index: 500;
}



#z690 .kv .bios-update h3 {
    margin: 0;
    text-align: center;
    color: transparent;
    border: 1px solid #e0c07c;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#z690 .kv .bios-update h3:hover {
    background: #e0c07c;
    color: white;
}

#z690 .kv .bios-update .bios-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 505;
    padding: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#z690 .kv .bios-update .bios-pop .close {
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5d25d), to(#d3ac2b));
    background: linear-gradient(#f5d25d, #d3ac2b);
    border-radius: 25px;
    position: absolute;
    right: 50%;
    top: 75px;
    z-index: 503;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(50%) rotate(0) scale(1);
    -ms-transform: translateX(50%) rotate(0) scale(1);
    transform: translateX(50%) rotate(0) scale(1);
}

#z690 .kv .bios-update .bios-pop .close:hover {
    -webkit-transform: translateX(50%) rotate(90deg) scale(1.2);
    -ms-transform: translateX(50%) rotate(90deg) scale(1.2);
    transform: translateX(50%) rotate(90deg) scale(1.2);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

#z690 .kv .bios-update .bios-pop .close svg {
    fill: white;
}

#z690 .kv .bios-update .bios-pop .description {
    width: 60%;
    height: 90vh;
    position: absolute;
    border: 1px solid #999;
    background: rgba(0, 0, 0, 0.5);
    padding: 4rem;
    overflow-y: scroll;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-right: calc(4rem - 15px);
}

#z690 .kv .bios-update .bios-pop .description::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

#z690 .kv .bios-update .bios-pop .description::-webkit-scrollbar-track {
    background: transparent;
}

#z690 .kv .bios-update .bios-pop .description::-webkit-scrollbar-thumb {
    background: #999;
}

#z690 .kv .bios-update .bios-pop .description::-webkit-scrollbar-thumb:hover {
    background: #d3ac2b;
}

#z690 .kv .bios-update .bios-pop .description table {
    width: 100%;
    height: auto;
    margin: 2rem auto;
}

#z690 .kv .bios-update .bios-pop .description table th,
#z690 .kv .bios-update .bios-pop .description table td {
    padding: 10px;
}

#z690 .kv .bios-update .bios-pop .description table th {
    text-align: center;
    border: 1px solid #666666;
    background: #d3ac2b;
}

#z690 .kv .bios-update .bios-pop .description table td {
    border: 1px solid #666666;
}

#z690 .kv .bios-update .bios-pop .description table td a {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5d25d), to(#d3ac2b));
    background: linear-gradient(#f5d25d, #d3ac2b);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    border: 1px solid #999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#z690 .kv .bios-update .bios-pop .description table td a:hover {
    background: #999;
}

#z690 .kv .bios-update .bios-pop .description table tbody tr:hover a {
    border: 1px solid white;
}

#z690 .kv .bios-update .bios-pop .description table tbody .block td:nth-child(2) {
    text-align: left;
    -webkit-transition: initial;
    transition: initial;
}

#z690 .kv .bios-update .bios-pop .description table tbody .block:hover td:nth-child(n+2):nth-child(-n+3) {
    background: #999;
}

#z690 .kv .bios-update .bios-pop .description table tbody tr:not(.block) {
    -webkit-transition: initial;
    transition: initial;
}

#z690 .kv .bios-update .bios-pop .description table tbody tr:not(.block) td:nth-child(1) {
    text-align: left;
    padding-left: 10px;
}

#z690 .kv .bios-update .bios-pop .description table tbody tr:not(.block):hover {
    background: #999;
}

#z690 .kv .bios-update .bios-pop .description h4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5d25d), to(#d3ac2b));
    background: linear-gradient(#f5d25d, #d3ac2b);
    color: white;
    padding: 5px 0;
    font-size: 1.6rem;
}

#z690 .kv .bios-update .bios-pop .description .bios-video {
    width: 80%;
    height: auto;
    margin: auto;
}

#z690 .kv .bios-update .bios-pop .description .bios-video a {
    display: inline-block;
    margin: 15px;
    color: white;
}

#z690 .kv .bios-update .bios-pop .description .bios-video a .info-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

#z690 .kv .bios-update .bios-pop .description .bios-video a .info-wrapper .info-video {
    position: relative;
}

#z690 .kv .bios-update .bios-pop .description .bios-video a .info-wrapper .info-video img {
    position: relative;
}

#z690 .kv .bios-update .bios-pop .description .bios-video a .info-wrapper .info-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}


/*pop bios add End*/
#z690 .intel {
    position: relative;
}

#z690 .intel .intel-bg {
    position: relative;
    z-index: -1;
}

#z690 .intel .intel-cpu {
    position: absolute;
    opacity: 0;
}

#z690 .intel .cpu-img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: cpu 1s ease-in-out forwards;
    animation: cpu 1s ease-in-out forwards;
}

#z690 .intel .cpu img {
    width: 100%;
    height: auto;
}

#z690 .intel .details {
    width: 30%;
    height: auto;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#z690 .intel .details .detail {
    position: relative;
}

#z690 .intel .details .detail img {
    width: 100%;
    height: auto;
    -webkit-animation: filter 1s ease-in-out infinite alternate;
    animation: filter 1s ease-in-out infinite alternate;
}

#z690 .choose {
    background: black;
    z-index: 3;
    /* Panels. */
    /* Handle. */
    /* Skewed. */
}

#z690 .choose .shoose-moblie {
    display: none;
}

#z690 .choose .splitview {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#z690 .choose .panel {
    width: 100vw;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#z690 .choose .panel .content {
    width: 100vw;
    height: 100%;
    position: absolute;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 0 20px black;
}

#z690 .choose .panel .content .items {
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 5%;
    z-index: 2;
    left: 10%;
}

#z690 .choose .panel .content .items p {
    text-shadow: 0 0 0px black;
}

#z690 .choose .panel .content .items ul {
    text-shadow: 0 0 0px black;
}

#z690 .choose .panel .content .items .icons {
    width: 20%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
}

#z690 .choose .panel .content .items .icons img {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: inherit;
    transform: inherit;
    padding: 15px;
}

#z690 .choose .panel .content .right {
    right: 10%;
    left: auto;
    color: black;
}

#z690 .choose .panel .description {
    width: 30%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 6rem;
}

#z690 .choose .panel .description span {
    position: absolute;
}

#z690 .choose .panel .description h1 {
    font-size: 10rem;
    text-align: center;
    position: relative;
}

#z690 .choose .panel img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#z690 .choose .bottom {
    z-index: 1;
}

#z690 .choose .bottom span {
    width: 40%;
    height: auto;
    right: 0;
}

#z690 .choose .bottom span:first-child {
    left: 0;
    text-align: right;
}

#z690 .choose .top {
    width: 50vw;
    z-index: 2;
}

#z690 .choose .top span {
    width: 40%;
    height: auto;
    right: 0;
}

#z690 .choose .top span:first-child {
    left: 0;
    text-align: right;
}

#z690 .choose .handle {
    width: 5px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #d3ac2b;
    top: 0;
    left: 50%;
    z-index: 3;
}

#z690 .choose .skewed .handle {
    height: 200%;
    top: 50%;
    -webkit-transform: rotate(30deg) translateY(-50%);
    transform: rotate(30deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
}

#z690 .choose .skewed .top {
    width: calc(50vw + 1000px);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    margin-left: -1000px;
}

#z690 .choose .skewed .top .content {
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    margin-left: 1000px;
}

#z690 .navigation {
    width: 100%;
    height: auto;
    background-color: #191919;
    z-index: 2;
    position: fixed;
    top: -60px;
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
}

#z690 .navigation ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#z690 .navigation ul li {
    width: 100%;
    height: auto;
    height: auto;
    text-align: center;
    color: white;
    list-style: none;
}

#z690 .navigation ul li {
    width: calc(100% / 3);
    height: auto;
}

#z690 .navigation ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 1.2rem;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 15px 0;
    color: white;
}

#z690 .navigation ul li a:hover {
    background: #d3ac2b;
}

#z690 .navigation ul li .active {
    background: #d3ac2b;
}

#z690 .navbar-top {
    opacity: 1;
    top: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

#z690 .featureblock {
    -webkit-transition: .5s;
    transition: .5s;
}

#z690 .featureblock .featuredetail {
    overflow: hidden;
}

#z690 .featureblock .details {
    width: 100%;
    height: 100vh;
    white-space: nowrap;
    font-size: 0px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#z690 .featureblock .details .detail {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 2% 10%;
    font-size: initial;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: top;
}

#z690 .featureblock .details .detail {
    display: none;
}

#z690 .featureblock .details .active {
    display: block;
}

#z690 .featureblock .details .title {
    text-align: center;
}

#z690 .featureblock .details .title .description {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #ccc;
    padding-bottom: 15px;
}

#z690 .featureblock .details .row-detail {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#z690 .featureblock .details .row-detail img {
    width: 50%;
    height: auto;
}

#z690 .featureblock .details .row-detail .title {
    width: 50%;
    height: auto;
    text-align: left;
    padding-left: 15px;
}

#z690 .featureblock .details .extreme {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#z690 .featureblock .details .extreme .power {
    width: 40%;
    height: 100%;
    position: relative;
}

#z690 .featureblock .details .extreme .power .icons {
    width: 35%;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: 15%;
}

#z690 .featureblock .details .extreme .direct {
    width: 60%;
    height: 100%;
    position: relative;
}

#z690 .featureblock .details .extreme .direct .text {
    position: absolute;
    left: 55%;
    font-size: 1.4rem;
}

#z690 .featureblock .details .extreme .direct .text-1 {
    top: 10%;
}

#z690 .featureblock .details .extreme .direct .text-2 {
    top: 25%;
}

#z690 .featureblock .details .extreme .direct .text-3 {
    bottom: 10%;
}

#z690 .featureblock .details .lightnting ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#z690 .featureblock .details .lightnting ul li {
    border: 4px solid #d3ac2b;
    margin: 15px;
    list-style: none;
}

#z690 .featureblock .featurenav {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 15px;
    z-index: 1;
}

#z690 .featureblock .featurenav ul {
    width: 60%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#z690 .featureblock .featurenav ul li {
    width: 100%;
    height: auto;
    height: auto;
    text-align: center;
    color: white;
    list-style: none;
}

#z690 .featureblock .featurenav ul li {
    width: calc(100% / 4);
    height: auto;
    margin: 7.5px 7.5px;
    cursor: pointer;
    border-radius: 7.5px;
    padding: 7.5px 0;
    background: #333;
    color: white;
    list-style: none;
}

#z690 .featureblock .featurenav ul .active {
    background: #d3ac2b;
}

#z690 .gallery-top .detail {
    width: 100%;
    height: calc(100vh - 70px);
    margin: auto;
    padding: 2% 10%;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: top;
}

#z690 .gallery-top .detail .row-detail {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#z690 .gallery-top .detail .row-detail img {
    width: 35%;
    height: auto;
}

#z690 .gallery-top .detail .col-detail {
    width: calc(50% - 15px);
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#z690 .gallery-top .detail .col-detail img {
    width: 50%;
    height: auto;
}

#z690 .gallery-top .detail .col-detail .title {
    width: 80%;
    height: auto;
    text-align: center;
}

#z690 .gallery-top .detail .family {
    position: relative;
}

#z690 .gallery-top .detail .family .title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 2rem;
}

#z690 .gallery-top .detail .family img {
    width: 100%;
    height: auto;
    margin: auto;
}

#z690 .gallery-top .detail .title {
    width: 39%;
    height: auto;
    text-align: left;
    padding-left: 15px;
}

#z690 .gallery-top .detail a {
    border: 1px solid white;
    color: white;
    padding: 7.5px 60px;
    margin: 15px auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#z690 .gallery-top .detail a.pd-hidden {
    display: none;
}

#z690 .gallery-top .detail a::before {
    width: 30px;
    height: 100%;
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    background: white;
    -webkit-animation: shiny 3s ease-in-out infinite;
    animation: shiny 3s ease-in-out infinite;
}

#z690 .gallery-top .detail a:hover {
    background: white;
    color: black;
}

#z690 #megproducts .swiper-container,
#z690 #mpgproducts .swiper-container,
#z690 #magproducts .swiper-container,
#z690 #proproducts .swiper-container {
    width: 100%;
    height: auto;
}

#z690 #megproducts .swiper-container-thumbs .swiper-slide,
#z690 #mpgproducts .swiper-container-thumbs .swiper-slide,
#z690 #magproducts .swiper-container-thumbs .swiper-slide,
#z690 #proproducts .swiper-container-thumbs .swiper-slide {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

#z690 #megproducts .swiper-container-thumbs .swiper-slide:hover,
#z690 #mpgproducts .swiper-container-thumbs .swiper-slide:hover,
#z690 #magproducts .swiper-container-thumbs .swiper-slide:hover,
#z690 #proproducts .swiper-container-thumbs .swiper-slide:hover {
    background: #333;
    border-bottom: 2px solid;
}

#z690 #megproducts .swiper-container-thumbs .swiper-slide-thumb-active,
#z690 #mpgproducts .swiper-container-thumbs .swiper-slide-thumb-active,
#z690 #magproducts .swiper-container-thumbs .swiper-slide-thumb-active,
#z690 #proproducts .swiper-container-thumbs .swiper-slide-thumb-active {
    background: #333;
    border-bottom: 2px solid;
}

#z690 #megproducts .swiper-container-thumbs .swiper-slide:hover {
    border-bottom-color: #fc4a1a;
}

#z690 #megproducts .swiper-container-thumbs .swiper-slide-thumb-active {
    border-bottom-color: #fc4a1a;
}

#z690 #mpgproducts .swiper-container-thumbs .swiper-slide:hover {
    border-bottom-color: #bb05ff;
}

#z690 #mpgproducts .swiper-container-thumbs .swiper-slide-thumb-active {
    border-bottom-color: #bb05ff;
}

#z690 #magproducts .swiper-container-thumbs .swiper-slide:hover {
    border-bottom-color: #6b8e23;
}

#z690 #magproducts .swiper-container-thumbs .swiper-slide-thumb-active {
    border-bottom-color: #6b8e23;
}

#z690 #proproducts .swiper-container-thumbs .swiper-slide:hover {
    border-bottom-color: #58a4eb;
}

#z690 #proproducts .swiper-container-thumbs .swiper-slide-thumb-active {
    border-bottom-color: #58a4eb;
}

#z690 #mpgproducts ul li {
    width: calc(100% / 4);
    height: auto;
}

#z690 #mpgproducts ul li:hover {
    border-bottom-color: #bb05ff;
}

#z690 #mpgproducts .active {
    border-bottom-color: #bb05ff;
}

#z690 #magproducts ul li {
    width: calc(100% / 4);
    height: auto;
}

#z690 #magproducts ul li:hover {
    border-bottom-color: #6b8e23;
}

#z690 #magproducts .active {
    border-bottom-color: #6b8e23;
}

#z690 #proproducts ul li {
    width: calc(100% / 4);
    height: auto;
}

#z690 #proproducts ul li:hover {
    border-bottom-color: #58a4eb;
}

#z690 #proproducts .active {
    border-bottom-color: #58a4eb;
}

#z690 #meg-story {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-meg-story.jpg) no-repeat center top;
    background-size: cover;
}

#z690 #mpg-story {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-mpg-story.jpg) no-repeat center top;
    background-size: cover;
}

#z690 #mag-story {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-mag-story.jpg) no-repeat center top;
    background-size: cover;
}

#z690 #pro-story {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-pro-story.jpg) no-repeat center top;
    background-size: cover;
}

#z690 #ace {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-meg-ace-wallpaper.jpg) no-repeat center;
    background-size: cover;
}

#z690 #unify {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-meg-unify-wallpaper.jpg) no-repeat center;
    background-size: cover;
}

#z690 #mpg-1 {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-mpg-dark-wallpaper.jpg) no-repeat center;
    background-size: cover;
}

#z690 #mpg-2 {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-mpg-silver-wallpaper.jpg) no-repeat center;
    background-size: cover;
}

#z690 #mag {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-mag-wallpaper.jpg) no-repeat center;
    background-size: cover;
}

#z690 #pro {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-pro-wallpaper.jpg) no-repeat center;
    background-size: cover;
}

#z690 #performance .network {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-latest_network_solution.jpg) no-repeat;
    background-position: right top;
    background-size: 80%;
}

#z690 #performance .row-detail .network-img {
    display: none;
}

#z690 #performance .row-detail .table-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
}

#z690 #performance .row-detail .table-boxes .tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#z690 #performance .row-detail .table-boxes .tables .table {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#z690 #performance .row-detail .table-boxes .tables .table .progress-animetion {
    -webkit-animation: progress 1s ease-in-out forwards;
    animation: progress 1s ease-in-out forwards;
}

#z690 #performance .row-detail .table-boxes .tables .table .progress {
    background: #d3ac2b;
    position: relative;
}

#z690 #performance .row-detail .table-boxes .tables .table .progress::before {
    content: "";
    width: 150%;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#z690 #performance .row-detail .table-boxes .tables .table .progress .Value {
    width: 100%;
    height: auto;
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
}

#z690 #performance .row-detail .table-boxes .tables .table:nth-child(1) .progress {
    width: 30px;
    height: 80px;
    background: #999;
}

#z690 #performance .row-detail .table-boxes .tables .table:nth-child(2) .progress {
    width: 30px;
    height: 180px;
}

#z690 #performance .row-detail .table-boxes .tables .table:nth-child(3) .progress {
    width: 30px;
    height: 200px;
}

#z690 #performance .row-detail .partner {
    width: 100%;
    height: auto;
}

#z690 #performance .row-detail .partner .swiper-wrapper {
    width: 100%;
    height: auto;
}

#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide {
    background: #111;
    border-radius: 15px;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}

#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .blockquote {
    width: 80%;
    height: auto;
    text-align: center;
    margin: auto 10%;
}

#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .blockquote::before,
#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .blockquote::after {
    content: "”";
    color: #d3ac2b;
    padding: 0 5px;
    font-weight: bold;
}

#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide img {
    width: 30%;
    height: 30%;
    margin: auto;
}

#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .partner-name {
    width: 80%;
    height: auto;
    margin: 15px 10%;
    text-align: right;
    font-style: italic;
}

#z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .partner-name::before {
    content: "-";
    padding-right: 5px;
}

#z690 #performance .row-detail .swiper-pagination {
    position: relative;
    bottom: auto;
}

#z690 #performance .row-detail .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #d3ac2b;
    opacity: 1;
}

#z690 #performance .row-detail .swiper-pagination .swiper-pagination-bullet-active {
    background: #d3ac2b;
}

#z690 #performance .row-detail .swiper-button-next,
#z690 #performance .row-detail .swiper-button-prev {
    color: #d3ac2b;
}

#z690 #temperature .model-action-m {
    display: none;
}

#z690 #temperature .model-action {
    width: 100%;
    height: auto;
    position: relative;
}

#z690 #temperature .model-action [class^=text] {
    position: absolute;
    opacity: 0;
}

#z690 #temperature .model-action [class^=text]:nth-child(-n+3) {
    left: 15%;
}

#z690 #temperature .model-action [class^=text]:nth-child(n+4) {
    right: 15%;
}

#z690 #temperature .model-action .action {
    -webkit-animation: opacity .5s ease-in-out forwards;
    animation: opacity .5s ease-in-out forwards;
}

#z690 #temperature .model-action .text1 {
    top: 11%;
}

#z690 #temperature .model-action .text2 {
    top: 31%;
}

#z690 #temperature .model-action .text3 {
    top: 54%;
}

#z690 #temperature .model-action .text4 {
    top: 9%;
}

#z690 #temperature .model-action .text5 {
    top: 29%;
}

#z690 #temperature .model-action .text6 {
    top: 53%;
}

#z690 #temperature .model-action .text7 {
    top: 67%;
}

#z690 #experience .details .row-detail .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#z690 #experience .details .rgb {
    overflow: hidden;
}

#z690 #experience .details .gadget {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-gadget-bg.jpg) no-repeat;
}

#z690 #experience .details .gadget ul {
    width: 70%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#z690 #experience .details .gadget ul li {
    width: 100%;
    height: auto;
    height: auto;
    text-align: center;
    color: white;
    list-style: none;
}

#z690 #experience .details .gadget ul li {
    width: calc(100% / 4 - 30px);
    height: auto;
    margin: 15px;
}

#z690 #experience .details .gadget ul li img {
    border: 2px solid #d3ac2b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#z690 #experience .details .gadget ul li p {
    font-size: 1.1rem;
}

#z690 #experience .details .gadget ul li:first-child {
    position: relative;
}

#z690 #experience .details .gadget ul li #clip {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: opacity 1s infinite alternate-reverse;
}

#z690 #experience .audio-boxes img {
    width: 100%;
    height: 100%;
}

#z690 #experience .audio-boxes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#z690 #experience .audio-boxes ul li {
    width: 100%;
    height: auto;
    height: auto;
    text-align: center;
    color: white;
    list-style: none;
}

#z690 #experience .audio-boxes ul li {
    margin: 0 15px;
    cursor: pointer;
}

#z690 #experience .audio-boxes ul li .img-box {
    position: relative;
    border: 1px solid #d3ac2b;
}

#z690 #experience .audio-boxes ul li .img-box::before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
}

#z690 #experience .audio-boxes ul li .img-box span {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 1.2rem;
}

#z690 #experience .audio-boxes ul li p {
    opacity: 0;
    text-align: left;
}

#z690 #experience .audio-boxes ul li:hover p {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}

#z690 #experience .rgb-boxes {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#z690 #experience .rgb-boxes .rgb-box {
    width: 50%;
    height: auto;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#z690 #experience .rgb-boxes .rgb-box img {
    width: 60%;
    height: auto;
    margin: auto;
}

#z690 #experience .rgb-boxes .rgb-box ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#z690 #experience .rgb-boxes .rgb-box ul li {
    width: 100%;
    height: auto;
    height: auto;
    text-align: center;
    color: white;
    list-style: none;
}

#z690 #experience .rgb-boxes .rgb-box:first-child {
    background: rgba(0, 0, 0, 0.3);
}

#z690 #experience .rgb-boxes .rgb-box:first-child ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#z690 #experience .rgb-boxes .rgb-box:first-child ul li {
    width: calc(100% / 7 - 15px);
    height: auto;
    padding: 15px;
    font-size: 0.8rem;
}

#z690 #experience .rgb-boxes .rgb-box:first-child ul li img {
    mix-blend-mode: screen;
}

#z690 #experience .rgb-boxes .list {
    width: 50%;
    height: auto;
}

#z690 #experience .rgb-boxes .list ul {
    width: 80%;
    height: auto;
}

#z690 #experience .rgb-boxes .list ul li {
    background: rgba(211, 172, 43, 0.5);
    padding: 7.5px;
    margin: 15px;
    border-radius: 15px;
    border: 1px solid #d3ac2b;
}

#z690 #experience .rgb-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#z690 #experience .rgb-video::after {
    width: 100%;
    height: 100vh;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

#z690 #experience .rgb-video iframe {
    width: 100vw;
    height: calc(100vw/16*9);
    position: absolute;
    bottom: -10%;
    left: 0;
}

#z690 #experience .rgb-video iframe::before,
#z690 #experience .rgb-video iframe::after {
    width: 100%;
    height: 75px;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

#z690 #experience .rgb-video iframe::after {
    bottom: 0;
}

#z690 #experience .software {
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-smart_control_software-bg.jpg) no-repeat;
    background-size: cover;
}

#z690 #experience .software ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#z690 #experience .software ul li {
    width: 50%;
    height: auto;
}

#z690 #experience .software img {
    -webkit-transform: rotateX(-10deg) rotateY(-40deg) translateZ(-30px);
    transform: rotateX(-10deg) rotateY(-40deg) translateZ(-30px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#z690 #experience .software .img-animation {
    -webkit-animation: imgshadow 1s ease-in-out forwards;
    animation: imgshadow 1s ease-in-out forwards;
}

#z690 .info {
    width: 100%;
    height: 100vh;
    white-space: nowrap;
    font-size: 0px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    background: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/z690-info-bg.jpg) no-repeat;
    background-size: cover;
}

#z690 .info .detail {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 2% 10%;
    font-size: initial;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: top;
}

#z690 .info .coming-soon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#z690 .info .coming-soon p {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    top: 42%;
    color: #fff;
    z-index: 2;
    margin: 0;
}

#z690 .info .coming-soon::after {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#z690 .info .description {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #ccc;
}

#z690 .info .info_slider {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5% auto;
}

#z690 .info .info_slider .rs01video .rs01youtube img {
    width: 100%;
    height: auto;
}

#z690 .info .info_slider .rs01btn-play {
    background-image: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/icon-video-play.svg);
}

#z690 .info .info_slider .rs01deactived {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}

#z690 .info .info_slider .rs01nav {
    width: 100%;
    height: auto;
    opacity: .5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    border: 0;
}

#z690 .info .info_slider .rs01nav .rs01nav-prev,
#z690 .info .info_slider .rs01nav .rs01nav-next {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    background: #d3ac2b;
    opacity: 1;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}

#z690 .info .info_slider .rs01nav .rs01nav-prev {
    background-image: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/icon-prev.png);
}

#z690 .info .info_slider .rs01nav .rs01nav-next {
    background-image: url(https://storage-asset.msi.com/event/2021/cnd/intel-600-motherboard/images/icon-next.png);
}

#z690 .info .info_slider:hover .rs01nav {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#z690 .info .info_detail {
    width: 100%;
    height: auto;
}

#z690 .info .info_detail .date {
    font-size: .8rem;
    color: #999;
    margin-top: 2rem;
}

#z690 .info .info_detail .title {
    font-weight: bold;
    font-size: 1.2rem;
}

@media all and (min-width: 3400px) {
    #z690 {
        font-size: 24px;
    }
}

@media all and (max-width: 1600px) {
    #z690 .kv .bios-update .bios-pop .description {
        width: 100%;
        height: 90vh;
    }



    #z690 .product h3 {
        font-size: 1.6rem;
    }

    #z690 img {
        width: 90%;
        height: auto;
    }

    #z690 .choose .panel .description {
        width: 45%;
        height: auto;
    }

    #z690 .choose .panel .content .items {
        width: 45%;
        height: auto;
        left: 5%;
        bottom: 2%;
        font-size: .8rem;
    }

    #z690 .choose .panel .content .items .icons img {
        width: 80%;
        height: 80%;
    }

    #z690 .choose .panel .content .items .sub ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #z690 .choose .panel .content .items .sub ul li {
        width: calc(100% /2);
        height: auto;
    }

    #z690 .choose .panel .content .right {
        right: 5%;
        left: auto;
    }

    #z690 .featureblock .featurenav ul {
        width: 80%;
        height: auto;
    }

    #z690 .featureblock .details .detail {
        width: 100%;
        height: 90vh;
        padding: 2% 5%;
    }

    #z690 .featureblock .details .row-detail {
        width: 100%;
        height: 90vh;
    }

    #z690 .featureblock .details .extreme .direct .text-1 {
        top: 7%;
    }

    #z690 .featureblock .details .extreme .direct .text-2 {
        top: 20%;
    }

    #z690 .featureblock .details .extreme .direct .text-3 {
        bottom: 23%;
    }

    #z690 .featureblock .details .extreme .power .icons {
        bottom: 30%;
    }

    #z690 #experience .rgb-boxes {
        width: 90%;
        height: auto;
        margin: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #z690 #experience .rgb-boxes .rgb-box {
        width: 60%;
        height: auto;
    }

    #z690 #experience .rgb-boxes .list {
        width: 40%;
        height: auto;
    }

    #z690 #experience .rgb-boxes .list ul {
        width: 100%;
        height: auto;
    }

    #z690 #experience .rgb-boxes .rgb-box:first-child ul li {
        width: calc(100% / 8 - 5px);
        height: auto;
    }

    #z690 #experience .details .gadget {
        width: 100%;
        height: 100vh;
    }

    #z690 #experience .details .gadget ul {
        width: 100%;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #z690 #experience .details .gadget ul li {
        width: calc(100% / 8 - 30px);
        height: auto;
    }

    #z690 #experience .details .gadget ul li p {
        font-size: 1rem;
    }

    #z690 #experience .details .gadget ul li #clip {
        width: 90%;
        height: auto;
    }

    #z690 .gallery-top .detail .family img {
        width: 90%;
        height: auto;
    }
}

@media all and (max-width: 1440px) {
    #z690 {
        font-size: 1.2rem;
    }

    #z690 img {
        width: 80%;
        height: auto;
        margin: auto;
    }

    #z690 .kv .icons {
        width: 15%;
        height: auto;
    }

    #z690 .kv .slogan {
        width: 90%;
        height: auto;
    }

    #z690 .kv .model {
        width: 60%;
        height: auto;
    }

    #z690 .intel .details {
        width: 40%;
        height: auto;
    }

    #z690 .choose .panel img {
        width: 140%;
        height: auto;
    }

    #z690 .choose .panel .content .items {
        width: 50%;
        height: auto;
        font-size: 1rem;
    }

    #z690 .featureblock .featurenav ul {
        width: 100%;
        height: auto;
    }

    #z690 .featureblock .details .extreme .direct .text-1 {
        top: 4%;
    }

    #z690 .featureblock .details .extreme .direct .text-2 {
        top: 16%;
    }

    #z690 .featureblock .details .extreme .direct .text-3 {
        bottom: 0;
        top: 58%;
    }

    #z690 .featureblock .details .extreme .power .icons {
        bottom: 30%;
    }

    #z690 .featureblock .details .detail {
        font-size: 1.2rem;
    }

    #z690 #temperature .model-action:nth-child(-n+3) {
        left: 2%;
    }

    #z690 #temperature .model-action:nth-child(-n+3):nth-child(n+4) {
        right: 2%;
    }

    #z690 #performance .network {
        background-position: right bottom;
    }

    #z690 #experience .rgb-boxes {
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #z690 #experience .rgb-video iframe {
        width: 150vw;
        height: calc(150vw/16*9);
        left: -25vw;
    }

    #z690 #experience .details .gadget ul li {
        width: calc(100% / 4 - 30px);
        height: auto;
    }

    #z690 #experience .details .gadget ul li #clip {
        width: 50%;
        height: auto;
        left: 25%;
    }

    #z690 #experience .details .gadget ul li p {
        font-size: 1.4rem;
    }

    #z690 #experience .details .gadget ul li img {
        width: 50%;
        height: auto;
        margin: auto;
    }

    #z690 #experience .rgb-boxes {
        width: 90%;
        height: auto;
        margin: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #z690 #experience .rgb-boxes .rgb-box {
        width: 60%;
        height: auto;
    }

    #z690 #experience .rgb-boxes .list {
        width: 40%;
        height: auto;
    }

    #z690 #experience .rgb-boxes .list ul {
        width: 100%;
        height: auto;
    }

    #z690 .gallery-top .detail {
        padding: 2% 5%;
    }

    #z690 .gallery-top .detail .family img {
        width: 100%;
        height: auto;
    }

    #z690 .gallery-top .detail .family .title {
        bottom: 0;
    }

    #z690 .info .description {
        font-size: 1.2rem;
    }

    #z690 .info .detail {
        padding: 2%;
    }
}

@media all and (max-width: 1240px) {
    #z690 {
        font-size: 1rem;
    }

    #z690 .choose .panel .description {
        width: 60%;
        height: auto;
    }

    #z690 .featureblock .details .extreme .direct .text {
        font-size: 1rem;
    }

    #z690 .featureblock .details .detail {
        font-size: 1rem;
    }

    #z690 .featurenav ul li {
        font-size: 1rem;
    }

    #z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .blockquote {
        font-size: 0.9rem;
    }

    #z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide .partner-name {
        font-size: 0.8rem;
    }

    #z690 #experience .audio-boxes ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #z690 #experience .audio-boxes ul li {
        width: calc(100% / 2 - 30px);
        height: auto;
    }

    #z690 #experience .audio-boxes ul li img {
        width: 60%;
        height: auto;
        margin: auto;
    }

    #z690 #experience .audio-boxes ul li p {
        opacity: 1;
    }

    #z690 #experience .rgb-boxes .rgb-box:first-child ul li {
        width: calc(100% / 7 - 5px);
        height: auto;
    }

    #z690 #experience .details .gadget ul li {
        margin: 0 auto;
    }

    #z690 #experience .details .gadget ul li p {
        font-size: 1rem;
    }

    #z690 #experience .details .gadget ul li #clip {
        width: 100%;
        height: auto;
        left: 0;
    }

    #z690 #experience .details .gadget ul li img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    #z690 .product .productnav ul li {
        font-size: 1rem;
    }

    #z690 .product h3 {
        font-size: 1.6rem;
    }

    #z690 .gallery-top .detail .family .title {
        width: 60%;
        height: auto;
    }
}

@media all and (max-width: 640px) {
    #z690 .kv .bios-update {
        bottom: 0;
        position:absolute
    }

    #z690 .kv .bios-update .bios-pop .description {
        padding: 4rem 10px;
    }

    #z690 .kv .bios-update .bios-pop .description .bios-video {
        width: 100%;
        height: auto;
    }

    #z690 .featurenav ul li {
        font-size: .8rem;
    }

    #z690 h3 {
        font-size: 2rem;
    }

    #z690 .navigation {
        display: none;
    }

    #z690 .navigation ul li a {
        font-size: .8rem;
    }

    #z690 section {
        width: 100%;
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 .kv {
        width: 100%;
        height: 100vh;
    }

    #z690 .kv .icons {
        width: 100%;
        height: auto;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #z690 .kv .icons img {
        width: 20%;
        height: auto;
    }

    #z690 .kv .slogan #slogan {
        display: none;
    }

    #z690 .kv .slogan #slogan-m {
        display: block;
    }

    #z690 .kv .model {
        width: 90%;
        height: auto;
        bottom: 20%;
    }

    #z690 .intel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 .intel .details {
        width: 90%;
        height: auto;
        margin: auto;
        position: relative;
        right: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    #z690 .intel .intel-bg {
        width: auto;
        height: 100vh;
        right: 40%;
    }

    #z690 .intel .cpu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #z690 .intel .cpu .intel-cpu {
        width: auto;
        height: 100vh;
        opacity: 0;
    }

    #z690 .intel .cpu .cpu-img {
        opacity: 1;
        -webkit-transform: translate(-15%, -5%);
        transform: translate(-15%, -5%);
    }

    #z690 .intel .cpu img {
        width: auto;
        height: 100vh;
    }

    #z690 .choose {
        width: 100%;
        height: auto;
    }

    #z690 .choose .skewed {
        display: none;
    }

    #z690 .choose .shoose-moblie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        height: auto;
        padding: 10% 5%;
    }

    #z690 .choose .shoose-moblie .description {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2rem;
    }

    #z690 .choose .shoose-moblie .description h1 {
        margin: 0;
        font-size: 5rem;
    }

    #z690 .choose .shoose-moblie .icons {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #z690 .choose .shoose-moblie .icons img {
        width: calc(100% / 3 - 10px);
        height: auto;
        margin: 5px;
    }

    #z690 .featureblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #z690 .featureblock .featurenav {
        position: relative;
        bottom: 0;
        margin-top: 10%;
    }

    #z690 .featureblock .featurenav ul {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #z690 .featureblock .featurenav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #z690 .featureblock .details {
        width: 100%;
        height: auto;
    }

    #z690 .featureblock .details .row-detail {
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 .featureblock .details .row-detail img,
    #z690 .featureblock .details .row-detail .title {
        width: 100%;
        height: auto;
        text-align: center;
        padding-left: 0;
    }

    #z690 .featureblock .details .detail {
        width: 100%;
        height: auto;
        padding: 5%;
        padding-bottom: 10%;
    }

    #z690 .featureblock .details .extreme {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 .featureblock .details .extreme .direct,
    #z690 .featureblock .details .extreme .power {
        width: 100%;
        height: auto;
    }

    #z690 .featureblock .details .extreme .direct .text {
        font-size: .8rem;
    }

    #z690 .featureblock .details .extreme .direct .text-1 {
        top: 0;
    }

    #z690 .featureblock .details .extreme .direct .text-2 {
        top: 25%;
    }

    #z690 .featureblock .details .extreme .direct .text-3 {
        bottom: 0%;
        top: auto;
    }

    #z690 .featureblock .details .extreme .power .icons {
        bottom: 0;
    }

    #z690 .featureblock .details .lightnting ul {
        width: 60%;
        height: auto;
        padding: 0;
        margin: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 #temperature .model-action-m {
        display: block;
    }

    #z690 #temperature .model-action-m ol li {
        list-style: decimal;
        margin-left: 1rem;
    }

    #z690 #temperature .model-action {
        display: none;
    }

    #z690 #performance .network {
        background: none;
    }

    #z690 #performance .row-detail {
        overflow: hidden;
    }

    #z690 #performance .row-detail .table-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #z690 #performance .row-detail .network-img {
        width: 140%;
        height: auto;
        display: inline-block;
        margin-right: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    #z690 #performance .row-detail .partner .swiper-wrapper .swiper-slide img {
        width: 60%;
        height: 60%;
    }

    #z690 #experience .rgb-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 #experience .rgb-boxes .rgb-box,
    #z690 #experience .rgb-boxes .list {
        width: 100%;
        height: auto;
    }

    #z690 #experience .rgb-boxes .rgb-box:first-child ul li {
        width: calc(100% / 4 - 5px);
        height: auto;
    }

    #z690 #experience .rgb-boxes .list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #z690 #experience .rgb-video iframe {
        width: 100%;
        height: 100vh;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #z690 #experience .details .gadget {
        width: 100%;
        height: auto;
    }

    #z690 #experience .details .gadget ul li {
        width: calc(100% / 2 - 30px);
        height: auto;
    }

    #z690 #experience .details .software ul {
        width: 90%;
        height: auto;
        margin: auto;
        padding: 0;
        text-align: left;
    }

    #z690 #experience .details .software img {
        margin-top: 15%;
    }

    #z690 .product .gallery-thumbs {
        font-size: .9rem;
    }

    #z690 .product .gallery-top .detail {
        width: 100%;
        height: auto;
        padding: 2%;
    }

    #z690 .product .gallery-top .detail a {
        padding: 7.5px 15px;
    }

    #z690 .product .gallery-top .detail .row-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #z690 .product .gallery-top .detail .row-detail .title {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }

    #z690 .product .gallery-top .detail .row-detail img {
        width: 60%;
        height: auto;
    }

    #z690 .product .gallery-top .detail .col-detail {
        width: calc(50% - 5px);
        height: auto;
    }

    #z690 .product .gallery-top .detail .col-detail .title {
        padding: 0;
    }

    #z690 .product .gallery-top .detail .family {
        width: 100%;
        height: calc(100vh - 70px);
    }

    #z690 .product .gallery-top .detail .family img {
        width: 100%;
        height: auto;
    }

    #z690 .product .gallery-top .detail .family .title {
        bottom: 10%;
    }

    #z690 .info {
        width: 100%;
        height: 100%;
    }
}

/*# sourceMappingURL=style.css.map */