@charset "UTF-8";
.kf-container {
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.kf-container {
  /* Slider */
  /* @media screen and (min-width: 1200px) {
  	.tab_Video .slide, .tab_Review .slide {
  	  min-height: 315px;
  	}
    }

    @media only screen and (max-width: 990px) {
  	.tab_Video .carousel-img, .tab_Review .carousel-img {
  	  min-height: 40vw;
  	  max-height: 400px
  	}
    }

    @media only screen and (max-width: 470px) {
  	.tab_Video .slide .icon.play, .tab_Review .slide .icon.play {
  	  width: 60px;
  	  height: 60px;
  	  margin-top: -30px;
  	  margin-left: -30px;
  	}

  	.tab_Video .slide .carousel-img img, .tab_Review .slide .carousel-img img {
  	  transform: matrix(1.6, 0, 0, 1.6, -20, 0)
  	}
    } */
  /*------------- Scrollbar -------------*/
  /*------------- Video -------------*/
  /*------------- Fonts -------------*/
  /*------------- Section -------------*/
  /*------------- Background -------------*/
  /*------------- Features -------------*/
  /*------------- Glitch text effect -------------*/
  /*------------- Models -------------*/
  /*------------- W2B -------------*/
  /*------------- go top -------------*/
  /*------------- Slider -------------*/
}
body {
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #222;
}

::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.kf-container h1,
.kf-container h2,
.kf-container h3,
.kf-container h4,
.kf-container h5,
.kf-container h6,
.kf-container ol,
.kf-container ul,
.kf-container li,
.kf-container p {
  margin: 0;
  padding: 0;
}
.kf-container a,
.kf-container a:hover,
.kf-container a:visited {
  color: inherit;
  text-decoration: none;
}
.kf-container .__layout-grid {
  --layout-bg-color: rgba(255, 0, 0, .15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  overflow: hidden;
  pointer-events: none;
}
.kf-container .__layout-grid .container {
  border-left: 1px solid;
  border-right: 1px solid;
  color: #ffbb3e;
  position: relative;
}
.kf-container .__layout-grid [class^=col]::after {
  content: "";
  background-color: var(--layout-bg-color);
  display: block;
  height: 100vh;
}
.kf-container ._gs_fade_in {
  opacity: 0;
  transform: translateY(40px) scale(1.05);
  transition: all 250ms ease-in;
}
.kf-container ._gs_fade_in._gs_fade_in_active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 450ms;
  transition-timing-function: ease-in-out;
}
.kf-container .section {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .h1, .kf-container .h2, .kf-container .h3, .kf-container .h4, .kf-container .h5, .kf-container .h6 {
  height: auto;
}
.kf-container .sticky-top,
.kf-container .stickyTop {
  position: sticky;
  top: 0;
}
.kf-container .sticky-center,
.kf-container .stickyCenter {
  position: sticky;
  top: 50%;
}
.kf-container .sticky-bottom,
.kf-container .stickyBottom {
  position: sticky;
  bottom: 0;
}
.kf-container .sticky-fixed {
  --sf-content-height: auto;
}
.kf-container .sticky-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc(var(--sf-content-height) * -1);
}
.kf-container .sticky-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .sticky-center-fixed {
  --sf-content-height: auto;
  --offset: calc(50vh - var(--sf-content-height) * .5);
  --min-offset: var(--offset);
  --center-offset: max(var(--min-offset), var(--offset));
  margin-bottom: var(--center-offset);
}
.kf-container .sticky-center-fixed .stickyCenter,
.kf-container .sticky-center-fixed .sticky-center {
  top: var(--center-offset);
  margin-bottom: calc(var(--center-offset) * -1);
}
.kf-container .sticky-center-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc((var(--sf-content-height) + var(--center-offset)) * -1);
}
.kf-container .sticky-center-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .overlay-blocks {
  display: flex;
  flex-flow: row nowrap;
}
.kf-container .overlay-blocks > .block {
  width: 100%;
  flex: 0 1 auto;
  position: relative;
}
.kf-container .overlay-blocks > .block.hide {
  pointer-events: none;
  visibility: hidden;
}
.kf-container .overlay-blocks > .block + .block {
  margin-left: -100%;
}
.kf-container .yt-iframe {
  position: relative;
}
.kf-container .yt-iframe:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.kf-container .yt-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .img-compare {
  position: relative;
  display: inline-block;
  user-select: none;
  container-type: inline-size;
}
.kf-container .img-compare > img {
  max-width: 100%;
}
.kf-container .img-compare .img-compare-left, .kf-container .img-compare .img-compare-right {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 9cqi;
  color: #fff;
  bottom: 5%;
}
.kf-container .img-compare .img-compare-left {
  left: 0;
  right: 50%;
}
.kf-container .img-compare .img-compare-right {
  left: 50%;
  right: 0%;
}
.kf-container .gs-tabs {
  display: flex;
}
.kf-container .gs-tab-contents {
  position: relative;
  overflow: hidden;
  display: flex;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .img-relative {
  display: inline-block;
  position: relative;
}
.kf-container .img-relative > .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .img-relative > .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-container a[data-tip] {
  font-size: 12px !important;
  font-weight: bold;
  color: #ff6400 !important;
  vertical-align: super;
  display: inline-block;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
}
.kf-container a[data-tip]:active, .kf-container a[data-tip]:hover, .kf-container a[data-tip]:visited {
  color: inherit;
  text-decoration: none;
}
.kf-container a[data-tip]::before {
  content: " [";
  white-space: pre;
}
.kf-container a[data-tip]::after {
  content: "]";
}
.kf-container .dots {
  --dots-spacing: 1vw;
  position: fixed;
  right: 0;
  top: 50%;
  color: white;
  z-index: 9999;
  display: grid;
  justify-items: flex-end;
  overflow: hidden;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .kf-container .dots {
    display: none;
  }
}
.kf-container .dots a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 6px var(--dots-spacing, 1vw);
  min-width: 80px;
  color: rgba(255, 255, 255, 0.5647058824);
}
.kf-container .dots a p {
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
  pointer-events: none;
  padding: 0 8px 0 0;
  position: relative;
  margin: 0;
  transition: all 0.5s;
  transform: translateX(0);
  opacity: 0;
}
.kf-container .dots a p::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0px;
  margin-left: 5px;
  background: #fff;
  vertical-align: middle;
  transition: all 0.25s;
}
@media screen and (max-width: 1500px) {
  .kf-container .dots a p {
    opacity: 0;
    transform: translateX(30px);
  }
}
.kf-container .dots a::after {
  content: "";
  display: block;
  transition: 0.2s;
  background: url("../../innergigabyte/images/sidebar-dot.svg") 0 0/cover no-repeat;
  width: 22px;
  height: 22px;
}
.kf-container .dots a.highlight div {
  background-color: var(--dots-highlight-color, rgba(255, 255, 255, 0.1882352941));
}
.kf-container .dots a.active, .kf-container .dots a:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.kf-container .dots a.active p, .kf-container .dots a:hover p {
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}
.kf-container .dots a.active p::after, .kf-container .dots a:hover p::after {
  width: 30px;
}
.kf-container .dots a.active::after, .kf-container .dots a:hover::after {
  background-image: url("../../innergigabyte/images/sidebar-dot-active.svg");
}
.kf-container .dots a:hover p {
  opacity: 1;
}
.kf-container .sticky-dots {
  pointer-events: none;
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: var(--localnav-height);
  z-index: 20;
  margin-left: auto;
  display: flex;
  align-items: center;
  width: max-content;
  overflow: hidden;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.kf-container .sticky-dots .dots {
  pointer-events: none;
  position: static;
  transform: none;
}
.kf-container .sticky-dots .dots a {
  pointer-events: auto;
}
.kf-container .sticky-dots + * {
  margin-top: -100vh;
}
.kf-container .dots.visible-by-first {
  visibility: hidden;
  opacity: 0;
}
.kf-container .dots.visible-by-first.visible {
  visibility: visible;
  opacity: 1;
}
.kf-container .dots.visible-by-first.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
.kf-container .dots.visible-by-anchor {
  opacity: 0;
  transform: translateX(100%);
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-anchor.visible {
  opacity: 1;
  transform: translateX(0);
}
.kf-container .dots.visible-by-anchor.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
@keyframes dot-FadeInFromRight {
  from {
    transform: translateX(100%);
  }
}
.kf-container .b-swiper .swiper-pagination {
  --swiper-pagination-bullet-width: 48px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-color: $color-highlight;
  --swiper-pagination-color: #575757;
  --swiper-pagination-bullet-inactive-color: #575757;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  position: static;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: auto;
  row-gap: var(--swiper-pagination-bullet-horizontal-gap);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  position: relative;
  width: var(--swiper-pagination-bullet-height);
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
  transition: width 250ms;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: calc(var(--swiper-pagination-bullet-horizontal-gap) * -1);
  padding: var(--swiper-pagination-bullet-horizontal-gap);
  box-sizing: content-box;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% * min(var(--progress), 1));
  background: #00FFFF;
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
}
.kf-container .b-swiper .b-swiper-autoplay-control {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  cursor: pointer;
  font-size: 1.5em;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-pause-circle {
  display: none;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-play-circle {
  display: block;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-play-circle {
  display: none;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-pause-circle {
  display: block;
}
.kf-container .b-swiper .b-swiper-pagination {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
.kf-container .b-swiper .b-swiper-pagination.vertical {
  flex-direction: column;
  margin-top: 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-vertical-gap: 8px;
  --swiper-pagination-bullet-width: 4px;
  --swiper-pagination-bullet-height: 60px;
  flex-direction: column;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet,
.kf-container .b-swiper .b-swiper-pagination.vertical .b-swiper-autoplay-control {
  margin: var(--swiper-pagination-bullet-vertical-gap, 4px) 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: calc(100% * var(--progress));
  width: 100%;
}
.kf-container .b-swiper .b-swiper-pagination .swiper-pagination.swiper-pagination-lock + .b-swiper-autoplay-control {
  display: none;
}
.kf-container {
  --base-font-size: 16px;
  --casaul-body-spacer: calc(20.2666666667px + 0.3111111111vw);
  background: #000000;
  color: #fff;
  font-size: var(--base-font-size);
  font-family: "Noto Sans", "Noto Sans TC", "Malgun Gothic", Dotum, "돋움", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.kf-container .section {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .h2 {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 70px;
}
@media (max-width: 1200px) {
  .kf-container .h2 {
    font-size: calc(23.3333333333px + 3.8888888889vw);
  }
}
.kf-container .h2:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .h3 {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
}
@media (max-width: 1200px) {
  .kf-container .h3 {
    font-size: calc(22px + 2.3333333333vw);
  }
}
.kf-container .h3:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .h4 {
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .kf-container .h4 {
    font-size: calc(21.0666666667px + 1.2444444444vw);
  }
}
.kf-container .h4:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .h5 {
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 1200px) {
  .kf-container .h5 {
    font-size: calc(20.4px + 0.4666666667vw);
  }
}
.kf-container .h5:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .nowrap {
  white-space: nowrap;
}
.kf-container .text-highlight {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .kf-container .text-highlight {
    font-size: calc(20.6666666667px + 0.7777777778vw);
  }
}
.kf-container .eyebrow {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1em;
}
.kf-container .eyebrow span {
  display: inline-block;
  background: var(--gradient, linear-gradient(91deg, #46E6E6 -1.45%, #FF6400 104.12%));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: center;
}
.kf-container .p2 {
  font-size: 1.125em;
}
.kf-container .p3 {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .kf-container .p3 {
    font-size: calc(20.4px + 0.4666666667vw);
  }
}
.kf-container a.learnmore {
  color: #46e6e6;
  transition: all 250ms;
}
.kf-container a.learnmore:hover {
  filter: brightness(1.1);
}
.kf-container .btn-learnmore-gimate {
  display: inline-flex;
  padding: 14px 24px;
  align-items: center;
  margin-top: fluid(100px);
  border-radius: 10px;
  outline: 1px solid #34FFBE;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  cursor: pointer;
  transition: background 250ms ease;
  backdrop-filter: blur(10px);
  font-size: 18px;
}
.kf-container .btn-learnmore-gimate::after {
  content: "";
  display: inline-block;
  background: url("../../innergigabyte/images/learnmore-arrow.svg") 0 0 no-repeat;
  width: 19px;
  height: 18px;
}
.kf-container .btn-learnmore-gimate .light {
  color: #34FFBE;
}
.kf-container .btn-learnmore-gimate:hover {
  color: #000;
  outline: none;
  background: linear-gradient(90deg, #34FFBE 0%, #215CE5 100%);
}
.kf-container .btn-learnmore-gimate:hover .light {
  filter: grayscale(1) brightness(2);
}
.kf-container .btn-learnmore-gimate:hover::after {
  filter: grayscale(1) brightness(2);
}
.kf-container ._gs_fade_in {
  opacity: 0;
  transform: translateY(40px) scale(1.1);
  transition: all 250ms ease-in;
}
.kf-container ._gs_fade_in._gs_fade_in_active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 450ms;
  transition-timing-function: ease-in-out;
}
.kf-container .kp-sub {
  opacity: 0.9375;
}
.kf-container .kp-sub::after {
  content: " ";
}
.kf-container .kp-main {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .kf-container .kp-main {
    font-size: calc(21.3333333333px + 1.5555555556vw);
  }
}
.kf-container .kp-main2 {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .kf-container .kp-main2 {
    font-size: calc(20.6666666667px + 0.7777777778vw);
  }
}
.kf-container .color-highlight {
  --color-1: #18E0D7;
  --color-2: #923EFA;
  background: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
}
.kf-container .sticky-top,
.kf-container .stickyTop {
  position: sticky;
  top: 0;
}
.kf-container .sticky-center,
.kf-container .stickyCenter {
  position: sticky;
  top: 50%;
}
.kf-container .sticky-bottom,
.kf-container .stickyBottom {
  position: sticky;
  bottom: 0;
}
.kf-container .sticky-fixed {
  --sf-content-height: auto;
}
.kf-container .sticky-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc(var(--sf-content-height) * -1);
}
.kf-container .sticky-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .sticky-center-fixed {
  --sf-content-height: auto;
  --offset: calc(50vh - var(--sf-content-height) * .5);
  --min-offset: var(--offset);
  --center-offset: max(var(--min-offset), var(--offset));
  margin-bottom: var(--center-offset);
}
.kf-container .sticky-center-fixed .stickyCenter,
.kf-container .sticky-center-fixed .sticky-center {
  top: var(--center-offset);
  margin-bottom: calc(var(--center-offset) * -1);
}
.kf-container .sticky-center-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc((var(--sf-content-height) + var(--center-offset)) * -1);
}
.kf-container .sticky-center-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .grdnt {
  position: relative;
  padding-left: 0.5em;
  margin: 1em 0;
}
.kf-container .grdnt::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: 2px;
  background: #fff;
}
.kf-container .slide-image {
  margin-bottom: 1em;
}
.kf-container .slide-image img {
  display: block;
  width: 100%;
}
.kf-container .bg-panel {
  --bg-size: 1920px;
  --bg-shadow-y: calc(0.959375 * var(--bg-size) - 500px + 1px);
  background: linear-gradient(0deg, #00010A 0%, transparent 100%) center bottom/100% 500px no-repeat, url("../../innergigabyte/images/bg-panel.jpg") center 0/var(--bg-size) auto no-repeat;
}
@media (min-width: 1921px) {
  .kf-container .bg-panel {
    --bg-size: 2560px;
  }
}
.kf-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  --parallax-dis: 20vh;
}
.kf-container .parallax-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + var(--parallax-dis, 30px));
  width: 100%;
}
.kf-container .img-relative {
  position: relative;
}
.kf-container .overlay-blocks {
  display: flex;
  flex-flow: row nowrap;
}
.kf-container .overlay-blocks > .block {
  width: 100%;
  flex: 0 1 auto;
  position: relative;
}
.kf-container .overlay-blocks > .block.hide {
  pointer-events: none;
  visibility: hidden;
}
.kf-container .overlay-blocks > .block + .block {
  margin-left: -100%;
}
.kf-container .accordion {
  display: flex;
  flex-direction: column;
}
.kf-container .accordion .trigger {
  cursor: pointer;
}
.kf-container .accordion .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: ease 250ms;
}
.kf-container .accordion .content > * {
  overflow: hidden;
}
.kf-container .accordion .tab.active .content {
  grid-template-rows: 1fr;
}
.kf-container .full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  --parallax-dis: 20vh;
}
.kf-container .parallax-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + var(--parallax-dis, 30px));
  width: 100%;
}
.kf-container .top-image {
  position: relative;
  margin: 0 auto;
  max-width: 120%;
  height: 500px;
}
.kf-container .top-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100dvw;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50%);
  transition: all ease 800ms;
}
.kf-container .top-image.scale img {
  width: 100%;
}
.kf-container .section-kv {
  background: #000 url("../../innergigabyte/images/kv.jpg") center top/150vw auto no-repeat;
  padding-top: 71%;
  padding-bottom: 80px;
}
@media (min-width: 961px) {
  .kf-container .section-kv {
    background-size: 1920px auto;
    padding-top: 920px;
  }
}
@media (min-width: 1921px) {
  .kf-container .section-kv {
    background-size: 2560px auto;
    padding-top: 1226.6666666667px;
  }
}
.kf-container .section-kv .eyebrow {
  font-size: 36px;
}
@media (max-width: 1200px) {
  .kf-container .section-kv .eyebrow {
    font-size: calc(21.0666666667px + 1.2444444444vw);
  }
}
.kf-container .section-kv .icons {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-block: 30px;
  padding-inline: 30px;
}
.kf-container .section-kv .icons > img {
  flex: 0 auto;
  max-height: calc(24px + 4.6666666667vw);
}
.kf-container .section-feature-icon {
  padding: 80px 0 160px;
}
.kf-container .section-feature-icon .feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 960.98px) {
  .kf-container .section-feature-icon .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(24px + 4.6666666667vw);
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-feature-icon .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kf-container .section-feature-icon .feature-list > div {
  max-width: 200px;
}
.kf-container .section-feature-icon .feature-list img {
  display: block;
  height: 48px;
  object-fit: contain;
  margin-bottom: 1em;
}
.kf-container .section-feature-icon .feature-list .gimate img {
  height: 64px;
}
.kf-container .section-gpu {
  overflow: hidden;
  background: url("../../innergigabyte/images/bg-gpu.jpg") center/cover no-repeat;
}
@media (max-width: 960.98px) {
  .kf-container .section-gpu .parallax-img {
    text-align: center;
  }
  .kf-container .section-gpu .parallax-img img {
    max-width: 100%;
  }
}
.kf-container .section-gpu .scale-img {
  border-radius: 10px;
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes scale-up {
  to {
    transform: scale(1.3);
  }
}
.kf-container .section-gpu .scale-img img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  animation: scale-up 3s ease 0s forwards paused;
}
.kf-container .section-gpu .scale-img.active img {
  animation-play-state: running;
}
.kf-container .section-gpu .kp-list {
  display: flex;
  flex-flow: row wrap;
  gap: calc(20.6666666667px + 0.7777777778vw) calc(21.6666666667px + 1.9444444444vw);
  margin-block: calc(21.6666666667px + 1.9444444444vw);
}
.kf-container .nv-intro {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.kf-container .section-nv {
  background: #010101;
  padding-block: calc(24px + 4.6666666667vw);
}
.kf-container .section-nv .section-content {
  background: #010101 url("../../innergigabyte/images/nv/bg-nv.jpg") center top no-repeat;
  padding-top: 790px;
}
@media (max-width: 1320.98px) {
  .kf-container .section-nv .section-content {
    background-size: 1500px auto;
    padding-top: 520px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-nv .section-content {
    background-size: 650px auto;
    padding-top: 230px;
  }
}
.kf-container .section-nv-dlss {
  background: #010101 url("../../innergigabyte/images/nv/bg-nv-dlss.jpg") center no-repeat;
  padding-block: calc(24px + 4.6666666667vw);
  min-height: 825px;
  display: flex;
  align-items: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-nv-dlss {
    background-size: 140% auto;
    background-position: right top;
    padding-top: calc(60% + calc(24px + 4.6666666667vw));
    min-height: auto;
  }
}
.kf-container .section-nv-maxq {
  background: #010101 url("../../innergigabyte/images/nv/bg-nv-maxq.jpg") center no-repeat;
  padding-block: calc(24px + 4.6666666667vw);
  min-height: 825px;
  display: flex;
  align-items: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-nv-maxq {
    background-size: 140% auto;
    background-position: left top;
    padding-top: calc(60% + calc(24px + 4.6666666667vw));
    min-height: auto;
  }
}
.kf-container .section-nv-feature {
  background-color: #010101;
  padding: calc(24px + 4.6666666667vw) 0;
  margin-bottom: calc(28.6666666667px + 10.1111111111vw);
}
.kf-container .section-nv-feature .container,
.kf-container .section-nv-feature .row {
  --gs-gutter-y: calc(22.6666666667px + 3.1111111111vw);
  --gs-gutter-x: calc(22.6666666667px + 3.1111111111vw);
}
.kf-container .section-nv-feature .mux-video video {
  width: 100%;
  max-width: 830px;
}
.kf-container .section-cpu {
  background: url("../../innergigabyte/images/bg-cpu.jpg") center/cover no-repeat;
  overflow: hidden;
}
.kf-container .section-cpu .scale-img {
  border-radius: 10px;
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes scale-up {
  to {
    transform: scale(1.3);
  }
}
.kf-container .section-cpu .scale-img img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  animation: scale-up 3s ease 0s forwards paused;
}
.kf-container .section-cpu .scale-img.active img {
  animation-play-state: running;
}
.kf-container .section-cpu .parallax-img {
  display: flex;
  justify-content: end;
}
.kf-container .section-cpu .parallax-img img {
  flex: 0 auto;
}
@media (max-width: 960.98px) {
  .kf-container .section-cpu .parallax-img {
    justify-content: center;
  }
  .kf-container .section-cpu .parallax-img img {
    max-width: 100%;
  }
}
.kf-container .section-cpu .kp-list {
  display: flex;
  flex-flow: row wrap;
  gap: calc(20.6666666667px + 0.7777777778vw) calc(21.6666666667px + 1.9444444444vw);
  margin-block: calc(21.6666666667px + 1.9444444444vw);
}
.kf-container .section-oc {
  position: relative;
  line-height: 1.2;
  min-height: min(1000px, 100dvmin);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.kf-container .section-oc .overlay-blocks {
  width: 100%;
}
.kf-container .section-oc .oc-bg2 {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all cubic-bezier(0, 0, 0, 0.79) 250ms;
}
.kf-container .section-oc .oc-bg2.active {
  transition-duration: 2s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.kf-container .section-oc .oc-bg img,
.kf-container .section-oc .oc-bg2 img {
  width: 100%;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .oc-bg img,
  .kf-container .section-oc .oc-bg2 img {
    width: 160%;
    margin-left: -30%;
  }
}
.kf-container .section-oc .pattern-left {
  background: url("../../innergigabyte/images/oc-pattern-left.svg") center bottom/100% auto no-repeat;
  min-width: 169px;
  min-height: 19px;
  position: absolute;
  left: 20.8%;
  transform: translateX(-50%);
  bottom: 45%;
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .pattern-left {
    left: 19.8%;
    min-width: 105px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .pattern-left {
    left: 5%;
    transform: translateX(0);
    background-size: 67px auto;
    min-width: 67px;
  }
}
.kf-container .section-oc .pattern-right {
  background: url("../../innergigabyte/images/oc-pattern-right.svg") center bottom/100% auto no-repeat;
  min-width: 169px;
  min-height: 19px;
  position: absolute;
  right: 20.8%;
  transform: translateX(50%);
  bottom: 45%;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .pattern-right {
    right: 19.8%;
    min-width: 105px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .pattern-right {
    right: 5%;
    transform: translateX(0);
    background-size: 67px auto;
    min-width: 67px;
  }
}
.kf-container .section-oc .ellipse {
  background: url("../../innergigabyte/images/oc-ellipse.png") center/cover no-repeat;
  width: 18.2291666667%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24.7%;
}
.kf-container .section-oc .ellipse:after {
  content: "";
  display: block;
  padding-bottom: 101.4285714286%;
}
.kf-container .section-oc .ellipse .cover {
  display: grid;
  justify-content: center;
  align-content: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .ellipse {
    width: 29.1666666667%;
  }
}
.kf-container .section-oc .title {
  position: absolute;
  left: 50%;
  top: 11%;
  width: max-content;
  min-width: 200px;
  transform: translateX(-50%);
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
}
.kf-container .section-oc .oc-value {
  font-size: 52px;
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1200px) {
  .kf-container .section-oc .oc-value {
    font-size: calc(22.1333333333px + 2.4888888889vw);
  }
}
@media (max-width: 400.98px) {
  .kf-container .section-oc .oc-value {
    font-size: calc(20.6666666667px + 0.7777777778vw);
  }
}
.kf-container .section-oc .oc-value2 {
  font-size: 80px;
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
}
@media (max-width: 1200px) {
  .kf-container .section-oc .oc-value2 {
    font-size: calc(24px + 4.6666666667vw);
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .oc-value2 {
    font-size: calc(21.6666666667px + 1.9444444444vw);
  }
}
.kf-container .section-oc .color-highlight {
  margin: 0;
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .h5 {
    font-size: 16px;
  }
}
@media (max-width: 400.98px) {
  .kf-container .section-oc .h5 {
    font-size: 14px;
  }
}
.kf-container .section-ram {
  position: relative;
  overflow: hidden;
}
.kf-container .section-ram .kp-list {
  display: flex;
  gap: 40px;
}
.kf-container .section-ram .ram-swiper .swiper-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-auto-flow: dense column;
}
.kf-container .section-ram .ram-swiper .swiper {
  overflow: visible;
}
.kf-container .section-ram .ram-swiper .swiper-slide {
  height: auto;
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
}
.kf-container .section-ram .ram-swiper .swiper-slide > *:first-child {
  align-content: end;
}
.kf-container .section-ram .ram-swiper .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kf-container .section-ram .ram-swiper .wrapper .black-window {
  flex-grow: 1;
}
.kf-container .section-ram .black-window {
  border-radius: 10px;
  border: 1px solid #8D8D8D;
  background: rgba(4, 4, 8, 0.75);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.kf-container .section-ram .black-window > div {
  width: 50%;
}
.kf-container .section-ram .black-window .text {
  display: flex;
  flex-direction: column;
  padding: calc(22px + 2.3333333333vw) calc(21.3333333333px + 1.5555555556vw);
  row-gap: 20px;
  justify-content: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-ram .black-window {
    flex-direction: column-reverse;
    justify-content: start;
  }
  .kf-container .section-ram .black-window > div {
    width: 100%;
  }
}
.kf-container .section-ram .bg-ram {
  background: url("../../innergigabyte/images/ram-bg.jpg") center/cover no-repeat;
}
.kf-container .section-ram .swiper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960.98px) {
  .kf-container .section-ram .swiper img {
    height: auto;
  }
}
.kf-container .section-thermal {
  margin-top: calc(28.6666666667px + 10.1111111111vw);
}
.kf-container .section-thermal .top-image img {
  border-radius: 10px;
}
.kf-container .section-thermal .kp-list {
  width: auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  padding: 0 30px;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal .kp-list {
    flex-flow: row wrap;
    padding: 30px 0;
  }
}
.kf-container .section-thermal .thermal-ani-wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: -190px 0 -195px 0;
  padding: 190px 0 195px 0;
  overflow: hidden;
}
.kf-container .section-thermal .thermal-ani {
  max-width: 1200px;
  margin: 0 auto;
  padding: 190px 180px 195px 178px;
  margin: -190px -180px -195px -178px;
  box-sizing: content-box;
}
.kf-container .section-thermal .thermal-model .overlay-blocks .block {
  position: relative;
}
.kf-container .section-thermal .img-1,
.kf-container .section-thermal .img-2,
.kf-container .section-thermal .img-3 {
  max-width: 100%;
}
.kf-container .section-thermal .pattern-1 {
  position: absolute;
  top: 80%;
  right: 90%;
  width: 25%;
}
.kf-container .section-thermal .pattern-2 {
  position: absolute;
  bottom: 89%;
  left: 90%;
  width: 25%;
}
.kf-container .section-thermal .icon-windforce {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (max-width: 630.98px) {
  .kf-container .section-thermal .icon-windforce {
    max-width: 160px;
    width: 35%;
  }
}
.kf-container .section-thermal .timeline-ani {
  height: 100vh;
}
.kf-container .section-thermal-feature {
  overflow: hidden;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-feature {
    padding-bottom: calc(24px + 4.6666666667vw);
  }
}
.kf-container .section-thermal-feature .img-wrap {
  position: relative;
  display: inline-flex;
}
.kf-container .section-thermal-feature .accordion {
  row-gap: 50px;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-feature .accordion {
    row-gap: calc(22px + 2.3333333333vw);
  }
}
.kf-container .section-thermal-feature .accordion .trigger {
  user-select: none;
}
.kf-container .section-thermal-feature .accordion .trigger span {
  display: inline-block;
  transition: all 250ms;
}
.kf-container .section-thermal-feature .accordion .tab:not(.active) .trigger {
  user-select: none;
}
.kf-container .section-thermal-feature .accordion .tab:not(.active) .trigger span {
  --color-1: #fff;
  --color-2: #fff;
}
.kf-container .section-thermal-feature .accordion.toggle-icon .tab .trigger span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../../innergigabyte/images/icon-accordion-collapsed.svg") 0 0 no-repeat;
  width: 20px;
  height: 21px;
  margin-left: 0.5em;
}
.kf-container .section-thermal-feature .accordion.toggle-icon .tab.active .trigger span::after {
  background: url("../../innergigabyte/images/icon-accordion-expanded.svg") 0 0 no-repeat;
}
@keyframes floating-mark {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -12px;
  }
}
@keyframes rotate-mark {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.kf-container .section-thermal-feature .gs-tab-content {
  display: none;
}
.kf-container .section-thermal-feature .gs-tab-content.active {
  display: block;
  animation: fadeIn 0.25s ease 0s;
}
.kf-container .section-thermal-feature .gs-tab-content.active .mark::before {
  animation: rotate-mark 2s ease 0s infinite, floating-mark 1s ease-in-out 0s infinite alternate;
  animation: rotate-mark 2s ease 0s infinite;
}
@media (max-width: 1320.98px) {
  .kf-container .section-thermal-feature .gs-tab-content img {
    width: 750px;
  }
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-feature .gs-tab-content img {
    width: 100vw;
  }
}
.kf-container .section-thermal-feature .mark {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}
.kf-container .section-thermal-feature .mark::before {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/icon-t_mark.svg") 0 0/cover no-repeat;
  width: 48px;
  height: 48px;
}
@media (max-width: 630.98px) {
  .kf-container .section-thermal-feature .mark::before {
    width: 32px;
    height: 32px;
  }
}
.kf-container .section-thermal-tech {
  padding-block: 80px;
  background: url("../../innergigabyte/images/bg-thermal.jpg") center/cover no-repeat;
}
.kf-container .section-thermal-tech .text-highlight {
  margin-top: 100px;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-tech .text-highlight {
    margin-top: calc(22px + 2.3333333333vw);
  }
}
.kf-container .section-thermal-tech .text-highlight ~ .text-highlight {
  margin-top: 40px;
}
.kf-container .section-thermal-tech video {
  max-width: 100%;
}
.kf-container .section-thermal-tech .thermal-swiper .swiper-slide {
  height: auto;
  transition: opacity 250ms ease;
}
.kf-container .section-thermal-tech .thermal-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  pointer-events: none;
}
.kf-container .section-thermal-tech .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-thermal-tech .swiper-slide {
    flex-direction: row;
  }
}
.kf-container .section-thermal-tech .swiper-slide .img img {
  width: 100%;
}
.kf-container .section-thermal-tech .swiper-slide .img,
.kf-container .section-thermal-tech .swiper-slide .text {
  flex: 0 auto;
  width: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-thermal-tech .swiper-slide .img,
  .kf-container .section-thermal-tech .swiper-slide .text {
    flex-basis: 50%;
    width: 50%;
  }
}
.kf-container .section-thermal-tech .swiper-slide .text {
  height: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-thermal-tech .swiper-slide .text {
    height: auto;
  }
}
.kf-container .section-thermal-tech .b-swiper-pagination {
  margin-top: 0;
}
.kf-container .section-thermal-tech .icon-gimate {
  height: 1.1em;
}
.kf-container .section-display .kp-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--casaul-body-spacer);
  justify-content: center;
  margin-top: var(--casaul-body-spacer);
}
.kf-container .section-display .kp-list .kp {
  min-width: 250px;
}
.kf-container .section-display .panel-scene {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.kf-container .section-display .scene-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .section-display .bg-panel {
  padding-top: calc(50vh - var(--model-height) * 0.5);
  padding-bottom: 200px;
}
.kf-container .section-display .model-container {
  width: 1767px;
  max-width: 100%;
  margin: 0 auto;
}
.kf-container .section-display .model-container img {
  display: block;
}
.kf-container .section-display .model-hardware {
  position: relative;
}
.kf-container .section-display .panel-main {
  position: relative;
  margin-left: 10%;
  z-index: 3;
}
.kf-container .section-display .panel-main img {
  width: 62.25%;
}
.kf-container .section-display .model-top {
  position: relative;
  margin-top: -52%;
}
.kf-container .section-display .model-top img {
  width: 100%;
}
.kf-container .section-display .model-bottom {
  position: relative;
  z-index: 4;
}
.kf-container .section-display .model-bottom img {
  width: 100%;
}
.kf-container .section-display .model-panel {
  position: absolute;
}
.kf-container .section-display .model-panel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-container .section-display .model-panel .text {
  z-index: 3;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  text-align: end;
  justify-content: start;
  align-items: end;
  padding: 3%;
  row-gap: 2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  font-size: 22.4px;
}
@media (max-width: 1200px) {
  .kf-container .section-display .model-panel .text {
    font-size: calc(20.16px + 0.1866666667vw);
  }
}
.kf-container .section-display .model-panel .text .kp-main {
  font-family: "AORUS", "Arial", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "SimHei", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", "Arial", "Verdana", "Helvetica", "sans-serif";
}
@media (max-width: 960.98px) {
  .kf-container .section-display .model-panel .text {
    margin-right: -25%;
    row-gap: 1rem;
    font-size: 16px;
  }
}
.kf-container .section-display .panel-scene-heading {
  text-align: center;
  position: relative;
  height: 100%;
  padding-bottom: 15.6%;
}
.kf-container .section-display .panel-scene-heading .panel-scene-title {
  height: 100%;
  display: flex;
  align-items: end;
  justify-self: start;
  margin-left: 9%;
  padding-bottom: 5%;
}
.kf-container .section-display .panel-scene-title {
  font-size: min(150px, 7.8125vw);
  font-family: "AORUS", "Arial", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "SimHei", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", "Arial", "Verdana", "Helvetica", "sans-serif";
  color: #fff;
}
.kf-container .section-display .wrapper {
  width: 1767px;
  max-width: 100%;
  margin: 0 auto;
}
.kf-container .section-display .bg-black {
  --gs-bg-opacity: .5;
  opacity: 0;
}
.kf-container .section-display .stroke-ani {
  position: relative;
}
.kf-container .section-display .stroke-ani .stroke {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.kf-container .section-display .stroke-ani .stroke-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  --clip-width-percent: 0%;
  clip-path: polygon(0 0, calc(var(--clip-width-percent) * 1.2) 0, var(--clip-width-percent) 120%, 0 120%);
}
.kf-container .section-display .stroke-ani.active .stroke-cover {
  --clip-width-percent: 100%;
  transition: --clip-width-percent 500ms ease;
}
@property --clip-width-percent {
  syntax: "<percentage>";
  /* <- defined as type number for the transition to work */
  initial-value: 0%;
  inherits: false;
}
.kf-container .section-display .timeline-null {
  height: 15vh;
}
.kf-container .section-display .timeline-p0 {
  height: 40vh;
}
.kf-container .section-display .timeline-p1 {
  height: 40vh;
}
.kf-container .section-display .timeline-p2 {
  height: 60vh;
}
.kf-container .section-display .timeline-p3 {
  height: 40vh;
}
.kf-container .section-display .timeline-p4 {
  height: 40vh;
}
.kf-container .section-display-feature {
  padding-block: calc(25.3333333333px + 6.2222222222vw);
}
.kf-container .section-display-feature .display-swiper {
  font-size: 16px;
  overflow: hidden;
}
.kf-container .section-display-feature .display-swiper .swiper {
  overflow: visible;
}
.kf-container .section-display-feature .display-swiper .swiper-slide {
  border: 1px solid #626262;
  padding: 0 0 1em;
  height: auto;
  transition: all 250ms ease;
}
.kf-container .section-display-feature .display-swiper .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.3;
}
.kf-container .section-display-feature .display-swiper p {
  margin: 10px 0;
}
.kf-container .section-outlook {
  position: relative;
  background: url("../../innergigabyte/images/bg-outlook.jpg") center bottom/100% auto no-repeat;
  --padding: max(1%, calc(22px + 2.3333333333vw));
  padding-bottom: calc(50.3% + var(--padding));
  padding-top: var(--padding);
}
@media (max-width: 960.98px) {
  .kf-container .section-outlook {
    background-size: 140% auto;
    padding-bottom: calc(70.42% + var(--padding));
  }
}
.kf-container .section-outlook .section-content {
  position: relative;
  min-height: 13vw;
  display: flex;
  align-items: center;
}
.kf-container .section-outlook .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to right, transparent, #000 40%, transparent);
  overflow: hidden;
  pointer-events: none;
}
.kf-container .section-outlook .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 150%;
  transform: rotate(-30deg);
  box-shadow: 0 0 100px 30px rgba(255, 255, 255, 0.1098039216);
  box-shadow: 0 0 25vw 3vw rgba(255, 255, 255, 0.15);
  mix-blend-mode: soft-light;
  animation: scan 12s infinite;
  animation: scan 8s infinite;
}
@keyframes scan {
  0% {
    left: -50%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@media (min-width: 961px) {
  .kf-container .section-outlook-pic .stickyCenter {
    background: url("../../innergigabyte/images/outlook-pic-pattern.svg") left center/min(500px, 30vw) auto no-repeat;
  }
}
.kf-container .section-outlook-pic .sticky-center-fixed {
  --min-offset: 0px;
}
.kf-container .section-outlook-pic .overlay-blocks {
  padding-block: calc(24px + 4.6666666667vw);
  align-items: center;
}
.kf-container .section-outlook-pic .overlay-blocks .row {
  --gs-gutter-y: var(--casaul-body-spacer);
}
@media (max-width: 630.98px) {
  .kf-container .section-outlook-pic .overlay-blocks img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.kf-container .section-outlook-pic .timeline-overlay .slide {
  height: 50vh;
}
.kf-container .section-outlook-pic .timeline-overlay .trans {
  height: 25vh;
}
.kf-container .section-kb {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(24px + 4.6666666667vw);
}
.kf-container .section-kb .left-img {
  display: flex;
  justify-content: end;
}
@media (max-width: 960.98px) {
  .kf-container .section-kb .left-img img {
    max-width: 100%;
  }
}
@keyframes wave-ripple {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  20% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  40% {
    transform: translateY(5px) scale(1.55);
    opacity: 1;
  }
  60% {
    transform: translateY(5px) scale(1.65);
    opacity: 1;
  }
  to {
    transform: translateY(5px) scale(1.7);
    opacity: 0;
  }
}
.kf-container .section-sound .bg-sound {
  background: url("../../innergigabyte/images/bg-sound.jpg") center 0 no-repeat;
  height: 1080px;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .bg-sound {
    background-size: 1200px auto;
    height: 675px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .bg-sound {
    background-size: 700px auto;
    height: 393.75px;
  }
}
.kf-container .section-sound .bg .cover {
  background: rgba(0, 1, 10, 0.9);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.kf-container .section-sound .bg .cover.active {
  opacity: 1;
}
.kf-container .section-sound .sound-model {
  position: relative;
  display: inline-block;
}
.kf-container .section-sound .sound-model img {
  max-width: 100%;
}
.kf-container .section-sound .sound-model .sound-waves,
.kf-container .section-sound .sound-model .sound-speaker {
  animation: fadeIn 800ms ease 0s backwards paused;
}
.kf-container .section-sound .sound-model .sound-waves {
  animation-delay: 900ms;
}
.kf-container .section-sound .sound-model.active .sound-waves,
.kf-container .section-sound .sound-model.active .sound-speaker {
  animation-play-state: running;
}
.kf-container .section-sound .section-content {
  position: relative;
  padding: 80px 0 20px;
  overflow: hidden;
}
.kf-container .section-sound .kp-list {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.kf-container .section-sound .kp-list .kp {
  flex: 0 auto;
}
.kf-container .section-sound .sound-hardware {
  position: relative;
  z-index: 3;
}
.kf-container .section-sound .sound-wave {
  position: absolute;
  transform-style: preserve-3d;
  perspective: 80em;
  z-index: 4;
}
.kf-container .section-sound .sound-wave.back {
  z-index: 2;
}
.kf-container .section-sound .sound-wave .wave {
  position: absolute;
  transform-style: preserve-3d;
}
.kf-container .section-sound .sound-wave .wave:nth-child(1) {
  transform: translateZ(0vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(1)::before {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 100ms;
}
.kf-container .section-sound .sound-wave .wave:nth-child(2) {
  transform: translateZ(1.3vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(2)::before {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 200ms;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border: 3px solid #2FCEFD;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(2)::before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-width: 2px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(2)::before {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-width: 1px;
  }
}
.kf-container .section-sound .sound-wave .wave:nth-child(3) {
  transform: translateZ(2.6vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(3)::before {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 300ms;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  border: 3px solid #20BBFB;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(3)::before {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    border-width: 2px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(3)::before {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
    border-width: 1px;
  }
}
.kf-container .section-sound .sound-wave .wave:nth-child(4) {
  transform: translateZ(3.9vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(4)::before {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 400ms;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  border: 3px solid #1095DB;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(4)::before {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    border-width: 2px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(4)::before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-width: 1px;
  }
}
.kf-container .section-sound .sound-wave .wave:nth-child(5) {
  transform: translateZ(5.2vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(5)::before {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 500ms;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  border: 3px solid #0388E7;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(5)::before {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
    border-width: 2px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(5)::before {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    border-width: 1px;
  }
}
.kf-container .section-sound-feature {
  padding-block: calc(24px + 4.6666666667vw) calc(26.6666666667px + 7.7777777778vw);
}
.kf-container .section-sound-feature .sound-pattern {
  background: url("../../innergigabyte/images/sound-pattern.svg") center 0 no-repeat;
  width: 231px;
  height: 27px;
}
.kf-container .section-sound-feature .sound-decoration {
  height: 4px;
  background: #fff;
}
.kf-container .section-sound-feature .kp-list {
  display: flex;
  flex-flow: row wrap;
  gap: var(--casaul-body-spacer);
}
.kf-container .section-sound-feature .kp-list .kp {
  flex: 0 auto;
}
.kf-container .section-sound-feature .sound-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense row;
  gap: var(--casaul-body-spacer);
}
@media (min-width: 961px) {
  .kf-container .section-sound-feature .sound-grid {
    width: 66.6%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid {
    grid-auto-rows: auto;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound-feature .sound-grid {
    grid-template-columns: 1fr;
  }
}
.kf-container .section-sound-feature .sound-grid > div {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  border: 1px solid #333333;
}
.kf-container .section-sound-feature .sound-grid > div .text {
  display: grid;
  justify-items: start;
  align-content: center;
  padding: var(--casaul-body-spacer);
}
.kf-container .section-sound-feature .sound-grid > div .img {
  position: relative;
}
.kf-container .section-sound-feature .sound-grid > div .img img, .kf-container .section-sound-feature .sound-grid > div .img video {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}
.kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) {
  grid-row: span 2/span 2;
  background: linear-gradient(180deg, #2B2B2B 0%, transparent 100px, transparent 100%);
}
.kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) .img {
  grid-row: -1/-2;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) {
    grid-row: auto;
    grid-column: span 3/span 3;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) .text {
    grid-column: span 2/span 2;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) .img {
    grid-row: auto;
    grid-column: -1/-2;
  }
}
.kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) {
  grid-column: span 2/span 2;
  background: linear-gradient(90deg, #2B2B2B 0%, transparent 100px, transparent 100%);
}
.kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) .img {
  grid-column: -1/-2;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) {
    grid-column: span 3/span 3;
  }
  .kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) .text {
    grid-column: span 2/span 2;
  }
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid > div:nth-child(2n) .img {
    grid-column: 1/2;
    grid-row: -1/-2;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .text,
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img {
    grid-row: auto;
    grid-column: auto;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .text img, .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .text video,
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img img,
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img video {
    position: static;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img {
    order: -1;
  }
}
.kf-container .section-productivity {
  padding-bottom: calc(24px + 4.6666666667vw);
}
.kf-container .section-productivity .parallax-img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(30vw, 600px);
}
.kf-container .section-productivity .parallax-img img {
  height: calc(100% + 15vh);
  object-fit: cover;
}
.kf-container .section-productivity .productivity-swiper {
  text-align: center;
}
.kf-container .section-productivity .productivity-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.kf-container .section-productivity .productivity-swiper .swiper-slide img {
  max-width: 100%;
  object-fit: cover;
}
.kf-container .section-productivity .productivity-swiper .h4 {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.75));
}
.kf-container .section-productivity .productivity-swiper .kp {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #888888;
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
}
.kf-container .section-productivity .productivity-swiper .kp-list {
  margin-top: 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.kf-container .section-productivity .productivity-swiper .kp-list .kp {
  flex: 0 1 auto;
}
@media (max-width: 960.98px) {
  .kf-container .section-productivity .productivity-swiper .kp-list .kp {
    width: 295px;
  }
}
.kf-container .section-productivity .productivity-swiper .bg {
  display: flex;
}
.kf-container .section-productivity .productivity-swiper .bg img {
  width: 100%;
}
.kf-container .section-productivity .productivity-swiper .text {
  display: grid;
  align-content: center;
  justify-items: center;
  padding-block: calc(22.6666666667px + 3.1111111111vw);
}
@media (max-width: 960.98px) {
  .kf-container .section-productivity .productivity-swiper .overlay-blocks {
    flex-flow: column;
  }
  .kf-container .section-productivity .productivity-swiper .overlay-blocks > .block + .block {
    margin-left: 0;
  }
}
.kf-container .section-io {
  padding-block: calc(21.3333333333px + 1.5555555556vw);
  background: url("../../innergigabyte/images/bg-io.jpg") center center no-repeat;
}
.kf-container .section-io .img-relative {
  display: inline-block;
}
.kf-container .section-io .img-relative img {
  width: 100%;
}
.kf-container .section-io .io-linelist {
  list-style: none;
  background: rgba(4, 4, 4, 0.4509803922);
  backdrop-filter: blur(3px);
  padding: 1.5em;
  border: 1px solid #333333;
  border-radius: 10px;
}
.kf-container .section-io .io-linelist li {
  position: relative;
  margin-left: 1em;
  padding-left: 0.4em;
}
.kf-container .section-io .io-linelist li + li {
  margin-top: 0.5em;
}
.kf-container .section-io .io-linelist .io-no, .kf-container .section-io .io-linelist .io-grid .io-port .text, .kf-container .section-io .io-grid .io-port .io-linelist .text {
  position: absolute;
  right: 100%;
  top: 0.5em;
}
.kf-container .section-io .io-no, .kf-container .section-io .io-grid .io-port .text {
  border-radius: 50%;
  height: 1em;
  width: 1em;
  font-size: 12px;
  padding: 4px;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-color);
  display: flex;
  margin-top: -4px;
}
.kf-container .section-io .io-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  margin-inline: auto;
  place-content: center;
  --line-color:#46e6e6;
}
@media (max-width: 960.98px) {
  .kf-container .section-io .io-grid {
    grid-template-columns: 150%;
    overflow: hidden;
    padding-block: 80px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-io .io-grid {
    grid-template-columns: 1fr;
  }
  .kf-container .section-io .io-grid .io-left {
    width: 300%;
    justify-self: end;
    transform: translateX(calc(17% - 5vw));
  }
  .kf-container .section-io .io-grid .io-right {
    width: 300%;
    justify-self: start;
    transform: translateX(calc(-25% + 5vw));
    margin-top: -38%;
  }
}
.kf-container .section-io .io-grid .io-linelist {
  position: absolute;
  max-width: min(500px, 90vw);
}
.kf-container .section-io .io-grid .io-port {
  position: absolute;
  display: flex;
  align-items: center;
}
.kf-container .section-io .io-grid .io-port .text {
  position: absolute;
  top: 0;
  line-height: 1;
  background: #000;
  transform: translate(-50%, -50%);
}
.kf-container .section-io .io-pattern {
  margin-top: -21%;
}
.kf-container .section-io .io-pattern img {
  width: 100%;
}
.kf-container .section-io .io-left {
  container-type: inline-size;
}
.kf-container .section-io .io-left .text {
  left: 100%;
  margin-left: 0.4em;
}
.kf-container .section-io .io-left .io-port::before {
  border-left: 1px solid #fff;
}
.kf-container .section-io .io-right {
  margin-top: -26%;
  container-type: inline-size;
  margin-bottom: auto;
}
.kf-container .section-io .io-right .text {
  left: 100%;
  margin-right: 0.4em;
}
.kf-container .section-io .io-right .io-port {
  flex-direction: row-reverse;
}
.kf-container .section-xboxgamepass {
  background: #000;
  padding: 5rem 0;
}
.kf-container .section-xboxgamepass .section-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: var(--casaul-body-spacer);
}
@media (min-width: 961px) {
  .kf-container .section-xboxgamepass .section-content {
    flex-direction: row;
  }
}
.kf-container .section-xboxgamepass .section-content > img {
  display: block;
  flex: 1 100%;
  width: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-xboxgamepass .section-content > img {
    flex-basis: 50%;
    width: 50%;
  }
}
.kf-container .section-xboxgamepass .caption {
  font-size: 12px;
}
.kf-container .section-tip {
  background: #000000;
  color: #afafaf;
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.7em;
  line-height: 1.4;
  font-family: "Titillium Web", "Noto Sans";
}
.kf-container .section-tip > .container {
  max-width: 74%;
}
.kf-container .section-tip ol {
  list-style: decimal;
  padding: 0;
  margin: 0;
}
.kf-container .section-tip ol li {
  margin-bottom: 10px;
}
.kf-container .section-tip .content-box {
  padding: 0;
}
.kf-container .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.kf-container .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.kf-container .slick-list:focus {
  outline: none;
}
.kf-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.kf-container .slick-slider .slick-track,
.kf-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.kf-container .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .slick-track:before,
.kf-container .slick-track:after {
  display: table;
  content: "";
}
.kf-container .slick-track:after {
  clear: both;
}
.kf-container .slick-loading .slick-track {
  visibility: hidden;
}
.kf-container .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.kf-container [dir=rtl] .slick-slide {
  float: right;
}
.kf-container .slick-slide img {
  display: block;
}
.kf-container .slick-slide.slick-loading img {
  display: none;
}
.kf-container .slick-slide.dragging img {
  pointer-events: none;
}
.kf-container .slick-initialized .slick-slide {
  display: block;
}
.kf-container .slick-loading .slick-slide {
  visibility: hidden;
}
.kf-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.kf-container .slick-arrow.slick-hidden {
  display: none;
}
.kf-container .slide a,
.kf-container .slick-filter button,
.kf-container .slick-initialized .slick-slide {
  outline: none;
}
.kf-container .slick-filter {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 15px;
}
.kf-container .slick-filter button {
  /*width: 100px;*/
  height: 50px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  border-radius: 0;
  cursor: pointer;
}
.kf-container .slick-slider {
  width: 100%;
  overflow: hidden;
}
.kf-container .tab_Video .slide,
.kf-container .tab_Review .slide {
  background-color: black;
}
.kf-container .GiMATE .slide {
  float: left;
  padding: 10px;
  /*  width: 33.33% !important;*/
  position: relative;
}
.kf-container .GiMATE .slide .photo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  border-radius: 99%;
  overflow: hidden;
}
.kf-container .section .tab_Testimony h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}
.kf-container .section .tab_Video h3,
.kf-container .section .tab_Review h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 50px 1rem 1rem 1rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
}
.kf-container .section .slide h4 {
  font-size: 0.85rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
.kf-container .section .slide p {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  /*	text-align: justify;*/
  opacity: 0.9;
  margin-bottom: 1rem;
}
.kf-container .slide .ModelName {
  color: #00DB87;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.kf-container .slick-initialized .slick-slide {
  margin: 0 10px;
  padding: 1.5rem;
}
.kf-container .tab_Testimony .slide {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 80px;
  margin: 50px 10px 0 10px;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.kf-container .top-part-service-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kf-container .top-part-service-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.kf-container .top-part-service-list ul li {
  display: inline-flex;
  padding: 0 0;
  max-width: 12.5%;
  justify-content: center;
  width: 100%;
}
.kf-container .top-part-service-list ul li a.link-dis {
  padding: 28px 0;
  width: 100%;
}
.kf-container .top-part-service-list ul li a.link-dis:hover,
.kf-container .active-slide-icon {
  background-color: #0aa705;
}
.kf-container .top-part-service-list ul li img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
.kf-container .tab_Video .slide,
.kf-container .tab_Review .slide {
  /*	min-width: 33.33%;*/
  padding: 0;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 10px;
  overflow: hidden;
}
.kf-container .carousel-img {
  display: inline-block;
  vertical-align: top;
  min-height: 221px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.kf-container .tab_Video .slide .carousel-img img,
.kf-container .tab_Review .slide .carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.kf-container .tab_Video .slide .icon.play,
.kf-container .tab_Review .slide .icon.play {
  background: url(../../innergigabyte/images/gimate/icon-play.svg);
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  z-index: 88;
  margin-top: -47px;
  margin-left: -47px;
}
.kf-container .clear:after {
  content: "";
  display: table;
  clear: both;
}
.kf-container .dropShadow,
.kf-container aside {
  display: inline-block;
  width: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.kf-container img {
  max-width: 100%;
  height: auto;
}
.kf-container ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.kf-container ::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.kf-container ::-webkit-scrollbar-thumb {
  background: #555555;
  border: 0 none #fff;
}
.kf-container ::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.kf-container ::-webkit-scrollbar-thumb:active {
  background: gray;
}
.kf-container ::-webkit-scrollbar-track {
  background: #000;
  border: 0 none #fff;
  border-radius: 50px;
}
.kf-container ::-webkit-scrollbar-track:hover {
  background: #000;
}
.kf-container ::-webkit-scrollbar-track:active {
  background: #333;
}
.kf-container ::-webkit-scrollbar-corner {
  background: transparent;
}
.kf-container .bgvideo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  z-index: -1;
  /* opacity: 1; */
}
.kf-container .mainContent > * {
  font-family: "Titillium Web", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei !important;
  font-weight: 300;
}
.kf-container .fontAORUS {
  font-family: "AORUS", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei !important;
}
.kf-container .fontAldrich {
  font-family: "Aldrich", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei !important;
}
.kf-container .fontGradient {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #FFFFFF, #FEB6FF, #8584FF, #6FA4FF, #7AFFFD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kf-container .headingA {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  width: 98%;
  max-width: 900px;
}
.kf-container .headingA.fontOrbitron {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  /* font-weight: 300; */
  margin-bottom: 10px;
}
.kf-container .headingA.fontOrbitron i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.kf-container .headingA.fontOrbitron i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00A3FF 2%, #FF32AF 100%);
}
.kf-container .headingB {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}
.kf-container .headingC {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.kf-container .wordingA {
  font-size: 1.1rem;
  line-height: 1.65rem;
  font-weight: 400;
  /* color   : #949494; */
}
.kf-container a.more {
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 8px 16px;
  background: #34FFBE;
  color: black;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.25s;
}
.kf-container a.more i {
  position: relative;
  display: inline-block;
  content: "";
  width: 9px;
  height: 16px;
  top: 3px;
  margin-left: 8px;
  background: url(../../innergigabyte/images/gimate/icon-arrow.svg) center/contain no-repeat;
  transition: all 0.25s;
}
.kf-container a.more:hover {
  color: #34FFBE;
  background: rgba(0, 0, 0, 0.2);
  border-color: #34FFBE;
}
.kf-container a.more:hover i {
  background: url(../../innergigabyte/images/gimate/icon-arrow-hover.svg) center/contain no-repeat;
}
.kf-container .Models a.more {
  color: #ff6400;
  border-color: #ff6400;
  background: transparent;
  margin-right: 5px;
}
.kf-container .Models a.more i {
  background: url(../../innergigabyte/images/gimate/icon-arrow-orange.svg) center/contain no-repeat;
}
.kf-container .buy {
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 8px 16px;
  background: #ff6400;
  color: white;
  border-radius: 5px;
  border: 1px solid #ff6400;
  transition: all 0.25s;
}
.kf-container .buy i {
  position: relative;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 8px;
  background: url(../../innergigabyte/images/gimate/icon-buy.svg) center/contain no-repeat;
  transition: all 0.25s;
}
.kf-container .colorWhite {
  color: white;
}
.kf-container .colorGimate {
  color: #34FFBE;
}
.kf-container .colorBlue {
  color: #46E6E6;
}
.kf-container .colorGray {
  color: #d1d1d1;
}
.kf-container .colorOrange {
  color: #ff6400;
}
.kf-container .textShadow {
  text-shadow: 1px 1px 0px black, 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.kf-container .textLeft {
  text-align: left !important;
}
.kf-container .textRight {
  text-align: right !important;
}
.kf-container .textCenter {
  text-align: center !important;
}
.kf-container .textUppercase {
  text-transform: uppercase;
}
.kf-container section,
.kf-container .section .inner {
  position: relative;
}
.kf-container .displayFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-container .directionColumn {
  flex-direction: column;
}
.kf-container .directionRow {
  flex-direction: row;
}
.kf-container .section .inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.kf-container .headingProducts {
  padding: 50px 0;
}
.kf-container .hero__background {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.kf-container .bgIMG {
  width: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.kf-container .bgIMG img,
.kf-container .bgIMG video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.kf-container .feature_format {
  position: relative;
  padding: 1px;
}
.kf-container .feature_format .slick-track {
  padding-block: 1px;
  margin-block: 1px;
}
.kf-container .feature_format .intro {
  font-size: 1.2rem;
  margin: 1rem auto;
}
.kf-container .feature_format .card:hover .posBottom {
  color: #34FFBE;
}
.kf-container .feature_format .card a {
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 1.5em;
}
.kf-container .feature_bgIMG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.kf-container .feature_bgIMG::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgb(0, 0, 0) 100%);
  z-index: -1;
}
.kf-container .feature_bgIMG img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: -2;
}
.kf-container .feature_format_inner {
  width: 98%;
  max-width: 1920px;
  position: relative;
  z-index: 1;
  margin: 50px auto 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kf-container .feature_intro {
  max-width: 1200px;
  margin: 0 auto;
}
.kf-container .iconThermal {
  width: 450px;
  max-width: 70%;
  margin-bottom: 1rem;
}
.kf-container .slick-slider-features {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 1rem auto;
}
.kf-container .slick-slider-features .slide {
  min-height: 360px;
  overflow: hidden;
}
.kf-container .posBottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.kf-container .card::before, .kf-container .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}
.kf-container .card::after {
  padding: 1px;
  background: #626262;
  -webkit-mask: linear-gradient(black 0 0) content-box, linear-gradient(black 0 0);
  -webkit-mask-composite: xor;
  z-index: 1;
  image-rendering: pixelated;
  color-rendering: optimizeQuality;
  transition: all 0.15s ease-in-out;
}
.kf-container .card::before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 0;
}
.kf-container .card:hover::after {
  background: #34FFBE;
}
.kf-container .Audio .slick-slider-features .slide {
  min-height: 490px;
}
.kf-container .GiMATE .slick-slider-features .slide {
  height: auto;
}
.kf-container .Card_features_content {
  position: relative;
  margin-top: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
}
.kf-container .logoGiMATE {
  width: 60px;
  margin-bottom: 1rem;
}
.kf-container .slick-initialized .slick-slide {
  padding: 10px;
}
.kf-container .slide .img_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.kf-container .slide .img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 105%;
  max-width: none;
  max-height: 105%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.kf-container .textGlitch {
  position: relative;
  display: block;
}
.kf-container .textGlitch:before,
.kf-container .textGlitch:after {
  content: attr(data-glitch);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.3;
}
.kf-container .textGlitch:before {
  text-shadow: -10px 0 #00ffff;
  clip: rect(24px, 550px, 90px, 0);
  -webkit-animation: glitch-anim 3s infinite linear alternate;
  animation: glitch-anim 3s infinite linear alternate;
  z-index: -1;
  opacity: 0.5;
}
.kf-container .textGlitch:after {
  text-shadow: 10px 0 #ff06ff;
  clip: rect(85px, 550px, 140px, 0);
  -webkit-animation: glitch-anim 2.5s infinite linear alternate;
  animation: glitch-anim 2.5s infinite linear alternate;
  z-index: -1;
}
@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(52px, 9999px, 1px, 0);
  }
  5% {
    clip: rect(109px, 9999px, 98px, 0);
  }
  10% {
    clip: rect(123px, 9999px, 96px, 0);
  }
  15% {
    clip: rect(79px, 9999px, 56px, 0);
  }
  20% {
    clip: rect(85px, 9999px, 135px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 134px, 0);
  }
  30% {
    clip: rect(119px, 9999px, 109px, 0);
  }
  35% {
    clip: rect(4px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(73px, 9999px, 49px, 0);
  }
  45% {
    clip: rect(112px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(77px, 9999px, 111px, 0);
  }
  55% {
    clip: rect(8px, 9999px, 79px, 0);
  }
  60% {
    clip: rect(39px, 9999px, 44px, 0);
  }
  65% {
    clip: rect(96px, 9999px, 73px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 56px, 0);
  }
  75% {
    clip: rect(103px, 9999px, 106px, 0);
  }
  80% {
    clip: rect(28px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(139px, 9999px, 33px, 0);
  }
  90% {
    clip: rect(83px, 9999px, 93px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 54px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 25px, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(52px, 9999px, 1px, 0);
  }
  5% {
    clip: rect(109px, 9999px, 98px, 0);
  }
  10% {
    clip: rect(123px, 9999px, 96px, 0);
  }
  15% {
    clip: rect(79px, 9999px, 56px, 0);
  }
  20% {
    clip: rect(85px, 9999px, 135px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 134px, 0);
  }
  30% {
    clip: rect(119px, 9999px, 109px, 0);
  }
  35% {
    clip: rect(4px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(73px, 9999px, 49px, 0);
  }
  45% {
    clip: rect(112px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(77px, 9999px, 111px, 0);
  }
  55% {
    clip: rect(8px, 9999px, 79px, 0);
  }
  60% {
    clip: rect(39px, 9999px, 44px, 0);
  }
  65% {
    clip: rect(96px, 9999px, 73px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 56px, 0);
  }
  75% {
    clip: rect(103px, 9999px, 106px, 0);
  }
  80% {
    clip: rect(28px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(139px, 9999px, 33px, 0);
  }
  90% {
    clip: rect(83px, 9999px, 93px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 54px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 25px, 0);
  }
}
.kf-container .Models {
  padding: 100px 0 0 0;
}
.kf-container .Models .feature_format_inner {
  max-width: 1200px;
}
.kf-container .ModelsNameA,
.kf-container .BuyInfo h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.kf-container .ModelsNameB {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  display: inline-block;
  /* text-align: center; */
}
.kf-container .Models ol li {
  margin-bottom: 0.5rem;
}
.kf-container .Models ol li:last-child {
  margin-bottom: 0;
}
.kf-container .slick-slider-models {
  max-width: 1200px;
  margin: 10px auto;
}
.kf-container .slick-slider-models hr {
  border: none;
  height: 1px;
  background: linear-gradient(135deg, #FFFFFF, #FEB6FF, #8584FF, #6FA4FF, #7AFFFD);
  margin: 1.5rem auto;
}
.kf-container .slick-slider-models .spec {
  margin-bottom: 1rem;
}
.kf-container .slick-slider-models .price p {
  color: #d1d1d1;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 20px;
}
.kf-container .slick-slider-models .price p strong {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.kf-container .btn_group {
  position: relative;
  margin: 30px auto;
}
.kf-container .btn_group a {
  display: inline-block;
  white-space: nowrap;
}
.kf-container .BuyInfo {
  background: #333;
  width: 95%;
  max-width: 1200px;
}
.kf-container .BuyInfo h3 {
  margin-bottom: 1rem;
}
.kf-container .BuyInfo .etailer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.kf-container .BuyInfo a {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin: 1%;
  background: white;
  /* border      : 1px solid; */
}
.kf-container .BuyInfo a img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.kf-container .fancybox__carousel.is-draggable .fancybox__slide,
.kf-container .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default !important;
}
.kf-container .scrollup {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  color: white;
  background: #333;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.kf-container .scrollup:hover {
  background: #ff6400;
}
.kf-container .goTopIcon {
  position: relative;
  top: 3px;
  width: 80%;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
}
.kf-container .slick-slider {
  position: relative;
}
.kf-container .slick-slide img {
  display: inline-block;
}
.kf-container .slick-arrow,
.kf-container .slick-arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 45px !important;
  height: 45px !important;
}
.kf-container .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}
.kf-container .slick-arrow::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 10%;
  top: 50%;
  left: 50%;
  background-color: white;
  clip-path: polygon(100% 3px, 3px 3px, 3px 100%, 0 100%, 0 0, 100% 0);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.kf-container .slick-arrow:hover::after,
.kf-container .Explore .slick-arrow::after {
  background-color: #46E6E6;
}
.kf-container .slick-arrow.slick-prev {
  left: 0;
}
.kf-container .slick-arrow.slick-next {
  right: -20px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.kf-container .slick-arrow::after {
  width: 70% !important;
  height: 70% !important;
}
.kf-container .Card_features .slick-arrow {
  width: 30px !important;
  height: 30px !important;
}
.kf-container .Card_features .slick-arrow::after {
  width: 30% !important;
  height: 30% !important;
}
.kf-container .slick-disabled {
  opacity: 0.2;
}
.kf-container .slick-slider-articles {
  max-width: 1750px;
  margin: 0 auto;
}
.kf-container .slick-slider-articles a {
  display: inline-block;
}
.kf-container .slick-slider-articles a:hover {
  color: #46E6E6;
}
.kf-container .slick-slider-articles .img_container img,
.kf-container .slick-slider-articles .img_container i,
.kf-container .slick-arrow::after,
.kf-container .recentCard img,
.kf-container .recentCard:hover .iconPlay,
.kf-container .launchVideo h3,
.kf-container .launchVideo img,
.kf-container aside,
.kf-container .btn_more,
.kf-container .Models_More,
.kf-container .launchVideo i,
.kf-container .feature_Video:hover i,
.kf-container .feature_Video:hover i::before,
.kf-container .feature_Video:hover i::after {
  transition: all 0.15s;
}
.kf-container .slider-articles a:hover .img_container .iconPlay,
.kf-container .recentCard:hover img,
.kf-container .recentCard:hover .iconPlay,
.kf-container .launchVideo:hover h3,
.kf-container .launchVideo:hover .iconPlay,
.kf-container .slick-slider-articles a:hover .img_container img,
.kf-container .feature_Video:hover i,
.kf-container .feature_Video:hover i::before,
.kf-container .feature_Video:hover i::after {
  transform: translate(-50%, -50%) scale(1.15);
}
.kf-container .slick-slider-articles .img_container:hover img,
.kf-container .recentCard:hover img,
.kf-container .launchVideo:hover img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.kf-container .slick-slider-articles .headingC {
  font-size: 1.35rem;
  line-height: 1.65rem;
  font-weight: 600;
  color: black;
  display: inline-block;
  width: 100%;
  height: 3.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.kf-container .slick-arrow,
.kf-container .slick-arrow:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .kf-container .hero_headline_1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .kf-container .hero_headline_2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .kf-container .headingA {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .kf-container .Performance-item p,
  .kf-container .headingC,
  .kf-container .ModelsNameA,
  .kf-container .BuyInfo h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .kf-container .slick-slider-models .price p strong {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .kf-container .wordingA {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .kf-container .btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .kf-container .btn_group a {
    width: 150px;
    max-width: 80%;
    margin: 0;
  }
  .kf-container .btn_group a:first-child {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .kf-container .scrollup {
    width: 35px;
    height: 35px;
  }
}

body.static-web .kf-container ._gs_fade_in {
  opacity: 1 !important;
  transform: none !important;
}
body.static-web .kf-container .scale-img img {
  animation: none !important;
}
body.static-web .kf-container .parallax-img img {
  transform: none !important;
}
body.static-web .kf-container .section-oc .oc-bg2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
body.static-web .kf-container .top-image img {
  width: 100dvw !important;
}
body.static-web .kf-container .timeline {
  position: fixed;
  top: -1px;
  height: 0 !important;
}
body.static-web .kf-container .sticky-top, body.static-web .kf-container .stickyTop, body.static-web .kf-container .sticky-center, body.static-web .kf-container .stickyCenter {
  position: relative;
}
body.static-web .kf-container .sticky-center-fixed, body.static-web .kf-container .sticky-fixed {
  --sf-content-height: 0 !important;
}
body.static-web .kf-container .b-swiper .b-swiper-pagination {
  display: none;
}
body.static-web .kf-container .feature-swiper .feature-swiper-navigation {
  display: none;
}
body.static-web .kf-container .sticky-dots .dots {
  visibility: hidden !important;
}
body.static-web .kf-container .section-thermal-tech .thermal-swiper .swiper-wrapper {
  flex-flow: column !important;
  transform: none !important;
}
body.static-web .kf-container .section-thermal-tech .thermal-swiper .swiper-slide {
  opacity: 1 !important;
}
body.static-web .kf-container .section-ram .ram-swiper .swiper-wrapper {
  flex-flow: column !important;
  transform: none !important;
}
body.static-web .kf-container .section-ram .ram-swiper .swiper-slide {
  margin-bottom: 30px;
}
body.static-web .kf-container .section-display-feature .display-swiper .swiper-wrapper {
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 50px;
}
body.static-web .kf-container .section-outlook .bg-outlook .intro > * {
  animation: none !important;
}
body.static-web .kf-container .section-outlook .outlook-hardware .cover {
  animation: none !important;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks {
  flex-wrap: wrap;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks .block {
  opacity: 1 !important;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks .block:nth-child(2n) .row {
  flex-direction: row-reverse !important;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks .block:nth-child(2n) .w960\:col-7 {
  display: flex;
  justify-content: end;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks > .block + .block {
  margin-left: 0;
  margin-top: 50px;
}
body.static-web .kf-container .section-sound .bg .cover {
  opacity: 0 !important;
}
body.static-web .kf-container .section-sound .sound-model .sound-waves,
body.static-web .kf-container .section-sound .sound-model .sound-speaker {
  animation: none !important;
}
body.static-web .kf-container .section-sound .sound-wave .wave::after {
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  transform: translateY(5px) scale(1.55);
}
body.static-web .kf-container .section-productivity .productivity-swiper .swiper-wrapper {
  height: auto !important;
  flex-flow: column !important;
  transform: none !important;
}
body.static-web .kf-container .section-productivity .productivity-swiper .swiper-slide {
  margin-bottom: 30px;
}
body.static-web .kf-container .section-productivity .overlay-blocks {
  flex-wrap: wrap;
}
body.static-web .kf-container .section-productivity .overlay-blocks .block {
  opacity: 1 !important;
}
body.static-web .kf-container .section-productivity .overlay-blocks .block:nth-child(2n) .row {
  flex-direction: row-reverse !important;
}
body.static-web .kf-container .section-productivity .overlay-blocks .block:nth-child(2n) .w960\:col-7 {
  display: flex;
  justify-content: end;
}
body.static-web .kf-container .section-io .io-grid .io-left, body.static-web .kf-container .section-io .io-grid .io-right {
  transform: none !important;
}

body.hide-texts .kf-container * {
  color: transparent !important;
}
body.hide-texts .kf-container .eyebrow span,
body.hide-texts .kf-container .color-highlight {
  background: none;
}
body.hide-texts .kf-container .section-display .panel-scene .text {
  visibility: hidden;
}

body.make-fluid .kf-container .w1320\:container, body.make-fluid .kf-container .w960\:container, body.make-fluid .kf-container .w600\:container, body.make-fluid .kf-container .w400\:container, body.make-fluid .kf-container .container {
  max-width: 100% !important;
}

body.show-timeline .timeline {
  position: relative;
  z-index: 200;
}
body.show-timeline .timeline:not(:has(*)):nth-child(2n) {
  background: rgba(60, 255, 0, 0.301);
}
body.show-timeline .timeline:not(:has(*)):nth-child(2n+1) {
  background: rgba(238, 255, 0, 0.301);
}
body.show-timeline .timeline > *:nth-child(2n) {
  background: rgba(60, 255, 0, 0.301);
}
body.show-timeline .timeline > *:nth-child(2n+1) {
  background: rgba(238, 255, 0, 0.301);
}

._gs-kf-cxtmenu {
  position: fixed;
  border-radius: 5px;
  background: #fff;
  color: #000;
  padding: 10px 0;
  z-index: 2147483647;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-item {
  cursor: pointer;
  background: #fff;
  transition: all 250ms ease;
  padding: 0.5em 1.5em;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-item:hover {
  background: #e2e2e2;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-switch {
  position: relative;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-switch._active::after {
  content: "V";
  position: absolute;
  left: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-number {
  cursor: ew-resize;
  margin-inline-start: 0.5em;
  width: 50px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/main.scss%22,%22../scss/_gimate.scss%22,%22../scss/_base.scss%22,%22../scss/_function.scss%22,%22../scss/_gs_tip.scss%22,%22../scss/_gs_dots.scss%22,%22../scss/_b-swiper.scss%22,%22../scss/_sections.scss%22,%22../scss/_rfs.scss%22,%22../scss/_static-web.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAEA;EACI;EACA;EACA;;;AAEJ;ACPA;AAiUA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AA4CA;AA2CA;AAcA;AAgMA;AAiCA;AAsCA;AAoMA;AAgNA;AA8EA;AAmDA;AAiCA;;ACluCI;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUI;EACA;;AAEJ;AAAA;AAAA;EAGI;EACA;;AA4CJ;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKA;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EAEA;EACA;EACA;EAEA;;AAEA;AAAA;EAEI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAIR;EACI;;ACvDA;EACI;EACA;EAgBJ,gBAFa;;AD0Cb;EACI;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EA5LA,aAba;EAcb;EACA,aA2L2B;EA1L3B;EA2LI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAKR;EACI;;AAEJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AE9SZ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;ACrBR;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAWA;EAvBJ;IAwBQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EAGA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EA3BJ;IA4BQ;IACA;;;AAIR;EACI;EACA;EAEA;EACA;EACA;EACA;;AAIA;EACI;;AAGR;EACI;EAEA;;AAGA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EAEI;;AAKJ;EACI;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIZ;EACI;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAKA;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAKhB;EAEI;EACA;EACA;;AAEA;EAEI;EACA;;AAEA;EACI;EACA;;AAKA;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAKhB;EACI;IACI;;;AC5LJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAMA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AA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I;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;AACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AA6BJ;EACI;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AAOJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;AACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;AACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAOJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKI;EACI;;AAMZ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACI;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;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%22,%22file%22:%22bundle.css%22%7D */
