@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Play);

@font-face {
    font-family: 'AORUS';
    src: url('../innergigabytefonts/AORUS.woff') format("woff");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop,
.EnterpriseButton {
    display: none !important;
}

@media screen and (min-width:960px) {
    #model-header {
        padding: 0.5% 0;
        position: unset;
        left: unset;
        top: unset
    }

    #model-header .header-sub-title {
        display: block
    }

    .model-content {
        margin-top: 120px;
        display: none;
    }

    .Content-TopArea .breadcrumb {
        margin-right: 0;
        margin-left: 0;
    }

    #PageMainContent .container {
        max-width: 90%;
        min-width: 90%;
    }

    .main-content .model-header>.header-sub-title {
        margin: 5px 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: #BCBCC0;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    margin: 0;
    padding: 0;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0;
    word-spacing: 5px;
    color: #222;
}

.InnerGIGABYTEContent h4 {
    margin: 0;
    padding: 0;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8rem;
    letter-spacing: 0;
    word-spacing: 0;
    color: #222;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li,
.InnerGIGABYTEContent a {
    margin: 0;
    padding: 0;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    line-height: 1.6rem;
    letter-spacing: 0;
    word-spacing: 0;
    color: #222;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

#kft,
.kft {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kft>img {
    position: absolute;
    height: 100%;
}

.kft .tgr {
    position: relative;
    height: 200vh;
}

.kft .spacer {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kft .imgs {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 80%;
    background-image: url(../innergigabyteimages/glass.png);
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(30px);
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 15px;
}

.kft .imgs img {
    position: absolute;
    width: 80%;
}

.kft .imgs img.kft1 {
    left: -25%;
    top: 5%;
}

.kft .imgs img.kft2 {
    right: -20%;
    bottom: 5%;
}

.kft .content {
    position: relative;
    max-width: 1000px;
    width: 70%;
    margin: 0 0 10vw 0;
}

.kft .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

.text .nvgy {
    margin: 10px 0;
}

.kft .text ul {
    display: flex;
    flex-direction: column;
}

.kft .text ul li {
    list-style: disc inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.6rem;
}

.kft .logos {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: .5vw;
}

.kft .logos img {
    height: 70px;
}

#nvslide,
.nvslide {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #c2c4c7;
}

.nv-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.nv-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5vw;
    position: absolute;
    padding: 0 5vw;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1);
    display: none;
    z-index: 0;
    opacity: 0;
}

.nv-slider:first-child {
    position: relative;
}

.nv-slider.nv-prev {
    transform: translateX(-100%);
    display: flex;
    z-index: 3;
}

.nv-slider.nv-next {
    transform: translateX(100%);
    display: flex;
    z-index: 3;
}

.nv-slider.nv-active {
    transform: translateX(0);
    display: flex;
    z-index: 5;
    opacity: 1;
}

.nv-slider-prev-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.nv-slider-prev-btn:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.nv-slider-prev-btn>div {
    width: 20px;
    height: 20px;
    border-bottom: 1px #222 solid;
    border-left: 1px #222 solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.nv-slider-prev-btn:hover div {
    border-bottom: 1px #BCBCBC solid;
    border-left: 1px #BCBCBC solid;
}

.nv-slider-next-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.nv-slider-next-btn:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.nv-slider-next-btn>div {
    width: 20px;
    height: 20px;
    border-top: 1px #222 solid;
    border-right: 1px #222 solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.nv-slider-next-btn:hover div {
    border-top: 1px #BCBCBC solid;
    border-right: 1px #BCBCBC solid;
}

.nv-slider .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.nv-slider .title h3,
.nv-slider .title h4 {
    text-align: center;
}

.ada {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ada .img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ada .img img {
    width: 100%;
}

.ada .text {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.adagrid {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    gap: 1vw;
}

.adagrid>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: .25vw;
}

.adagrid h4,
.adagrid p {
    text-align: center;
}

.adagrid img {
    max-width: 50px;
    width: 100%;
}

.nv-slider>img {
    max-width: 800px;
    width: 100%;
}

.nv-slider>.text {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.nv-slider>.text h3,
.nv-slider>.text h4,
.nv-slider>.text p {
    text-align: center;
}

.titledot {
    max-width: 200px;
}

#wind,
.wind {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #BCBCC0;
    overflow: hidden;
}

.wind .bgs {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wind .bgs img.bg1 {
    position: absolute;
    height: 70%;
    right: -21%;
    top: -18%;
}

.wind .bgs img.bg2 {
    position: absolute;
    height: 50%;
    left: -12%;
    bottom: -25%;
}

.wind .intro {
    position: relative;
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 7.5vw 0 0 0;
}

.wind .intro h3,
.wind .intro h4,
.wind .intro p {
    text-align: center;
}

.wind .intro .text {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.wind .intro .text article {
    position: relative;
    max-width: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;

}

.wind .scroll section.active .text article {
    opacity: 1;
}

.wind .scroll {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.wind .scroll .tgr {
    position: relative;
}

.wind .tgr>div {
    position: relative;
    height: 150vh;
}

.wind .tgr>div:last-child {
    height: 300vh;
}

.wind .scroll .spacer {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.wind .scroll .spacer aside,
.wind .scroll .spacer section {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.wind .scroll .spacer aside {
    opacity: 1;
}

.wind .scroll aside .imgs,
.wind .scroll section .imgs {
    position: relative;
    overflow: hidden;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6vw;
}

.wind .scroll section .imgs img {
    position: absolute;
    width: 100%;
}

.wind .scroll aside .imgs img,
.wind .scroll section .imgs img:first-child {
    position: relative;
    width: 100%;
}

.wind .scroll section .text {
    position: relative;
    width: 40%;
    height: 50%;
    display: flex;
    gap: 1vw;
    padding: 0 2.5vw 0 0;
    align-self: flex-end;
}

.wind .scroll section .pgsbar {
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.wind .scroll section .pgsbar>div {
    position: relative;
    width: 4px;
    height: 150px;
    background-color: #222;
}

.wind .scroll section .pgsbar>div div {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #00FFC6;
}

.wind .scroll section .pgsbar h4 {
    color: #00FFC6;
    white-space: nowrap;
}

.wind .scroll section .text article {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    opacity: 0;
    transition: all 1s .25s;
}

.wind .scroll .spacer section.active {
    opacity: 1;
    pointer-events: unset;
}

.wind .scroll section .text article>p {
    max-width: 70%;
}

.wind .scroll section .fan-sprite {
    animation: sprite infinite steps(19) .3s;
    background-image: url(../innergigabyteimages/wind/fan-sprite.png);
    background-size: 100% 2000%;
}

.wind .scroll section .alter {
    animation: sprite infinite steps(19) 1.2s;
    background-image: url(../innergigabyteimages/wind/alter.png);
    background-size: 100% 2000%;
}

.wind .scroll section.active .fan-sprite2 {
    animation: sprite2 steps(19) 2s forwards;
    background-image: url(../innergigabyteimages/wind/fan-sprite1.png);
    background-size: 100% 2000%;
}

@keyframes sprite {
    0% {
        background-position-y: 0%;
    }

    100% {
        background-position-y: 100%;
    }
}

@keyframes sprite2 {
    0% {
        background-position-y: 0%;
        background-image: url(../innergigabyteimages/wind/fan-sprite.png);
    }

    1% {
        background-position-y: 100%;
    }

    1.1% {
        background-position-y: 0%;
    }

    3% {
        background-position-y: 100%;
    }

    3.1% {
        background-position-y: 0%;
    }

    6% {
        background-position-y: 100%;
    }

    6.1% {
        background-position-y: 0%;
    }

    10% {
        background-position-y: 100%;
    }

    10.1% {
        background-position-y: 0%;
    }

    15% {
        background-position-y: 100%;
    }

    15.1% {
        background-position-y: 0%;
    }

    21% {
        background-position-y: 100%;
    }

    21.1% {
        background-position-y: 0%;
    }

    28% {
        background-position-y: 100%;
    }

    28.1% {
        background-position-y: 0%;
    }

    36% {
        background-position-y: 100%;
    }

    36.1% {
        background-position-y: 0%;
    }

    45% {
        background-position-y: 100%;
    }

    45.1% {
        background-position-y: 0%;
    }

    55% {
        background-position-y: 100%;
    }

    55.1% {
        background-position-y: 0%;
    }

    66% {
        background-position-y: 100%;
    }

    66.1% {
        background-position-y: 0%;
    }

    78% {
        background-position-y: 100%;
    }

    78.1% {
        background-position-y: 0%;
    }

    91% {
        background-position-y: 100%;
    }

    91.1% {
        background-position-y: 0%;
    }

    100% {
        background-position-y: 0%;
        background-image: url(../innergigabyteimages/wind/fan-sprite1.png);
    }
}

.wind .scroll section .tempbar {
    position: relative;
    width: 100%;
    height: .5em;
    display: flex;
    align-items: center;
    gap: .5vw;
}

.wind .scroll section .tempbar>div {
    position: relative;
    max-width: 55vw;
    width: 300px;
    height: 100%;
    border-radius: .25em;
    background: #505050;
}

.wind .scroll section.active .tempbar .grdnt {
    position: absolute;
    height: 100%;
    border-radius: .25em;
    overflow: hidden;
    animation: tempbar 2s ease-in-out forwards;
}

.wind .scroll section .tempbar .grdnt div {
    position: absolute;
    max-width: 55vw;
    width: 300px;
    height: 100%;
    background-image: linear-gradient(90deg, #00FFC6 30%, #ff9b58 70%);
}

@keyframes tempbar {
    0% {
        width: 100%;
    }

    100% {
        width: 21%;
    }
}

.wind .scroll section .tempbar .stop {
    position: absolute;
    width: 0;
    left: 21%;
    top: 1.5em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
}

.wind .scroll section.active .blade {
    animation: blade 1s ease-in-out forwards .5s;
    transform-origin: 79.1333333333% 44.0366972477%;
}

@keyframes blade {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.45);
    }
}

.wind .scroll section.active .svg {
    opacity: 0;
    animation: svg 1s forwards .25s;
}

.wind .scroll section.active .lubsvg {
    opacity: .5;
}

.wind .scroll section.active .lub21 {
    opacity: 0;
    animation: lub21 1s forwards .25s;
}

@keyframes svg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .5;
    }
}

@keyframes lub21 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wind .back {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.wind .back .tgr {
    position: relative;
}

.wind .back .spacer {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wind .back section {
    display: grid;
    grid-template-columns: 40% 60% 40%;
    width: 75%;
    height: 100%;
    transition: all .5s;
}

.wind .back section.active1 {
    transform: translateX(-40%);
}

.wind .back section .text>img {
    position: absolute;
    pointer-events: none;
}

.wind .back section .text0>img {
    transform: translateX(-50%);
}

.wind .back section .text1>img {
    transform: translateX(50%);
}

.wind .back section .text p {
    max-width: 500px;
}

.wind .back section>div,
.wind .back section>div .imgs {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wind .back section>div article {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.wind .back section .text,
.wind .back section>div .imgs img {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.wind .back section>div .imgs img {
    position: absolute;
}

.wind .back section.active0 .text1,
.wind .back section.active1 .text0 {
    opacity: 0;
    pointer-events: none;
}

.wind .back section.active0 .text0,
.wind .back section.active0 .screen,
.wind .back section.active1 .text1,
.wind .back section.active1 .copper {
    opacity: 1;
    pointer-events: unset;
}

.wind .back section>div .imgs img.frame1,
.wind .back section>div .imgs img.frame2 {
    transform: translateX(25%);
    transition: transform 1s;
}

.wind .back section.active0>div .imgs img.frame1,
.wind .back section.active0>div .imgs img.frame2 {
    transform: translateX(25%);
}

.wind .back section.active1>div .imgs img.frame1,
.wind .back section.active1>div .imgs img.frame2 {
    transform: translateX(-8%);
}

.wind .back section>div .imgs img.frame1,
.wind .back section.active1>div .imgs img.frame2 {
    opacity: 1;
}

#rgb,
.rgb {
    max-width: 2560px;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7.5vw;
    overflow: hidden;
    padding: 10vw 0;
    background-image: linear-gradient(0deg, #282828 0%, #BCBCC0 100%);
}

.rgb-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 650px;
}

.rgb-text h3,
.rgb-text p {
    text-align: center;
    transition: all .5s;
}

#rgb.wtb .rgb-text h3,
.rgb.wtb .rgb-text p {
    color: #eee;
}

.rgb-imgs {
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgb-imgs .rgbbg {
    position: absolute;
    width: 100vw;
    pointer-events: none;
    opacity: 0.2;
}

#rgb.wtb .rgb-imgs .rgbbg {
    opacity: 1;
}

.off-light,
.rgb-bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rgb-bgs>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.rgb-bgs *.active {
    display: flex;
}

.rgb-cover {
    width: 100%;
    position: relative;
    z-index: 1;
}

.huerotate {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0);
    }

    100% {
        filter: hue-rotate(359deg);
    }
}

.flash {
    animation: flash .5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dflash {
    animation: dflash 1s linear infinite;
}

@keyframes dflash {
    0% {

        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.pulse {
    animation: pulse 4s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.rgb-btn-colorpicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    position: relative;
}

.rgb-btns {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vw;
}

.rgb-btns::-webkit-scrollbar {
    height: 0px;
}

.rgb-btns>a {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 1s;
    border: rgba(102, 102, 102, 0.116);
    border-radius: 50%;
    background-color: #BCBCC0;
    box-shadow: -3px -3px 4px #ffffff73, 3px 3px 4px #00000073;
}

.rgb-btns>a.active {
    box-shadow: inset -3px -3px 4px #ffffff73, inset 3px 3px 4px #00000073;
}

.rgb.wtb .rgb-btns>a {
    background-color: #282828;
    box-shadow: -3px -3px 4px #ffffff73, 3px 3px 4px #00000073;
}

.rgb.wtb .rgb-btns>a.active {
    box-shadow: inset -3px -3px 4px #ffffff73, inset 3px 3px 4px #00000073;
}

.rgb-btns>a.active img,
.rgb-btns>a:hover img {
    opacity: 1;
}

.rgb.wtb .rgb-btns>a.active img,
.rgb.wtb .rgb-btns>a:hover img {
    opacity: 1;
}

.rgb-btns>a img {
    width: 80%;
    filter: saturate(0) brightness(.5);
    transition: 0.2s;
}

.rgb.wtb .rgb-btns>a:hover img {
    filter: saturate(0) brightness(1.5);
}

.rgb.wtb .rgb-btns>a.active img,
.rgb.wtb .rgb-btns>a.active:hover img {
    filter: saturate(1);
}

.rgb-btns>a span {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    transform: translateY(75%);
    white-space: nowrap;
    color: #00FFC6;
    filter: saturate(0) brightness(.5);
    transition: 0.2s;
}

.rgb-btns>a:hover span {
    filter: saturate(0) brightness(1.5);
}

.rgb-btns>a.active span {
    filter: saturate(1);
}

#dc,
.dc {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    padding-bottom: 8vw;
}

.dc img {
    position: absolute;
    width: 100%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    max-width: 1920px;
}

.dc img:first-child {
    position: relative;
}

.dc .dc2 {
    transform: translateX(-5%);
    opacity: 0;
}

.dc .dc3 {
    transform: translateX(5%);
    opacity: 0;
}

.dc .dc4 {
    opacity: 0;
    transform: translate(2.5%, 5%);
    transition-delay: .25s;
}

.dc .dc5 {
    opacity: 0;
    transform: translate(-2.5%, -5%);
    transition-delay: .25s;
}

.dc.active .dc2,
.dc.active .dc3,
.dc.active .dc4,
.dc.active .dc5 {
    transform: translate(0, 0);
    opacity: 1;
}


#exlnt,
.exlnt {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw;
}

.exlnt .spacer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.exlnt .spacer img {
    position: absolute;
    left: 0;
    height: 100%;
}

.exlnt section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    padding: 5vw 0;
}

.exlnt .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.exlnt .exgrid {
    position: relative;
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1vw;
}

.exlnt .exgrid>div {
    position: relative;
    width: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 2.5vw;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 3vw 0 2vw;
    backdrop-filter: blur(20px);
}

.exlnt .exgrid>div>* {
    max-width: 600px;
    width: 86%;
}

.exlnt .exgrid>div article {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.bs {
    max-width: 2560px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    padding: 5vw 5vw 2vw;
    background-image: url(../innergigabyteimages/bsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bs>* {
    position: relative;
}

.bs>img.bg {
    position: absolute;
    max-width: 650px;
    width: 100%;
}

.bs>div {
    max-width: 1600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr .5fr;
    gap: 2.5vw 5vw;
    margin: 4vw 0 0 0;
}

.bs aside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.bs aside .icon {
    max-width: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs aside .text {
    max-width: 400px;
    width: 100%;
    display: flex;
    gap: 1vw;
    flex-direction: column;
}

.bs aside .text h3,
.bs aside .text h4,
.bs aside .text p {
    text-align: center;
}

.psu {
    background-image: url(../innergigabyteimages/bsbg.jpg);
}

.psu>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.psu>div h3,
.psu>div p {
    max-width: 650px;
    text-align: center;
}

.psu>div a {
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    border: 1px solid #00FFC6;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #00FFC6;
    font-weight: 400;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
    border-radius: 3px;
}

.psu>div a:hover {
    color: #222;
    background-color: #00FFC6;
    text-decoration-line: none;
    font-weight: 700;
}

.psu .psugrid {
    max-width: 1600px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2vw;
    margin: 0;
}

.psu .psugrid img {
    display: block;
    width: 100%;
}

.psu .psugrid h4 {
    text-align: center;
}


.gcc {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw 5vw 0;
    background-image: url(../innergigabyteimages/gcc-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.gcc>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.gcc>div h3,
.gcc>div p {
    max-width: 650px;
    text-align: center;
}

.gcc>div a {
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    border: 1px solid #00FFC6;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #00FFC6;
    font-weight: 400;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
    border-radius: 3px;
}

.gcc>div a:hover {
    color: #222;
    background-color: #00FFC6;
    text-decoration-line: none;
    font-weight: 700;
}

.gcc>div img:not(.titledot) {
    margin: 1vw 0 0 0;
    max-width: 1600px;
    width: 100%;
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw;
    gap: 2.5vw;
}

.brand>div {
    display: inline-flex;
    justify-content: center;
    gap: 2.5vw;
}

.brand>img {
    max-width: 800px;
    width: 100%;
}

.brand>div img {
    place-self: flex-end;
}

.illustration-announce {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 10vh 0;
}

.illustration-announce p {
    max-width: 900px;
    text-align: center;
}

div.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    overflow: hidden;
    transform: translateY(-50%);
    mix-blend-mode: exclusion;
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    white-space: nowrap;
    color: #ffffff90;
    font-size: 8px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 8px 0 0;
    position: relative;
    left: 100%;
    width: 0;
}

.dots a div {
    background-color: #ffffff30;
    width: 6px;
    height: 26px;
    border-radius: 3px;
    transition: .2s;
}

.dots a div.active {
    background-color: #ffffff90;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ffffff90;
}