@charset "UTF-8";
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;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container{
  --tw-gutter-x: 1rem;
  --tw-gutter-y: 0;
  padding-right: calc(1rem * .5);
  padding-right: calc(var(--tw-gutter-x) * .5);
  padding-left: calc(1rem * .5);
  padding-left: calc(var(--tw-gutter-x) * .5);
}

.row{
  display: flex;
  flex-wrap: wrap;
  table-layout: auto;
  margin-top: calc(-1 * var(--tw-gutter-y));
  margin-right: calc(-.5 * var(--tw-gutter-x));
  margin-left: calc(-.5 * var(--tw-gutter-x));
}

.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tw-gutter-x) * .5);
  padding-left: calc(var(--tw-gutter-x) * .5);
  margin-top: var(--tw-gutter-y);
}

.section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

*,
  ::before,
  ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
  }

/*!
   * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
   * Copyright 2019-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
   */

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../../innergigabyte/fonts/bootstrap-icons/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../../innergigabyte/fonts/bootstrap-icons/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
  }

.bi::before,
  [class^=bi-]::before,
  [class*=" bi-"]::before {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.bi-pause-circle::before {
    content: "\f4c2";
  }

.bi-play-circle::before {
    content: "\f4f3";
  }

.kf-container .container {
    max-width: 90%;
  }

.kf-container  .container{
  --tw-gutter-x: var(--casaul-body-spacer, 1vw);
}

.kf-container  .row{
  --tw-gutter-x: var(--casaul-body-spacer, 1vw);
}
.kf-container .absolute{
  position: absolute;
}
.kf-container .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.kf-container .mt-6{
  margin-top: 1.5rem;
}
.kf-container .block{
  display: block;
}
.kf-container .flex{
  display: flex;
}
.kf-container .h-full{
  height: 100%;
}
.kf-container .w-full{
  width: 100%;
}
.kf-container .max-w-full{
  max-width: 100%;
}
.kf-container .flex-col{
  flex-direction: column;
}
.kf-container .justify-center{
  justify-content: center;
}
.kf-container :is(.space-y-10 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - 0));
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(2.5rem * calc(1 - 0));
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 0);
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.kf-container .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .p-4{
  padding: 1rem;
}
.kf-container .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.kf-container .ps-10{
  padding-left: 2.5rem;
}
.kf-container .text-center{
  text-align: center;
}
.kf-container  .center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container  .center-y{
  display: flex;
  align-items: center;
}
/* input */
.kf-container {
  /**
   * Swiper 10.0.4
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: July 8, 2023
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Slide styles start */
  /* 3D Shadows */
  /* Slide styles end */
  /* Navigation font start */
  /* Navigation font end */
  /* Common Styles */
  /* Bullets */
  /* Fraction */
  /* Progress */
  font-family: Titillium Web, Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  position: relative;
  box-sizing: border-box;
  background: #000;
  color: #ccc;
  font-size: 18px;
  --localnav-height: 46px;
  --casaul-body-spacer: 16px;
}
.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 img {
  display: block;
}
.kf-container h2{
  font-family: Orbitron, Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}
.kf-container h3{
  font-family: Orbitron, Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
}
.kf-container h4{
  font-family: Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  font-weight: 400;
}
.kf-container h5{
  font-family: Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
}
.kf-container .note {
  font-size: 14px;
  line-height: 16px;
  filter: brightness(80%);
}
.kf-container .kp-info-value{
  font-family: Titillium Web, Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  color: #00ffff;
  font-size: 42px;
  line-height: 48px;
  font-family: "aldrich";
}
.kf-container .kp-info-top-bottom {
  color: #fff;
  font-size: 16.5px;
  line-height: 18.975px;
}
.kf-container .kp-info-string{
  font-family: AORUS, Noto Sans, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  color: #00ffff;
  font-size: 27px;
  line-height: 30px;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.kf-container :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.kf-container .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.kf-container .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.kf-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.kf-container .swiper-android .swiper-slide,
.kf-container .swiper-ios .swiper-slide,
.kf-container .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.kf-container .swiper-horizontal {
  touch-action: pan-y;
}
.kf-container .swiper-vertical {
  touch-action: pan-x;
}
.kf-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.kf-container .swiper-slide-invisible-blank {
  visibility: hidden;
}
.kf-container .swiper-autoheight,
.kf-container .swiper-autoheight .swiper-slide {
  height: auto;
}
.kf-container .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.kf-container .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.kf-container .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.kf-container .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.kf-container .swiper-3d {
  perspective: 1200px;
}
.kf-container .swiper-3d .swiper-slide,
.kf-container .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.kf-container .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.kf-container .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.kf-container .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.kf-container .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.kf-container .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.kf-container .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.kf-container .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.kf-container .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.kf-container .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.kf-container .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
.kf-container .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.kf-container .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.kf-container .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.kf-container .swiper-3d .swiper-slide-shadow,
.kf-container .swiper-3d .swiper-slide-shadow-left,
.kf-container .swiper-3d .swiper-slide-shadow-right,
.kf-container .swiper-3d .swiper-slide-shadow-top,
.kf-container .swiper-3d .swiper-slide-shadow-bottom,
.kf-container .swiper-3d .swiper-slide-shadow,
.kf-container .swiper-3d .swiper-slide-shadow-left,
.kf-container .swiper-3d .swiper-slide-shadow-right,
.kf-container .swiper-3d .swiper-slide-shadow-top,
.kf-container .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.kf-container .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.kf-container .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.kf-container .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.kf-container .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.kf-container .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.kf-container .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.kf-container .swiper-button-prev,
.kf-container .swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.kf-container .swiper-button-prev.swiper-button-disabled,
.kf-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.kf-container .swiper-button-prev.swiper-button-hidden,
.kf-container .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .kf-container .swiper-button-prev,
.swiper-navigation-disabled .kf-container .swiper-button-next {
  display: none !important;
}
.kf-container .swiper-button-prev svg,
.kf-container .swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .kf-container .swiper-button-prev svg,
.swiper-rtl .kf-container .swiper-button-next svg {
  transform: rotate(180deg);
}
.kf-container .swiper-button-prev,
.kf-container .swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.kf-container .swiper-button-next,
.kf-container .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.kf-container .swiper-button-lock {
  display: none;
}
.kf-container .swiper-button-prev:after,
.kf-container .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.kf-container .swiper-button-prev:after,
.kf-container .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.kf-container .swiper-button-next,
.kf-container .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.kf-container .swiper-button-next:after,
.kf-container .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.kf-container .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.kf-container .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .kf-container .swiper-pagination, .kf-container .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.kf-container .swiper-pagination-fraction,
.kf-container .swiper-pagination-custom,
.kf-container .swiper-horizontal > .swiper-pagination-bullets,
.kf-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.kf-container .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.kf-container .swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.kf-container .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .kf-container .swiper-pagination-bullet {
  cursor: pointer;
}
.kf-container .swiper-pagination-bullet:only-child {
  display: none !important;
}
.kf-container .swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.kf-container .swiper-vertical > .swiper-pagination-bullets,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.kf-container .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.kf-container .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.kf-container .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.kf-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.kf-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.kf-container .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.kf-container .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.kf-container .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.kf-container .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.kf-container .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.kf-container .swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
.kf-container .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.kf-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .kf-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .kf-container .swiper-pagination-progressbar, .kf-container .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .kf-container .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .kf-container .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .kf-container .swiper-pagination-progressbar, .kf-container .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .kf-container .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .kf-container .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.kf-container .swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.kf-container .swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .kf-container .swiper-scrollbar, .kf-container .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .kf-container .swiper-scrollbar, .kf-container .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .kf-container .swiper-scrollbar, .kf-container .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.kf-container .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.kf-container .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.kf-container .swiper-scrollbar-lock {
  display: none;
}
.kf-container .swiper-wrapper {
  box-sizing: border-box;
}
.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: 8px;
  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 4px;
  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: 4px 0;
  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 h2,
.kf-container h3,
.kf-container h4,
.kf-container h5,
.kf-container h6 {
  color: #fff;
}
.kf-container *,
.kf-container *::before,
.kf-container *::after {
  box-sizing: inherit;
}

.innergigabyteContent .dots {
  position: fixed;
  right: 1vw;
  top: 50%;
  color: white;
  z-index: 9999;
  display: grid;
  justify-items: flex-end;
  grid-gap: 16px;
  gap: 16px;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(calc(100% + 1vw)) translateY(-50%);
}
.innergigabyteContent .dots::before {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/sidebar-1.png") 0 0/auto 100% no-repeat;
  width: 5px;
  height: 143px;
}
.innergigabyteContent .dots::after {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/sidebar-2.png") 0 0/auto 100% no-repeat;
  width: 5px;
  height: 143px;
}
.innergigabyteContent .dots.active {
  opacity: 1;
  transform: translateX(0%) translateY(-50%);
}
.innergigabyteContent .dots a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.innergigabyteContent .dots a.hide {
  display: none;
}
.innergigabyteContent .dots a p {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5647058824);
  font-size: 12px;
  text-align: right;
  pointer-events: none;
  padding: 0 8px 0 0;
  position: relative;
  left: 0;
  width: 100%;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.innergigabyteContent .dots a div {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 1px solid #ff6400;
  width: 0.6em;
  height: 0.6em;
  transition: 0.2s;
}
.innergigabyteContent .dots a div.active {
  background-color: #ff6400;
}
.innergigabyteContent .dots a:has(div.active) p, .innergigabyteContent .dots a:hover p {
  color: #fff;
}
.innergigabyteContent .dots a:hover div {
  background-color: #ff6400;
}

.kf-container a[data-tip] {
  font-size: 0.8em;
  vertical-align: super;
  display: inline-block;
  font-weight: 100;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
  font-size: 12px;
  font-family: Arial;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
  /* transform    : scale(0.8); */
  transform-origin: center;
  padding: 1px 3px;
  line-height: 1;
  font-weight: bolder;
  margin-left: 2px;
  text-shadow: 0 0 1px;
}
.kf-container a[data-tip]:active, .kf-container a[data-tip]:hover, .kf-container a[data-tip]:visited {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #ff6400;
  border: 1px solid #ff6400;
  color: #000;
}
.kf-container .section-tip {
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.7em;
  line-height: 1.4;
  font-family: "Titillium Web";
}
.kf-container .section-tip > .container {
  max-width: 74%;
}
.kf-container .section-tip ol {
  padding: 0;
  margin: 0;
}
.kf-container .section-tip ol li {
  margin-bottom: 10px;
}
.kf-container .section-tip .content-box {
  padding: 0;
}
.KeyfeatureParseContenArea.blackBackGround .kf-container .section-tip, .theme-dark .kf-container .section-tip {
  background: #000000;
  color: #afafaf;
}
.kf-container .sections{
  flex-direction: column;
  display: flex;
  align-items: center;
}
.kf-container img.pattern{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
}
.kf-container .feature-swiper {
  font-size: 0.8em;
}
.kf-container .feature-swiper .swiper-slide {
  height: auto;
}
.kf-container .feature-swiper-navigation {
  --swiper-navigation-size: 36px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  margin: 0.8em 0;
  font-size: 1em;
  gap: 1em;
}
.kf-container .feature-swiper-navigation .swiper-button-prev,
.kf-container .feature-swiper-navigation .swiper-button-next {
  position: static;
  margin: 0;
  width: 44px;
  width: var(--swiper-navigation-size);
  height: 44px;
  height: var(--swiper-navigation-size);
  transition: color 150ms ease;
  padding: 0;
  box-sizing: content-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .feature-swiper-navigation .swiper-button-prev.swiper-button-disabled,
.kf-container .feature-swiper-navigation .swiper-button-next.swiper-button-disabled {
  filter: saturate(0);
}
.kf-container .feature-swiper-navigation .swiper-button-prev::after,
.kf-container .feature-swiper-navigation .swiper-button-next::after {
  content: none;
}
.kf-container .feature-swiper-navigation .swiper-button-prev > svg,
.kf-container .feature-swiper-navigation .swiper-button-prev > i,
.kf-container .feature-swiper-navigation .swiper-button-next > svg,
.kf-container .feature-swiper-navigation .swiper-button-next > i {
  display: none;
}
.kf-container .feature-swiper-navigation .swiper-button-prev {
  background-image: url("../../innergigabyte/images/swiper-button-prev.svg");
  transition: background 0.5s;
}
.kf-container .feature-swiper-navigation .swiper-button-prev:hover {
  background-image: url("../../innergigabyte/images/swiper-button-prev2.svg");
}
.kf-container .feature-swiper-navigation .swiper-button-next {
  background-image: url("../../innergigabyte/images/swiper-button-next.svg");
  transition: background 0.5s;
}
.kf-container .feature-swiper-navigation .swiper-button-next:hover {
  background-image: url("../../innergigabyte/images/swiper-button-next2.svg");
}
.kf-container .section-kv {
  position: relative;
  padding: 0;
}
.kf-container .section-kv img, .kf-container .section-kv video {
  display: block;
  width: 88%;
  margin: 0 auto;
}
.kf-container .section-summary {
  background: url("../../innergigabyte/images/kft-bg.jpg") center no-repeat;
  background-size: cover;
  min-height: 50vh;
  width: 100%;
  max-width: 2560px;
}
.kf-container .section-summary ul {
  list-style: disc;
}
.kf-container .tinyTrash {
  background-image: url("../../innergigabyte/images/tinyTrash-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-width: 2560px;
  width: 100%;
  padding: 10rem 0 5rem;
}
.kf-container .tinyTrash .tinyTrash-swiper .swiper {
  overflow: visible;
}
.kf-container .tinyTrash .tinyTrash-swiper .swiper-slide {
  height: auto;
  opacity: 0.3;
  transition: opacity 250ms;
}
.kf-container .tinyTrash .tinyTrash-swiper .swiper-slide-active {
  opacity: 1;
}
.kf-container .tinyTrash .img{
  margin-bottom: 1.25rem;
  max-height: 600px;
  overflow: hidden;
  border-radius: 15px;
}
.kf-container .tinyTrash img:not(.pattern){
  margin-bottom: 2.5rem;
  border-radius: 15px;
}
.kf-container .section-diy{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .section-diy {
  margin-bottom: 4%;
  margin-top: 4%;
}
.kf-container .section-diy .slide-image video,
.kf-container .section-diy .slide-image img {
  width: 100%;
  margin-bottom: 2.5rem;
}
.kf-container .section-diy .diy-swiper .swiper {
  overflow: visible;
}
.kf-container .section-diy .diy-swiper .swiper-slide {
  height: auto;
  opacity: 0.15;
  transition: opacity 250ms;
}
.kf-container .section-diy .diy-swiper .swiper-slide-active {
  opacity: 1;
}
.kf-container .section-diy .diy-swiper .qcard {
  height: 100%;
}
.kf-container .section-diy .diy-swiper .gs-tabs {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.kf-container .section-diy h4 {
  font-size: 20px;
  line-height: 1.4;
}
.kf-container .section-diy .gs-tabs .gs-tab {
  height: auto;
}
.kf-container .section-diy .gs-tabs .gs-tab .btn-gameassist {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.kf-container .section-diy .gs-tabs .gs-tab.active .btn-gameassist {
  background-color: rgba(0, 238, 255, 0.15);
  border: 1px solid #46e6e6;
}
.kf-container .section-diy .latch-swiper img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.kf-container .section-diy .latch-swiper p {
  margin: 0;
}
.kf-container .section-diy .section-content {
  position: relative;
  --bg-opacity: .6;
  width: 40%;
}
.kf-container .section-diy img.thumb {
  max-width: 200px;
}
.kf-container .section-diy .icons {
  max-width: 300px;
}
.kf-container .section-diy .icons{
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.kf-container .section-diy .icons img {
    display: inline-block;
    vertical-align: middle;
  height: 80px;
  }
.kf-container .section-diy .sticky-center {
  position: sticky;
  top: calc(50% - 0px);
  top: calc(50% - var(--hardware-height, 0px));
  height: auto;
  align-self: start;
  width: 60%;
}
.kf-container .DIY{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .DIY {
  background-image: url("../../innergigabyte/images/DIY-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2560px;
}
.kf-container .DIY div:has(> .text + .img) .text div {
  display: flex;
  flex-direction: column;
}
.kf-container .DIY div:has(> .text + .img) .text div img {
  align-self: flex-start;
}
.kf-container .DIY div:has(> .text + .img) .img{
  position: relative;
  overflow: hidden;
}
.kf-container :is(.DIY div:has(> .text + .img) .img){
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .DIY div:has(> .text + .img) .img {
  max-height: 85dvh;
}
.kf-container .Cooling{
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 2560px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10rem;
}
.kf-container .Cooling .sticky-center {
  position: sticky;
  top: 0;
  height: auto;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kf-container .Cooling .sticky-center .camera {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
}
.kf-container .Cooling .sticky-center .camera img {
  max-width: 90%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.kf-container .Cooling .sticky-center .camera .video {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.kf-container .Cooling .sticky-center .camera .video::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.kf-container .Cooling .sticky-center .camera .video video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160%;
  height: 100%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .Cooling .sticky-center .camera h3 {
  position: absolute;
  font-size: 128px;
  text-align: center;
  z-index: 3;
  opacity: 0;
}
.kf-container .Cooling .sticky-center .text {
  position: relative;
  display: grid;
  justify-items: center;
  /* margin-top: calc(min(100vw, 1584px) * -.1) ;
  z-index: 1; */
}
.kf-container .Cooling .section-content {
  width: 0;
  min-height: 250vh;
}
.kf-container .Cooling .text {
  position: relative;
  z-index: 1;
  --text-gap: 20px;
  margin-top: calc(-50dvh + min(400px, 25vw) + 20px);
  margin-top: calc(-50dvh + min(400px, 25vw) + var(--text-gap));
}
.kf-container .AirFlow{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .AirFlow {
  max-width: 2560px;
  background: url("../../innergigabyte/images/airflow-bg.jpg") center no-repeat;
  background-size: 100%;
  --bg-size: 2560px;
  background-size: calc(2560px + 295px) auto;
  background-size: calc(var(--bg-size) + 295px) auto;
  background-position-x: calc(50vw - 1751px);
  /* &>img {
      position: absolute;
      width: 160%;
      margin-left: -30%;
      height: 100%;
      object-fit: cover;
      @media screen and (max-width: 1320px) {
          width: 200%;
          margin-left: -50%;
      }
      @media screen and (max-width: 960px) {
          width: 200%;
          margin-left: 0%;
          margin-top: -30%;
      }
      @media screen and (max-width: 600px) {
          width: 200%;
          margin-left: 0%;
          margin-top: -40%;
      }
  } */
}
.kf-container .AirFlow div:has(> .imgs + .text){
  flex-direction: column;
}
.kf-container :is(.AirFlow div:has(> .imgs + .text)){
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .AirFlow .imgs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-container .AirFlow .imgs img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kf-container .AirFlow .imgs img:first-child {
  position: relative;
}
.kf-container .AirFlow .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kf-container .AirFlow .text img {
  align-self: flex-start;
}
.kf-container .AirFlow .text .spec {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.kf-container .AirFlow .text .spec p {
  line-height: 1;
}
.kf-container .RGB {
  background-image: url("../../innergigabyte/images/rgb-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 2560px;
  width: 100%;
  padding-top: 33.59375%;
  padding-bottom: 6vw;
}
.kf-container .GCC{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .GCC {
  max-width: 2560px;
}
.kf-container .GCC div:has(> .text) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.kf-container .GCC div:has(> .text) .text {
  display: grid;
  justify-items: center;
}
.kf-container .GCC .gcc-img{
  margin-top: 2rem;
}
.kf-container .GCC .gcc-img img {
  border-radius: 15px;
}
@media (min-width: 631px){
  .container{
    max-width: 631px;
  }
  .kf-container  .container{
    max-width: 80%;
  }
  .kf-container {
    --casaul-body-spacer: 32px;
  }
  .kf-container .section-diy .icons{
    max-width: 100%;
  }
}
@media (min-width: 961px){
  .container{
    max-width: 961px;
  }
  .kf-container .w960\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .kf-container .w960\:text-start{
    text-align: left;
  }
  .kf-container .w960\:col-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w960\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w960\:col-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w960\:col-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w960\:col-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .section-diy{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .DIY{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .AirFlow{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .kf-container .AirFlow div:has(> .imgs + .text){
    flex-direction: row;
  }
  .kf-container .GCC{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .kf-container .GCC .gcc-img{
    margin-top: 4rem;
  }
}
@media (min-width: 1321px){
  .container{
    max-width: 1321px;
  }
  .kf-container  .container{
    max-width: 1200px;
  }
  .kf-container .w1320\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .kp-info-value {
    font-size: 42px;
    line-height: 48px;
  }
  .kf-container .kp-info-top-bottom {
    font-size: 16.5px;
    line-height: 18.975px;
  }
  .kf-container .kp-info-string {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (min-width: 1921px){
  .container{
    max-width: 1921px;
  }
  .section{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .kf-container  .container{
    max-width: 1600px;
  }
  .kf-container .kp-info-value {
    font-size: 56px;
    line-height: 64px;
  }
  .kf-container .kp-info-top-bottom {
    font-size: 22px;
    line-height: 25.3px;
  }
  .kf-container .kp-info-string {
    font-size: 36px;
    line-height: 40px;
  }
  .kf-container {
    font-size: 18px;
  }
}
@media screen and (max-width: 1920px){
  .kf-container h3 {
    font-size: 2em;
  }
  .kf-container .tinyTrash .img {
    max-height: 440px;
  }
  .kf-container .AirFlow {
    background-position-x: calc(50vw - 1700px);
  }
}
@media (max-width: 960.98px){
  .kf-container {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px){
  .innergigabyteContent .dots {
    display: none;
  }
}
@media screen and (max-width: 1320px){
  .kf-container .tinyTrash .img {
    max-height: none;
    max-height: initial;
  }
  .kf-container .tinyTrash .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 360px;
  }
  .kf-container .tinyTrash .img img.tube {
    -o-object-position: right;
       object-position: right;
  }
  .kf-container .tinyTrash .img img.radiators {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 960.02px){
  .kf-container .section-diy .section-content {
    width: auto;
  }
  .kf-container .section-diy .sticky-center {
    position: static;
    width: auto;
  }
}
@media screen and (max-width: 960px){
  .kf-container .DIY {
    min-height: 800px;
  }
  .kf-container .DIY div:has(> .text + .img) {
    max-height: none;
    max-height: initial;
  }
  .kf-container .DIY div:has(> .text + .img) .img{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    max-height: none;
    max-height: initial;
    height: 400px;
    background-image: linear-gradient(135deg, black, #595f65, #000000);
    border-radius: 15px;
  }
  .kf-container .Cooling .sticky-center .camera img {
    position: absolute;
  }
  .kf-container .Cooling .sticky-center .camera .video {
    width: 90%;
    position: relative;
  }
  .kf-container .Cooling .sticky-center .camera h3 {
    font-size: 64px;
  }
  .kf-container .AirFlow {
    background-size: 2160px;
    background-position-x: center;
    background-position-y: -290px;
  }
  .kf-container .AirFlow .imgs {
    width: 100%;
  }
  .kf-container .RGB {
    background-size: 135%;
    padding-top: 45.3515625%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1921px){
  .kf-container .Cooling .text {
    margin-top: calc(-50dvh + min(300px, 25vw) + var(--text-gap));
  }
}
@media screen and (max-width: 961px){
  .kf-container .Cooling .text {
    margin-top: calc(-50dvh + 45vw + var(--text-gap));
  }
}
@media screen and (max-width: 600px){
  .kf-container .AirFlow {
    background-size: 1720px;
    background-position-x: center;
    background-position-y: -220px;
  }
}

/*# sourceMappingURL=bundle.css.map*/