@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);
}

.col{
  flex: 1 0 0%;;
}

.col-auto{
  flex: 0 0 auto;
  width: auto;
}

.vm {
    display: inline-block;
    vertical-align: middle;
  }

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

.drop-shadow {
    --shadow-size: 3rem;
    --shadow-color: #000;
    filter: drop-shadow(0 0 3rem #000);
    filter: drop-shadow(0 0 var(--shadow-size) var(--shadow-color));
  }

.shadow-theme {
    --shadow-color: rgba(117, 234, 255, 0.2);
  }

.hr {
    display: block;
    background: #A3A3A3;
    height: 1px;
  }

*,
  ::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: ;
  }

.pos-corner {
    --pos-space: 0;
    position: absolute;
    right: 0;
    right: var(--pos-space);
    bottom: 0;
    bottom: var(--pos-space);
  }

.qcard {
    --qcard-space: 1em;
    padding: 1em;
    padding: var(--qcard-space);
    background-color: #161616;
    color: #b5b5b5;
    position: relative;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    min-height: 300px;
    border-radius: 10px;
    row-gap: 1.25rem;
  }

.qcard h2,
  .qcard h3,
  .qcard h4,
  .qcard h5 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

.qcard h2 > img,
  .qcard h3 > img,
  .qcard h4 > img,
  .qcard h5 > img {
    max-height: 1.8em;
  }

.qcard > p {
    margin: 0;
  }

.qcard .qcard-body {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column;
    row-gap: 2rem;
  }

.qcard .qcard-body > p {
    margin: 0;
  }

.qcard .qcard-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.qcard .qcard-bg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.qcard .qcard-bg .cover{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    background: linear-gradient(180deg, rgba(19, 25, 28, 0.95) 0%, rgba(0, 0, 0, 0) 59.67%, rgba(22, 22, 22, 0.95) 100%);
}

.qcard .qcard-bg + .qcard-body {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

.qcard .align-end {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    justify-content: end;
  }

.qcard .pos-corner {
    --pos-space: var(--qcard-space);
  }

/*!
   * 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-arrow-right::before {
    content: "\f138";
  }

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

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

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

.kf-container  .row{
  --tw-gutter-x: var(--casaul-body-spacer, 1vw);
  --tw-gutter-y: var(--casaul-body-spacer, 1vw);
}
.kf-container .fixed{
  position: fixed;
}
.kf-container .col-auto{
  grid-column: auto;
}
.kf-container .col-span-8{
  grid-column: span 8 / span 8;
}
.kf-container .mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.kf-container .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.kf-container .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.kf-container .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.kf-container .mb-10{
  margin-bottom: 2.5rem;
}
.kf-container .mb-20{
  margin-bottom: 5rem;
}
.kf-container .mb-5{
  margin-bottom: 1.25rem;
}
.kf-container .ml-auto{
  margin-left: auto;
}
.kf-container .ms-2{
  margin-left: 0.5rem;
}
.kf-container .ms-3{
  margin-left: 0.75rem;
}
.kf-container .mt-10{
  margin-top: 2.5rem;
}
.kf-container .mt-2{
  margin-top: 0.5rem;
}
.kf-container .mt-5{
  margin-top: 1.25rem;
}
.kf-container .mt-8{
  margin-top: 2rem;
}
.kf-container .mt-auto{
  margin-top: auto;
}
.kf-container .flex{
  display: flex;
}
.kf-container .grid{
  display: grid;
}
.kf-container .w-1\/2{
  width: 50%;
}
.kf-container .w-full{
  width: 100%;
}
.kf-container .max-w-full{
  max-width: 100%;
}
.kf-container .flex-row-reverse{
  flex-direction: row-reverse;
}
.kf-container .items-start{
  align-items: flex-start;
}
.kf-container .items-end{
  align-items: flex-end;
}
.kf-container .items-center{
  align-items: center;
}
.kf-container .justify-end{
  justify-content: flex-end;
}
.kf-container .justify-center{
  justify-content: center;
}
.kf-container .gap-2{
  gap: 0.5rem;
}
.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 :is(.space-y-12 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - 0));
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(3rem * calc(1 - 0));
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 0);
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-4 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - 0));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-5 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - 0));
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.25rem * calc(1 - 0));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 0);
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - 0));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.kf-container .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .p-5{
  padding: 1.25rem;
}
.kf-container .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.kf-container .text-center{
  text-align: center;
}
.kf-container .text-start{
  text-align: left;
}
.kf-container .text-end{
  text-align: right;
}
.kf-container .opacity-40{
  opacity: 0.4;
}
.kf-container .drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.kf-container .col-6{
  flex: 0 0 auto;
  width: 50%;
}
.kf-container .col-12{
  flex: 0 0 auto;
  width: 100%;
}
.kf-container :is(.row-cols-2>*){
  flex: 0 0 auto;
  width: 50%;
}
.kf-container .g-10{
  --tw-gutter-x: 2.5rem;
  --tw-gutter-y: 2.5rem;
}
.kf-container .g-5{
  --tw-gutter-x: 1.25rem;
  --tw-gutter-y: 1.25rem;
}
.kf-container .gx-10{
  --tw-gutter-x: 2.5rem;
}
.kf-container  .full{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container  .center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container  .center-y{
  display: flex;
  align-items: center;
}
.kf-container  .center-x{
  display: flex;
  justify-content: 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;
  font-weight: 400;
  line-height: normal;
  position: relative;
  box-sizing: border-box;
  background: #000;
  color: #ccc;
  font-size: 13.5px;
  --localnav-height: 46px;
  --casaul-body-spacer: 32px;
}
.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 a,
.kf-container a:hover,
.kf-container a:visited {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.kf-container h2,
.kf-container h3,
.kf-container h4,
.kf-container h5 {
  color: #fff;
}
.kf-container h2{
  font-family: AORUS, 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: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: 4px; */
}
.kf-container h4{
  font-family: Titillium Web, Noto Sans;
  font-size: 1.333em;
  line-height: 1.2;
  font-weight: 400;
}
.kf-container h5{
  font-family: Titillium Web, Noto Sans;
  font-size: 1em;
  font-weight: 400;
}
.kf-container .note{
  font-family: Titillium Web, Noto Sans;
  font-size: 12px;
  line-height: 16px;
  filter: brightness(80%);
}
.kf-container .eyebrow {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}
.kf-container .text-aorus24{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 18px;
}
.kf-container .text-d5sub{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28.5px;
  color: #fff;
}
.kf-container .text-aorus32{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 24px;
}
.kf-container .text-aorus40{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 30px;
}
.kf-container .text-titillium18{
  font-family: Titillium Web, Noto Sans;
  line-height: normal;
  font-size: 13.5px;
}
.kf-container .text-titillium21b{
  font-family: Titillium Web, Noto Sans;
  font-weight: bold;
  line-height: normal;
  font-size: 15.75px;
}
.kf-container .text-headline{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 39px;
}
.kf-container .text-sub-headline{
  font-family: Titillium Web, Noto Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.kf-container .text-more{
  font-family: Titillium Web, Noto Sans;
  font-weight: bold;
  line-height: normal;
  font-size: 15.75px;
}
.kf-container .deep-dive-modals {
  font-size: 20px;
}
.kf-container .kp-info-value{
  font-family: AORUS, 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;
}
.kf-container .kp-info-top-bottom {
  color: #fff;
  font-size: 16.5px;
  line-height: 18.975px;
}
.kf-container .kp-info-string{
  font-family: AORUS, 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") 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;
}

.deep-dive-modals {
  --deep-dive-progress-min: 0.005;
  --deep-dive-transition-duration: 500ms;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  display: none;
}
.deep-dive-modals ol, .deep-dive-modals ul {
  list-style: outside;
  padding-left: 1.25em;
}
.deep-dive-modals.transitioning {
  animation: slideFromBottom var(--deep-dive-transition-duration) ease 0ms;
}
body.dd-open .deep-dive-modals.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  display: block;
}

.deep-dive-modals .deep-dive-button-container-close {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}
.deep-dive-modals .deep-dive-button-container-closebar {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease 0.75s;
}
.deep-dive-modals.active .deep-dive-button-container-closebar, .deep-dive-modals.active .deep-dive-button-container-close {
  opacity: 1;
  transform: translateY(0);
}

.deep-dive-container {
  padding: 15vh 10vw calc(120px + 15vh);
  background: #000 url(../../innergigabyte/images/deepdive/bg.svg) 100% 0/55vw no-repeat;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  min-height: 100vh;
  color: #999;
}

.deep-dive-button-container-close {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 7.5vh;
  left: 50%;
  margin-left: -20px;
  background-image: url(../../innergigabyte/images/deep-dive-close-button.svg);
  transition: background 0.25s;
  cursor: pointer;
  z-index: 101;
}
.deep-dive-button-container-close:hover {
  background-image: url(../../innergigabyte/images/deep-dive-close-button2.svg);
}

.deep-dive-button-container-closebar {
  position: fixed;
  width: 100%;
  height: calc(15vh + 40px);
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 100;
}

body.dd-open {
  overflow: hidden;
}
body.dd-open .deep-dive-modals.transitioning .deep-dive-container {
  transform: translateY(0);
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes slideToLeft {
  to {
    transform: translate(-100%);
  }
}
@keyframes slideFromLeft {
  from {
    transform: translate(100%);
  }
}
@keyframes slideFromBottom {
  from {
    transform: translateY(100%);
  }
}
.deep-dive-content {
  position: relative;
  max-width: 100%;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10rem;
}
.deep-dive-content .content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.deep-dive-grid{
  display: inline-grid;
  gap: 2.5rem;
}

.deep-dive-grid.grid-column-2 {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-template-rows: auto;
}

.deep-dive-column {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}

.KeyfeatureParseContenArea .deep-dive-modals {
  z-index: 130001;
}

.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 .dots {
  --dots-spacing: 1vw;
  position: fixed;
  right: 0;
  top: 50%;
  color: white;
  z-index: 9999;
  display: grid;
  justify-items: flex-end;
  grid-gap: 4px;
  gap: 4px;
  overflow: hidden;
  transform: translateY(-50%);
}
.kf-container .dots::before {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/sidebar-1.png") 0 0/auto 100% no-repeat;
  width: 21px;
  height: 163px;
  margin-right: 1vw;
  margin-right: var(--dots-spacing, 1vw);
  margin-bottom: 1vw;
  margin-bottom: var(--dots-spacing, 1vw);
}
.kf-container .dots::after {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/sidebar-2.png") 0 0/auto 100% no-repeat;
  width: 21px;
  height: 191px;
  margin-top: 1vw;
  margin-top: var(--dots-spacing, 1vw);
  margin-right: 1vw;
  margin-right: var(--dots-spacing, 1vw);
}
.kf-container .dots a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 1vw;
  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;
  text-align: right;
  pointer-events: none;
  padding: 0 8px 0 0;
  position: relative;
  margin: 0;
  transition: all 0.5s;
  opacity: 0;
}
.kf-container .dots a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  border: 1px solid #46e6e6;
  transition: 0.2s;
}
.kf-container .dots a.highlight div {
  background-color: rgba(255, 255, 255, 0.1882352941);
  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: #46e6e6;
  font-weight: bold;
}
.kf-container .dots a.active p, .kf-container .dots a:hover p {
  pointer-events: inherit;
}
.kf-container .dots a.active::after, .kf-container .dots a:hover::after {
  background-color: #46e6e6;
}
.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: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.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-archor {
  opacity: 0;
  transform: translateX(100%);
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-archor.visible {
  opacity: 1;
  transform: translateX(0);
}
.kf-container .dots.visible-by-archor.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
@keyframes dot-FadeInFromRight {
  from {
    transform: translateX(100%);
  }
}
.kf-container .sticky-dots .dots {
  display: none;
}
.kf-container .text-headline,
.kf-container .text-sub-headline,
.kf-container .text-aorus32,
.kf-container .text-titillium21b {
  color: #fff;
}
.kf-container .wrapper {
  margin: 0 auto;
}
.kf-container .stickyTop {
  position: sticky;
  top: 0;
}
.kf-container .no-wrap {
  white-space: nowrap;
}
.kf-container .overflow-hidden {
  overflow: hidden;
}
.kf-container .link-simple {
  border-bottom: 1px solid;
  color: #b5b5b5;
}
.kf-container sup {
  font-size: 0.5em;
}
.kf-container .hr {
  display: block;
  background: #a3a3a3;
  height: 1px;
}
.kf-container .yt-iframe {
  position: relative;
}
.kf-container .yt-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .yt-iframe::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.kf-container .qtag {
    display: inline-block;
    vertical-align: middle;
  color: #FFF;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid;
  padding: 0.1em 0.8em;
  }
.kf-container .img-relative {
  position: relative;
}
.kf-container .img-relative > img {
  display: block;
}
.kf-container .img-relative .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .text-highlight {
  color: #46E6E6;
}
.kf-container .kp.style2 .kp-sub {
  color: #fff;
}
.kf-container a.link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.kf-container a[data-dd] {
  cursor: pointer;
}
.kf-container .content-box .hightlight {
  font-size: 1.125em;
  line-height: 1;
  color: #75eaff;
  letter-spacing: 0.05em;
}
.kf-container .bg-parallax {
  height: 120%;
  transform: translateY(0);
  transition: transform 150ms ease;
}
.kf-container .gs-tabs {
  display: flex;
}
.kf-container .gs-tab-contents {
  position: relative;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: relative;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .color-linear-vi {
  background-image: linear-gradient(140deg, #ff6400 0%, #46e6e6 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-shadow: none;
  }
.kf-container .sup {
  display: inline-block;
  vertical-align: top;
  font-size: 0.6em;
}
.kf-container i + a{
  margin-left: 1rem;
}
.kf-container .playbtn {
  display: block;
  --playbtn-size: 5rem;
  cursor: pointer;
  position: relative;
}
.kf-container .playbtn::before {
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    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;
    content: "\f4f2";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--playbtn-size);
  color: #ccc;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.6));
  transition: color 250ms ease;
  }
.kf-container .playbtn:hover::before {
  color: #fff;
}
.kf-container .lnr {
  position: relative;
  padding-left: 21px;
}
.kf-container .lnr::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: 4px;
  background: #46e6e6;
}
.kf-container .grdnt {
  position: relative;
  padding-left: 21px;
}
.kf-container .grdnt::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: 2px;
  background-image: linear-gradient(0deg, #ff6400 0%, #46e6e6 100%);
}
.kf-container .grdnt-hr {
  background-image: linear-gradient(90deg, #ff6400 0%, #46e6e6 100%);
  height: 1px;
}
.kf-container .qcard .feature-swiper-navigation {
  font-size: 0.8em;
}
.kf-container .valign-between {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.kf-container .top-image {
  position: relative;
  margin: 0 auto;
  max-width: 120%;
  height: 500px;
}
.kf-container .top-image img{
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container :is(.top-image img){
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container .top-image img {
  width: 100dvw;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 800ms;
}
.kf-container .top-image.scale img {
  width: 100%;
}
.kf-container .vi-line-left {
  --gs-vi-line-width: 2px;
  position: relative;
  margin-left: 1rem;
}
.kf-container .vi-line-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  height: 100%;
  width: 2px;
  width: var(--gs-vi-line-width, 2px);
  background: #FF00BF;
  transform: scaleY(1.01);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--gs-vi-line-width, 2px)));
}
.kf-container .btn-anchor {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url(../../innergigabyte/images/btn-more-down.svg) 0 0/cover no-repeat;
  transition: background 0.25s, transform 0.25s;
}
.kf-container .btn-anchor:hover {
  transform: translateY(5px);
  background-image: url(../../innergigabyte/images/btn-more-down2.svg);
}
.kf-container .btn-deepdive {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background-image: url(../../innergigabyte/images/btn-deepdive.svg);
  background-position-x: 0;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.25s;
}
.kf-container .btn-deepdive:hover {
  background-image: url(../../innergigabyte/images/btn-deepdive2.svg);
}
.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 .text-big{
  font-size: 1.1em;
  color: #fff;
}
.kf-container .text-small {
  color: #b5b5b5;
}
.kf-container .grid{
  gap: 1vw;
  gap: var(--casaul-body-spacer, 1vw);
}
.kf-container .software-grid {
  grid-template-rows: repeat(2, auto);
}
.kf-container .grid-template-4a > :not([hidden]):nth-child(1), .kf-container .grid-template-4a > :not([hidden]):nth-child(2),
.kf-container .grid-template-4c > :not([hidden]):nth-child(1),
.kf-container .grid-template-4c > :not([hidden]):nth-child(2) {
  grid-row: span 2/span 2;
}
.kf-container .grid-template-4a {
  grid-template-rows: 1fr 2fr;
}
.kf-container .grid-template-4b h2 > img,
.kf-container .grid-template-4b h3 > img,
.kf-container .grid-template-4b h4 > img,
.kf-container .grid-template-4b h5 > img,
.kf-container .grid-template-4b h6 > img {
  height: 100%;
}
.kf-container .grid-template-4d h2 > img,
.kf-container .grid-template-4d h3 > img,
.kf-container .grid-template-4d h4 > img,
.kf-container .grid-template-4d h5 > img,
.kf-container .grid-template-4d h6 > img {
  height: 100%;
}
.kf-container .grid-template-5d {
  grid-template-areas: "area1 area2 area3" "area1 area2 area4" "area1 area2 area5";
}
.kf-container .grid-template-5d > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-5d > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-5d > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-5d > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-5d > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-5d .qcard {
  min-height: 200px;
}
.kf-container .grid-template-5e {
  grid-template-areas: "area1 area2 area2" "area1 area5 area4" "area3 area3 area4";
}
.kf-container .grid-template-5e .qcard {
  min-height: 0;
  min-height: initial;
}
.kf-container .grid-template-5e > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-5e > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-5e > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-5e > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-5e > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-5f {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-template-areas: "area1 area1 area4" "area1 area1 area4" "area1 area1 area4" "area1 area1 area4" "area2 area3 area4" "area2 area3 area5" "area2 area3 area5" "area2 area3 area5";
}
.kf-container .grid-template-5f > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-5f > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-5f > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-5f > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-5f > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-5f .qcard {
  min-height: 375px;
}
.kf-container .grid-template-6a {
  grid-template-areas: "area1 area2 area3" "area1 area2 area3" "area4 area2 area3" "area4 area5 area6" "area4 area5 area6" "area4 area5 area6";
}
.kf-container .grid-template-6a > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-6a > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-6a > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-6a > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-6a > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-6a > :nth-child(6) {
  grid-area: area6;
}
.kf-container .grid-template-6b {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "area1 area1 area1 area1 area1 area1 area2 area2 area2 area3 area3 area3" "area4 area4 area4 area4 area5 area5 area5 area5 area6 area6 area6 area6";
}
.kf-container .grid-template-6b > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-6b > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-6b > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-6b > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-6b > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-6b > :nth-child(6) {
  grid-area: area6;
}
.kf-container .grid-template-6b .qcard {
  min-height: 0;
}
.kf-container .grid-template-7a{
  display: flex;
  flex-direction: column;
}
.kf-container .btn-gameassist {
  cursor: pointer;
  padding: 0.8em 1em;
  line-height: 1;
  color: #fff;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #4b4b4b;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 5px;
}
.kf-container .btn-gameassist.active, .kf-container .btn-gameassist:hover {
  background-color: rgba(255, 102, 0, 0.15);
  border: 1px solid #ff6400;
}
.kf-container .section-kv {
  position: relative;
  padding: 0;
}
.kf-container .section-kv img, .kf-container .section-kv video {
  display: block;
  width: 100%;
}
.kf-container .section-kv img.rwd, .kf-container .section-kv video.rwd {
  display: none;
}
.kf-container .nav-grid {
  --nav-padding: 26px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-flow: row dense;
  grid-gap: 32px;
  gap: 32px;
}
.kf-container .nav-grid > div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.kf-container .nav-grid > div .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--nav-padding);
  display: flex;
  flex-direction: column;
}
.kf-container .nav-grid > div .content.top {
  justify-content: flex-start;
}
.kf-container .nav-grid > div .content.bottom {
  justify-content: flex-end;
  padding-right: calc(var(--nav-padding) * 2 + 48px);
}
.kf-container .nav-grid img {
  width: 100%;
}
.kf-container .nav-grid .btn-anchor {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: var(--nav-padding);
}
.kf-container .section-nav .nav-grid .img_ud, .kf-container .section-nav .nav-grid .img_software, .kf-container .section-nav .nav-grid .img_cooling, .kf-container .section-nav .nav-grid .img_diy, .kf-container .section-nav .nav-grid .img_ai, .kf-container .section-nav .nav-grid .img_vrm, .kf-container .section-nav .nav-grid .img_memory {
  background-color: #000;
}
.kf-container .section-nav {
  font-size: 18px;
  line-height: 24px;
}
.kf-container .section-nav h3 {
  font-size: 32px;
  line-height: 1.4;
}
.kf-container .section-x3d{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.kf-container .section-x3d a {
  align-self: flex-end;
}
.kf-container .section-x3d .icons.grid {
  grid-auto-flow: column;
  justify-items: center;
  justify-content: center;
  gap: 2rem;
}
.kf-container .section-x3d .icons.grid div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kf-container .section-x3d .icons.grid div img {
  max-width: 60px;
}
.kf-container .section-x3d .icons.grid div p {
  margin: 0;
  font-size: 1rem;
}
.kf-container .section-x3d .kp-info-value,
.kf-container .section-x3d .kp-info-top-bottom,
.kf-container .section-x3d .qtag {
  color: inherit;
}
.kf-container .section-hero {
  background: url("../../innergigabyte/images/bg-hero.jpg") center/cover no-repeat;
}
.kf-container .section-hero .feature-icons{
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-gap: 25px;
  gap: 25px;
}
.kf-container .section-hero .feature-icons a{
  grid-column: span 1 / span 1;
}
.kf-container .section-hero .feature-icons div{
  grid-column: span 2 / span 2;
}
.kf-container .section-hero .feature-icons img {
  height: 50px;
}
.kf-container .section-hero .hero_heading{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.07em;
  filter: drop-shadow(0 4px 0.1em rgba(0, 0, 0, 0.25));
}
.kf-container .section-ai {
  background: url("../../innergigabyte/images/ai-bg.jpg") center/cover no-repeat;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.kf-container .section-ai span.grdnt {
  position: absolute;
  width: 1px;
  height: 80%;
  display: flex;
  align-self: center;
  background-image: linear-gradient(0deg, #00D0FF 0%, #FF00BF 100%);
}
.kf-container .section-ai .icons.grid {
  grid-auto-flow: column;
  justify-items: center;
  justify-content: center;
  gap: 2rem;
}
.kf-container .section-ai .icons.grid div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kf-container .section-ai .icons.grid div img {
  max-width: 60px;
}
.kf-container .section-ai .icons.grid div p {
  margin: 0;
  font-size: 1rem;
}
.kf-container .section-memory .link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.kf-container .section-memory .btn-deepdive {
  width: 30px;
  height: 30px;
}
.kf-container .section-memory .img_memory .content {
  align-items: center;
}
.kf-container .section-memory .img_memory .text-headline {
  font-size: 50px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6509803922);
}
.kf-container .deep-dive-ai .deep-dive-column {
  width: 100%;
}
.kf-container .deep-dive-ai ul {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
.kf-container .deep-dive-ai ul li {
  margin-bottom: 0;
}
.kf-container .deep-dive-ai .airow {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.kf-container .deep-dive-ai .airow > div {
  max-width: 50%;
}
.kf-container .deep-dive-ai .airow > div img {
  max-width: 100%;
}
.kf-container .deep-dive-ai .kp.style2:has(p + h3 + p) h3 {
  font-size: 6rem;
}
.kf-container .deep-dive-ai .kp.style2:has(p + h3 + p) p {
  font-size: 1.75rem;
}
.kf-container .deep-dive-ai .EZtoPeak {
  display: flex;
  gap: 2rem;
}
.kf-container .deep-dive-ai .ai-swiper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.kf-container .deep-dive-ai .ai-swiper .qcard img {
  max-width: 100%;
}
.kf-container .deep-dive-ai .ai-swiper p span {
  font-size: inherit;
  font-family: inherit;
}
.kf-container .deep-dive-ai .ai-swiper .feature-swiper-navigation {
  justify-content: center;
}
.kf-container .deep-dive-ai div:has(> .safeOC) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5rem auto 0;
}
.kf-container .deep-dive-ai .safeOC {
  --xgap: 5rem;
  --ygap: 1rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 1rem;
  grid-row-gap: var(--ygap);
  row-gap: 1rem;
  row-gap: var(--ygap);
  grid-column-gap: 5rem;
  grid-column-gap: var(--xgap);
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  -moz-column-gap: var(--xgap);
       column-gap: var(--xgap);
}
.kf-container .deep-dive-ai .safeOC > div {
  display: flex;
}
.kf-container .deep-dive-ai .safeOC > div p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.kf-container .deep-dive-ai .safeOC > div p:first-child {
  --padlr: 0.5lh;
  --clipborder: 2px;
  margin-right: 9px;
  min-width: 80px;
  justify-content: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  background: none;
  color: #fff;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(0.5lh) 0 0.5lh;
  padding: 0 calc(var(--padlr)) 0 var(--padlr);
}
.kf-container .deep-dive-ai .safeOC > div p:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(45deg, #00D0FF, #FF00BF);
  clip-path: polygon(0 0, 0% 100%, calc(0% + var(--clipborder)) 100%, calc(0% + var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) 100%, 100% 100%, 100% 0%);
}
@keyframes svg-clip-show {
  to {
    clip-path: polygon(0 100%, 0 -100%, 200% 100%);
  }
}
.kf-container .bg-lineargray {
  position: relative;
  background: linear-gradient(0deg, #1b1b1b 0%, #000 100%) center bottom no-repeat;
}
.kf-container .bg-lineargray::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 160px;
  background: url("../../innergigabyte/images/gamingpt1.png") 0 0 no-repeat;
  width: 46px;
  height: 404px;
  pointer-events: none;
  visibility: hidden;
}
.kf-container .section-overview {
  padding: 1px 0;
  background: url("../../innergigabyte/images/vi-falcon_logo.png") center/auto 100% no-repeat;
  overflow: hidden;
}
.kf-container .section-overview ul,
.kf-container .section-overview ol {
  list-style: decimal;
}
.kf-container .section-overview #overview .thumb {
  width: 180px;
  margin: 3px 0;
}
.kf-container .section-overview .paging {
  font-size: 0.5em;
  border-bottom: 1px solid #414141;
}
.kf-container .section-overview .paging .text-titillium21b {
  padding: 0.5em;
  color: #888;
  border-bottom: 3px solid transparent;
  filter: saturate(0);
}
.kf-container .section-overview .paging > div {
  cursor: pointer;
  position: relative;
  height: auto;
  background: none;
  border-radius: 0;
  opacity: 1;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.kf-container .section-overview .paging > div:hover .text-titillium21b {
  border-color: #aaa;
  color: #aaa;
  filter: saturate(0.5);
}
.kf-container .section-overview .paging > div.active .text-titillium21b {
  border-color: #fff;
  filter: none;
  color: #fff;
}
.kf-container .section-overview .diagram {
  list-style: none;
}
.kf-container .section-overview .diagram > li {
  list-style: none;
}
.kf-container .section-overview .diagram ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.kf-container .section-overview .feature-icons {
  padding: 3rem;
}
.kf-container .section-overview .feature-icons > div,
.kf-container .section-overview .feature-icons > a {
  display: flex;
  flex-wrap: wrap;
}
.kf-container .section-overview .feature-icons > div,
.kf-container .section-overview .feature-icons > a {
  align-items: center;
  gap: 1rem;
}
.kf-container .section-summary {
  background: url("../../innergigabyte/images/summary-bg.jpg") center center/cover no-repeat;
  min-height: 80vh;
}
.kf-container .section-summary .feature-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.kf-container .section-summary .feature-icons img {
  height: 50px;
}
.kf-container .section-summary .summary-text ul {
  margin-left: 1.2em;
}
.kf-container .section-summary .summary-text ul,
.kf-container .section-summary .summary-text li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.kf-container .section-summary .summary-img img {
  max-height: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.kf-container .section-changebg .changebg {
  transition-duration: 450ms;
  transition-duration: var(--bg-trans-time, 450ms);
}
.kf-container .section-d5 .btn-deepdive {
  width: 36px;
  height: 36px;
}
.kf-container .section-d5 .qcard {
  color: #fff;
  height: 100%;
  min-height: 0;
  padding-bottom: calc(36px + 1em);
  background: linear-gradient(0deg, #111 0%, #111 1000%), linear-gradient(135deg, #333 0%, #030303 50%, #333 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
}
.kf-container .section-d5 .qcard h3 {
  justify-content: center;
}
.kf-container .section-d5 .qcard .note {
  left: var(--qcard-space);
  bottom: var(--qcard-space);
}
.kf-container #deep-dive-ai .icons.grid {
  justify-items: start;
  gap: 2rem;
}
.kf-container #deep-dive-ai .icons.grid div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kf-container #deep-dive-ai .icons.grid div img {
  max-width: 60px;
}
.kf-container #deep-dive-ai .icons.grid div p {
  margin: 0;
  font-size: 1rem;
}
.kf-container .section-vrm {
  overflow-x: hidden;
}
.kf-container .section-vrm .grid{
  grid-template-columns: repeat(1, minmax(auto, 1fr));
}
.kf-container .section-vrm .kp .qtag {
  margin-left: 1rem;
  border-radius: 5px;
}
.kf-container .section-vrm .first {
  flex-grow: 1.1;
  border-right: 0px solid #696969;
}
.kf-container .bg-cooling {
  background: #000 url("../../innergigabyte/images/bg-cooling.jpg") center top no-repeat;
}
.kf-container .section-thermal .thermal-grid .qcard {
  min-height: 300px;
}
.kf-container .section-diy {
  overflow: hidden;
}
.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(255, 102, 0, 0.15);
  border: 1px solid #ff6400;
}
.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 .section-pcb {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
  background: url("../../innergigabyte/images/ip/pcb-design.jpg") center top/var(--pcb-bg-size) auto no-repeat;
}
.kf-container .section-pcb .blank {
  height: 500px;
}
.kf-container .section-ud {
  background: url("../../innergigabyte/images/ip/ud.jpg") center/100% auto no-repeat;
  margin-top: 5rem;
}
.kf-container .section-ud .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.kf-container .section-ud .qcard {
  --qcard-space: 4rem;
  height: 100%;
  row-gap: 50px;
}
.kf-container :is(.section-ud .qcard .text-sub-headline){
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .section-ud .qcard .text-sub-headline img {
  max-height: 2.5em;
  display: none;
}
.kf-container .section-ud .ud-parts{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.kf-container .section-ud .ud-parts:after {
  content: "";
  display: block;
  padding-bottom: 72.7272727273%;
}
.kf-container :is(.section-ud .ud-parts > img){
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container .section-ud .ud-parts > img{
  -o-object-fit: contain;
     object-fit: contain;
}
.kf-container .section-connectivity {
  background: url("../../innergigabyte/images/bg-connectivity.jpg") center center/cover no-repeat fixed;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.kf-container .section-connectivity .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.kf-container .section-connectivity .swiper-wrapper .qcard {
  height: 100%;
}
.kf-container .section-connectivity .section-content {
  position: relative;
  --bg-opacity: .6;
  background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)) center bottom/100% calc(100% - 10vh) no-repeat, linear-gradient(0deg, rgba(0, 0, 0, .6), transparent) center top/100% 10vh no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, var(--bg-opacity, 0.6)), rgba(0, 0, 0, var(--bg-opacity, 0.6))) center bottom/100% calc(100% - 10vh) no-repeat, linear-gradient(0deg, rgba(0, 0, 0, var(--bg-opacity, 0.6)), transparent) center top/100% 10vh no-repeat;
}
.kf-container .section-connectivity .icons {
  max-width: 300px;
}
.kf-container .section-connectivity .icons{
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.kf-container .section-connectivity .icons img {
    display: inline-block;
    vertical-align: middle;
  height: 80px;
  }
.kf-container .section-connectivity .sticky-center {
  position: static;
  height: auto;
  align-self: start;
}
.kf-container .section-software {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url("../../innergigabyte/images/gaming-world.jpg") center top/100% auto no-repeat;
}
.kf-container .section-software .img {
  max-width: 100%;
}
.kf-container .section-software .software-grid .qcard{
  height: 100%;
  padding: 30px;
}
.kf-container .section-software .q-gap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.kf-container .section-software .qcard .text-sub-headline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.kf-container .section-software .qcard .text-sub-headline > img {
  max-height: 1.8em;
}
.kf-container .section-amd {
  position: relative;
  overflow: hidden;
  max-width: 2560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 10rem;
}
.kf-container .section-amd .cols {
  max-width: 100%;
  width: 1366px;
  min-height: 32vw;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.kf-container .section-amd .cols div {
  position: relative;
  width: 100%;
  display: flex;
}
.kf-container .section-amd .cols div:has(img) {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.kf-container .section-amd .cols div:has(img) img {
  position: absolute;
  width: 65vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-amd .cols div:has(p) {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.kf-container .section-amd .footnote {
  position: relative;
  max-width: 960px;
}
.kf-container .Antenna {
  max-width: 100%;
  gap: 5rem;
}
.kf-container .deep-dive-column:has(.ddr5-vi-frame) {
  align-self: center;
}
.kf-container .deep-dive-column:has(.benefit) {
  margin: 0 auto;
}
.kf-container .deep-dive-column .benefit {
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  justify-items: center;
}
.kf-container .deep-dive-column .benefit div {
  position: relative;
  max-width: 200px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
}
.kf-container .deep-dive-column .benefit div p {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin: 0;
}
.kf-container .deep-dive-column .benefit div::before {
  --clipborder: 1px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #00D0FF 0%, #FF00BF 100%);
  clip-path: polygon(0 0, 0% 100%, calc(0% + 1px) 100%, calc(0% + 1px) calc(0% + 1px), calc(100% - 1px) calc(0% + 1px), calc(100% - 1px) calc(100% - 1px), calc(0% + 1px) calc(100% - 1px), calc(0% + 1px) 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0 0, 0% 100%, calc(0% + var(--clipborder)) 100%, calc(0% + var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) 100%, 100% 100%, 100% 0%);
}
.kf-container .pbo-switch div {
  cursor: pointer;
  width: 100%;
  flex-shrink: 0;
}
.kf-container .pbo-switch div > *{
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.kf-container .pbo-switch div h4 {
  color: #696969;
}
.kf-container .pbo-switch div img {
  filter: saturate(0);
}
.kf-container .pbo-switch div p {
  color: #696969;
}
.kf-container .pbo-switch div.active h4 {
  color: #eeeeee;
}
.kf-container .pbo-switch div.active img {
  filter: saturate(1);
}
.kf-container .pbo-switch div.active p {
  color: #eeeeee;
}
.kf-container .pbo-switch,
.kf-container .pbo-switch * {
  transition: all 0.5s;
}
.kf-container .pbo-swiper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.kf-container .pbo-swiper .swiper-slide {
  width: 100%;
  filter: saturate(0);
}
.kf-container .pbo-swiper .swiper-slide.swiper-slide-active {
  filter: saturate(1);
}
.kf-container .pbo-swiper .text-right {
  text-align: right;
}
.kf-container .ddr5-vi-frame {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-container .ddr5-vi-frame > img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  height: 100%;
  transform: translate(-28%, -10%);
}
.kf-container .ddr5-vi-frame > img.frame {
  position: absolute;
  transform: translate(0%, 0%);
}
.kf-container .step .step-img {
  max-width: 100%;
}
.kf-container #deep-dive-wifi .kp.style2{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.kf-container #deep-dive-rgb .rgb-container {
  padding: 5rem 0;
  width: 100%;
}
.kf-container #deep-dive-rgb .rgb-container .rgb-model {
  width: 100%;
  position: relative;
}
.kf-container .theme-swiper {
  width: 100%;
}
.kf-container .rgb-model {
  position: relative;
  overflow: hidden;
}
.kf-container .rgb-model .cover {
  position: relative;
  width: 100%;
  z-index: 12;
  overflow: hidden;
}
.kf-container .rgb-model .cover img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container :is(.rgb-model .rgb-effects){
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container .rgb-model .rgb-effects {
  overflow: hidden;
  z-index: 11;
}
.kf-container .rgb-model .rgb-effects img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 631px){
  .container{
    max-width: 631px;
  }
  .kf-container .w600\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .kf-container .w600\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .kf-container .w600\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container :is(.w600\:row-cols-2>*){
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container {
    --casaul-body-spacer: 32px;
  }
  .kf-container .btn-anchor {
    width: 48px;
    height: 48px;
  }
  .kf-container .grid-template-4a,
.kf-container .grid-template-4c{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(1){
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-4d{
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4d{
    grid-template-rows: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(1){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(3){
    grid-row: span 4 / span 4;
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(4){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-5a > :not([hidden]):nth-child(1), .kf-container .grid-template-5a > :not([hidden]):nth-child(2), .kf-container .grid-template-5a > :not([hidden]):nth-child(3){
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-5b {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-template-rows: auto;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(1){
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(3), .kf-container .grid-template-5b > :not([hidden]):nth-child(4) {
    order: 1;
  }
  .kf-container .grid-template-5c {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-template-rows: auto;
  }
  .kf-container .grid-template-5c > :not([hidden]):nth-child(1){
    grid-column: span 2 / span 2;
  }
  .kf-container .section-overview #overview{
    padding-top: 5rem;
  }
  .kf-container .section-overview .feature-icons > div,
.kf-container .section-overview .feature-icons > a{
    flex-wrap: nowrap;
  }
  .kf-container .section-diy .icons{
    max-width: 100%;
  }
  .kf-container .section-connectivity .icons{
    max-width: 100%;
  }
}
@media (min-width: 961px){
  .container{
    max-width: 961px;
  }
    .kf-container .container {
      max-width: calc(100vw - 250px);
    }
    .kf-container .w960\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
    .kf-container .w960\:mb-10{
    margin-bottom: 2.5rem;
  }
    .kf-container .w960\:mb-20{
    margin-bottom: 5rem;
  }
    .kf-container .w960\:grid-flow-col{
    grid-auto-flow: column;
  }
    .kf-container .w960\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(auto, 1fr));
  }
    .kf-container .w960\:offset-1{
    margin-left: 8.33333333%;
  }
    .kf-container .w960\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
    .kf-container .w960\:col-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
    .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-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
    .kf-container .w960\:col-9{
    flex: 0 0 auto;
    width: 75%;
  }
    .kf-container .w960\:col-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
    .kf-container :is(.w960\:row-cols-2>*){
    flex: 0 0 auto;
    width: 50%;
  }
    .kf-container :is(.w960\:row-cols-4>*){
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .sticky-dots .dots {
    display: grid;
  }
  .kf-container .software-grid{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .software-grid > :not([hidden]):nth-child(1){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-4a,
.kf-container .grid-template-4c{
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b{
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(1){
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(2){
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
  }
  .kf-container .grid-template-4d{
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4d{
    grid-template-rows: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(1){
    grid-column: span 4 / span 4;
    grid-row: span 4 / span 4;
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(2){
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(3){
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-4d > :not([hidden]):nth-child(4){
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-5a{
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .grid-template-5a > :not([hidden]):nth-child(1), .kf-container .grid-template-5a > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-5b {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-template-rows: repeat(3, auto);
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(1){
    grid-row: span 3 / span 3;
    grid-column: span 1 / span 1;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(2), .kf-container .grid-template-5b > :not([hidden]):nth-child(3){
    grid-row: span 2 / span 2;
    grid-column: span 1 / span 1;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(4), .kf-container .grid-template-5b > :not([hidden]):nth-child(5){
    grid-row: span 1 / span 1;
    grid-column: span 1 / span 1;
  }
  .kf-container .grid-template-5c {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
    grid-template-rows: repeat(2, auto);
  }
  .kf-container .grid-template-5c > :not([hidden]):nth-child(1), .kf-container .grid-template-5c > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
    grid-column: span 3 / span 3;
  }
  .kf-container .grid-template-5c > :not([hidden]):nth-child(3), .kf-container .grid-template-5c > :not([hidden]):nth-child(4), .kf-container .grid-template-5c > :not([hidden]):nth-child(5){
    grid-row: span 1 / span 1;
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-7a {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .kf-container .grid-template-7a > :nth-child(1){
    grid-column: span 7 / span 7;
  }
  .kf-container .grid-template-7a > :nth-child(2){
    grid-column: span 5 / span 5;
  }
  .kf-container .grid-template-7a > :nth-child(3){
    grid-column: span 5 / span 5;
  }
  .kf-container .grid-template-7a > :nth-child(4){
    grid-column: span 7 / span 7;
  }
  .kf-container .grid-template-7a > :nth-child(5){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-7a > :nth-child(6){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-7a > :nth-child(7){
    grid-column: span 4 / span 4;
  }
  .kf-container .section-overview .feature-icons{
    padding-left: 0px;
    padding-right: 0px;
  }
  .kf-container .section-overview .feature-icons>*{
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .section-vrm .grid{
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kf-container .section-vrm .first{
    border-right-width: 1px;
  }
  .kf-container .section-pcb {
    --pcb-bg-size: 100%;
  }
  .kf-container .pbo-switch div{
    flex-shrink: 1;
  }
  .kf-container .pbo-switch div > *{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1321px){
  .container{
    max-width: 1321px;
  }
  .kf-container  .container{
    max-width: 1140px;
  }
  .kf-container .w1320\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1320\:col-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .text-aorus24 {
    font-size: 18px;
  }
  .kf-container .text-d5sub {
    font-size: 24px;
    line-height: 28.5px;
  }
  .kf-container .text-aorus32 {
    font-size: 24px;
  }
  .kf-container .text-aorus40 {
    font-size: 30px;
  }
  .kf-container .text-titillium18 {
    font-size: 13.5px;
  }
  .kf-container .text-titillium21b {
    font-size: 15.75px;
  }
  .kf-container .text-headline {
    font-size: 36px;
    line-height: 39px;
  }
  .kf-container .text-sub-headline {
    font-size: 24px;
    line-height: 33px;
  }
  .kf-container .text-more {
    font-size: 15.75px;
  }
  .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;
  }
  .kf-container .dots a p {
    opacity: 1;
  }
  .kf-container .grid-template-7a {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .kf-container .grid-template-7a > :nth-child(1), .kf-container .grid-template-7a > :nth-child(2), .kf-container .grid-template-7a > :nth-child(3){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-7a > :nth-child(4), .kf-container .grid-template-7a > :nth-child(5), .kf-container .grid-template-7a > :nth-child(6), .kf-container .grid-template-7a > :nth-child(7){
    grid-column: span 3 / span 3;
  }
  .kf-container .bg-lineargray::after{
    visibility: visible;
  }
  .kf-container .section-overview ul,
.kf-container .section-overview ol{
    list-style-type: disc;
  }
  .kf-container .section-overview #overview{
    padding-bottom: 14rem;
  }
  .kf-container .section-overview .feature-icons>*{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .section-summary .summary-img img{
    max-height: 35vw;
  }
  .kf-container .section-d5 .qcard {
    min-height: 380px;
  }
  .kf-container .section-connectivity .sticky-center {
    position: sticky;
    top: calc(50% - 0px);
    top: calc(50% - var(--hardware-height, 0px));
  }
}
@media (min-width: 1501px){
  .container{
    max-width: 1501px;
  }
}
@media (min-width: 1921px){
  .container{
    max-width: 1921px;
  }
  .section{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .kf-container  .container{
    max-width: 1600px;
  }
  .kf-container .text-aorus24 {
    font-size: 24px;
  }
  .kf-container .text-d5sub {
    font-size: 32px;
    line-height: 38px;
  }
  .kf-container .text-aorus32 {
    font-size: 32px;
  }
  .kf-container .text-aorus40 {
    font-size: 40px;
  }
  .kf-container .text-titillium18 {
    font-size: 18px;
  }
  .kf-container .text-titillium21b {
    font-size: 21px;
  }
  .kf-container .text-headline {
    font-size: 48px;
    line-height: 52px;
  }
  .kf-container .text-sub-headline {
    font-size: 32px;
    line-height: 44px;
  }
  .kf-container .text-more {
    font-size: 21px;
  }
  .kf-container .deep-dive-modals {
    font-size: 20px;
  }
  .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;
  }
  .kf-container .wrapper{
    max-width: 1500px;
  }
  .kf-container .section-hero .hero_heading {
    font-size: 64px;
  }
  .kf-container .section-overview #overview {
    font-size: 0.8em;
  }
  .kf-container .section-d5 .qcard {
    min-height: 460px;
  }
  .kf-container .section-pcb {
    --pcb-bg-size: 1920px;
  }
  .kf-container .section-software .software-grid .qcard {
    padding: 50px;
  }
  .kf-container .section-software .q-gap {
    row-gap: 50px;
  }
}
@media screen and (max-width: 960px){
  .deep-dive-grid.grid-column-2 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
  .kf-container .grid-template-5d {
    display: flex;
    flex-direction: column;
  }
  .kf-container .grid-template-5e {
    display: flex;
    flex-direction: column;
  }
  .kf-container .grid-template-5f {
    display: flex;
    flex-direction: column;
  }
  .kf-container .grid-template-6a {
    grid-template-areas: "area1 area2" "area3 area4" "area5 area6";
  }
  .kf-container .grid-template-6b .qcard {
    min-height: 300px;
  }
  .kf-container .grid-template-6b{
    display: flex;
    flex-direction: column;
  }
  .kf-container .section-kv img, .kf-container .section-kv video {
    display: none;
  }
  .kf-container .section-kv img.rwd, .kf-container .section-kv video.rwd {
    display: block;
  }
  .kf-container .section-x3d .icons.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .kf-container .section-ai .icons.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .kf-container .deep-dive-ai .airow {
    flex-direction: column;
  }
  .kf-container .deep-dive-ai .EZtoPeak {
    flex-direction: column;
  }
  .kf-container #deep-dive-ai .icons.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .kf-container .section-amd .cols{
    display: flex;
    flex-direction: column;
  }
  .kf-container .section-amd .cols div:has(img) {
    min-height: 50vw;
  }
  .kf-container .section-amd .cols div:has(img) img {
    width: 125vw;
  }
  .kf-container .deep-dive-column .benefit {
    display: flex;
    flex-direction: column;
  }
  .kf-container .pbo-switch:has(> :last-child.active) {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1200px){
  .kf-container .dots {
    display: none;
  }
}
@media screen and (min-width: 960px){
  .kf-container .grid-template-5e > :nth-child(5) {
    min-height: 350px;
  }
}
@media screen and (max-width: 768px){
  .kf-container .grid-template-6a {
    display: flex;
    flex-direction: column;
  }
  .kf-container .section-ud {
    margin-top: 0;
    padding-top: 2.5rem;
  }
  .kf-container .section-connectivity {
    padding-bottom: 2.5rem;
  }
  .kf-container .section-amd {
    padding: 0 5vw;
  }
  .kf-container .section-amd .cols div:has(img) {
    min-height: 80vw;
  }
  .kf-container .section-amd .cols div:has(img) img {
    width: 200vw;
  }
}
@media (max-width: 630.98px){
  .kf-container .section-nav .nav-grid .img_ud, .kf-container .section-nav .nav-grid .img_software, .kf-container .section-nav .nav-grid .img_cooling, .kf-container .section-nav .nav-grid .img_diy, .kf-container .section-nav .nav-grid .img_ai, .kf-container .section-nav .nav-grid .img_vrm, .kf-container .section-nav .nav-grid .img_memory {
    position: relative;
    overflow: hidden;
  }
  .kf-container .section-nav .nav-grid .img_ud picture, .kf-container .section-nav .nav-grid .img_software picture, .kf-container .section-nav .nav-grid .img_cooling picture, .kf-container .section-nav .nav-grid .img_diy picture, .kf-container .section-nav .nav-grid .img_ai picture, .kf-container .section-nav .nav-grid .img_vrm picture, .kf-container .section-nav .nav-grid .img_memory picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .kf-container .section-nav .nav-grid .img_ud .content, .kf-container .section-nav .nav-grid .img_software .content, .kf-container .section-nav .nav-grid .img_cooling .content, .kf-container .section-nav .nav-grid .img_diy .content, .kf-container .section-nav .nav-grid .img_ai .content, .kf-container .section-nav .nav-grid .img_vrm .content, .kf-container .section-nav .nav-grid .img_memory .content {
    position: relative;
    padding: 65% 5% 62px;
    text-align: center;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1367px){
  .kf-container .deep-dive-ai .safeOC {
    --xgap: 3rem;
  }
}
@media screen and (max-width: 1366px){
  .kf-container .deep-dive-ai .safeOC {
    grid-auto-flow: row;
  }
  .kf-container .deep-dive-ai .safeOC > div {
    width: 100%;
  }
}
@media screen and (max-width: 540px){
  .kf-container .deep-dive-ai .safeOC > div {
    flex-direction: column;
  }
}
@media (max-width: 960.98px){
  .kf-container .section-d5 .top-img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@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: 600px){
  .kf-container .Antenna {
    gap: 1.25rem;
    flex-direction: column;
    margin: 0 auto;
    align-items: flex-start;
  }
}

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