/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css C:\Users\shihwei.huang.GIGABYTE\AppData\Roaming\npm\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[1].use[1]!C:\Users\shihwei.huang.GIGABYTE\AppData\Roaming\npm\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[1].use[2]!C:\Users\shihwei.huang.GIGABYTE\AppData\Roaming\npm\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[1].use[3]!Z:\html\Landing Page\AI_UTILITY\innergigabyte\scss\main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  margin: 0;
}
.innergigabyteContent {
  position: relative;
  overflow: hidden;
  background-color: black;
}
body.dd-open {
  overflow: hidden;
}

::-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% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.sticky-container .sticky-top, .sticky-container .stickyTop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

.sticky-container .sticky-content {
    position: relative;
  }

.section {
    position: relative;
    z-index: 11;
  }
.colorGray, .kf-container .section-recommendations table tbody tr td span {
  color: #a9a9a9;
}

/*!
   * 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");
  }
img {
  max-width: 100%;
  height: auto;
}
.bi::before,
  [class^=bi-]::before,
  [class*=" bi-"]::before {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: 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;
  }

.bi-arrow-left::before {
    content: "\f12f";
  }

.bi-arrow-right::before {
    content: "\f138";
  }

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

.bi-play-circle::before {
    content: "\f4f3";
  }
.kf-container .pointer-events-none{
  pointer-events: none;
}
.kf-container .visible{
  visibility: visible;
}
.kf-container .fixed{
  position: fixed;
}
.kf-container .absolute{
  position: absolute;
}
.kf-container .relative{
  position: relative;
}
.kf-container .left-0{
  left: 0px;
}
.kf-container .top-0{
  top: 0px;
}
.kf-container .top-\[-100vh\]{
  top: -100vh;
}
.kf-container .z-50{
  z-index: 50;
}
.kf-container .col-auto{
  grid-column: auto;
}
.kf-container .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.kf-container .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.kf-container .my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.kf-container .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.kf-container .mt-10{
  margin-top: 2.5rem;
}
.kf-container .mt-2{
  margin-top: 0.5rem;
}
.kf-container .mt-20{
  margin-top: 5rem;
}
.kf-container .mt-5{
  margin-top: 1.25rem;
}
.kf-container .mt-casual{
  margin-top: 40px;
  margin-top: var(--casual-body-spacer);
}
.kf-container .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .table{
  display: table;
}
.kf-container .grid{
  display: grid;
}
.kf-container .hidden{
  display: none;
}
.kf-container .h-80{
  height: 20rem;
}
.kf-container .h-96{
  height: 24rem;
}
.kf-container .h-full{
  height: 100%;
}
.kf-container .h-screen{
  height: 100vh;
}
.kf-container .w-full{
  width: 100%;
}
.kf-container .flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.kf-container .transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.kf-container .resize{
  resize: both;
}
.kf-container .flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kf-container .justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kf-container :is(.space-y-casual > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * (1 - 0));
  margin-top: calc(var(--casual-body-spacer) * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(40px * calc(1 - 0));
  margin-top: calc(var(--casual-body-spacer) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * 0);
  margin-bottom: calc(var(--casual-body-spacer) * var(--tw-space-y-reverse));
}
.kf-container .overflow-hidden{
  overflow: hidden;
}
.kf-container .overflow-x-auto{
  overflow-x: auto;
}
.kf-container .border{
  border-width: 1px;
}
.kf-container .bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, 1);
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}
.kf-container .bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 10, 10, 1);
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}
.kf-container .bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.kf-container .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.kf-container .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.kf-container .text-center{
  text-align: center;
}
.kf-container .text-left {
  text-align: left;
}
.kf-container .shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.kf-container .outline{
  outline-style: solid;
}
.kf-container .filter{
  -webkit-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);
          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 .container-fluid{
  width: 100%;
  --tw-gutter-x: var(--casual-body-spacer, 1rem);
  --tw-gutter-y: var(--casual-body-spacer, 0);
  padding-right: calc(40px * .5);
  padding-right: calc(var(--tw-gutter-x) * .5);
  padding-left: calc(40px * .5);
  padding-left: calc(var(--tw-gutter-x) * .5);
}
.kf-container .\!container{
  --tw-gutter-x: var(--casual-body-spacer, 1rem) !important;
  --tw-gutter-y: var(--casual-body-spacer, 0) !important;
  padding-right: calc(40px * .5) !important;
  padding-right: calc(var(--tw-gutter-x) * .5) !important;
  padding-left: calc(40px * .5) !important;
  padding-left: calc(var(--tw-gutter-x) * .5) !important;
}
.kf-container .container{
  --tw-gutter-x: var(--casual-body-spacer, 1rem);
  --tw-gutter-y: var(--casual-body-spacer, 0);
  padding-right: calc(40px * .5);
  padding-right: calc(var(--tw-gutter-x) * .5);
  padding-left: calc(40px * .5);
  padding-left: calc(var(--tw-gutter-x) * .5);
}
.kf-container .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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));
}
.kf-container :is(.row > *){
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      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);
}
.kf-container .col{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;;
          flex: 1 0 0%;;
}
.kf-container .col-auto{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.kf-container :is(.row-cols-auto>*){
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.kf-container .col-10{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.kf-container .col-12{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.kf-container .g-10{
  --tw-gutter-x: 2.5rem;
  --tw-gutter-y: 2.5rem;
}
.kf-container .gx-casual{
  --tw-gutter-x: var(--casual-body-spacer);
}
.kf-container .gy-5{
  --tw-gutter-y: 1.25rem;
}
.kf-container  .full{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container  .center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* input */
:root {
  --casual-body-spacer: 40px;
}

.kf-container *,
.kf-container *::before,
.kf-container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.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 h1, .kf-container h2, .kf-container h3, .kf-container h4, .kf-container h5, .kf-container h6 {
  color: #fff;
}
.kf-container img {
  display: block;
}
.kf-container video {
  max-width: 100%;
}
.kf-container a,
.kf-container a:hover,
.kf-container a:visited {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.kf-container h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}
.fontOrbitron {
  font-family: "Orbitron", "微軟正黑體", Microsoft JhengHei;
}
.kf-container h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.kf-container h4 {
  font-size: 1.45em;
  font-weight: 600;
  letter-spacing: 1px;
}
.kf-container h5 {
  font-size: 1em;
  font-weight: 400;
}
.kf-container p {
  line-height: 150%;
}

.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 */
  /*!
   * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
   * Copyright 2019-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
   */
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", "Arial", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  line-height: normal;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: #eee;
  --localnav-height: 46px;
  /* .color-linear-ai{
      background-image:  $linear-ai;
      -webkit-background-clip: text;
      color: transparent;
  }
   */
}
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.kf-container .swiper-android .swiper-slide,
.kf-container .swiper-ios .swiper-slide,
.kf-container .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.kf-container .swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.kf-container .swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.kf-container .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.kf-container .swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.kf-container .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.kf-container .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.kf-container .swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.kf-container .swiper-3d .swiper-slide,
.kf-container .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          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 {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.kf-container .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
.kf-container .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          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: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          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;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .kf-container .swiper-button-prev svg,
.swiper-rtl .kf-container .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          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;
  -webkit-font-feature-settings: ;
          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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          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;
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.kf-container .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .kf-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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: 5px;
  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: 5px;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kf-container .b-swiper .swiper-pagination {
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  --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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  row-gap: 8px;
  row-gap: var(--swiper-pagination-bullet-horizontal-gap);
  cursor: pointer;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% * min(var(--progress), 1));
  width: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% * min(var(--progress), 1)) 0, calc(100% * min(var(--progress), 1)) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% * min(var(--progress), 1)) 0, calc(100% * min(var(--progress), 1)) 100%, 0 100%);
  background: #41BBFA;
  border-radius: 5px;
  height: 100%;
  /* box-sizing:content-box;
  transform: translateY(-50%); */
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  --swiper-pagination-bullet-inactive-color: #bbb;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -5px;
  right: -5px;
  bottom: -15px;
  background: transparent;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
.kf-container .b-swiper .b-swiper-pagination.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../../innergigabyte/fonts/bootstrap-icons/font/fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../../innergigabyte/fonts/bootstrap-icons/font/fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.kf-container .bi::before,
.kf-container [class^=bi-]::before,
.kf-container [class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  -webkit-font-feature-settings: 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;
}
.kf-container .bi-123::before {
  content: "\f67f";
}
.kf-container .bi-alarm-fill::before {
  content: "\f101";
}
.kf-container .bi-alarm::before {
  content: "\f102";
}
.kf-container .bi-align-bottom::before {
  content: "\f103";
}
.kf-container .bi-align-center::before {
  content: "\f104";
}
.kf-container .bi-align-end::before {
  content: "\f105";
}
.kf-container .bi-align-middle::before {
  content: "\f106";
}
.kf-container .bi-align-start::before {
  content: "\f107";
}
.kf-container .bi-align-top::before {
  content: "\f108";
}
.kf-container .bi-alt::before {
  content: "\f109";
}
.kf-container .bi-app-indicator::before {
  content: "\f10a";
}
.kf-container .bi-app::before {
  content: "\f10b";
}
.kf-container .bi-archive-fill::before {
  content: "\f10c";
}
.kf-container .bi-archive::before {
  content: "\f10d";
}
.kf-container .bi-arrow-90deg-down::before {
  content: "\f10e";
}
.kf-container .bi-arrow-90deg-left::before {
  content: "\f10f";
}
.kf-container .bi-arrow-90deg-right::before {
  content: "\f110";
}
.kf-container .bi-arrow-90deg-up::before {
  content: "\f111";
}
.kf-container .bi-arrow-bar-down::before {
  content: "\f112";
}
.kf-container .bi-arrow-bar-left::before {
  content: "\f113";
}
.kf-container .bi-arrow-bar-right::before {
  content: "\f114";
}
.kf-container .bi-arrow-bar-up::before {
  content: "\f115";
}
.kf-container .bi-arrow-clockwise::before {
  content: "\f116";
}
.kf-container .bi-arrow-counterclockwise::before {
  content: "\f117";
}
.kf-container .bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.kf-container .bi-arrow-down-circle::before {
  content: "\f119";
}
.kf-container .bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.kf-container .bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.kf-container .bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.kf-container .bi-arrow-down-left-square::before {
  content: "\f11d";
}
.kf-container .bi-arrow-down-left::before {
  content: "\f11e";
}
.kf-container .bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.kf-container .bi-arrow-down-right-circle::before {
  content: "\f120";
}
.kf-container .bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.kf-container .bi-arrow-down-right-square::before {
  content: "\f122";
}
.kf-container .bi-arrow-down-right::before {
  content: "\f123";
}
.kf-container .bi-arrow-down-short::before {
  content: "\f124";
}
.kf-container .bi-arrow-down-square-fill::before {
  content: "\f125";
}
.kf-container .bi-arrow-down-square::before {
  content: "\f126";
}
.kf-container .bi-arrow-down-up::before {
  content: "\f127";
}
.kf-container .bi-arrow-down::before {
  content: "\f128";
}
.kf-container .bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.kf-container .bi-arrow-left-circle::before {
  content: "\f12a";
}
.kf-container .bi-arrow-left-right::before {
  content: "\f12b";
}
.kf-container .bi-arrow-left-short::before {
  content: "\f12c";
}
.kf-container .bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.kf-container .bi-arrow-left-square::before {
  content: "\f12e";
}
.kf-container .bi-arrow-left::before {
  content: "\f12f";
}
.kf-container .bi-arrow-repeat::before {
  content: "\f130";
}
.kf-container .bi-arrow-return-left::before {
  content: "\f131";
}
.kf-container .bi-arrow-return-right::before {
  content: "\f132";
}
.kf-container .bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.kf-container .bi-arrow-right-circle::before {
  content: "\f134";
}
.kf-container .bi-arrow-right-short::before {
  content: "\f135";
}
.kf-container .bi-arrow-right-square-fill::before {
  content: "\f136";
}
.kf-container .bi-arrow-right-square::before {
  content: "\f137";
}
.kf-container .bi-arrow-right::before {
  content: "\f138";
}
.kf-container .bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.kf-container .bi-arrow-up-circle::before {
  content: "\f13a";
}
.kf-container .bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.kf-container .bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.kf-container .bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.kf-container .bi-arrow-up-left-square::before {
  content: "\f13e";
}
.kf-container .bi-arrow-up-left::before {
  content: "\f13f";
}
.kf-container .bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.kf-container .bi-arrow-up-right-circle::before {
  content: "\f141";
}
.kf-container .bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.kf-container .bi-arrow-up-right-square::before {
  content: "\f143";
}
.kf-container .bi-arrow-up-right::before {
  content: "\f144";
}
.kf-container .bi-arrow-up-short::before {
  content: "\f145";
}
.kf-container .bi-arrow-up-square-fill::before {
  content: "\f146";
}
.kf-container .bi-arrow-up-square::before {
  content: "\f147";
}
.kf-container .bi-arrow-up::before {
  content: "\f148";
}
.kf-container .bi-arrows-angle-contract::before {
  content: "\f149";
}
.kf-container .bi-arrows-angle-expand::before {
  content: "\f14a";
}
.kf-container .bi-arrows-collapse::before {
  content: "\f14b";
}
.kf-container .bi-arrows-expand::before {
  content: "\f14c";
}
.kf-container .bi-arrows-fullscreen::before {
  content: "\f14d";
}
.kf-container .bi-arrows-move::before {
  content: "\f14e";
}
.kf-container .bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.kf-container .bi-aspect-ratio::before {
  content: "\f150";
}
.kf-container .bi-asterisk::before {
  content: "\f151";
}
.kf-container .bi-at::before {
  content: "\f152";
}
.kf-container .bi-award-fill::before {
  content: "\f153";
}
.kf-container .bi-award::before {
  content: "\f154";
}
.kf-container .bi-back::before {
  content: "\f155";
}
.kf-container .bi-backspace-fill::before {
  content: "\f156";
}
.kf-container .bi-backspace-reverse-fill::before {
  content: "\f157";
}
.kf-container .bi-backspace-reverse::before {
  content: "\f158";
}
.kf-container .bi-backspace::before {
  content: "\f159";
}
.kf-container .bi-badge-3d-fill::before {
  content: "\f15a";
}
.kf-container .bi-badge-3d::before {
  content: "\f15b";
}
.kf-container .bi-badge-4k-fill::before {
  content: "\f15c";
}
.kf-container .bi-badge-4k::before {
  content: "\f15d";
}
.kf-container .bi-badge-8k-fill::before {
  content: "\f15e";
}
.kf-container .bi-badge-8k::before {
  content: "\f15f";
}
.kf-container .bi-badge-ad-fill::before {
  content: "\f160";
}
.kf-container .bi-badge-ad::before {
  content: "\f161";
}
.kf-container .bi-badge-ar-fill::before {
  content: "\f162";
}
.kf-container .bi-badge-ar::before {
  content: "\f163";
}
.kf-container .bi-badge-cc-fill::before {
  content: "\f164";
}
.kf-container .bi-badge-cc::before {
  content: "\f165";
}
.kf-container .bi-badge-hd-fill::before {
  content: "\f166";
}
.kf-container .bi-badge-hd::before {
  content: "\f167";
}
.kf-container .bi-badge-tm-fill::before {
  content: "\f168";
}
.kf-container .bi-badge-tm::before {
  content: "\f169";
}
.kf-container .bi-badge-vo-fill::before {
  content: "\f16a";
}
.kf-container .bi-badge-vo::before {
  content: "\f16b";
}
.kf-container .bi-badge-vr-fill::before {
  content: "\f16c";
}
.kf-container .bi-badge-vr::before {
  content: "\f16d";
}
.kf-container .bi-badge-wc-fill::before {
  content: "\f16e";
}
.kf-container .bi-badge-wc::before {
  content: "\f16f";
}
.kf-container .bi-bag-check-fill::before {
  content: "\f170";
}
.kf-container .bi-bag-check::before {
  content: "\f171";
}
.kf-container .bi-bag-dash-fill::before {
  content: "\f172";
}
.kf-container .bi-bag-dash::before {
  content: "\f173";
}
.kf-container .bi-bag-fill::before {
  content: "\f174";
}
.kf-container .bi-bag-plus-fill::before {
  content: "\f175";
}
.kf-container .bi-bag-plus::before {
  content: "\f176";
}
.kf-container .bi-bag-x-fill::before {
  content: "\f177";
}
.kf-container .bi-bag-x::before {
  content: "\f178";
}
.kf-container .bi-bag::before {
  content: "\f179";
}
.kf-container .bi-bar-chart-fill::before {
  content: "\f17a";
}
.kf-container .bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.kf-container .bi-bar-chart-line::before {
  content: "\f17c";
}
.kf-container .bi-bar-chart-steps::before {
  content: "\f17d";
}
.kf-container .bi-bar-chart::before {
  content: "\f17e";
}
.kf-container .bi-basket-fill::before {
  content: "\f17f";
}
.kf-container .bi-basket::before {
  content: "\f180";
}
.kf-container .bi-basket2-fill::before {
  content: "\f181";
}
.kf-container .bi-basket2::before {
  content: "\f182";
}
.kf-container .bi-basket3-fill::before {
  content: "\f183";
}
.kf-container .bi-basket3::before {
  content: "\f184";
}
.kf-container .bi-battery-charging::before {
  content: "\f185";
}
.kf-container .bi-battery-full::before {
  content: "\f186";
}
.kf-container .bi-battery-half::before {
  content: "\f187";
}
.kf-container .bi-battery::before {
  content: "\f188";
}
.kf-container .bi-bell-fill::before {
  content: "\f189";
}
.kf-container .bi-bell::before {
  content: "\f18a";
}
.kf-container .bi-bezier::before {
  content: "\f18b";
}
.kf-container .bi-bezier2::before {
  content: "\f18c";
}
.kf-container .bi-bicycle::before {
  content: "\f18d";
}
.kf-container .bi-binoculars-fill::before {
  content: "\f18e";
}
.kf-container .bi-binoculars::before {
  content: "\f18f";
}
.kf-container .bi-blockquote-left::before {
  content: "\f190";
}
.kf-container .bi-blockquote-right::before {
  content: "\f191";
}
.kf-container .bi-book-fill::before {
  content: "\f192";
}
.kf-container .bi-book-half::before {
  content: "\f193";
}
.kf-container .bi-book::before {
  content: "\f194";
}
.kf-container .bi-bookmark-check-fill::before {
  content: "\f195";
}
.kf-container .bi-bookmark-check::before {
  content: "\f196";
}
.kf-container .bi-bookmark-dash-fill::before {
  content: "\f197";
}
.kf-container .bi-bookmark-dash::before {
  content: "\f198";
}
.kf-container .bi-bookmark-fill::before {
  content: "\f199";
}
.kf-container .bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.kf-container .bi-bookmark-heart::before {
  content: "\f19b";
}
.kf-container .bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.kf-container .bi-bookmark-plus::before {
  content: "\f19d";
}
.kf-container .bi-bookmark-star-fill::before {
  content: "\f19e";
}
.kf-container .bi-bookmark-star::before {
  content: "\f19f";
}
.kf-container .bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.kf-container .bi-bookmark-x::before {
  content: "\f1a1";
}
.kf-container .bi-bookmark::before {
  content: "\f1a2";
}
.kf-container .bi-bookmarks-fill::before {
  content: "\f1a3";
}
.kf-container .bi-bookmarks::before {
  content: "\f1a4";
}
.kf-container .bi-bookshelf::before {
  content: "\f1a5";
}
.kf-container .bi-bootstrap-fill::before {
  content: "\f1a6";
}
.kf-container .bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.kf-container .bi-bootstrap::before {
  content: "\f1a8";
}
.kf-container .bi-border-all::before {
  content: "\f1a9";
}
.kf-container .bi-border-bottom::before {
  content: "\f1aa";
}
.kf-container .bi-border-center::before {
  content: "\f1ab";
}
.kf-container .bi-border-inner::before {
  content: "\f1ac";
}
.kf-container .bi-border-left::before {
  content: "\f1ad";
}
.kf-container .bi-border-middle::before {
  content: "\f1ae";
}
.kf-container .bi-border-outer::before {
  content: "\f1af";
}
.kf-container .bi-border-right::before {
  content: "\f1b0";
}
.kf-container .bi-border-style::before {
  content: "\f1b1";
}
.kf-container .bi-border-top::before {
  content: "\f1b2";
}
.kf-container .bi-border-width::before {
  content: "\f1b3";
}
.kf-container .bi-border::before {
  content: "\f1b4";
}
.kf-container .bi-bounding-box-circles::before {
  content: "\f1b5";
}
.kf-container .bi-bounding-box::before {
  content: "\f1b6";
}
.kf-container .bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.kf-container .bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.kf-container .bi-box-arrow-down::before {
  content: "\f1b9";
}
.kf-container .bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.kf-container .bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.kf-container .bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.kf-container .bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.kf-container .bi-box-arrow-in-right::before {
  content: "\f1be";
}
.kf-container .bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.kf-container .bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.kf-container .bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.kf-container .bi-box-arrow-left::before {
  content: "\f1c2";
}
.kf-container .bi-box-arrow-right::before {
  content: "\f1c3";
}
.kf-container .bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.kf-container .bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.kf-container .bi-box-arrow-up::before {
  content: "\f1c6";
}
.kf-container .bi-box-seam::before {
  content: "\f1c7";
}
.kf-container .bi-box::before {
  content: "\f1c8";
}
.kf-container .bi-braces::before {
  content: "\f1c9";
}
.kf-container .bi-bricks::before {
  content: "\f1ca";
}
.kf-container .bi-briefcase-fill::before {
  content: "\f1cb";
}
.kf-container .bi-briefcase::before {
  content: "\f1cc";
}
.kf-container .bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.kf-container .bi-brightness-alt-high::before {
  content: "\f1ce";
}
.kf-container .bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.kf-container .bi-brightness-alt-low::before {
  content: "\f1d0";
}
.kf-container .bi-brightness-high-fill::before {
  content: "\f1d1";
}
.kf-container .bi-brightness-high::before {
  content: "\f1d2";
}
.kf-container .bi-brightness-low-fill::before {
  content: "\f1d3";
}
.kf-container .bi-brightness-low::before {
  content: "\f1d4";
}
.kf-container .bi-broadcast-pin::before {
  content: "\f1d5";
}
.kf-container .bi-broadcast::before {
  content: "\f1d6";
}
.kf-container .bi-brush-fill::before {
  content: "\f1d7";
}
.kf-container .bi-brush::before {
  content: "\f1d8";
}
.kf-container .bi-bucket-fill::before {
  content: "\f1d9";
}
.kf-container .bi-bucket::before {
  content: "\f1da";
}
.kf-container .bi-bug-fill::before {
  content: "\f1db";
}
.kf-container .bi-bug::before {
  content: "\f1dc";
}
.kf-container .bi-building::before {
  content: "\f1dd";
}
.kf-container .bi-bullseye::before {
  content: "\f1de";
}
.kf-container .bi-calculator-fill::before {
  content: "\f1df";
}
.kf-container .bi-calculator::before {
  content: "\f1e0";
}
.kf-container .bi-calendar-check-fill::before {
  content: "\f1e1";
}
.kf-container .bi-calendar-check::before {
  content: "\f1e2";
}
.kf-container .bi-calendar-date-fill::before {
  content: "\f1e3";
}
.kf-container .bi-calendar-date::before {
  content: "\f1e4";
}
.kf-container .bi-calendar-day-fill::before {
  content: "\f1e5";
}
.kf-container .bi-calendar-day::before {
  content: "\f1e6";
}
.kf-container .bi-calendar-event-fill::before {
  content: "\f1e7";
}
.kf-container .bi-calendar-event::before {
  content: "\f1e8";
}
.kf-container .bi-calendar-fill::before {
  content: "\f1e9";
}
.kf-container .bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.kf-container .bi-calendar-minus::before {
  content: "\f1eb";
}
.kf-container .bi-calendar-month-fill::before {
  content: "\f1ec";
}
.kf-container .bi-calendar-month::before {
  content: "\f1ed";
}
.kf-container .bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.kf-container .bi-calendar-plus::before {
  content: "\f1ef";
}
.kf-container .bi-calendar-range-fill::before {
  content: "\f1f0";
}
.kf-container .bi-calendar-range::before {
  content: "\f1f1";
}
.kf-container .bi-calendar-week-fill::before {
  content: "\f1f2";
}
.kf-container .bi-calendar-week::before {
  content: "\f1f3";
}
.kf-container .bi-calendar-x-fill::before {
  content: "\f1f4";
}
.kf-container .bi-calendar-x::before {
  content: "\f1f5";
}
.kf-container .bi-calendar::before {
  content: "\f1f6";
}
.kf-container .bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.kf-container .bi-calendar2-check::before {
  content: "\f1f8";
}
.kf-container .bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.kf-container .bi-calendar2-date::before {
  content: "\f1fa";
}
.kf-container .bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.kf-container .bi-calendar2-day::before {
  content: "\f1fc";
}
.kf-container .bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.kf-container .bi-calendar2-event::before {
  content: "\f1fe";
}
.kf-container .bi-calendar2-fill::before {
  content: "\f1ff";
}
.kf-container .bi-calendar2-minus-fill::before {
  content: "\f200";
}
.kf-container .bi-calendar2-minus::before {
  content: "\f201";
}
.kf-container .bi-calendar2-month-fill::before {
  content: "\f202";
}
.kf-container .bi-calendar2-month::before {
  content: "\f203";
}
.kf-container .bi-calendar2-plus-fill::before {
  content: "\f204";
}
.kf-container .bi-calendar2-plus::before {
  content: "\f205";
}
.kf-container .bi-calendar2-range-fill::before {
  content: "\f206";
}
.kf-container .bi-calendar2-range::before {
  content: "\f207";
}
.kf-container .bi-calendar2-week-fill::before {
  content: "\f208";
}
.kf-container .bi-calendar2-week::before {
  content: "\f209";
}
.kf-container .bi-calendar2-x-fill::before {
  content: "\f20a";
}
.kf-container .bi-calendar2-x::before {
  content: "\f20b";
}
.kf-container .bi-calendar2::before {
  content: "\f20c";
}
.kf-container .bi-calendar3-event-fill::before {
  content: "\f20d";
}
.kf-container .bi-calendar3-event::before {
  content: "\f20e";
}
.kf-container .bi-calendar3-fill::before {
  content: "\f20f";
}
.kf-container .bi-calendar3-range-fill::before {
  content: "\f210";
}
.kf-container .bi-calendar3-range::before {
  content: "\f211";
}
.kf-container .bi-calendar3-week-fill::before {
  content: "\f212";
}
.kf-container .bi-calendar3-week::before {
  content: "\f213";
}
.kf-container .bi-calendar3::before {
  content: "\f214";
}
.kf-container .bi-calendar4-event::before {
  content: "\f215";
}
.kf-container .bi-calendar4-range::before {
  content: "\f216";
}
.kf-container .bi-calendar4-week::before {
  content: "\f217";
}
.kf-container .bi-calendar4::before {
  content: "\f218";
}
.kf-container .bi-camera-fill::before {
  content: "\f219";
}
.kf-container .bi-camera-reels-fill::before {
  content: "\f21a";
}
.kf-container .bi-camera-reels::before {
  content: "\f21b";
}
.kf-container .bi-camera-video-fill::before {
  content: "\f21c";
}
.kf-container .bi-camera-video-off-fill::before {
  content: "\f21d";
}
.kf-container .bi-camera-video-off::before {
  content: "\f21e";
}
.kf-container .bi-camera-video::before {
  content: "\f21f";
}
.kf-container .bi-camera::before {
  content: "\f220";
}
.kf-container .bi-camera2::before {
  content: "\f221";
}
.kf-container .bi-capslock-fill::before {
  content: "\f222";
}
.kf-container .bi-capslock::before {
  content: "\f223";
}
.kf-container .bi-card-checklist::before {
  content: "\f224";
}
.kf-container .bi-card-heading::before {
  content: "\f225";
}
.kf-container .bi-card-image::before {
  content: "\f226";
}
.kf-container .bi-card-list::before {
  content: "\f227";
}
.kf-container .bi-card-text::before {
  content: "\f228";
}
.kf-container .bi-caret-down-fill::before {
  content: "\f229";
}
.kf-container .bi-caret-down-square-fill::before {
  content: "\f22a";
}
.kf-container .bi-caret-down-square::before {
  content: "\f22b";
}
.kf-container .bi-caret-down::before {
  content: "\f22c";
}
.kf-container .bi-caret-left-fill::before {
  content: "\f22d";
}
.kf-container .bi-caret-left-square-fill::before {
  content: "\f22e";
}
.kf-container .bi-caret-left-square::before {
  content: "\f22f";
}
.kf-container .bi-caret-left::before {
  content: "\f230";
}
.kf-container .bi-caret-right-fill::before {
  content: "\f231";
}
.kf-container .bi-caret-right-square-fill::before {
  content: "\f232";
}
.kf-container .bi-caret-right-square::before {
  content: "\f233";
}
.kf-container .bi-caret-right::before {
  content: "\f234";
}
.kf-container .bi-caret-up-fill::before {
  content: "\f235";
}
.kf-container .bi-caret-up-square-fill::before {
  content: "\f236";
}
.kf-container .bi-caret-up-square::before {
  content: "\f237";
}
.kf-container .bi-caret-up::before {
  content: "\f238";
}
.kf-container .bi-cart-check-fill::before {
  content: "\f239";
}
.kf-container .bi-cart-check::before {
  content: "\f23a";
}
.kf-container .bi-cart-dash-fill::before {
  content: "\f23b";
}
.kf-container .bi-cart-dash::before {
  content: "\f23c";
}
.kf-container .bi-cart-fill::before {
  content: "\f23d";
}
.kf-container .bi-cart-plus-fill::before {
  content: "\f23e";
}
.kf-container .bi-cart-plus::before {
  content: "\f23f";
}
.kf-container .bi-cart-x-fill::before {
  content: "\f240";
}
.kf-container .bi-cart-x::before {
  content: "\f241";
}
.kf-container .bi-cart::before {
  content: "\f242";
}
.kf-container .bi-cart2::before {
  content: "\f243";
}
.kf-container .bi-cart3::before {
  content: "\f244";
}
.kf-container .bi-cart4::before {
  content: "\f245";
}
.kf-container .bi-cash-stack::before {
  content: "\f246";
}
.kf-container .bi-cash::before {
  content: "\f247";
}
.kf-container .bi-cast::before {
  content: "\f248";
}
.kf-container .bi-chat-dots-fill::before {
  content: "\f249";
}
.kf-container .bi-chat-dots::before {
  content: "\f24a";
}
.kf-container .bi-chat-fill::before {
  content: "\f24b";
}
.kf-container .bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.kf-container .bi-chat-left-dots::before {
  content: "\f24d";
}
.kf-container .bi-chat-left-fill::before {
  content: "\f24e";
}
.kf-container .bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.kf-container .bi-chat-left-quote::before {
  content: "\f250";
}
.kf-container .bi-chat-left-text-fill::before {
  content: "\f251";
}
.kf-container .bi-chat-left-text::before {
  content: "\f252";
}
.kf-container .bi-chat-left::before {
  content: "\f253";
}
.kf-container .bi-chat-quote-fill::before {
  content: "\f254";
}
.kf-container .bi-chat-quote::before {
  content: "\f255";
}
.kf-container .bi-chat-right-dots-fill::before {
  content: "\f256";
}
.kf-container .bi-chat-right-dots::before {
  content: "\f257";
}
.kf-container .bi-chat-right-fill::before {
  content: "\f258";
}
.kf-container .bi-chat-right-quote-fill::before {
  content: "\f259";
}
.kf-container .bi-chat-right-quote::before {
  content: "\f25a";
}
.kf-container .bi-chat-right-text-fill::before {
  content: "\f25b";
}
.kf-container .bi-chat-right-text::before {
  content: "\f25c";
}
.kf-container .bi-chat-right::before {
  content: "\f25d";
}
.kf-container .bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.kf-container .bi-chat-square-dots::before {
  content: "\f25f";
}
.kf-container .bi-chat-square-fill::before {
  content: "\f260";
}
.kf-container .bi-chat-square-quote-fill::before {
  content: "\f261";
}
.kf-container .bi-chat-square-quote::before {
  content: "\f262";
}
.kf-container .bi-chat-square-text-fill::before {
  content: "\f263";
}
.kf-container .bi-chat-square-text::before {
  content: "\f264";
}
.kf-container .bi-chat-square::before {
  content: "\f265";
}
.kf-container .bi-chat-text-fill::before {
  content: "\f266";
}
.kf-container .bi-chat-text::before {
  content: "\f267";
}
.kf-container .bi-chat::before {
  content: "\f268";
}
.kf-container .bi-check-all::before {
  content: "\f269";
}
.kf-container .bi-check-circle-fill::before {
  content: "\f26a";
}
.kf-container .bi-check-circle::before {
  content: "\f26b";
}
.kf-container .bi-check-square-fill::before {
  content: "\f26c";
}
.kf-container .bi-check-square::before {
  content: "\f26d";
}
.kf-container .bi-check::before {
  content: "\f26e";
}
.kf-container .bi-check2-all::before {
  content: "\f26f";
}
.kf-container .bi-check2-circle::before {
  content: "\f270";
}
.kf-container .bi-check2-square::before {
  content: "\f271";
}
.kf-container .bi-check2::before {
  content: "\f272";
}
.kf-container .bi-chevron-bar-contract::before {
  content: "\f273";
}
.kf-container .bi-chevron-bar-down::before {
  content: "\f274";
}
.kf-container .bi-chevron-bar-expand::before {
  content: "\f275";
}
.kf-container .bi-chevron-bar-left::before {
  content: "\f276";
}
.kf-container .bi-chevron-bar-right::before {
  content: "\f277";
}
.kf-container .bi-chevron-bar-up::before {
  content: "\f278";
}
.kf-container .bi-chevron-compact-down::before {
  content: "\f279";
}
.kf-container .bi-chevron-compact-left::before {
  content: "\f27a";
}
.kf-container .bi-chevron-compact-right::before {
  content: "\f27b";
}
.kf-container .bi-chevron-compact-up::before {
  content: "\f27c";
}
.kf-container .bi-chevron-contract::before {
  content: "\f27d";
}
.kf-container .bi-chevron-double-down::before {
  content: "\f27e";
}
.kf-container .bi-chevron-double-left::before {
  content: "\f27f";
}
.kf-container .bi-chevron-double-right::before {
  content: "\f280";
}
.kf-container .bi-chevron-double-up::before {
  content: "\f281";
}
.kf-container .bi-chevron-down::before {
  content: "\f282";
}
.kf-container .bi-chevron-expand::before {
  content: "\f283";
}
.kf-container .bi-chevron-left::before {
  content: "\f284";
}
.kf-container .bi-chevron-right::before {
  content: "\f285";
}
.kf-container .bi-chevron-up::before {
  content: "\f286";
}
.kf-container .bi-circle-fill::before {
  content: "\f287";
}
.kf-container .bi-circle-half::before {
  content: "\f288";
}
.kf-container .bi-circle-square::before {
  content: "\f289";
}
.kf-container .bi-circle::before {
  content: "\f28a";
}
.kf-container .bi-clipboard-check::before {
  content: "\f28b";
}
.kf-container .bi-clipboard-data::before {
  content: "\f28c";
}
.kf-container .bi-clipboard-minus::before {
  content: "\f28d";
}
.kf-container .bi-clipboard-plus::before {
  content: "\f28e";
}
.kf-container .bi-clipboard-x::before {
  content: "\f28f";
}
.kf-container .bi-clipboard::before {
  content: "\f290";
}
.kf-container .bi-clock-fill::before {
  content: "\f291";
}
.kf-container .bi-clock-history::before {
  content: "\f292";
}
.kf-container .bi-clock::before {
  content: "\f293";
}
.kf-container .bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.kf-container .bi-cloud-arrow-down::before {
  content: "\f295";
}
.kf-container .bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.kf-container .bi-cloud-arrow-up::before {
  content: "\f297";
}
.kf-container .bi-cloud-check-fill::before {
  content: "\f298";
}
.kf-container .bi-cloud-check::before {
  content: "\f299";
}
.kf-container .bi-cloud-download-fill::before {
  content: "\f29a";
}
.kf-container .bi-cloud-download::before {
  content: "\f29b";
}
.kf-container .bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.kf-container .bi-cloud-drizzle::before {
  content: "\f29d";
}
.kf-container .bi-cloud-fill::before {
  content: "\f29e";
}
.kf-container .bi-cloud-fog-fill::before {
  content: "\f29f";
}
.kf-container .bi-cloud-fog::before {
  content: "\f2a0";
}
.kf-container .bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.kf-container .bi-cloud-fog2::before {
  content: "\f2a2";
}
.kf-container .bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.kf-container .bi-cloud-hail::before {
  content: "\f2a4";
}
.kf-container .bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.kf-container .bi-cloud-haze::before {
  content: "\f2a7";
}
.kf-container .bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.kf-container .bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.kf-container .bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.kf-container .bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.kf-container .bi-cloud-lightning::before {
  content: "\f2ac";
}
.kf-container .bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.kf-container .bi-cloud-minus::before {
  content: "\f2ae";
}
.kf-container .bi-cloud-moon-fill::before {
  content: "\f2af";
}
.kf-container .bi-cloud-moon::before {
  content: "\f2b0";
}
.kf-container .bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.kf-container .bi-cloud-plus::before {
  content: "\f2b2";
}
.kf-container .bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.kf-container .bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.kf-container .bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.kf-container .bi-cloud-rain::before {
  content: "\f2b6";
}
.kf-container .bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.kf-container .bi-cloud-slash::before {
  content: "\f2b8";
}
.kf-container .bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.kf-container .bi-cloud-sleet::before {
  content: "\f2ba";
}
.kf-container .bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.kf-container .bi-cloud-snow::before {
  content: "\f2bc";
}
.kf-container .bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.kf-container .bi-cloud-sun::before {
  content: "\f2be";
}
.kf-container .bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.kf-container .bi-cloud-upload::before {
  content: "\f2c0";
}
.kf-container .bi-cloud::before {
  content: "\f2c1";
}
.kf-container .bi-clouds-fill::before {
  content: "\f2c2";
}
.kf-container .bi-clouds::before {
  content: "\f2c3";
}
.kf-container .bi-cloudy-fill::before {
  content: "\f2c4";
}
.kf-container .bi-cloudy::before {
  content: "\f2c5";
}
.kf-container .bi-code-slash::before {
  content: "\f2c6";
}
.kf-container .bi-code-square::before {
  content: "\f2c7";
}
.kf-container .bi-code::before {
  content: "\f2c8";
}
.kf-container .bi-collection-fill::before {
  content: "\f2c9";
}
.kf-container .bi-collection-play-fill::before {
  content: "\f2ca";
}
.kf-container .bi-collection-play::before {
  content: "\f2cb";
}
.kf-container .bi-collection::before {
  content: "\f2cc";
}
.kf-container .bi-columns-gap::before {
  content: "\f2cd";
}
.kf-container .bi-columns::before {
  content: "\f2ce";
}
.kf-container .bi-command::before {
  content: "\f2cf";
}
.kf-container .bi-compass-fill::before {
  content: "\f2d0";
}
.kf-container .bi-compass::before {
  content: "\f2d1";
}
.kf-container .bi-cone-striped::before {
  content: "\f2d2";
}
.kf-container .bi-cone::before {
  content: "\f2d3";
}
.kf-container .bi-controller::before {
  content: "\f2d4";
}
.kf-container .bi-cpu-fill::before {
  content: "\f2d5";
}
.kf-container .bi-cpu::before {
  content: "\f2d6";
}
.kf-container .bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.kf-container .bi-credit-card-2-back::before {
  content: "\f2d8";
}
.kf-container .bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.kf-container .bi-credit-card-2-front::before {
  content: "\f2da";
}
.kf-container .bi-credit-card-fill::before {
  content: "\f2db";
}
.kf-container .bi-credit-card::before {
  content: "\f2dc";
}
.kf-container .bi-crop::before {
  content: "\f2dd";
}
.kf-container .bi-cup-fill::before {
  content: "\f2de";
}
.kf-container .bi-cup-straw::before {
  content: "\f2df";
}
.kf-container .bi-cup::before {
  content: "\f2e0";
}
.kf-container .bi-cursor-fill::before {
  content: "\f2e1";
}
.kf-container .bi-cursor-text::before {
  content: "\f2e2";
}
.kf-container .bi-cursor::before {
  content: "\f2e3";
}
.kf-container .bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.kf-container .bi-dash-circle-fill::before {
  content: "\f2e5";
}
.kf-container .bi-dash-circle::before {
  content: "\f2e6";
}
.kf-container .bi-dash-square-dotted::before {
  content: "\f2e7";
}
.kf-container .bi-dash-square-fill::before {
  content: "\f2e8";
}
.kf-container .bi-dash-square::before {
  content: "\f2e9";
}
.kf-container .bi-dash::before {
  content: "\f2ea";
}
.kf-container .bi-diagram-2-fill::before {
  content: "\f2eb";
}
.kf-container .bi-diagram-2::before {
  content: "\f2ec";
}
.kf-container .bi-diagram-3-fill::before {
  content: "\f2ed";
}
.kf-container .bi-diagram-3::before {
  content: "\f2ee";
}
.kf-container .bi-diamond-fill::before {
  content: "\f2ef";
}
.kf-container .bi-diamond-half::before {
  content: "\f2f0";
}
.kf-container .bi-diamond::before {
  content: "\f2f1";
}
.kf-container .bi-dice-1-fill::before {
  content: "\f2f2";
}
.kf-container .bi-dice-1::before {
  content: "\f2f3";
}
.kf-container .bi-dice-2-fill::before {
  content: "\f2f4";
}
.kf-container .bi-dice-2::before {
  content: "\f2f5";
}
.kf-container .bi-dice-3-fill::before {
  content: "\f2f6";
}
.kf-container .bi-dice-3::before {
  content: "\f2f7";
}
.kf-container .bi-dice-4-fill::before {
  content: "\f2f8";
}
.kf-container .bi-dice-4::before {
  content: "\f2f9";
}
.kf-container .bi-dice-5-fill::before {
  content: "\f2fa";
}
.kf-container .bi-dice-5::before {
  content: "\f2fb";
}
.kf-container .bi-dice-6-fill::before {
  content: "\f2fc";
}
.kf-container .bi-dice-6::before {
  content: "\f2fd";
}
.kf-container .bi-disc-fill::before {
  content: "\f2fe";
}
.kf-container .bi-disc::before {
  content: "\f2ff";
}
.kf-container .bi-discord::before {
  content: "\f300";
}
.kf-container .bi-display-fill::before {
  content: "\f301";
}
.kf-container .bi-display::before {
  content: "\f302";
}
.kf-container .bi-distribute-horizontal::before {
  content: "\f303";
}
.kf-container .bi-distribute-vertical::before {
  content: "\f304";
}
.kf-container .bi-door-closed-fill::before {
  content: "\f305";
}
.kf-container .bi-door-closed::before {
  content: "\f306";
}
.kf-container .bi-door-open-fill::before {
  content: "\f307";
}
.kf-container .bi-door-open::before {
  content: "\f308";
}
.kf-container .bi-dot::before {
  content: "\f309";
}
.kf-container .bi-download::before {
  content: "\f30a";
}
.kf-container .bi-droplet-fill::before {
  content: "\f30b";
}
.kf-container .bi-droplet-half::before {
  content: "\f30c";
}
.kf-container .bi-droplet::before {
  content: "\f30d";
}
.kf-container .bi-earbuds::before {
  content: "\f30e";
}
.kf-container .bi-easel-fill::before {
  content: "\f30f";
}
.kf-container .bi-easel::before {
  content: "\f310";
}
.kf-container .bi-egg-fill::before {
  content: "\f311";
}
.kf-container .bi-egg-fried::before {
  content: "\f312";
}
.kf-container .bi-egg::before {
  content: "\f313";
}
.kf-container .bi-eject-fill::before {
  content: "\f314";
}
.kf-container .bi-eject::before {
  content: "\f315";
}
.kf-container .bi-emoji-angry-fill::before {
  content: "\f316";
}
.kf-container .bi-emoji-angry::before {
  content: "\f317";
}
.kf-container .bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.kf-container .bi-emoji-dizzy::before {
  content: "\f319";
}
.kf-container .bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.kf-container .bi-emoji-expressionless::before {
  content: "\f31b";
}
.kf-container .bi-emoji-frown-fill::before {
  content: "\f31c";
}
.kf-container .bi-emoji-frown::before {
  content: "\f31d";
}
.kf-container .bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.kf-container .bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.kf-container .bi-emoji-laughing-fill::before {
  content: "\f320";
}
.kf-container .bi-emoji-laughing::before {
  content: "\f321";
}
.kf-container .bi-emoji-neutral-fill::before {
  content: "\f322";
}
.kf-container .bi-emoji-neutral::before {
  content: "\f323";
}
.kf-container .bi-emoji-smile-fill::before {
  content: "\f324";
}
.kf-container .bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.kf-container .bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.kf-container .bi-emoji-smile::before {
  content: "\f327";
}
.kf-container .bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.kf-container .bi-emoji-sunglasses::before {
  content: "\f329";
}
.kf-container .bi-emoji-wink-fill::before {
  content: "\f32a";
}
.kf-container .bi-emoji-wink::before {
  content: "\f32b";
}
.kf-container .bi-envelope-fill::before {
  content: "\f32c";
}
.kf-container .bi-envelope-open-fill::before {
  content: "\f32d";
}
.kf-container .bi-envelope-open::before {
  content: "\f32e";
}
.kf-container .bi-envelope::before {
  content: "\f32f";
}
.kf-container .bi-eraser-fill::before {
  content: "\f330";
}
.kf-container .bi-eraser::before {
  content: "\f331";
}
.kf-container .bi-exclamation-circle-fill::before {
  content: "\f332";
}
.kf-container .bi-exclamation-circle::before {
  content: "\f333";
}
.kf-container .bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.kf-container .bi-exclamation-diamond::before {
  content: "\f335";
}
.kf-container .bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.kf-container .bi-exclamation-octagon::before {
  content: "\f337";
}
.kf-container .bi-exclamation-square-fill::before {
  content: "\f338";
}
.kf-container .bi-exclamation-square::before {
  content: "\f339";
}
.kf-container .bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.kf-container .bi-exclamation-triangle::before {
  content: "\f33b";
}
.kf-container .bi-exclamation::before {
  content: "\f33c";
}
.kf-container .bi-exclude::before {
  content: "\f33d";
}
.kf-container .bi-eye-fill::before {
  content: "\f33e";
}
.kf-container .bi-eye-slash-fill::before {
  content: "\f33f";
}
.kf-container .bi-eye-slash::before {
  content: "\f340";
}
.kf-container .bi-eye::before {
  content: "\f341";
}
.kf-container .bi-eyedropper::before {
  content: "\f342";
}
.kf-container .bi-eyeglasses::before {
  content: "\f343";
}
.kf-container .bi-facebook::before {
  content: "\f344";
}
.kf-container .bi-file-arrow-down-fill::before {
  content: "\f345";
}
.kf-container .bi-file-arrow-down::before {
  content: "\f346";
}
.kf-container .bi-file-arrow-up-fill::before {
  content: "\f347";
}
.kf-container .bi-file-arrow-up::before {
  content: "\f348";
}
.kf-container .bi-file-bar-graph-fill::before {
  content: "\f349";
}
.kf-container .bi-file-bar-graph::before {
  content: "\f34a";
}
.kf-container .bi-file-binary-fill::before {
  content: "\f34b";
}
.kf-container .bi-file-binary::before {
  content: "\f34c";
}
.kf-container .bi-file-break-fill::before {
  content: "\f34d";
}
.kf-container .bi-file-break::before {
  content: "\f34e";
}
.kf-container .bi-file-check-fill::before {
  content: "\f34f";
}
.kf-container .bi-file-check::before {
  content: "\f350";
}
.kf-container .bi-file-code-fill::before {
  content: "\f351";
}
.kf-container .bi-file-code::before {
  content: "\f352";
}
.kf-container .bi-file-diff-fill::before {
  content: "\f353";
}
.kf-container .bi-file-diff::before {
  content: "\f354";
}
.kf-container .bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.kf-container .bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.kf-container .bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.kf-container .bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.kf-container .bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.kf-container .bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.kf-container .bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.kf-container .bi-file-earmark-binary::before {
  content: "\f35c";
}
.kf-container .bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.kf-container .bi-file-earmark-break::before {
  content: "\f35e";
}
.kf-container .bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.kf-container .bi-file-earmark-check::before {
  content: "\f360";
}
.kf-container .bi-file-earmark-code-fill::before {
  content: "\f361";
}
.kf-container .bi-file-earmark-code::before {
  content: "\f362";
}
.kf-container .bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.kf-container .bi-file-earmark-diff::before {
  content: "\f364";
}
.kf-container .bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.kf-container .bi-file-earmark-easel::before {
  content: "\f366";
}
.kf-container .bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.kf-container .bi-file-earmark-excel::before {
  content: "\f368";
}
.kf-container .bi-file-earmark-fill::before {
  content: "\f369";
}
.kf-container .bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.kf-container .bi-file-earmark-font::before {
  content: "\f36b";
}
.kf-container .bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.kf-container .bi-file-earmark-image::before {
  content: "\f36d";
}
.kf-container .bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.kf-container .bi-file-earmark-lock::before {
  content: "\f36f";
}
.kf-container .bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.kf-container .bi-file-earmark-lock2::before {
  content: "\f371";
}
.kf-container .bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.kf-container .bi-file-earmark-medical::before {
  content: "\f373";
}
.kf-container .bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.kf-container .bi-file-earmark-minus::before {
  content: "\f375";
}
.kf-container .bi-file-earmark-music-fill::before {
  content: "\f376";
}
.kf-container .bi-file-earmark-music::before {
  content: "\f377";
}
.kf-container .bi-file-earmark-person-fill::before {
  content: "\f378";
}
.kf-container .bi-file-earmark-person::before {
  content: "\f379";
}
.kf-container .bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.kf-container .bi-file-earmark-play::before {
  content: "\f37b";
}
.kf-container .bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.kf-container .bi-file-earmark-plus::before {
  content: "\f37d";
}
.kf-container .bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.kf-container .bi-file-earmark-post::before {
  content: "\f37f";
}
.kf-container .bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.kf-container .bi-file-earmark-ppt::before {
  content: "\f381";
}
.kf-container .bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.kf-container .bi-file-earmark-richtext::before {
  content: "\f383";
}
.kf-container .bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.kf-container .bi-file-earmark-ruled::before {
  content: "\f385";
}
.kf-container .bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.kf-container .bi-file-earmark-slides::before {
  content: "\f387";
}
.kf-container .bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.kf-container .bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.kf-container .bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.kf-container .bi-file-earmark-text::before {
  content: "\f38b";
}
.kf-container .bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.kf-container .bi-file-earmark-word::before {
  content: "\f38d";
}
.kf-container .bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.kf-container .bi-file-earmark-x::before {
  content: "\f38f";
}
.kf-container .bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.kf-container .bi-file-earmark-zip::before {
  content: "\f391";
}
.kf-container .bi-file-earmark::before {
  content: "\f392";
}
.kf-container .bi-file-easel-fill::before {
  content: "\f393";
}
.kf-container .bi-file-easel::before {
  content: "\f394";
}
.kf-container .bi-file-excel-fill::before {
  content: "\f395";
}
.kf-container .bi-file-excel::before {
  content: "\f396";
}
.kf-container .bi-file-fill::before {
  content: "\f397";
}
.kf-container .bi-file-font-fill::before {
  content: "\f398";
}
.kf-container .bi-file-font::before {
  content: "\f399";
}
.kf-container .bi-file-image-fill::before {
  content: "\f39a";
}
.kf-container .bi-file-image::before {
  content: "\f39b";
}
.kf-container .bi-file-lock-fill::before {
  content: "\f39c";
}
.kf-container .bi-file-lock::before {
  content: "\f39d";
}
.kf-container .bi-file-lock2-fill::before {
  content: "\f39e";
}
.kf-container .bi-file-lock2::before {
  content: "\f39f";
}
.kf-container .bi-file-medical-fill::before {
  content: "\f3a0";
}
.kf-container .bi-file-medical::before {
  content: "\f3a1";
}
.kf-container .bi-file-minus-fill::before {
  content: "\f3a2";
}
.kf-container .bi-file-minus::before {
  content: "\f3a3";
}
.kf-container .bi-file-music-fill::before {
  content: "\f3a4";
}
.kf-container .bi-file-music::before {
  content: "\f3a5";
}
.kf-container .bi-file-person-fill::before {
  content: "\f3a6";
}
.kf-container .bi-file-person::before {
  content: "\f3a7";
}
.kf-container .bi-file-play-fill::before {
  content: "\f3a8";
}
.kf-container .bi-file-play::before {
  content: "\f3a9";
}
.kf-container .bi-file-plus-fill::before {
  content: "\f3aa";
}
.kf-container .bi-file-plus::before {
  content: "\f3ab";
}
.kf-container .bi-file-post-fill::before {
  content: "\f3ac";
}
.kf-container .bi-file-post::before {
  content: "\f3ad";
}
.kf-container .bi-file-ppt-fill::before {
  content: "\f3ae";
}
.kf-container .bi-file-ppt::before {
  content: "\f3af";
}
.kf-container .bi-file-richtext-fill::before {
  content: "\f3b0";
}
.kf-container .bi-file-richtext::before {
  content: "\f3b1";
}
.kf-container .bi-file-ruled-fill::before {
  content: "\f3b2";
}
.kf-container .bi-file-ruled::before {
  content: "\f3b3";
}
.kf-container .bi-file-slides-fill::before {
  content: "\f3b4";
}
.kf-container .bi-file-slides::before {
  content: "\f3b5";
}
.kf-container .bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.kf-container .bi-file-spreadsheet::before {
  content: "\f3b7";
}
.kf-container .bi-file-text-fill::before {
  content: "\f3b8";
}
.kf-container .bi-file-text::before {
  content: "\f3b9";
}
.kf-container .bi-file-word-fill::before {
  content: "\f3ba";
}
.kf-container .bi-file-word::before {
  content: "\f3bb";
}
.kf-container .bi-file-x-fill::before {
  content: "\f3bc";
}
.kf-container .bi-file-x::before {
  content: "\f3bd";
}
.kf-container .bi-file-zip-fill::before {
  content: "\f3be";
}
.kf-container .bi-file-zip::before {
  content: "\f3bf";
}
.kf-container .bi-file::before {
  content: "\f3c0";
}
.kf-container .bi-files-alt::before {
  content: "\f3c1";
}
.kf-container .bi-files::before {
  content: "\f3c2";
}
.kf-container .bi-film::before {
  content: "\f3c3";
}
.kf-container .bi-filter-circle-fill::before {
  content: "\f3c4";
}
.kf-container .bi-filter-circle::before {
  content: "\f3c5";
}
.kf-container .bi-filter-left::before {
  content: "\f3c6";
}
.kf-container .bi-filter-right::before {
  content: "\f3c7";
}
.kf-container .bi-filter-square-fill::before {
  content: "\f3c8";
}
.kf-container .bi-filter-square::before {
  content: "\f3c9";
}
.kf-container .bi-filter::before {
  content: "\f3ca";
}
.kf-container .bi-flag-fill::before {
  content: "\f3cb";
}
.kf-container .bi-flag::before {
  content: "\f3cc";
}
.kf-container .bi-flower1::before {
  content: "\f3cd";
}
.kf-container .bi-flower2::before {
  content: "\f3ce";
}
.kf-container .bi-flower3::before {
  content: "\f3cf";
}
.kf-container .bi-folder-check::before {
  content: "\f3d0";
}
.kf-container .bi-folder-fill::before {
  content: "\f3d1";
}
.kf-container .bi-folder-minus::before {
  content: "\f3d2";
}
.kf-container .bi-folder-plus::before {
  content: "\f3d3";
}
.kf-container .bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.kf-container .bi-folder-symlink::before {
  content: "\f3d5";
}
.kf-container .bi-folder-x::before {
  content: "\f3d6";
}
.kf-container .bi-folder::before {
  content: "\f3d7";
}
.kf-container .bi-folder2-open::before {
  content: "\f3d8";
}
.kf-container .bi-folder2::before {
  content: "\f3d9";
}
.kf-container .bi-fonts::before {
  content: "\f3da";
}
.kf-container .bi-forward-fill::before {
  content: "\f3db";
}
.kf-container .bi-forward::before {
  content: "\f3dc";
}
.kf-container .bi-front::before {
  content: "\f3dd";
}
.kf-container .bi-fullscreen-exit::before {
  content: "\f3de";
}
.kf-container .bi-fullscreen::before {
  content: "\f3df";
}
.kf-container .bi-funnel-fill::before {
  content: "\f3e0";
}
.kf-container .bi-funnel::before {
  content: "\f3e1";
}
.kf-container .bi-gear-fill::before {
  content: "\f3e2";
}
.kf-container .bi-gear-wide-connected::before {
  content: "\f3e3";
}
.kf-container .bi-gear-wide::before {
  content: "\f3e4";
}
.kf-container .bi-gear::before {
  content: "\f3e5";
}
.kf-container .bi-gem::before {
  content: "\f3e6";
}
.kf-container .bi-geo-alt-fill::before {
  content: "\f3e7";
}
.kf-container .bi-geo-alt::before {
  content: "\f3e8";
}
.kf-container .bi-geo-fill::before {
  content: "\f3e9";
}
.kf-container .bi-geo::before {
  content: "\f3ea";
}
.kf-container .bi-gift-fill::before {
  content: "\f3eb";
}
.kf-container .bi-gift::before {
  content: "\f3ec";
}
.kf-container .bi-github::before {
  content: "\f3ed";
}
.kf-container .bi-globe::before {
  content: "\f3ee";
}
.kf-container .bi-globe2::before {
  content: "\f3ef";
}
.kf-container .bi-google::before {
  content: "\f3f0";
}
.kf-container .bi-graph-down::before {
  content: "\f3f1";
}
.kf-container .bi-graph-up::before {
  content: "\f3f2";
}
.kf-container .bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.kf-container .bi-grid-1x2::before {
  content: "\f3f4";
}
.kf-container .bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.kf-container .bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.kf-container .bi-grid-3x2::before {
  content: "\f3f7";
}
.kf-container .bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.kf-container .bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.kf-container .bi-grid-3x3::before {
  content: "\f3fa";
}
.kf-container .bi-grid-fill::before {
  content: "\f3fb";
}
.kf-container .bi-grid::before {
  content: "\f3fc";
}
.kf-container .bi-grip-horizontal::before {
  content: "\f3fd";
}
.kf-container .bi-grip-vertical::before {
  content: "\f3fe";
}
.kf-container .bi-hammer::before {
  content: "\f3ff";
}
.kf-container .bi-hand-index-fill::before {
  content: "\f400";
}
.kf-container .bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.kf-container .bi-hand-index-thumb::before {
  content: "\f402";
}
.kf-container .bi-hand-index::before {
  content: "\f403";
}
.kf-container .bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.kf-container .bi-hand-thumbs-down::before {
  content: "\f405";
}
.kf-container .bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.kf-container .bi-hand-thumbs-up::before {
  content: "\f407";
}
.kf-container .bi-handbag-fill::before {
  content: "\f408";
}
.kf-container .bi-handbag::before {
  content: "\f409";
}
.kf-container .bi-hash::before {
  content: "\f40a";
}
.kf-container .bi-hdd-fill::before {
  content: "\f40b";
}
.kf-container .bi-hdd-network-fill::before {
  content: "\f40c";
}
.kf-container .bi-hdd-network::before {
  content: "\f40d";
}
.kf-container .bi-hdd-rack-fill::before {
  content: "\f40e";
}
.kf-container .bi-hdd-rack::before {
  content: "\f40f";
}
.kf-container .bi-hdd-stack-fill::before {
  content: "\f410";
}
.kf-container .bi-hdd-stack::before {
  content: "\f411";
}
.kf-container .bi-hdd::before {
  content: "\f412";
}
.kf-container .bi-headphones::before {
  content: "\f413";
}
.kf-container .bi-headset::before {
  content: "\f414";
}
.kf-container .bi-heart-fill::before {
  content: "\f415";
}
.kf-container .bi-heart-half::before {
  content: "\f416";
}
.kf-container .bi-heart::before {
  content: "\f417";
}
.kf-container .bi-heptagon-fill::before {
  content: "\f418";
}
.kf-container .bi-heptagon-half::before {
  content: "\f419";
}
.kf-container .bi-heptagon::before {
  content: "\f41a";
}
.kf-container .bi-hexagon-fill::before {
  content: "\f41b";
}
.kf-container .bi-hexagon-half::before {
  content: "\f41c";
}
.kf-container .bi-hexagon::before {
  content: "\f41d";
}
.kf-container .bi-hourglass-bottom::before {
  content: "\f41e";
}
.kf-container .bi-hourglass-split::before {
  content: "\f41f";
}
.kf-container .bi-hourglass-top::before {
  content: "\f420";
}
.kf-container .bi-hourglass::before {
  content: "\f421";
}
.kf-container .bi-house-door-fill::before {
  content: "\f422";
}
.kf-container .bi-house-door::before {
  content: "\f423";
}
.kf-container .bi-house-fill::before {
  content: "\f424";
}
.kf-container .bi-house::before {
  content: "\f425";
}
.kf-container .bi-hr::before {
  content: "\f426";
}
.kf-container .bi-hurricane::before {
  content: "\f427";
}
.kf-container .bi-image-alt::before {
  content: "\f428";
}
.kf-container .bi-image-fill::before {
  content: "\f429";
}
.kf-container .bi-image::before {
  content: "\f42a";
}
.kf-container .bi-images::before {
  content: "\f42b";
}
.kf-container .bi-inbox-fill::before {
  content: "\f42c";
}
.kf-container .bi-inbox::before {
  content: "\f42d";
}
.kf-container .bi-inboxes-fill::before {
  content: "\f42e";
}
.kf-container .bi-inboxes::before {
  content: "\f42f";
}
.kf-container .bi-info-circle-fill::before {
  content: "\f430";
}
.kf-container .bi-info-circle::before {
  content: "\f431";
}
.kf-container .bi-info-square-fill::before {
  content: "\f432";
}
.kf-container .bi-info-square::before {
  content: "\f433";
}
.kf-container .bi-info::before {
  content: "\f434";
}
.kf-container .bi-input-cursor-text::before {
  content: "\f435";
}
.kf-container .bi-input-cursor::before {
  content: "\f436";
}
.kf-container .bi-instagram::before {
  content: "\f437";
}
.kf-container .bi-intersect::before {
  content: "\f438";
}
.kf-container .bi-journal-album::before {
  content: "\f439";
}
.kf-container .bi-journal-arrow-down::before {
  content: "\f43a";
}
.kf-container .bi-journal-arrow-up::before {
  content: "\f43b";
}
.kf-container .bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.kf-container .bi-journal-bookmark::before {
  content: "\f43d";
}
.kf-container .bi-journal-check::before {
  content: "\f43e";
}
.kf-container .bi-journal-code::before {
  content: "\f43f";
}
.kf-container .bi-journal-medical::before {
  content: "\f440";
}
.kf-container .bi-journal-minus::before {
  content: "\f441";
}
.kf-container .bi-journal-plus::before {
  content: "\f442";
}
.kf-container .bi-journal-richtext::before {
  content: "\f443";
}
.kf-container .bi-journal-text::before {
  content: "\f444";
}
.kf-container .bi-journal-x::before {
  content: "\f445";
}
.kf-container .bi-journal::before {
  content: "\f446";
}
.kf-container .bi-journals::before {
  content: "\f447";
}
.kf-container .bi-joystick::before {
  content: "\f448";
}
.kf-container .bi-justify-left::before {
  content: "\f449";
}
.kf-container .bi-justify-right::before {
  content: "\f44a";
}
.kf-container .bi-justify::before {
  content: "\f44b";
}
.kf-container .bi-kanban-fill::before {
  content: "\f44c";
}
.kf-container .bi-kanban::before {
  content: "\f44d";
}
.kf-container .bi-key-fill::before {
  content: "\f44e";
}
.kf-container .bi-key::before {
  content: "\f44f";
}
.kf-container .bi-keyboard-fill::before {
  content: "\f450";
}
.kf-container .bi-keyboard::before {
  content: "\f451";
}
.kf-container .bi-ladder::before {
  content: "\f452";
}
.kf-container .bi-lamp-fill::before {
  content: "\f453";
}
.kf-container .bi-lamp::before {
  content: "\f454";
}
.kf-container .bi-laptop-fill::before {
  content: "\f455";
}
.kf-container .bi-laptop::before {
  content: "\f456";
}
.kf-container .bi-layer-backward::before {
  content: "\f457";
}
.kf-container .bi-layer-forward::before {
  content: "\f458";
}
.kf-container .bi-layers-fill::before {
  content: "\f459";
}
.kf-container .bi-layers-half::before {
  content: "\f45a";
}
.kf-container .bi-layers::before {
  content: "\f45b";
}
.kf-container .bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.kf-container .bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.kf-container .bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.kf-container .bi-layout-sidebar::before {
  content: "\f45f";
}
.kf-container .bi-layout-split::before {
  content: "\f460";
}
.kf-container .bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.kf-container .bi-layout-text-sidebar::before {
  content: "\f462";
}
.kf-container .bi-layout-text-window-reverse::before {
  content: "\f463";
}
.kf-container .bi-layout-text-window::before {
  content: "\f464";
}
.kf-container .bi-layout-three-columns::before {
  content: "\f465";
}
.kf-container .bi-layout-wtf::before {
  content: "\f466";
}
.kf-container .bi-life-preserver::before {
  content: "\f467";
}
.kf-container .bi-lightbulb-fill::before {
  content: "\f468";
}
.kf-container .bi-lightbulb-off-fill::before {
  content: "\f469";
}
.kf-container .bi-lightbulb-off::before {
  content: "\f46a";
}
.kf-container .bi-lightbulb::before {
  content: "\f46b";
}
.kf-container .bi-lightning-charge-fill::before {
  content: "\f46c";
}
.kf-container .bi-lightning-charge::before {
  content: "\f46d";
}
.kf-container .bi-lightning-fill::before {
  content: "\f46e";
}
.kf-container .bi-lightning::before {
  content: "\f46f";
}
.kf-container .bi-link-45deg::before {
  content: "\f470";
}
.kf-container .bi-link::before {
  content: "\f471";
}
.kf-container .bi-linkedin::before {
  content: "\f472";
}
.kf-container .bi-list-check::before {
  content: "\f473";
}
.kf-container .bi-list-nested::before {
  content: "\f474";
}
.kf-container .bi-list-ol::before {
  content: "\f475";
}
.kf-container .bi-list-stars::before {
  content: "\f476";
}
.kf-container .bi-list-task::before {
  content: "\f477";
}
.kf-container .bi-list-ul::before {
  content: "\f478";
}
.kf-container .bi-list::before {
  content: "\f479";
}
.kf-container .bi-lock-fill::before {
  content: "\f47a";
}
.kf-container .bi-lock::before {
  content: "\f47b";
}
.kf-container .bi-mailbox::before {
  content: "\f47c";
}
.kf-container .bi-mailbox2::before {
  content: "\f47d";
}
.kf-container .bi-map-fill::before {
  content: "\f47e";
}
.kf-container .bi-map::before {
  content: "\f47f";
}
.kf-container .bi-markdown-fill::before {
  content: "\f480";
}
.kf-container .bi-markdown::before {
  content: "\f481";
}
.kf-container .bi-mask::before {
  content: "\f482";
}
.kf-container .bi-megaphone-fill::before {
  content: "\f483";
}
.kf-container .bi-megaphone::before {
  content: "\f484";
}
.kf-container .bi-menu-app-fill::before {
  content: "\f485";
}
.kf-container .bi-menu-app::before {
  content: "\f486";
}
.kf-container .bi-menu-button-fill::before {
  content: "\f487";
}
.kf-container .bi-menu-button-wide-fill::before {
  content: "\f488";
}
.kf-container .bi-menu-button-wide::before {
  content: "\f489";
}
.kf-container .bi-menu-button::before {
  content: "\f48a";
}
.kf-container .bi-menu-down::before {
  content: "\f48b";
}
.kf-container .bi-menu-up::before {
  content: "\f48c";
}
.kf-container .bi-mic-fill::before {
  content: "\f48d";
}
.kf-container .bi-mic-mute-fill::before {
  content: "\f48e";
}
.kf-container .bi-mic-mute::before {
  content: "\f48f";
}
.kf-container .bi-mic::before {
  content: "\f490";
}
.kf-container .bi-minecart-loaded::before {
  content: "\f491";
}
.kf-container .bi-minecart::before {
  content: "\f492";
}
.kf-container .bi-moisture::before {
  content: "\f493";
}
.kf-container .bi-moon-fill::before {
  content: "\f494";
}
.kf-container .bi-moon-stars-fill::before {
  content: "\f495";
}
.kf-container .bi-moon-stars::before {
  content: "\f496";
}
.kf-container .bi-moon::before {
  content: "\f497";
}
.kf-container .bi-mouse-fill::before {
  content: "\f498";
}
.kf-container .bi-mouse::before {
  content: "\f499";
}
.kf-container .bi-mouse2-fill::before {
  content: "\f49a";
}
.kf-container .bi-mouse2::before {
  content: "\f49b";
}
.kf-container .bi-mouse3-fill::before {
  content: "\f49c";
}
.kf-container .bi-mouse3::before {
  content: "\f49d";
}
.kf-container .bi-music-note-beamed::before {
  content: "\f49e";
}
.kf-container .bi-music-note-list::before {
  content: "\f49f";
}
.kf-container .bi-music-note::before {
  content: "\f4a0";
}
.kf-container .bi-music-player-fill::before {
  content: "\f4a1";
}
.kf-container .bi-music-player::before {
  content: "\f4a2";
}
.kf-container .bi-newspaper::before {
  content: "\f4a3";
}
.kf-container .bi-node-minus-fill::before {
  content: "\f4a4";
}
.kf-container .bi-node-minus::before {
  content: "\f4a5";
}
.kf-container .bi-node-plus-fill::before {
  content: "\f4a6";
}
.kf-container .bi-node-plus::before {
  content: "\f4a7";
}
.kf-container .bi-nut-fill::before {
  content: "\f4a8";
}
.kf-container .bi-nut::before {
  content: "\f4a9";
}
.kf-container .bi-octagon-fill::before {
  content: "\f4aa";
}
.kf-container .bi-octagon-half::before {
  content: "\f4ab";
}
.kf-container .bi-octagon::before {
  content: "\f4ac";
}
.kf-container .bi-option::before {
  content: "\f4ad";
}
.kf-container .bi-outlet::before {
  content: "\f4ae";
}
.kf-container .bi-paint-bucket::before {
  content: "\f4af";
}
.kf-container .bi-palette-fill::before {
  content: "\f4b0";
}
.kf-container .bi-palette::before {
  content: "\f4b1";
}
.kf-container .bi-palette2::before {
  content: "\f4b2";
}
.kf-container .bi-paperclip::before {
  content: "\f4b3";
}
.kf-container .bi-paragraph::before {
  content: "\f4b4";
}
.kf-container .bi-patch-check-fill::before {
  content: "\f4b5";
}
.kf-container .bi-patch-check::before {
  content: "\f4b6";
}
.kf-container .bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.kf-container .bi-patch-exclamation::before {
  content: "\f4b8";
}
.kf-container .bi-patch-minus-fill::before {
  content: "\f4b9";
}
.kf-container .bi-patch-minus::before {
  content: "\f4ba";
}
.kf-container .bi-patch-plus-fill::before {
  content: "\f4bb";
}
.kf-container .bi-patch-plus::before {
  content: "\f4bc";
}
.kf-container .bi-patch-question-fill::before {
  content: "\f4bd";
}
.kf-container .bi-patch-question::before {
  content: "\f4be";
}
.kf-container .bi-pause-btn-fill::before {
  content: "\f4bf";
}
.kf-container .bi-pause-btn::before {
  content: "\f4c0";
}
.kf-container .bi-pause-circle-fill::before {
  content: "\f4c1";
}
.kf-container .bi-pause-circle::before {
  content: "\f4c2";
}
.kf-container .bi-pause-fill::before {
  content: "\f4c3";
}
.kf-container .bi-pause::before {
  content: "\f4c4";
}
.kf-container .bi-peace-fill::before {
  content: "\f4c5";
}
.kf-container .bi-peace::before {
  content: "\f4c6";
}
.kf-container .bi-pen-fill::before {
  content: "\f4c7";
}
.kf-container .bi-pen::before {
  content: "\f4c8";
}
.kf-container .bi-pencil-fill::before {
  content: "\f4c9";
}
.kf-container .bi-pencil-square::before {
  content: "\f4ca";
}
.kf-container .bi-pencil::before {
  content: "\f4cb";
}
.kf-container .bi-pentagon-fill::before {
  content: "\f4cc";
}
.kf-container .bi-pentagon-half::before {
  content: "\f4cd";
}
.kf-container .bi-pentagon::before {
  content: "\f4ce";
}
.kf-container .bi-people-fill::before {
  content: "\f4cf";
}
.kf-container .bi-people::before {
  content: "\f4d0";
}
.kf-container .bi-percent::before {
  content: "\f4d1";
}
.kf-container .bi-person-badge-fill::before {
  content: "\f4d2";
}
.kf-container .bi-person-badge::before {
  content: "\f4d3";
}
.kf-container .bi-person-bounding-box::before {
  content: "\f4d4";
}
.kf-container .bi-person-check-fill::before {
  content: "\f4d5";
}
.kf-container .bi-person-check::before {
  content: "\f4d6";
}
.kf-container .bi-person-circle::before {
  content: "\f4d7";
}
.kf-container .bi-person-dash-fill::before {
  content: "\f4d8";
}
.kf-container .bi-person-dash::before {
  content: "\f4d9";
}
.kf-container .bi-person-fill::before {
  content: "\f4da";
}
.kf-container .bi-person-lines-fill::before {
  content: "\f4db";
}
.kf-container .bi-person-plus-fill::before {
  content: "\f4dc";
}
.kf-container .bi-person-plus::before {
  content: "\f4dd";
}
.kf-container .bi-person-square::before {
  content: "\f4de";
}
.kf-container .bi-person-x-fill::before {
  content: "\f4df";
}
.kf-container .bi-person-x::before {
  content: "\f4e0";
}
.kf-container .bi-person::before {
  content: "\f4e1";
}
.kf-container .bi-phone-fill::before {
  content: "\f4e2";
}
.kf-container .bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.kf-container .bi-phone-landscape::before {
  content: "\f4e4";
}
.kf-container .bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.kf-container .bi-phone-vibrate::before {
  content: "\f4e6";
}
.kf-container .bi-phone::before {
  content: "\f4e7";
}
.kf-container .bi-pie-chart-fill::before {
  content: "\f4e8";
}
.kf-container .bi-pie-chart::before {
  content: "\f4e9";
}
.kf-container .bi-pin-angle-fill::before {
  content: "\f4ea";
}
.kf-container .bi-pin-angle::before {
  content: "\f4eb";
}
.kf-container .bi-pin-fill::before {
  content: "\f4ec";
}
.kf-container .bi-pin::before {
  content: "\f4ed";
}
.kf-container .bi-pip-fill::before {
  content: "\f4ee";
}
.kf-container .bi-pip::before {
  content: "\f4ef";
}
.kf-container .bi-play-btn-fill::before {
  content: "\f4f0";
}
.kf-container .bi-play-btn::before {
  content: "\f4f1";
}
.kf-container .bi-play-circle-fill::before {
  content: "\f4f2";
}
.kf-container .bi-play-circle::before {
  content: "\f4f3";
}
.kf-container .bi-play-fill::before {
  content: "\f4f4";
}
.kf-container .bi-play::before {
  content: "\f4f5";
}
.kf-container .bi-plug-fill::before {
  content: "\f4f6";
}
.kf-container .bi-plug::before {
  content: "\f4f7";
}
.kf-container .bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.kf-container .bi-plus-circle-fill::before {
  content: "\f4f9";
}
.kf-container .bi-plus-circle::before {
  content: "\f4fa";
}
.kf-container .bi-plus-square-dotted::before {
  content: "\f4fb";
}
.kf-container .bi-plus-square-fill::before {
  content: "\f4fc";
}
.kf-container .bi-plus-square::before {
  content: "\f4fd";
}
.kf-container .bi-plus::before {
  content: "\f4fe";
}
.kf-container .bi-power::before {
  content: "\f4ff";
}
.kf-container .bi-printer-fill::before {
  content: "\f500";
}
.kf-container .bi-printer::before {
  content: "\f501";
}
.kf-container .bi-puzzle-fill::before {
  content: "\f502";
}
.kf-container .bi-puzzle::before {
  content: "\f503";
}
.kf-container .bi-question-circle-fill::before {
  content: "\f504";
}
.kf-container .bi-question-circle::before {
  content: "\f505";
}
.kf-container .bi-question-diamond-fill::before {
  content: "\f506";
}
.kf-container .bi-question-diamond::before {
  content: "\f507";
}
.kf-container .bi-question-octagon-fill::before {
  content: "\f508";
}
.kf-container .bi-question-octagon::before {
  content: "\f509";
}
.kf-container .bi-question-square-fill::before {
  content: "\f50a";
}
.kf-container .bi-question-square::before {
  content: "\f50b";
}
.kf-container .bi-question::before {
  content: "\f50c";
}
.kf-container .bi-rainbow::before {
  content: "\f50d";
}
.kf-container .bi-receipt-cutoff::before {
  content: "\f50e";
}
.kf-container .bi-receipt::before {
  content: "\f50f";
}
.kf-container .bi-reception-0::before {
  content: "\f510";
}
.kf-container .bi-reception-1::before {
  content: "\f511";
}
.kf-container .bi-reception-2::before {
  content: "\f512";
}
.kf-container .bi-reception-3::before {
  content: "\f513";
}
.kf-container .bi-reception-4::before {
  content: "\f514";
}
.kf-container .bi-record-btn-fill::before {
  content: "\f515";
}
.kf-container .bi-record-btn::before {
  content: "\f516";
}
.kf-container .bi-record-circle-fill::before {
  content: "\f517";
}
.kf-container .bi-record-circle::before {
  content: "\f518";
}
.kf-container .bi-record-fill::before {
  content: "\f519";
}
.kf-container .bi-record::before {
  content: "\f51a";
}
.kf-container .bi-record2-fill::before {
  content: "\f51b";
}
.kf-container .bi-record2::before {
  content: "\f51c";
}
.kf-container .bi-reply-all-fill::before {
  content: "\f51d";
}
.kf-container .bi-reply-all::before {
  content: "\f51e";
}
.kf-container .bi-reply-fill::before {
  content: "\f51f";
}
.kf-container .bi-reply::before {
  content: "\f520";
}
.kf-container .bi-rss-fill::before {
  content: "\f521";
}
.kf-container .bi-rss::before {
  content: "\f522";
}
.kf-container .bi-rulers::before {
  content: "\f523";
}
.kf-container .bi-save-fill::before {
  content: "\f524";
}
.kf-container .bi-save::before {
  content: "\f525";
}
.kf-container .bi-save2-fill::before {
  content: "\f526";
}
.kf-container .bi-save2::before {
  content: "\f527";
}
.kf-container .bi-scissors::before {
  content: "\f528";
}
.kf-container .bi-screwdriver::before {
  content: "\f529";
}
.kf-container .bi-search::before {
  content: "\f52a";
}
.kf-container .bi-segmented-nav::before {
  content: "\f52b";
}
.kf-container .bi-server::before {
  content: "\f52c";
}
.kf-container .bi-share-fill::before {
  content: "\f52d";
}
.kf-container .bi-share::before {
  content: "\f52e";
}
.kf-container .bi-shield-check::before {
  content: "\f52f";
}
.kf-container .bi-shield-exclamation::before {
  content: "\f530";
}
.kf-container .bi-shield-fill-check::before {
  content: "\f531";
}
.kf-container .bi-shield-fill-exclamation::before {
  content: "\f532";
}
.kf-container .bi-shield-fill-minus::before {
  content: "\f533";
}
.kf-container .bi-shield-fill-plus::before {
  content: "\f534";
}
.kf-container .bi-shield-fill-x::before {
  content: "\f535";
}
.kf-container .bi-shield-fill::before {
  content: "\f536";
}
.kf-container .bi-shield-lock-fill::before {
  content: "\f537";
}
.kf-container .bi-shield-lock::before {
  content: "\f538";
}
.kf-container .bi-shield-minus::before {
  content: "\f539";
}
.kf-container .bi-shield-plus::before {
  content: "\f53a";
}
.kf-container .bi-shield-shaded::before {
  content: "\f53b";
}
.kf-container .bi-shield-slash-fill::before {
  content: "\f53c";
}
.kf-container .bi-shield-slash::before {
  content: "\f53d";
}
.kf-container .bi-shield-x::before {
  content: "\f53e";
}
.kf-container .bi-shield::before {
  content: "\f53f";
}
.kf-container .bi-shift-fill::before {
  content: "\f540";
}
.kf-container .bi-shift::before {
  content: "\f541";
}
.kf-container .bi-shop-window::before {
  content: "\f542";
}
.kf-container .bi-shop::before {
  content: "\f543";
}
.kf-container .bi-shuffle::before {
  content: "\f544";
}
.kf-container .bi-signpost-2-fill::before {
  content: "\f545";
}
.kf-container .bi-signpost-2::before {
  content: "\f546";
}
.kf-container .bi-signpost-fill::before {
  content: "\f547";
}
.kf-container .bi-signpost-split-fill::before {
  content: "\f548";
}
.kf-container .bi-signpost-split::before {
  content: "\f549";
}
.kf-container .bi-signpost::before {
  content: "\f54a";
}
.kf-container .bi-sim-fill::before {
  content: "\f54b";
}
.kf-container .bi-sim::before {
  content: "\f54c";
}
.kf-container .bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.kf-container .bi-skip-backward-btn::before {
  content: "\f54e";
}
.kf-container .bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.kf-container .bi-skip-backward-circle::before {
  content: "\f550";
}
.kf-container .bi-skip-backward-fill::before {
  content: "\f551";
}
.kf-container .bi-skip-backward::before {
  content: "\f552";
}
.kf-container .bi-skip-end-btn-fill::before {
  content: "\f553";
}
.kf-container .bi-skip-end-btn::before {
  content: "\f554";
}
.kf-container .bi-skip-end-circle-fill::before {
  content: "\f555";
}
.kf-container .bi-skip-end-circle::before {
  content: "\f556";
}
.kf-container .bi-skip-end-fill::before {
  content: "\f557";
}
.kf-container .bi-skip-end::before {
  content: "\f558";
}
.kf-container .bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.kf-container .bi-skip-forward-btn::before {
  content: "\f55a";
}
.kf-container .bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.kf-container .bi-skip-forward-circle::before {
  content: "\f55c";
}
.kf-container .bi-skip-forward-fill::before {
  content: "\f55d";
}
.kf-container .bi-skip-forward::before {
  content: "\f55e";
}
.kf-container .bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.kf-container .bi-skip-start-btn::before {
  content: "\f560";
}
.kf-container .bi-skip-start-circle-fill::before {
  content: "\f561";
}
.kf-container .bi-skip-start-circle::before {
  content: "\f562";
}
.kf-container .bi-skip-start-fill::before {
  content: "\f563";
}
.kf-container .bi-skip-start::before {
  content: "\f564";
}
.kf-container .bi-slack::before {
  content: "\f565";
}
.kf-container .bi-slash-circle-fill::before {
  content: "\f566";
}
.kf-container .bi-slash-circle::before {
  content: "\f567";
}
.kf-container .bi-slash-square-fill::before {
  content: "\f568";
}
.kf-container .bi-slash-square::before {
  content: "\f569";
}
.kf-container .bi-slash::before {
  content: "\f56a";
}
.kf-container .bi-sliders::before {
  content: "\f56b";
}
.kf-container .bi-smartwatch::before {
  content: "\f56c";
}
.kf-container .bi-snow::before {
  content: "\f56d";
}
.kf-container .bi-snow2::before {
  content: "\f56e";
}
.kf-container .bi-snow3::before {
  content: "\f56f";
}
.kf-container .bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.kf-container .bi-sort-alpha-down::before {
  content: "\f571";
}
.kf-container .bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.kf-container .bi-sort-alpha-up::before {
  content: "\f573";
}
.kf-container .bi-sort-down-alt::before {
  content: "\f574";
}
.kf-container .bi-sort-down::before {
  content: "\f575";
}
.kf-container .bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.kf-container .bi-sort-numeric-down::before {
  content: "\f577";
}
.kf-container .bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.kf-container .bi-sort-numeric-up::before {
  content: "\f579";
}
.kf-container .bi-sort-up-alt::before {
  content: "\f57a";
}
.kf-container .bi-sort-up::before {
  content: "\f57b";
}
.kf-container .bi-soundwave::before {
  content: "\f57c";
}
.kf-container .bi-speaker-fill::before {
  content: "\f57d";
}
.kf-container .bi-speaker::before {
  content: "\f57e";
}
.kf-container .bi-speedometer::before {
  content: "\f57f";
}
.kf-container .bi-speedometer2::before {
  content: "\f580";
}
.kf-container .bi-spellcheck::before {
  content: "\f581";
}
.kf-container .bi-square-fill::before {
  content: "\f582";
}
.kf-container .bi-square-half::before {
  content: "\f583";
}
.kf-container .bi-square::before {
  content: "\f584";
}
.kf-container .bi-stack::before {
  content: "\f585";
}
.kf-container .bi-star-fill::before {
  content: "\f586";
}
.kf-container .bi-star-half::before {
  content: "\f587";
}
.kf-container .bi-star::before {
  content: "\f588";
}
.kf-container .bi-stars::before {
  content: "\f589";
}
.kf-container .bi-stickies-fill::before {
  content: "\f58a";
}
.kf-container .bi-stickies::before {
  content: "\f58b";
}
.kf-container .bi-sticky-fill::before {
  content: "\f58c";
}
.kf-container .bi-sticky::before {
  content: "\f58d";
}
.kf-container .bi-stop-btn-fill::before {
  content: "\f58e";
}
.kf-container .bi-stop-btn::before {
  content: "\f58f";
}
.kf-container .bi-stop-circle-fill::before {
  content: "\f590";
}
.kf-container .bi-stop-circle::before {
  content: "\f591";
}
.kf-container .bi-stop-fill::before {
  content: "\f592";
}
.kf-container .bi-stop::before {
  content: "\f593";
}
.kf-container .bi-stoplights-fill::before {
  content: "\f594";
}
.kf-container .bi-stoplights::before {
  content: "\f595";
}
.kf-container .bi-stopwatch-fill::before {
  content: "\f596";
}
.kf-container .bi-stopwatch::before {
  content: "\f597";
}
.kf-container .bi-subtract::before {
  content: "\f598";
}
.kf-container .bi-suit-club-fill::before {
  content: "\f599";
}
.kf-container .bi-suit-club::before {
  content: "\f59a";
}
.kf-container .bi-suit-diamond-fill::before {
  content: "\f59b";
}
.kf-container .bi-suit-diamond::before {
  content: "\f59c";
}
.kf-container .bi-suit-heart-fill::before {
  content: "\f59d";
}
.kf-container .bi-suit-heart::before {
  content: "\f59e";
}
.kf-container .bi-suit-spade-fill::before {
  content: "\f59f";
}
.kf-container .bi-suit-spade::before {
  content: "\f5a0";
}
.kf-container .bi-sun-fill::before {
  content: "\f5a1";
}
.kf-container .bi-sun::before {
  content: "\f5a2";
}
.kf-container .bi-sunglasses::before {
  content: "\f5a3";
}
.kf-container .bi-sunrise-fill::before {
  content: "\f5a4";
}
.kf-container .bi-sunrise::before {
  content: "\f5a5";
}
.kf-container .bi-sunset-fill::before {
  content: "\f5a6";
}
.kf-container .bi-sunset::before {
  content: "\f5a7";
}
.kf-container .bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.kf-container .bi-symmetry-vertical::before {
  content: "\f5a9";
}
.kf-container .bi-table::before {
  content: "\f5aa";
}
.kf-container .bi-tablet-fill::before {
  content: "\f5ab";
}
.kf-container .bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.kf-container .bi-tablet-landscape::before {
  content: "\f5ad";
}
.kf-container .bi-tablet::before {
  content: "\f5ae";
}
.kf-container .bi-tag-fill::before {
  content: "\f5af";
}
.kf-container .bi-tag::before {
  content: "\f5b0";
}
.kf-container .bi-tags-fill::before {
  content: "\f5b1";
}
.kf-container .bi-tags::before {
  content: "\f5b2";
}
.kf-container .bi-telegram::before {
  content: "\f5b3";
}
.kf-container .bi-telephone-fill::before {
  content: "\f5b4";
}
.kf-container .bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.kf-container .bi-telephone-forward::before {
  content: "\f5b6";
}
.kf-container .bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.kf-container .bi-telephone-inbound::before {
  content: "\f5b8";
}
.kf-container .bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.kf-container .bi-telephone-minus::before {
  content: "\f5ba";
}
.kf-container .bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.kf-container .bi-telephone-outbound::before {
  content: "\f5bc";
}
.kf-container .bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.kf-container .bi-telephone-plus::before {
  content: "\f5be";
}
.kf-container .bi-telephone-x-fill::before {
  content: "\f5bf";
}
.kf-container .bi-telephone-x::before {
  content: "\f5c0";
}
.kf-container .bi-telephone::before {
  content: "\f5c1";
}
.kf-container .bi-terminal-fill::before {
  content: "\f5c2";
}
.kf-container .bi-terminal::before {
  content: "\f5c3";
}
.kf-container .bi-text-center::before {
  content: "\f5c4";
}
.kf-container .bi-text-indent-left::before {
  content: "\f5c5";
}
.kf-container .bi-text-indent-right::before {
  content: "\f5c6";
}
.kf-container .bi-text-left::before {
  content: "\f5c7";
}
.kf-container .bi-text-paragraph::before {
  content: "\f5c8";
}
.kf-container .bi-text-right::before {
  content: "\f5c9";
}
.kf-container .bi-textarea-resize::before {
  content: "\f5ca";
}
.kf-container .bi-textarea-t::before {
  content: "\f5cb";
}
.kf-container .bi-textarea::before {
  content: "\f5cc";
}
.kf-container .bi-thermometer-half::before {
  content: "\f5cd";
}
.kf-container .bi-thermometer-high::before {
  content: "\f5ce";
}
.kf-container .bi-thermometer-low::before {
  content: "\f5cf";
}
.kf-container .bi-thermometer-snow::before {
  content: "\f5d0";
}
.kf-container .bi-thermometer-sun::before {
  content: "\f5d1";
}
.kf-container .bi-thermometer::before {
  content: "\f5d2";
}
.kf-container .bi-three-dots-vertical::before {
  content: "\f5d3";
}
.kf-container .bi-three-dots::before {
  content: "\f5d4";
}
.kf-container .bi-toggle-off::before {
  content: "\f5d5";
}
.kf-container .bi-toggle-on::before {
  content: "\f5d6";
}
.kf-container .bi-toggle2-off::before {
  content: "\f5d7";
}
.kf-container .bi-toggle2-on::before {
  content: "\f5d8";
}
.kf-container .bi-toggles::before {
  content: "\f5d9";
}
.kf-container .bi-toggles2::before {
  content: "\f5da";
}
.kf-container .bi-tools::before {
  content: "\f5db";
}
.kf-container .bi-tornado::before {
  content: "\f5dc";
}
.kf-container .bi-trash-fill::before {
  content: "\f5dd";
}
.kf-container .bi-trash::before {
  content: "\f5de";
}
.kf-container .bi-trash2-fill::before {
  content: "\f5df";
}
.kf-container .bi-trash2::before {
  content: "\f5e0";
}
.kf-container .bi-tree-fill::before {
  content: "\f5e1";
}
.kf-container .bi-tree::before {
  content: "\f5e2";
}
.kf-container .bi-triangle-fill::before {
  content: "\f5e3";
}
.kf-container .bi-triangle-half::before {
  content: "\f5e4";
}
.kf-container .bi-triangle::before {
  content: "\f5e5";
}
.kf-container .bi-trophy-fill::before {
  content: "\f5e6";
}
.kf-container .bi-trophy::before {
  content: "\f5e7";
}
.kf-container .bi-tropical-storm::before {
  content: "\f5e8";
}
.kf-container .bi-truck-flatbed::before {
  content: "\f5e9";
}
.kf-container .bi-truck::before {
  content: "\f5ea";
}
.kf-container .bi-tsunami::before {
  content: "\f5eb";
}
.kf-container .bi-tv-fill::before {
  content: "\f5ec";
}
.kf-container .bi-tv::before {
  content: "\f5ed";
}
.kf-container .bi-twitch::before {
  content: "\f5ee";
}
.kf-container .bi-twitter::before {
  content: "\f5ef";
}
.kf-container .bi-type-bold::before {
  content: "\f5f0";
}
.kf-container .bi-type-h1::before {
  content: "\f5f1";
}
.kf-container .bi-type-h2::before {
  content: "\f5f2";
}
.kf-container .bi-type-h3::before {
  content: "\f5f3";
}
.kf-container .bi-type-italic::before {
  content: "\f5f4";
}
.kf-container .bi-type-strikethrough::before {
  content: "\f5f5";
}
.kf-container .bi-type-underline::before {
  content: "\f5f6";
}
.kf-container .bi-type::before {
  content: "\f5f7";
}
.kf-container .bi-ui-checks-grid::before {
  content: "\f5f8";
}
.kf-container .bi-ui-checks::before {
  content: "\f5f9";
}
.kf-container .bi-ui-radios-grid::before {
  content: "\f5fa";
}
.kf-container .bi-ui-radios::before {
  content: "\f5fb";
}
.kf-container .bi-umbrella-fill::before {
  content: "\f5fc";
}
.kf-container .bi-umbrella::before {
  content: "\f5fd";
}
.kf-container .bi-union::before {
  content: "\f5fe";
}
.kf-container .bi-unlock-fill::before {
  content: "\f5ff";
}
.kf-container .bi-unlock::before {
  content: "\f600";
}
.kf-container .bi-upc-scan::before {
  content: "\f601";
}
.kf-container .bi-upc::before {
  content: "\f602";
}
.kf-container .bi-upload::before {
  content: "\f603";
}
.kf-container .bi-vector-pen::before {
  content: "\f604";
}
.kf-container .bi-view-list::before {
  content: "\f605";
}
.kf-container .bi-view-stacked::before {
  content: "\f606";
}
.kf-container .bi-vinyl-fill::before {
  content: "\f607";
}
.kf-container .bi-vinyl::before {
  content: "\f608";
}
.kf-container .bi-voicemail::before {
  content: "\f609";
}
.kf-container .bi-volume-down-fill::before {
  content: "\f60a";
}
.kf-container .bi-volume-down::before {
  content: "\f60b";
}
.kf-container .bi-volume-mute-fill::before {
  content: "\f60c";
}
.kf-container .bi-volume-mute::before {
  content: "\f60d";
}
.kf-container .bi-volume-off-fill::before {
  content: "\f60e";
}
.kf-container .bi-volume-off::before {
  content: "\f60f";
}
.kf-container .bi-volume-up-fill::before {
  content: "\f610";
}
.kf-container .bi-volume-up::before {
  content: "\f611";
}
.kf-container .bi-vr::before {
  content: "\f612";
}
.kf-container .bi-wallet-fill::before {
  content: "\f613";
}
.kf-container .bi-wallet::before {
  content: "\f614";
}
.kf-container .bi-wallet2::before {
  content: "\f615";
}
.kf-container .bi-watch::before {
  content: "\f616";
}
.kf-container .bi-water::before {
  content: "\f617";
}
.kf-container .bi-whatsapp::before {
  content: "\f618";
}
.kf-container .bi-wifi-1::before {
  content: "\f619";
}
.kf-container .bi-wifi-2::before {
  content: "\f61a";
}
.kf-container .bi-wifi-off::before {
  content: "\f61b";
}
.kf-container .bi-wifi::before {
  content: "\f61c";
}
.kf-container .bi-wind::before {
  content: "\f61d";
}
.kf-container .bi-window-dock::before {
  content: "\f61e";
}
.kf-container .bi-window-sidebar::before {
  content: "\f61f";
}
.kf-container .bi-window::before {
  content: "\f620";
}
.kf-container .bi-wrench::before {
  content: "\f621";
}
.kf-container .bi-x-circle-fill::before {
  content: "\f622";
}
.kf-container .bi-x-circle::before {
  content: "\f623";
}
.kf-container .bi-x-diamond-fill::before {
  content: "\f624";
}
.kf-container .bi-x-diamond::before {
  content: "\f625";
}
.kf-container .bi-x-octagon-fill::before {
  content: "\f626";
}
.kf-container .bi-x-octagon::before {
  content: "\f627";
}
.kf-container .bi-x-square-fill::before {
  content: "\f628";
}
.kf-container .bi-x-square::before {
  content: "\f629";
}
.kf-container .bi-x::before {
  content: "\f62a";
}
.kf-container .bi-youtube::before {
  content: "\f62b";
}
.kf-container .bi-zoom-in::before {
  content: "\f62c";
}
.kf-container .bi-zoom-out::before {
  content: "\f62d";
}
.kf-container .bi-bank::before {
  content: "\f62e";
}
.kf-container .bi-bank2::before {
  content: "\f62f";
}
.kf-container .bi-bell-slash-fill::before {
  content: "\f630";
}
.kf-container .bi-bell-slash::before {
  content: "\f631";
}
.kf-container .bi-cash-coin::before {
  content: "\f632";
}
.kf-container .bi-check-lg::before {
  content: "\f633";
}
.kf-container .bi-coin::before {
  content: "\f634";
}
.kf-container .bi-currency-bitcoin::before {
  content: "\f635";
}
.kf-container .bi-currency-dollar::before {
  content: "\f636";
}
.kf-container .bi-currency-euro::before {
  content: "\f637";
}
.kf-container .bi-currency-exchange::before {
  content: "\f638";
}
.kf-container .bi-currency-pound::before {
  content: "\f639";
}
.kf-container .bi-currency-yen::before {
  content: "\f63a";
}
.kf-container .bi-dash-lg::before {
  content: "\f63b";
}
.kf-container .bi-exclamation-lg::before {
  content: "\f63c";
}
.kf-container .bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.kf-container .bi-file-earmark-pdf::before {
  content: "\f63e";
}
.kf-container .bi-file-pdf-fill::before {
  content: "\f63f";
}
.kf-container .bi-file-pdf::before {
  content: "\f640";
}
.kf-container .bi-gender-ambiguous::before {
  content: "\f641";
}
.kf-container .bi-gender-female::before {
  content: "\f642";
}
.kf-container .bi-gender-male::before {
  content: "\f643";
}
.kf-container .bi-gender-trans::before {
  content: "\f644";
}
.kf-container .bi-headset-vr::before {
  content: "\f645";
}
.kf-container .bi-info-lg::before {
  content: "\f646";
}
.kf-container .bi-mastodon::before {
  content: "\f647";
}
.kf-container .bi-messenger::before {
  content: "\f648";
}
.kf-container .bi-piggy-bank-fill::before {
  content: "\f649";
}
.kf-container .bi-piggy-bank::before {
  content: "\f64a";
}
.kf-container .bi-pin-map-fill::before {
  content: "\f64b";
}
.kf-container .bi-pin-map::before {
  content: "\f64c";
}
.kf-container .bi-plus-lg::before {
  content: "\f64d";
}
.kf-container .bi-question-lg::before {
  content: "\f64e";
}
.kf-container .bi-recycle::before {
  content: "\f64f";
}
.kf-container .bi-reddit::before {
  content: "\f650";
}
.kf-container .bi-safe-fill::before {
  content: "\f651";
}
.kf-container .bi-safe2-fill::before {
  content: "\f652";
}
.kf-container .bi-safe2::before {
  content: "\f653";
}
.kf-container .bi-sd-card-fill::before {
  content: "\f654";
}
.kf-container .bi-sd-card::before {
  content: "\f655";
}
.kf-container .bi-skype::before {
  content: "\f656";
}
.kf-container .bi-slash-lg::before {
  content: "\f657";
}
.kf-container .bi-translate::before {
  content: "\f658";
}
.kf-container .bi-x-lg::before {
  content: "\f659";
}
.kf-container .bi-safe::before {
  content: "\f65a";
}
.kf-container .bi-apple::before {
  content: "\f65b";
}
.kf-container .bi-microsoft::before {
  content: "\f65d";
}
.kf-container .bi-windows::before {
  content: "\f65e";
}
.kf-container .bi-behance::before {
  content: "\f65c";
}
.kf-container .bi-dribbble::before {
  content: "\f65f";
}
.kf-container .bi-line::before {
  content: "\f660";
}
.kf-container .bi-medium::before {
  content: "\f661";
}
.kf-container .bi-paypal::before {
  content: "\f662";
}
.kf-container .bi-pinterest::before {
  content: "\f663";
}
.kf-container .bi-signal::before {
  content: "\f664";
}
.kf-container .bi-snapchat::before {
  content: "\f665";
}
.kf-container .bi-spotify::before {
  content: "\f666";
}
.kf-container .bi-stack-overflow::before {
  content: "\f667";
}
.kf-container .bi-strava::before {
  content: "\f668";
}
.kf-container .bi-wordpress::before {
  content: "\f669";
}
.kf-container .bi-vimeo::before {
  content: "\f66a";
}
.kf-container .bi-activity::before {
  content: "\f66b";
}
.kf-container .bi-easel2-fill::before {
  content: "\f66c";
}
.kf-container .bi-easel2::before {
  content: "\f66d";
}
.kf-container .bi-easel3-fill::before {
  content: "\f66e";
}
.kf-container .bi-easel3::before {
  content: "\f66f";
}
.kf-container .bi-fan::before {
  content: "\f670";
}
.kf-container .bi-fingerprint::before {
  content: "\f671";
}
.kf-container .bi-graph-down-arrow::before {
  content: "\f672";
}
.kf-container .bi-graph-up-arrow::before {
  content: "\f673";
}
.kf-container .bi-hypnotize::before {
  content: "\f674";
}
.kf-container .bi-magic::before {
  content: "\f675";
}
.kf-container .bi-person-rolodex::before {
  content: "\f676";
}
.kf-container .bi-person-video::before {
  content: "\f677";
}
.kf-container .bi-person-video2::before {
  content: "\f678";
}
.kf-container .bi-person-video3::before {
  content: "\f679";
}
.kf-container .bi-person-workspace::before {
  content: "\f67a";
}
.kf-container .bi-radioactive::before {
  content: "\f67b";
}
.kf-container .bi-webcam-fill::before {
  content: "\f67c";
}
.kf-container .bi-webcam::before {
  content: "\f67d";
}
.kf-container .bi-yin-yang::before {
  content: "\f67e";
}
.kf-container .bi-bandaid-fill::before {
  content: "\f680";
}
.kf-container .bi-bandaid::before {
  content: "\f681";
}
.kf-container .bi-bluetooth::before {
  content: "\f682";
}
.kf-container .bi-body-text::before {
  content: "\f683";
}
.kf-container .bi-boombox::before {
  content: "\f684";
}
.kf-container .bi-boxes::before {
  content: "\f685";
}
.kf-container .bi-dpad-fill::before {
  content: "\f686";
}
.kf-container .bi-dpad::before {
  content: "\f687";
}
.kf-container .bi-ear-fill::before {
  content: "\f688";
}
.kf-container .bi-ear::before {
  content: "\f689";
}
.kf-container .bi-envelope-check-fill::before {
  content: "\f68b";
}
.kf-container .bi-envelope-check::before {
  content: "\f68c";
}
.kf-container .bi-envelope-dash-fill::before {
  content: "\f68e";
}
.kf-container .bi-envelope-dash::before {
  content: "\f68f";
}
.kf-container .bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.kf-container .bi-envelope-exclamation::before {
  content: "\f692";
}
.kf-container .bi-envelope-plus-fill::before {
  content: "\f693";
}
.kf-container .bi-envelope-plus::before {
  content: "\f694";
}
.kf-container .bi-envelope-slash-fill::before {
  content: "\f696";
}
.kf-container .bi-envelope-slash::before {
  content: "\f697";
}
.kf-container .bi-envelope-x-fill::before {
  content: "\f699";
}
.kf-container .bi-envelope-x::before {
  content: "\f69a";
}
.kf-container .bi-explicit-fill::before {
  content: "\f69b";
}
.kf-container .bi-explicit::before {
  content: "\f69c";
}
.kf-container .bi-git::before {
  content: "\f69d";
}
.kf-container .bi-infinity::before {
  content: "\f69e";
}
.kf-container .bi-list-columns-reverse::before {
  content: "\f69f";
}
.kf-container .bi-list-columns::before {
  content: "\f6a0";
}
.kf-container .bi-meta::before {
  content: "\f6a1";
}
.kf-container .bi-nintendo-switch::before {
  content: "\f6a4";
}
.kf-container .bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.kf-container .bi-pc-display::before {
  content: "\f6a6";
}
.kf-container .bi-pc-horizontal::before {
  content: "\f6a7";
}
.kf-container .bi-pc::before {
  content: "\f6a8";
}
.kf-container .bi-playstation::before {
  content: "\f6a9";
}
.kf-container .bi-plus-slash-minus::before {
  content: "\f6aa";
}
.kf-container .bi-projector-fill::before {
  content: "\f6ab";
}
.kf-container .bi-projector::before {
  content: "\f6ac";
}
.kf-container .bi-qr-code-scan::before {
  content: "\f6ad";
}
.kf-container .bi-qr-code::before {
  content: "\f6ae";
}
.kf-container .bi-quora::before {
  content: "\f6af";
}
.kf-container .bi-quote::before {
  content: "\f6b0";
}
.kf-container .bi-robot::before {
  content: "\f6b1";
}
.kf-container .bi-send-check-fill::before {
  content: "\f6b2";
}
.kf-container .bi-send-check::before {
  content: "\f6b3";
}
.kf-container .bi-send-dash-fill::before {
  content: "\f6b4";
}
.kf-container .bi-send-dash::before {
  content: "\f6b5";
}
.kf-container .bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.kf-container .bi-send-exclamation::before {
  content: "\f6b8";
}
.kf-container .bi-send-fill::before {
  content: "\f6b9";
}
.kf-container .bi-send-plus-fill::before {
  content: "\f6ba";
}
.kf-container .bi-send-plus::before {
  content: "\f6bb";
}
.kf-container .bi-send-slash-fill::before {
  content: "\f6bc";
}
.kf-container .bi-send-slash::before {
  content: "\f6bd";
}
.kf-container .bi-send-x-fill::before {
  content: "\f6be";
}
.kf-container .bi-send-x::before {
  content: "\f6bf";
}
.kf-container .bi-send::before {
  content: "\f6c0";
}
.kf-container .bi-steam::before {
  content: "\f6c1";
}
.kf-container .bi-terminal-dash::before {
  content: "\f6c3";
}
.kf-container .bi-terminal-plus::before {
  content: "\f6c4";
}
.kf-container .bi-terminal-split::before {
  content: "\f6c5";
}
.kf-container .bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.kf-container .bi-ticket-detailed::before {
  content: "\f6c7";
}
.kf-container .bi-ticket-fill::before {
  content: "\f6c8";
}
.kf-container .bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.kf-container .bi-ticket-perforated::before {
  content: "\f6ca";
}
.kf-container .bi-ticket::before {
  content: "\f6cb";
}
.kf-container .bi-tiktok::before {
  content: "\f6cc";
}
.kf-container .bi-window-dash::before {
  content: "\f6cd";
}
.kf-container .bi-window-desktop::before {
  content: "\f6ce";
}
.kf-container .bi-window-fullscreen::before {
  content: "\f6cf";
}
.kf-container .bi-window-plus::before {
  content: "\f6d0";
}
.kf-container .bi-window-split::before {
  content: "\f6d1";
}
.kf-container .bi-window-stack::before {
  content: "\f6d2";
}
.kf-container .bi-window-x::before {
  content: "\f6d3";
}
.kf-container .bi-xbox::before {
  content: "\f6d4";
}
.kf-container .bi-ethernet::before {
  content: "\f6d5";
}
.kf-container .bi-hdmi-fill::before {
  content: "\f6d6";
}
.kf-container .bi-hdmi::before {
  content: "\f6d7";
}
.kf-container .bi-usb-c-fill::before {
  content: "\f6d8";
}
.kf-container .bi-usb-c::before {
  content: "\f6d9";
}
.kf-container .bi-usb-fill::before {
  content: "\f6da";
}
.kf-container .bi-usb-plug-fill::before {
  content: "\f6db";
}
.kf-container .bi-usb-plug::before {
  content: "\f6dc";
}
.kf-container .bi-usb-symbol::before {
  content: "\f6dd";
}
.kf-container .bi-usb::before {
  content: "\f6de";
}
.kf-container .bi-boombox-fill::before {
  content: "\f6df";
}
.kf-container .bi-displayport::before {
  content: "\f6e1";
}
.kf-container .bi-gpu-card::before {
  content: "\f6e2";
}
.kf-container .bi-memory::before {
  content: "\f6e3";
}
.kf-container .bi-modem-fill::before {
  content: "\f6e4";
}
.kf-container .bi-modem::before {
  content: "\f6e5";
}
.kf-container .bi-motherboard-fill::before {
  content: "\f6e6";
}
.kf-container .bi-motherboard::before {
  content: "\f6e7";
}
.kf-container .bi-optical-audio-fill::before {
  content: "\f6e8";
}
.kf-container .bi-optical-audio::before {
  content: "\f6e9";
}
.kf-container .bi-pci-card::before {
  content: "\f6ea";
}
.kf-container .bi-router-fill::before {
  content: "\f6eb";
}
.kf-container .bi-router::before {
  content: "\f6ec";
}
.kf-container .bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.kf-container .bi-thunderbolt::before {
  content: "\f6f0";
}
.kf-container .bi-usb-drive-fill::before {
  content: "\f6f1";
}
.kf-container .bi-usb-drive::before {
  content: "\f6f2";
}
.kf-container .bi-usb-micro-fill::before {
  content: "\f6f3";
}
.kf-container .bi-usb-micro::before {
  content: "\f6f4";
}
.kf-container .bi-usb-mini-fill::before {
  content: "\f6f5";
}
.kf-container .bi-usb-mini::before {
  content: "\f6f6";
}
.kf-container .bi-cloud-haze2::before {
  content: "\f6f7";
}
.kf-container .bi-device-hdd-fill::before {
  content: "\f6f8";
}
.kf-container .bi-device-hdd::before {
  content: "\f6f9";
}
.kf-container .bi-device-ssd-fill::before {
  content: "\f6fa";
}
.kf-container .bi-device-ssd::before {
  content: "\f6fb";
}
.kf-container .bi-displayport-fill::before {
  content: "\f6fc";
}
.kf-container .bi-mortarboard-fill::before {
  content: "\f6fd";
}
.kf-container .bi-mortarboard::before {
  content: "\f6fe";
}
.kf-container .bi-terminal-x::before {
  content: "\f6ff";
}
.kf-container .bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.kf-container .bi-arrow-through-heart::before {
  content: "\f701";
}
.kf-container .bi-badge-sd-fill::before {
  content: "\f702";
}
.kf-container .bi-badge-sd::before {
  content: "\f703";
}
.kf-container .bi-bag-heart-fill::before {
  content: "\f704";
}
.kf-container .bi-bag-heart::before {
  content: "\f705";
}
.kf-container .bi-balloon-fill::before {
  content: "\f706";
}
.kf-container .bi-balloon-heart-fill::before {
  content: "\f707";
}
.kf-container .bi-balloon-heart::before {
  content: "\f708";
}
.kf-container .bi-balloon::before {
  content: "\f709";
}
.kf-container .bi-box2-fill::before {
  content: "\f70a";
}
.kf-container .bi-box2-heart-fill::before {
  content: "\f70b";
}
.kf-container .bi-box2-heart::before {
  content: "\f70c";
}
.kf-container .bi-box2::before {
  content: "\f70d";
}
.kf-container .bi-braces-asterisk::before {
  content: "\f70e";
}
.kf-container .bi-calendar-heart-fill::before {
  content: "\f70f";
}
.kf-container .bi-calendar-heart::before {
  content: "\f710";
}
.kf-container .bi-calendar2-heart-fill::before {
  content: "\f711";
}
.kf-container .bi-calendar2-heart::before {
  content: "\f712";
}
.kf-container .bi-chat-heart-fill::before {
  content: "\f713";
}
.kf-container .bi-chat-heart::before {
  content: "\f714";
}
.kf-container .bi-chat-left-heart-fill::before {
  content: "\f715";
}
.kf-container .bi-chat-left-heart::before {
  content: "\f716";
}
.kf-container .bi-chat-right-heart-fill::before {
  content: "\f717";
}
.kf-container .bi-chat-right-heart::before {
  content: "\f718";
}
.kf-container .bi-chat-square-heart-fill::before {
  content: "\f719";
}
.kf-container .bi-chat-square-heart::before {
  content: "\f71a";
}
.kf-container .bi-clipboard-check-fill::before {
  content: "\f71b";
}
.kf-container .bi-clipboard-data-fill::before {
  content: "\f71c";
}
.kf-container .bi-clipboard-fill::before {
  content: "\f71d";
}
.kf-container .bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.kf-container .bi-clipboard-heart::before {
  content: "\f71f";
}
.kf-container .bi-clipboard-minus-fill::before {
  content: "\f720";
}
.kf-container .bi-clipboard-plus-fill::before {
  content: "\f721";
}
.kf-container .bi-clipboard-pulse::before {
  content: "\f722";
}
.kf-container .bi-clipboard-x-fill::before {
  content: "\f723";
}
.kf-container .bi-clipboard2-check-fill::before {
  content: "\f724";
}
.kf-container .bi-clipboard2-check::before {
  content: "\f725";
}
.kf-container .bi-clipboard2-data-fill::before {
  content: "\f726";
}
.kf-container .bi-clipboard2-data::before {
  content: "\f727";
}
.kf-container .bi-clipboard2-fill::before {
  content: "\f728";
}
.kf-container .bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.kf-container .bi-clipboard2-heart::before {
  content: "\f72a";
}
.kf-container .bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.kf-container .bi-clipboard2-minus::before {
  content: "\f72c";
}
.kf-container .bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.kf-container .bi-clipboard2-plus::before {
  content: "\f72e";
}
.kf-container .bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.kf-container .bi-clipboard2-pulse::before {
  content: "\f730";
}
.kf-container .bi-clipboard2-x-fill::before {
  content: "\f731";
}
.kf-container .bi-clipboard2-x::before {
  content: "\f732";
}
.kf-container .bi-clipboard2::before {
  content: "\f733";
}
.kf-container .bi-emoji-kiss-fill::before {
  content: "\f734";
}
.kf-container .bi-emoji-kiss::before {
  content: "\f735";
}
.kf-container .bi-envelope-heart-fill::before {
  content: "\f736";
}
.kf-container .bi-envelope-heart::before {
  content: "\f737";
}
.kf-container .bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.kf-container .bi-envelope-open-heart::before {
  content: "\f739";
}
.kf-container .bi-envelope-paper-fill::before {
  content: "\f73a";
}
.kf-container .bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.kf-container .bi-envelope-paper-heart::before {
  content: "\f73c";
}
.kf-container .bi-envelope-paper::before {
  content: "\f73d";
}
.kf-container .bi-filetype-aac::before {
  content: "\f73e";
}
.kf-container .bi-filetype-ai::before {
  content: "\f73f";
}
.kf-container .bi-filetype-bmp::before {
  content: "\f740";
}
.kf-container .bi-filetype-cs::before {
  content: "\f741";
}
.kf-container .bi-filetype-css::before {
  content: "\f742";
}
.kf-container .bi-filetype-csv::before {
  content: "\f743";
}
.kf-container .bi-filetype-doc::before {
  content: "\f744";
}
.kf-container .bi-filetype-docx::before {
  content: "\f745";
}
.kf-container .bi-filetype-exe::before {
  content: "\f746";
}
.kf-container .bi-filetype-gif::before {
  content: "\f747";
}
.kf-container .bi-filetype-heic::before {
  content: "\f748";
}
.kf-container .bi-filetype-html::before {
  content: "\f749";
}
.kf-container .bi-filetype-java::before {
  content: "\f74a";
}
.kf-container .bi-filetype-jpg::before {
  content: "\f74b";
}
.kf-container .bi-filetype-js::before {
  content: "\f74c";
}
.kf-container .bi-filetype-jsx::before {
  content: "\f74d";
}
.kf-container .bi-filetype-key::before {
  content: "\f74e";
}
.kf-container .bi-filetype-m4p::before {
  content: "\f74f";
}
.kf-container .bi-filetype-md::before {
  content: "\f750";
}
.kf-container .bi-filetype-mdx::before {
  content: "\f751";
}
.kf-container .bi-filetype-mov::before {
  content: "\f752";
}
.kf-container .bi-filetype-mp3::before {
  content: "\f753";
}
.kf-container .bi-filetype-mp4::before {
  content: "\f754";
}
.kf-container .bi-filetype-otf::before {
  content: "\f755";
}
.kf-container .bi-filetype-pdf::before {
  content: "\f756";
}
.kf-container .bi-filetype-php::before {
  content: "\f757";
}
.kf-container .bi-filetype-png::before {
  content: "\f758";
}
.kf-container .bi-filetype-ppt::before {
  content: "\f75a";
}
.kf-container .bi-filetype-psd::before {
  content: "\f75b";
}
.kf-container .bi-filetype-py::before {
  content: "\f75c";
}
.kf-container .bi-filetype-raw::before {
  content: "\f75d";
}
.kf-container .bi-filetype-rb::before {
  content: "\f75e";
}
.kf-container .bi-filetype-sass::before {
  content: "\f75f";
}
.kf-container .bi-filetype-scss::before {
  content: "\f760";
}
.kf-container .bi-filetype-sh::before {
  content: "\f761";
}
.kf-container .bi-filetype-svg::before {
  content: "\f762";
}
.kf-container .bi-filetype-tiff::before {
  content: "\f763";
}
.kf-container .bi-filetype-tsx::before {
  content: "\f764";
}
.kf-container .bi-filetype-ttf::before {
  content: "\f765";
}
.kf-container .bi-filetype-txt::before {
  content: "\f766";
}
.kf-container .bi-filetype-wav::before {
  content: "\f767";
}
.kf-container .bi-filetype-woff::before {
  content: "\f768";
}
.kf-container .bi-filetype-xls::before {
  content: "\f76a";
}
.kf-container .bi-filetype-xml::before {
  content: "\f76b";
}
.kf-container .bi-filetype-yml::before {
  content: "\f76c";
}
.kf-container .bi-heart-arrow::before {
  content: "\f76d";
}
.kf-container .bi-heart-pulse-fill::before {
  content: "\f76e";
}
.kf-container .bi-heart-pulse::before {
  content: "\f76f";
}
.kf-container .bi-heartbreak-fill::before {
  content: "\f770";
}
.kf-container .bi-heartbreak::before {
  content: "\f771";
}
.kf-container .bi-hearts::before {
  content: "\f772";
}
.kf-container .bi-hospital-fill::before {
  content: "\f773";
}
.kf-container .bi-hospital::before {
  content: "\f774";
}
.kf-container .bi-house-heart-fill::before {
  content: "\f775";
}
.kf-container .bi-house-heart::before {
  content: "\f776";
}
.kf-container .bi-incognito::before {
  content: "\f777";
}
.kf-container .bi-magnet-fill::before {
  content: "\f778";
}
.kf-container .bi-magnet::before {
  content: "\f779";
}
.kf-container .bi-person-heart::before {
  content: "\f77a";
}
.kf-container .bi-person-hearts::before {
  content: "\f77b";
}
.kf-container .bi-phone-flip::before {
  content: "\f77c";
}
.kf-container .bi-plugin::before {
  content: "\f77d";
}
.kf-container .bi-postage-fill::before {
  content: "\f77e";
}
.kf-container .bi-postage-heart-fill::before {
  content: "\f77f";
}
.kf-container .bi-postage-heart::before {
  content: "\f780";
}
.kf-container .bi-postage::before {
  content: "\f781";
}
.kf-container .bi-postcard-fill::before {
  content: "\f782";
}
.kf-container .bi-postcard-heart-fill::before {
  content: "\f783";
}
.kf-container .bi-postcard-heart::before {
  content: "\f784";
}
.kf-container .bi-postcard::before {
  content: "\f785";
}
.kf-container .bi-search-heart-fill::before {
  content: "\f786";
}
.kf-container .bi-search-heart::before {
  content: "\f787";
}
.kf-container .bi-sliders2-vertical::before {
  content: "\f788";
}
.kf-container .bi-sliders2::before {
  content: "\f789";
}
.kf-container .bi-trash3-fill::before {
  content: "\f78a";
}
.kf-container .bi-trash3::before {
  content: "\f78b";
}
.kf-container .bi-valentine::before {
  content: "\f78c";
}
.kf-container .bi-valentine2::before {
  content: "\f78d";
}
.kf-container .bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.kf-container .bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.kf-container .bi-wrench-adjustable::before {
  content: "\f790";
}
.kf-container .bi-filetype-json::before {
  content: "\f791";
}
.kf-container .bi-filetype-pptx::before {
  content: "\f792";
}
.kf-container .bi-filetype-xlsx::before {
  content: "\f793";
}
.kf-container .bi-1-circle-fill::before {
  content: "\f796";
}
.kf-container .bi-1-circle::before {
  content: "\f797";
}
.kf-container .bi-1-square-fill::before {
  content: "\f798";
}
.kf-container .bi-1-square::before {
  content: "\f799";
}
.kf-container .bi-2-circle-fill::before {
  content: "\f79c";
}
.kf-container .bi-2-circle::before {
  content: "\f79d";
}
.kf-container .bi-2-square-fill::before {
  content: "\f79e";
}
.kf-container .bi-2-square::before {
  content: "\f79f";
}
.kf-container .bi-3-circle-fill::before {
  content: "\f7a2";
}
.kf-container .bi-3-circle::before {
  content: "\f7a3";
}
.kf-container .bi-3-square-fill::before {
  content: "\f7a4";
}
.kf-container .bi-3-square::before {
  content: "\f7a5";
}
.kf-container .bi-4-circle-fill::before {
  content: "\f7a8";
}
.kf-container .bi-4-circle::before {
  content: "\f7a9";
}
.kf-container .bi-4-square-fill::before {
  content: "\f7aa";
}
.kf-container .bi-4-square::before {
  content: "\f7ab";
}
.kf-container .bi-5-circle-fill::before {
  content: "\f7ae";
}
.kf-container .bi-5-circle::before {
  content: "\f7af";
}
.kf-container .bi-5-square-fill::before {
  content: "\f7b0";
}
.kf-container .bi-5-square::before {
  content: "\f7b1";
}
.kf-container .bi-6-circle-fill::before {
  content: "\f7b4";
}
.kf-container .bi-6-circle::before {
  content: "\f7b5";
}
.kf-container .bi-6-square-fill::before {
  content: "\f7b6";
}
.kf-container .bi-6-square::before {
  content: "\f7b7";
}
.kf-container .bi-7-circle-fill::before {
  content: "\f7ba";
}
.kf-container .bi-7-circle::before {
  content: "\f7bb";
}
.kf-container .bi-7-square-fill::before {
  content: "\f7bc";
}
.kf-container .bi-7-square::before {
  content: "\f7bd";
}
.kf-container .bi-8-circle-fill::before {
  content: "\f7c0";
}
.kf-container .bi-8-circle::before {
  content: "\f7c1";
}
.kf-container .bi-8-square-fill::before {
  content: "\f7c2";
}
.kf-container .bi-8-square::before {
  content: "\f7c3";
}
.kf-container .bi-9-circle-fill::before {
  content: "\f7c6";
}
.kf-container .bi-9-circle::before {
  content: "\f7c7";
}
.kf-container .bi-9-square-fill::before {
  content: "\f7c8";
}
.kf-container .bi-9-square::before {
  content: "\f7c9";
}
.kf-container .bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.kf-container .bi-airplane-engines::before {
  content: "\f7cb";
}
.kf-container .bi-airplane-fill::before {
  content: "\f7cc";
}
.kf-container .bi-airplane::before {
  content: "\f7cd";
}
.kf-container .bi-alexa::before {
  content: "\f7ce";
}
.kf-container .bi-alipay::before {
  content: "\f7cf";
}
.kf-container .bi-android::before {
  content: "\f7d0";
}
.kf-container .bi-android2::before {
  content: "\f7d1";
}
.kf-container .bi-box-fill::before {
  content: "\f7d2";
}
.kf-container .bi-box-seam-fill::before {
  content: "\f7d3";
}
.kf-container .bi-browser-chrome::before {
  content: "\f7d4";
}
.kf-container .bi-browser-edge::before {
  content: "\f7d5";
}
.kf-container .bi-browser-firefox::before {
  content: "\f7d6";
}
.kf-container .bi-browser-safari::before {
  content: "\f7d7";
}
.kf-container .bi-c-circle-fill::before {
  content: "\f7da";
}
.kf-container .bi-c-circle::before {
  content: "\f7db";
}
.kf-container .bi-c-square-fill::before {
  content: "\f7dc";
}
.kf-container .bi-c-square::before {
  content: "\f7dd";
}
.kf-container .bi-capsule-pill::before {
  content: "\f7de";
}
.kf-container .bi-capsule::before {
  content: "\f7df";
}
.kf-container .bi-car-front-fill::before {
  content: "\f7e0";
}
.kf-container .bi-car-front::before {
  content: "\f7e1";
}
.kf-container .bi-cassette-fill::before {
  content: "\f7e2";
}
.kf-container .bi-cassette::before {
  content: "\f7e3";
}
.kf-container .bi-cc-circle-fill::before {
  content: "\f7e6";
}
.kf-container .bi-cc-circle::before {
  content: "\f7e7";
}
.kf-container .bi-cc-square-fill::before {
  content: "\f7e8";
}
.kf-container .bi-cc-square::before {
  content: "\f7e9";
}
.kf-container .bi-cup-hot-fill::before {
  content: "\f7ea";
}
.kf-container .bi-cup-hot::before {
  content: "\f7eb";
}
.kf-container .bi-currency-rupee::before {
  content: "\f7ec";
}
.kf-container .bi-dropbox::before {
  content: "\f7ed";
}
.kf-container .bi-escape::before {
  content: "\f7ee";
}
.kf-container .bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.kf-container .bi-fast-forward-btn::before {
  content: "\f7f0";
}
.kf-container .bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.kf-container .bi-fast-forward-circle::before {
  content: "\f7f2";
}
.kf-container .bi-fast-forward-fill::before {
  content: "\f7f3";
}
.kf-container .bi-fast-forward::before {
  content: "\f7f4";
}
.kf-container .bi-filetype-sql::before {
  content: "\f7f5";
}
.kf-container .bi-fire::before {
  content: "\f7f6";
}
.kf-container .bi-google-play::before {
  content: "\f7f7";
}
.kf-container .bi-h-circle-fill::before {
  content: "\f7fa";
}
.kf-container .bi-h-circle::before {
  content: "\f7fb";
}
.kf-container .bi-h-square-fill::before {
  content: "\f7fc";
}
.kf-container .bi-h-square::before {
  content: "\f7fd";
}
.kf-container .bi-indent::before {
  content: "\f7fe";
}
.kf-container .bi-lungs-fill::before {
  content: "\f7ff";
}
.kf-container .bi-lungs::before {
  content: "\f800";
}
.kf-container .bi-microsoft-teams::before {
  content: "\f801";
}
.kf-container .bi-p-circle-fill::before {
  content: "\f804";
}
.kf-container .bi-p-circle::before {
  content: "\f805";
}
.kf-container .bi-p-square-fill::before {
  content: "\f806";
}
.kf-container .bi-p-square::before {
  content: "\f807";
}
.kf-container .bi-pass-fill::before {
  content: "\f808";
}
.kf-container .bi-pass::before {
  content: "\f809";
}
.kf-container .bi-prescription::before {
  content: "\f80a";
}
.kf-container .bi-prescription2::before {
  content: "\f80b";
}
.kf-container .bi-r-circle-fill::before {
  content: "\f80e";
}
.kf-container .bi-r-circle::before {
  content: "\f80f";
}
.kf-container .bi-r-square-fill::before {
  content: "\f810";
}
.kf-container .bi-r-square::before {
  content: "\f811";
}
.kf-container .bi-repeat-1::before {
  content: "\f812";
}
.kf-container .bi-repeat::before {
  content: "\f813";
}
.kf-container .bi-rewind-btn-fill::before {
  content: "\f814";
}
.kf-container .bi-rewind-btn::before {
  content: "\f815";
}
.kf-container .bi-rewind-circle-fill::before {
  content: "\f816";
}
.kf-container .bi-rewind-circle::before {
  content: "\f817";
}
.kf-container .bi-rewind-fill::before {
  content: "\f818";
}
.kf-container .bi-rewind::before {
  content: "\f819";
}
.kf-container .bi-train-freight-front-fill::before {
  content: "\f81a";
}
.kf-container .bi-train-freight-front::before {
  content: "\f81b";
}
.kf-container .bi-train-front-fill::before {
  content: "\f81c";
}
.kf-container .bi-train-front::before {
  content: "\f81d";
}
.kf-container .bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.kf-container .bi-train-lightrail-front::before {
  content: "\f81f";
}
.kf-container .bi-truck-front-fill::before {
  content: "\f820";
}
.kf-container .bi-truck-front::before {
  content: "\f821";
}
.kf-container .bi-ubuntu::before {
  content: "\f822";
}
.kf-container .bi-unindent::before {
  content: "\f823";
}
.kf-container .bi-unity::before {
  content: "\f824";
}
.kf-container .bi-universal-access-circle::before {
  content: "\f825";
}
.kf-container .bi-universal-access::before {
  content: "\f826";
}
.kf-container .bi-virus::before {
  content: "\f827";
}
.kf-container .bi-virus2::before {
  content: "\f828";
}
.kf-container .bi-wechat::before {
  content: "\f829";
}
.kf-container .bi-yelp::before {
  content: "\f82a";
}
.kf-container .bi-sign-stop-fill::before {
  content: "\f82b";
}
.kf-container .bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.kf-container .bi-sign-stop-lights::before {
  content: "\f82d";
}
.kf-container .bi-sign-stop::before {
  content: "\f82e";
}
.kf-container .bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.kf-container .bi-sign-turn-left::before {
  content: "\f830";
}
.kf-container .bi-sign-turn-right-fill::before {
  content: "\f831";
}
.kf-container .bi-sign-turn-right::before {
  content: "\f832";
}
.kf-container .bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.kf-container .bi-sign-turn-slight-left::before {
  content: "\f834";
}
.kf-container .bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.kf-container .bi-sign-turn-slight-right::before {
  content: "\f836";
}
.kf-container .bi-sign-yield-fill::before {
  content: "\f837";
}
.kf-container .bi-sign-yield::before {
  content: "\f838";
}
.kf-container .bi-ev-station-fill::before {
  content: "\f839";
}
.kf-container .bi-ev-station::before {
  content: "\f83a";
}
.kf-container .bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.kf-container .bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.kf-container .bi-fuel-pump-fill::before {
  content: "\f83d";
}
.kf-container .bi-fuel-pump::before {
  content: "\f83e";
}
.kf-container .bi-0-circle-fill::before {
  content: "\f83f";
}
.kf-container .bi-0-circle::before {
  content: "\f840";
}
.kf-container .bi-0-square-fill::before {
  content: "\f841";
}
.kf-container .bi-0-square::before {
  content: "\f842";
}
.kf-container .bi-rocket-fill::before {
  content: "\f843";
}
.kf-container .bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.kf-container .bi-rocket-takeoff::before {
  content: "\f845";
}
.kf-container .bi-rocket::before {
  content: "\f846";
}
.kf-container .bi-stripe::before {
  content: "\f847";
}
.kf-container .bi-subscript::before {
  content: "\f848";
}
.kf-container .bi-superscript::before {
  content: "\f849";
}
.kf-container .bi-trello::before {
  content: "\f84a";
}
.kf-container .bi-envelope-at-fill::before {
  content: "\f84b";
}
.kf-container .bi-envelope-at::before {
  content: "\f84c";
}
.kf-container .bi-regex::before {
  content: "\f84d";
}
.kf-container .bi-text-wrap::before {
  content: "\f84e";
}
.kf-container .bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.kf-container .bi-sign-dead-end::before {
  content: "\f850";
}
.kf-container .bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.kf-container .bi-sign-do-not-enter::before {
  content: "\f852";
}
.kf-container .bi-sign-intersection-fill::before {
  content: "\f853";
}
.kf-container .bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.kf-container .bi-sign-intersection-side::before {
  content: "\f855";
}
.kf-container .bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.kf-container .bi-sign-intersection-t::before {
  content: "\f857";
}
.kf-container .bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.kf-container .bi-sign-intersection-y::before {
  content: "\f859";
}
.kf-container .bi-sign-intersection::before {
  content: "\f85a";
}
.kf-container .bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.kf-container .bi-sign-merge-left::before {
  content: "\f85c";
}
.kf-container .bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.kf-container .bi-sign-merge-right::before {
  content: "\f85e";
}
.kf-container .bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.kf-container .bi-sign-no-left-turn::before {
  content: "\f860";
}
.kf-container .bi-sign-no-parking-fill::before {
  content: "\f861";
}
.kf-container .bi-sign-no-parking::before {
  content: "\f862";
}
.kf-container .bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.kf-container .bi-sign-no-right-turn::before {
  content: "\f864";
}
.kf-container .bi-sign-railroad-fill::before {
  content: "\f865";
}
.kf-container .bi-sign-railroad::before {
  content: "\f866";
}
.kf-container .bi-building-add::before {
  content: "\f867";
}
.kf-container .bi-building-check::before {
  content: "\f868";
}
.kf-container .bi-building-dash::before {
  content: "\f869";
}
.kf-container .bi-building-down::before {
  content: "\f86a";
}
.kf-container .bi-building-exclamation::before {
  content: "\f86b";
}
.kf-container .bi-building-fill-add::before {
  content: "\f86c";
}
.kf-container .bi-building-fill-check::before {
  content: "\f86d";
}
.kf-container .bi-building-fill-dash::before {
  content: "\f86e";
}
.kf-container .bi-building-fill-down::before {
  content: "\f86f";
}
.kf-container .bi-building-fill-exclamation::before {
  content: "\f870";
}
.kf-container .bi-building-fill-gear::before {
  content: "\f871";
}
.kf-container .bi-building-fill-lock::before {
  content: "\f872";
}
.kf-container .bi-building-fill-slash::before {
  content: "\f873";
}
.kf-container .bi-building-fill-up::before {
  content: "\f874";
}
.kf-container .bi-building-fill-x::before {
  content: "\f875";
}
.kf-container .bi-building-fill::before {
  content: "\f876";
}
.kf-container .bi-building-gear::before {
  content: "\f877";
}
.kf-container .bi-building-lock::before {
  content: "\f878";
}
.kf-container .bi-building-slash::before {
  content: "\f879";
}
.kf-container .bi-building-up::before {
  content: "\f87a";
}
.kf-container .bi-building-x::before {
  content: "\f87b";
}
.kf-container .bi-buildings-fill::before {
  content: "\f87c";
}
.kf-container .bi-buildings::before {
  content: "\f87d";
}
.kf-container .bi-bus-front-fill::before {
  content: "\f87e";
}
.kf-container .bi-bus-front::before {
  content: "\f87f";
}
.kf-container .bi-ev-front-fill::before {
  content: "\f880";
}
.kf-container .bi-ev-front::before {
  content: "\f881";
}
.kf-container .bi-globe-americas::before {
  content: "\f882";
}
.kf-container .bi-globe-asia-australia::before {
  content: "\f883";
}
.kf-container .bi-globe-central-south-asia::before {
  content: "\f884";
}
.kf-container .bi-globe-europe-africa::before {
  content: "\f885";
}
.kf-container .bi-house-add-fill::before {
  content: "\f886";
}
.kf-container .bi-house-add::before {
  content: "\f887";
}
.kf-container .bi-house-check-fill::before {
  content: "\f888";
}
.kf-container .bi-house-check::before {
  content: "\f889";
}
.kf-container .bi-house-dash-fill::before {
  content: "\f88a";
}
.kf-container .bi-house-dash::before {
  content: "\f88b";
}
.kf-container .bi-house-down-fill::before {
  content: "\f88c";
}
.kf-container .bi-house-down::before {
  content: "\f88d";
}
.kf-container .bi-house-exclamation-fill::before {
  content: "\f88e";
}
.kf-container .bi-house-exclamation::before {
  content: "\f88f";
}
.kf-container .bi-house-gear-fill::before {
  content: "\f890";
}
.kf-container .bi-house-gear::before {
  content: "\f891";
}
.kf-container .bi-house-lock-fill::before {
  content: "\f892";
}
.kf-container .bi-house-lock::before {
  content: "\f893";
}
.kf-container .bi-house-slash-fill::before {
  content: "\f894";
}
.kf-container .bi-house-slash::before {
  content: "\f895";
}
.kf-container .bi-house-up-fill::before {
  content: "\f896";
}
.kf-container .bi-house-up::before {
  content: "\f897";
}
.kf-container .bi-house-x-fill::before {
  content: "\f898";
}
.kf-container .bi-house-x::before {
  content: "\f899";
}
.kf-container .bi-person-add::before {
  content: "\f89a";
}
.kf-container .bi-person-down::before {
  content: "\f89b";
}
.kf-container .bi-person-exclamation::before {
  content: "\f89c";
}
.kf-container .bi-person-fill-add::before {
  content: "\f89d";
}
.kf-container .bi-person-fill-check::before {
  content: "\f89e";
}
.kf-container .bi-person-fill-dash::before {
  content: "\f89f";
}
.kf-container .bi-person-fill-down::before {
  content: "\f8a0";
}
.kf-container .bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.kf-container .bi-person-fill-gear::before {
  content: "\f8a2";
}
.kf-container .bi-person-fill-lock::before {
  content: "\f8a3";
}
.kf-container .bi-person-fill-slash::before {
  content: "\f8a4";
}
.kf-container .bi-person-fill-up::before {
  content: "\f8a5";
}
.kf-container .bi-person-fill-x::before {
  content: "\f8a6";
}
.kf-container .bi-person-gear::before {
  content: "\f8a7";
}
.kf-container .bi-person-lock::before {
  content: "\f8a8";
}
.kf-container .bi-person-slash::before {
  content: "\f8a9";
}
.kf-container .bi-person-up::before {
  content: "\f8aa";
}
.kf-container .bi-scooter::before {
  content: "\f8ab";
}
.kf-container .bi-taxi-front-fill::before {
  content: "\f8ac";
}
.kf-container .bi-taxi-front::before {
  content: "\f8ad";
}
.kf-container .bi-amd::before {
  content: "\f8ae";
}
.kf-container .bi-database-add::before {
  content: "\f8af";
}
.kf-container .bi-database-check::before {
  content: "\f8b0";
}
.kf-container .bi-database-dash::before {
  content: "\f8b1";
}
.kf-container .bi-database-down::before {
  content: "\f8b2";
}
.kf-container .bi-database-exclamation::before {
  content: "\f8b3";
}
.kf-container .bi-database-fill-add::before {
  content: "\f8b4";
}
.kf-container .bi-database-fill-check::before {
  content: "\f8b5";
}
.kf-container .bi-database-fill-dash::before {
  content: "\f8b6";
}
.kf-container .bi-database-fill-down::before {
  content: "\f8b7";
}
.kf-container .bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.kf-container .bi-database-fill-gear::before {
  content: "\f8b9";
}
.kf-container .bi-database-fill-lock::before {
  content: "\f8ba";
}
.kf-container .bi-database-fill-slash::before {
  content: "\f8bb";
}
.kf-container .bi-database-fill-up::before {
  content: "\f8bc";
}
.kf-container .bi-database-fill-x::before {
  content: "\f8bd";
}
.kf-container .bi-database-fill::before {
  content: "\f8be";
}
.kf-container .bi-database-gear::before {
  content: "\f8bf";
}
.kf-container .bi-database-lock::before {
  content: "\f8c0";
}
.kf-container .bi-database-slash::before {
  content: "\f8c1";
}
.kf-container .bi-database-up::before {
  content: "\f8c2";
}
.kf-container .bi-database-x::before {
  content: "\f8c3";
}
.kf-container .bi-database::before {
  content: "\f8c4";
}
.kf-container .bi-houses-fill::before {
  content: "\f8c5";
}
.kf-container .bi-houses::before {
  content: "\f8c6";
}
.kf-container .bi-nvidia::before {
  content: "\f8c7";
}
.kf-container .bi-person-vcard-fill::before {
  content: "\f8c8";
}
.kf-container .bi-person-vcard::before {
  content: "\f8c9";
}
.kf-container .bi-sina-weibo::before {
  content: "\f8ca";
}
.kf-container .bi-tencent-qq::before {
  content: "\f8cb";
}
.kf-container .bi-wikipedia::before {
  content: "\f8cc";
}
.kf-container .bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.kf-container .bi-alphabet::before {
  content: "\f68a";
}
.kf-container .bi-amazon::before {
  content: "\f68d";
}
.kf-container .bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.kf-container .bi-arrows-expand-vertical::before {
  content: "\f695";
}
.kf-container .bi-arrows-vertical::before {
  content: "\f698";
}
.kf-container .bi-arrows::before {
  content: "\f6a2";
}
.kf-container .bi-ban-fill::before {
  content: "\f6a3";
}
.kf-container .bi-ban::before {
  content: "\f6b6";
}
.kf-container .bi-bing::before {
  content: "\f6c2";
}
.kf-container .bi-cake::before {
  content: "\f6e0";
}
.kf-container .bi-cake2::before {
  content: "\f6ed";
}
.kf-container .bi-cookie::before {
  content: "\f6ee";
}
.kf-container .bi-copy::before {
  content: "\f759";
}
.kf-container .bi-crosshair::before {
  content: "\f769";
}
.kf-container .bi-crosshair2::before {
  content: "\f794";
}
.kf-container .bi-emoji-astonished-fill::before {
  content: "\f795";
}
.kf-container .bi-emoji-astonished::before {
  content: "\f79a";
}
.kf-container .bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.kf-container .bi-emoji-grimace::before {
  content: "\f7a0";
}
.kf-container .bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.kf-container .bi-emoji-grin::before {
  content: "\f7a6";
}
.kf-container .bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.kf-container .bi-emoji-surprise::before {
  content: "\f7ac";
}
.kf-container .bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.kf-container .bi-emoji-tear::before {
  content: "\f7b2";
}
.kf-container .bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.kf-container .bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.kf-container .bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.kf-container .bi-envelope-arrow-up::before {
  content: "\f7be";
}
.kf-container .bi-feather::before {
  content: "\f7bf";
}
.kf-container .bi-feather2::before {
  content: "\f7c4";
}
.kf-container .bi-floppy-fill::before {
  content: "\f7c5";
}
.kf-container .bi-floppy::before {
  content: "\f7d8";
}
.kf-container .bi-floppy2-fill::before {
  content: "\f7d9";
}
.kf-container .bi-floppy2::before {
  content: "\f7e4";
}
.kf-container .bi-gitlab::before {
  content: "\f7e5";
}
.kf-container .bi-highlighter::before {
  content: "\f7f8";
}
.kf-container .bi-marker-tip::before {
  content: "\f802";
}
.kf-container .bi-nvme-fill::before {
  content: "\f803";
}
.kf-container .bi-nvme::before {
  content: "\f80c";
}
.kf-container .bi-opencollective::before {
  content: "\f80d";
}
.kf-container .bi-pci-card-network::before {
  content: "\f8cd";
}
.kf-container .bi-pci-card-sound::before {
  content: "\f8ce";
}
.kf-container .bi-radar::before {
  content: "\f8cf";
}
.kf-container .bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.kf-container .bi-send-arrow-down::before {
  content: "\f8d1";
}
.kf-container .bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.kf-container .bi-send-arrow-up::before {
  content: "\f8d3";
}
.kf-container .bi-sim-slash-fill::before {
  content: "\f8d4";
}
.kf-container .bi-sim-slash::before {
  content: "\f8d5";
}
.kf-container .bi-sourceforge::before {
  content: "\f8d6";
}
.kf-container .bi-substack::before {
  content: "\f8d7";
}
.kf-container .bi-threads-fill::before {
  content: "\f8d8";
}
.kf-container .bi-threads::before {
  content: "\f8d9";
}
.kf-container .bi-transparency::before {
  content: "\f8da";
}
.kf-container .bi-twitter-x::before {
  content: "\f8db";
}
.kf-container .bi-type-h4::before {
  content: "\f8dc";
}
.kf-container .bi-type-h5::before {
  content: "\f8dd";
}
.kf-container .bi-type-h6::before {
  content: "\f8de";
}
.kf-container .bi-backpack-fill::before {
  content: "\f8df";
}
.kf-container .bi-backpack::before {
  content: "\f8e0";
}
.kf-container .bi-backpack2-fill::before {
  content: "\f8e1";
}
.kf-container .bi-backpack2::before {
  content: "\f8e2";
}
.kf-container .bi-backpack3-fill::before {
  content: "\f8e3";
}
.kf-container .bi-backpack3::before {
  content: "\f8e4";
}
.kf-container .bi-backpack4-fill::before {
  content: "\f8e5";
}
.kf-container .bi-backpack4::before {
  content: "\f8e6";
}
.kf-container .bi-brilliance::before {
  content: "\f8e7";
}
.kf-container .bi-cake-fill::before {
  content: "\f8e8";
}
.kf-container .bi-cake2-fill::before {
  content: "\f8e9";
}
.kf-container .bi-duffle-fill::before {
  content: "\f8ea";
}
.kf-container .bi-duffle::before {
  content: "\f8eb";
}
.kf-container .bi-exposure::before {
  content: "\f8ec";
}
.kf-container .bi-gender-neuter::before {
  content: "\f8ed";
}
.kf-container .bi-highlights::before {
  content: "\f8ee";
}
.kf-container .bi-luggage-fill::before {
  content: "\f8ef";
}
.kf-container .bi-luggage::before {
  content: "\f8f0";
}
.kf-container .bi-mailbox-flag::before {
  content: "\f8f1";
}
.kf-container .bi-mailbox2-flag::before {
  content: "\f8f2";
}
.kf-container .bi-noise-reduction::before {
  content: "\f8f3";
}
.kf-container .bi-passport-fill::before {
  content: "\f8f4";
}
.kf-container .bi-passport::before {
  content: "\f8f5";
}
.kf-container .bi-person-arms-up::before {
  content: "\f8f6";
}
.kf-container .bi-person-raised-hand::before {
  content: "\f8f7";
}
.kf-container .bi-person-standing-dress::before {
  content: "\f8f8";
}
.kf-container .bi-person-standing::before {
  content: "\f8f9";
}
.kf-container .bi-person-walking::before {
  content: "\f8fa";
}
.kf-container .bi-person-wheelchair::before {
  content: "\f8fb";
}
.kf-container .bi-shadows::before {
  content: "\f8fc";
}
.kf-container .bi-suitcase-fill::before {
  content: "\f8fd";
}
.kf-container .bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.kf-container .bi-suitcase-lg::before {
  content: "\f8ff";
}
.kf-container .bi-suitcase::before {
  content: "豈";
}
.kf-container .bi-suitcase2-fill::before {
  content: "更";
}
.kf-container .bi-suitcase2::before {
  content: "車";
}
.kf-container .bi-vignette::before {
  content: "賈";
}
.kf-container a[data-tip] {
  font-size: 0.8em;
  vertical-align: super;
  display: inline-block;
  font-weight: 300;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
  font-size: 12px;
  font-family: Arial;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
  /* transform    : scale(0.8); */
  -webkit-transform-origin: center;
          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: 10px;
  gap: 10px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kf-container .dots a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2px 1vw;
  padding: 2px var(--dots-spacing, 1vw);
  min-width: 80px;
  color: rgba(255, 255, 255, 0.5647058824);
}
.kf-container .dots a p {
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
  pointer-events: none;
  padding: 0 8px 0 0;
  position: relative;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.kf-container .dots a p::after {
  display: inline-block;
  height: 1px;
  width: 0px;
  margin-left: 5px;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.kf-container .dots a::after {
  content: "";
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #46E6E6;
  width: 10px;
  height: 10px;
}
.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 {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.kf-container .dots a.active p, .kf-container .dots a:hover p {
  pointer-events: inherit;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.kf-container .dots a.active p::after, .kf-container .dots a:hover p::after {
  width: 30px;
}
.kf-container .dots a.active::after, .kf-container .dots a:hover::after {
  background: #46E6E6;
}
.kf-container .sticky-dots {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: var(--localnav-height);
  z-index: 20;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  margin-bottom: -100vh;
}
.kf-container .sticky-dots .dots {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.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] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot-FadeInFromRight 400ms ease 0s backwards;
          animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(2) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(3) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(4) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(5) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(6) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(7) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(8) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(9) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.kf-container .dots.visible-by-archor {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-archor.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.kf-container .dots.visible-by-archor.visible > a[href] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot-FadeInFromRight 400ms ease 0s backwards;
          animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(2) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(3) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(4) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(5) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(6) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(7) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(8) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(9) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
@-webkit-keyframes dot-FadeInFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes dot-FadeInFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
body.popup-open {
  overflow: hidden;
}

.kf-container .wrapper {
  margin: 0 auto;
}
.kf-container .stickyTop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .no-wrap {
  white-space: nowrap;
}
.kf-container .overflow-hidden {
  overflow: hidden;
}
.kf-container .note {
  font-weight: 300;
  font-size: .9em;
  line-height: 2em;
  color: #d0d0d0;
  font-family: "Titillium Web", arial, sans-serif, Microsoft JhengHei;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.kf-container .note ol {
  margin-left: 1rem;
}
.kf-container .note ol li {
  list-style: decimal;
}
.kf-container .bg-parallax {
  height: 120%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.kf-container .gs-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .gs-tab-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: none;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .img-radius {
  border-radius: 5px;
  overflow: hidden;
}
.kf-container .img-relative {
  position: relative;
}
.kf-container .img-relative > img {
  display: block;
  width: 100%;
}
.kf-container .img-relative .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .color-linear-vi {
  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 .swiper-slide img {
  max-width: 100%;
}
.kf-container .swiper-img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.kf-container .ai-icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.kf-container .qlist {
  text-align: left;
}
.kf-container .qlist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.kf-container .qlist .item p {
  padding: 0.5em 1em;
  text-align: left;
}
.kf-container i + a{
  margin-left: 1rem;
}
.kf-container .btn-learnmore {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}
.kf-container .btn-learnmore::before, .kf-container .btn-learnmore::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.kf-container .btn-learnmore::before {
  background-image: radial-gradient(circle at top right, #2CF3AA, #41BBFA);
  background-clip: border-box;
}
.kf-container .btn-learnmore::after {
  border: solid 2px transparent;
  background-color: rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kf-container .btn-learnmore > span {
  position: relative;
  z-index: 2;
}
.kf-container .btn-learnmore:hover::after {
  opacity: 0;
}
.kf-container .color-linear-ai {
  --bg-size: 400%;
  --color-one: #333ACC;
  --color-two: #46E6E6;
  background: -webkit-gradient(linear, left top, right top, from(#333ACC), color-stop(#46E6E6), to(#333ACC)) 0 0/400% 100%;
  background: linear-gradient(90deg, #333ACC, #46E6E6, #333ACC) 0 0/400% 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-one)), color-stop(var(--color-two)), to(var(--color-one))) 0 0/var(--bg-size) 100%;
  background: linear-gradient(90deg, var(--color-one), var(--color-two), var(--color-one)) 0 0/var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
}
.kf-container .wrap-content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.kf-container .section {
  padding: 80px 0;
}
.kf-container .b-swiper .b-swiper-pagination {
  row-gap: 1em;
}
.kf-container .section-kv {
  background: url(../../innergigabyte/images/hero.jpg)center/cover no-repeat;
  min-height: 100vh;
  position: relative;
  padding: 0;
}
.kf-container .section-kv video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  z-index: -1;
  /* opacity: .5; */
}
.kf-container .section-kv::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  opacity: .8;
  z-index: -1;
}
.logo_aitop {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 280px;
  max-width: 50vw;
  height: auto;
  transform: translate(-50% , -50%);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 102, 233, 0.9));
  filter: drop-shadow(0px 0px 10px rgba(0, 102, 233, 0.9));
}
.kf-container .section-kv video {
  width: 100%;
  display: none;
  margin: auto;
}
.kf-container .section-kv .mobile {
  display: block;
  max-width: 100%;
  aspect-ratio: 0.88;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.kf-container .section-kv .text {
  /* font-family: "Orbitron", "Arial", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif; */
  position: absolute;
  top: 63%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-shadow: 0 0 0.3em rgba(0, 164, 255, 0.6);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-left: calc(40px * 0.5);
  padding-right: calc(40px * 0.5);
  padding-left: calc(var(--casual-body-spacer, 1vw) * 0.5);
  padding-right: calc(var(--casual-body-spacer, 1vw) * 0.5);
  font-size: 1.6em;
}
.kf-container .section-intro {
  background: url("../../innergigabyte/images/intro.jpg") center/cover no-repeat;
  text-align: center;
}
.kf-container .section-intro .ai-logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}
.kf-container .section-intro .item p::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#333ACC), to(#46E6E6));
  background: linear-gradient(to Right, #333ACC 0%, #46E6E6 100%);
}
.kf-container .section.section-intro-utility-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container .section.section-intro-utility-full .img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .section.section-intro-utility-full .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section.section-intro-utility-full .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
}
.kf-container .section.section-intro-utility-full .container .wrap-content {
  margin-left: 0;
  max-width: 400px;
}
.kf-container .section.section-intro-utility-full .container .note {
  margin-top: 1.5em;
}
.kf-container .section.section-intro-utility-full .swiper-slide .card {
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.kf-container .section-intro-utility {
  background: #000 url("../../innergigabyte/images/bg-utility.jpg") center bottom no-repeat fixed;
  text-align: center;
  background-size: cover;
}
.kf-container .section-intro-utility .ai-icon {
  display: inline-block;
}
.kf-container .section-intro-utility p {
  margin: 1.2em 0;
}
.kf-container .section-intro-utility .content-box {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .yt-iframe {
  width: 100%;
  max-width: 1120px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 auto;
}
.kf-container .yt-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .section-intro-utility img.utility-scenario-main {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
.kf-container .section-intro-utility .swiper-slide .card {
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.kf-container .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
.kf-container .btns .btn-hyperlink {
  color: #aaa;
  font-weight: 300;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.kf-container .btns .btn-hyperlink .fa-angle-right {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: #2CF3AA;
}
.kf-container .btns .btn-hyperlink:hover {
  color: #fff;
}
.kf-container .btns .btn-hyperlink:hover .fa-angle-right {
  color: #fff;
}
.kf-container .btns.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.kf-container .get-start-now {
  border: solid 1px #333;
  border-radius: 5px;
  background: rgba(74, 82, 85, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  text-align: center;
  padding: 50px 16px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.kf-container .get-start-now .hr {
  margin-top: 3em;
  margin-bottom: 3em;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(100, 100, 100, 0)), color-stop(50%, rgb(100, 100, 100)), color-stop(95%, rgba(100, 100, 100, 0)));
  background: linear-gradient(90deg, rgba(100, 100, 100, 0) 5%, rgb(100, 100, 100) 50%, rgba(100, 100, 100, 0) 95%);
}
/* .kf-container .light-bg {
  background: radial-gradient(50% 50% at 50% 50%, rgba(9, 206, 246, 0.56) 0, rgba(9, 206, 246, 0) 100%);
  height: 1000px;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  z-index: 0;
} */
.kf-container .sticky-bg {
  margin-bottom: -100vh;
}
.kf-container .sticky-bg > img {
  height: 100vh;
}
.kf-container .tech-bg {
  background: #000 url("../../innergigabyte/images/tech-bg.jpg") center/cover no-repeat;
}
.kf-container .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  z-index: -1;
}
.kf-container .parallax-bg > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-tech {
  text-align: center;
  overflow: hidden;
}
.kf-container .section-tech .card {
  height: 100%;
  padding: calc(2em + 5px) calc(1em + 5px);
  border: 1px solid #666666;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  text-align: left;
}
.kf-container .section-tech .card .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 1em;
}
.kf-container .section-tech .bg-linear-ai {
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#333ACC), to(#46E6E6));
  background-image: linear-gradient(to Right, #333ACC 0%, #46E6E6 100%);
  margin: 25px 0;
}
.kf-container .section-tech .swiper-slide {
  height: auto;
}
.kf-container .section-build .text-center {
  text-align: center;
}
.kf-container .section-build .img-build {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.kf-container .section-build .img-build > img {
  max-width: 100%;
}
.kf-container .section-build .img-build::before, .kf-container .section-build .img-build::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
}
.kf-container .section-build .img-build::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background: linear-gradient(90deg, #000 0%, transparent 100%);
}
.kf-container .section-build .img-build::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background: linear-gradient(270deg, #000 0%, transparent 100%);
}
/* .kf-container .section-products {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, transparent)), #000 url("../../innergigabyte/images/products-bg.jpg") center/cover no-repeat;
  background: linear-gradient(180deg, #000 0%, transparent 10%), #000 url("../../innergigabyte/images/products-bg.jpg") center/cover no-repeat;
} */
.kf-container .section-products figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-column-gap: var(--casual-body-spacer, 1vw);
     -moz-column-gap: var(--casual-body-spacer, 1vw);
          column-gap: var(--casual-body-spacer, 1vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-left: 0;
  margin-right: 0;
}
.kf-container .section-products figure img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .section-products figure ˋㄧ {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 1em;
}
.kf-container .section-products figure figcaption > :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 .section-products figure:nth-of-type(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.kf-container .section-products figure.init {
  --anim-reverse: 1;
}
.kf-container .section-products figure.init img,
.kf-container .section-products figure.init figcaption {
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.kf-container .section-products figure.init img {
  -webkit-transform: translateX(calc(60% * var(--anim-reverse) * -1));
          transform: translateX(calc(60% * var(--anim-reverse) * -1));
}
.kf-container .section-products figure.init figcaption {
  -webkit-transform: translateX(calc(60% * var(--anim-reverse)));
          transform: translateX(calc(60% * var(--anim-reverse)));
}
.kf-container .section-products figure.init:nth-of-type(2n) {
  --anim-reverse: -1;
}
.kf-container .section-products figure.anim > img,
.kf-container .section-products figure.anim > figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-build {
  position: relative;
  padding: 150px 0;
}
.section-build::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 url("../../innergigabyte/images/intro-utility-bg.jpg") center bottom no-repeat fixed;
  z-index: -1;
}
.wrapper-products, .card-products {
  display: flex;
  justify-content: center;
  text-align: center;
}
.wrapper-products {
  width: 100%;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
}
.wrapper-products h4 {
  width: 100%;
}
.wrapper-products ul {
  margin-left: 1rem;
}
.card-products {
  align-items: center;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  margin: 25px;
  /* border: 1px solid white; */
}
.wrapper-Clustering .card-products {
  align-items: flex-start;
  flex-direction: row;
  width: 400px;
}
.wrapper-Clustering .card-products img {
  width: 80px;
  padding-right: 20px;
}
.card-products img, .card-products h4, .card-products p {
  margin-bottom: 1rem;
}
.card-products img {
  width: 250px;
}
.section-SetupKits {
  position: relative;
  /* border: 1px solid; */
}
.section-SetupKits::before, .section-SetupKits::after, .section-Clustering::before, .section-Clustering::after {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-SetupKits::before, .section-SetupKits::after {
  max-width: 1600px;
  height: 600px;
}
.section-Clustering::before, .section-Clustering::after {
  max-width: 900px;
  height: 600px;
}
.section-SetupKits::before, .section-Clustering::before {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center 50px !important;
  z-index: -2;
}
.section-SetupKits::before {
  background: url(../../innergigabyte/images/ai-build.jpg);
}
.section-Clustering::before {
  background: url(../../innergigabyte/images/Clustering.jpg);
}
.section-SetupKits::after, .section-Clustering::after {
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 100%);
  z-index: -1;
}
.section-Clustering::after {
  opacity: .8;
}
.section-SetupKits ul li, .section-Clustering ul li {
  list-style: square;
  color: #a9a9a9;
}
.section-SetupKits .container {
  margin-top: 300px;
}
.section-Clustering .container {
  margin-top: 500px;
}
.kf-container .section-recommendations {
  background: #252529;
  color: #eee;
}
.kf-container .section-recommendations .container {
  max-width: 1600px;
}
.kf-container .section-recommendations table {
  border-collapse: collapse;
}
.kf-container .section-recommendations table tbody tr {
  border-bottom: solid 1px #666;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.kf-container .section-recommendations table tbody tr:hover {
  background: rgba(255, 255, 255, 0.1);
}
.kf-container .section-recommendations table tbody tr th {
  padding: 32px;
  text-align: left;
  width: 200px;
  font-size: 14px;
  font-weight: 300;
  /* color: #41b6df; */
}
.kf-container .section-recommendations table tbody tr td {
  padding: 32px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  min-width: 250px;
}
.kf-container .section-recommendations table tbody tr td p {
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.kf-container .section-recommendations table tbody tr td span {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  /* display: none; */
}
.kf-container .section-recommendations table tbody tr td ul {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  display: inline-block;
}
.kf-container .section-recommendations table tbody tr td ul li {
  line-height: 1.5;
  list-style: square;
  margin-bottom: .5rem;
}
.kf-container .section-recommendations table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
/* .kf-container .section-recommendations table tbody tr td ul li::before {
  content: "- ";
} */
.kf-container .section-recommendations table tbody tr.scenario-content td {
  vertical-align: text-top;
}
.kf-container .section-recommendations table tbody tr.scenario-content:hover {
  background: none;
}
.kf-container .section-recommendations table tbody tr img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 5px; */
  margin-bottom: 10px;
}
.kf-container .section-tutor {
  padding-bottom: 0;
  text-align: center;
}
.kf-container .section-tutor .wrap-content {
  position: relative;
  z-index: 2;
}
.kf-container .section-tutor .tutor-video {
  position: absolute;
  top: 30.1084236864%;
  left: 29.8046875%;
  width: 40.8203125%;
  height: 50.1251042535%;
}
.kf-container .section-tutor .tutor-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-tutor .img-tutor {
  margin-top: -8%;
  overflow: hidden;
}
.kf-container .section-tutor .img-tutor > img,
.kf-container .section-tutor .img-tutor .img-cover {
  width: 200%;
  margin-left: -50%;
}
.kf-container .chart-performance img {
  width: 100%;
  max-width: 1200px;
}
.kf-container .chart-performance-note {
  width: 100%;
  max-width: 960px;
  margin: 2rem auto 0 auto;
  text-align: left;
}
.kf-container .chart-performance-note h5 {
  color: white;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.kf-container .chart-performance-note li {
  font-size: 11px;
  line-height: 18px;
  color: #d5d5d5;
  margin-bottom: .25rem;
}
.kf-container .chart-performance-note li:last-child {
  margin-bottom: 0;
}
.kf-container .chart-performance-note ul {
  margin-left: 1rem;
}
.kf-container .chart-performance-note ul li {
  list-style: decimal;
}
.kf-container .chart-performance-note ul ul {
  margin-top: .2rem;
  margin-left: 1.2rem;
}
.kf-container .chart-performance-note ul ul li {
  list-style: circle;
}
/* .kf-container .chart-performance-note p:first-child {
  margin-bottom: .8rem;
} */
.kf-container .chart-tokens {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  container-type: inline-size;
}
.kf-container .chart-tokens .title2 {
  position: absolute;
  top: 54.5905707196%;
  left: 0;
  width: 18.0527383367%;
  height: 44.6650124069%;
  padding-right: 3.3130493577%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 20px;
  font-size: 1.3522650439cqw;
}
.kf-container .chart-tokens .bar1 {
  position: absolute;
  top: 23.5732009926%;
  left: 18.1879648411%;
  width: 66.7342799189%;
  height: 9.6774193548%;
  background: -webkit-gradient(linear, left top, right top, from(#333BCC), to(#45E0E5));
  background: linear-gradient(90deg, #333BCC, #45E0E5);
}
.kf-container .chart-tokens .bar2 {
  position: absolute;
  top: 71.9602977667%;
  left: 18.1879648411%;
  width: 10.4124408384%;
  height: 9.6774193548%;
  background: #3F3F3F;
}
.kf-container .chart-tokens .text1 {
  position: absolute;
  top: 23.5732009926%;
  left: 86.2745098039%;
  height: 9.6774193548%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans", "Arial", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.7045300879cqw;
}
.kf-container .chart-tokens .text2 {
  position: absolute;
  top: 71.9602977667%;
  left: 29.9526707235%;
  height: 9.6774193548%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans", "Arial", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.7045300879cqw;
}
.kf-container .chart-tokens.anim .bar1, .kf-container .chart-tokens.anim .bar2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.kf-container .chart-tokens.anim .text1, .kf-container .chart-tokens.anim .text2 {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: all 400ms ease 250ms;
  transition: all 400ms ease 250ms;
}
.kf-container .chart-tokens.anim * {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.kf-container .chart-tokens.anim-play .bar1, .kf-container .chart-tokens.anim-play .bar2, .kf-container .chart-tokens.anim-play .text1, .kf-container .chart-tokens.anim-play .text2 {
  -webkit-transform: none;
          transform: none;
}
.kf-container .chart-tokens.anim-play .text1, .kf-container .chart-tokens.anim-play .text2 {
  opacity: 1;
}
.kf-container [data-popup]:not([data-popup=""]) {
  cursor: pointer;
}
.kf-container .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.kf-container .popup.show {
  opacity: 1;
  visibility: visible;
}
.kf-container .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.kf-container .popup-close {
  position: absolute;
  bottom: 5dvh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.kf-container .popup-close::before, .kf-container .popup-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.kf-container .popup-close::before {
  background: url("../../innergigabyte/images/btn-deepdive.svg") no-repeat;
}
.kf-container .popup-close::after {
  background: url("../../innergigabyte/images/btn-deepdive-h.svg") no-repeat;
  opacity: 0;
}
.kf-container .popup-close:active::after, .kf-container .popup-close:hover::after {
  opacity: 1;
}
.kf-container .popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 5px;
  width: 80%;
  max-width: 800px;
  padding: 40px;
  background: radial-gradient(500px 500px at 500px 500px, rgba(9, 206, 246, 0.28) 0, rgba(9, 206, 246, 0) 100%) center 40px/1000px 1000px no-repeat, rgba(74, 82, 85, 0.5);
}
.kf-container .popup-title {
  text-align: center;
  margin-bottom: 40px;
}
.kf-container .popup-content {
  max-width: 800px;
  max-height: 50vh;
  overflow: auto;
}
.kf-container .popup-content iframe {
  display: block;
  border: none;
  width: 100%;
  /* min-height: 450px; */
  /* height: 50vh; */
}
.kf-container .hardware-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.kf-container .hardware-table th, .kf-container .hardware-table td {
  padding: 5px;
}
.kf-container .hardware-table thead th {
  background: #2A2E33;
  color: #fff;
}
.kf-container .hardware-table tbody tr {
  background: #FDFDFE;
  color: #000;
}
.kf-container .hardware-table tbody tr:nth-child(2n) {
  background: #F0F0F1;
}
@-webkit-keyframes dt-scaleX {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes dt-scaleX {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes dt-moveX {
  from {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes dt-moveX {
  from {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes dt-fade {
  from {
    opacity: 0;
  }
}
@keyframes dt-fade {
  from {
    opacity: 0;
  }
}
.kf-container .section-faq .collapse.show {
  visibility: visible;
}
.kf-container .section-faq ul.faq-list {
  list-style: none;
  padding-left: 0;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.kf-container .section-faq ul.faq-list > li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  list-style: none;
}
.kf-container .section-faq ul.faq-list > li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.kf-container .section-faq ul.faq-list > li .icon-show {
  display: inline-block;
  margin-left: -20px;
}
.kf-container .section-faq ul.faq-list > li .icon-close {
  display: none;
  margin-left: -20px;
}
.kf-container .section-faq ul.faq-list > li a.faq-list-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  padding: 20px 26px;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border: dotted 3px rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.kf-container .section-faq ul.faq-list > li a.faq-list-title:hover {
  background: rgba(255, 255, 255, 0.08);
}
.kf-container .section-faq ul.faq-list > li.active a.faq-list-title {
  color: white;
  /* border: dotted 3px rgba(255, 255, 255, 0.3); */
  background: #444444;
}
.kf-container .section-faq ul.faq-list > li .faq-content {
  background: #2d2d2d;
  color: #ebebeb;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  overflow: hidden;
  padding: 20px 26px;
}
.kf-container .faq-content p {
  font-size: 1rem;
  line-height: 2rem;
}
.kf-container .section-faq ul.faq-list > li .faq-content p {
  margin: 0 auto;
  margin-bottom: 1rem;
  /* padding: 28px; */
}
.kf-container .section-faq ul.faq-list > li .faq-content p:last-child {
  margin-bottom: 0;
}
.kf-container .section-faq ul.faq-list > li .faq-content p a {
  display: inline-block;
  color: #ffa500;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.kf-container .section-faq ul.faq-list > li .faq-content p a:hover {
  color: #fff;
}
.kf-container .section-faq ul.faq-list > li.show .icon-show {
  display: none;
}
.kf-container .section-faq ul.faq-list > li.show .icon-close {
  display: inline-block;
}
@media (min-width: 400px){
  .\!container{
    max-width: 400px !important;
  }
  .container{
    max-width: 400px;
  }
}
@media (min-width: 631px){
  .\!container{
    max-width: 631px !important;
  }
  .container{
    max-width: 631px;
  }
  .kf-container :is(.w600\:row-cols-2>*){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  :root {
    --casual-body-spacer: 60px;
  }
  .kf-container h3 {
    font-size: 2.2em;
  }
  .kf-container .wrap-content {
    max-width: 800px;
  }
  .kf-container .section {
    padding: 100px 0;
  }
  .kf-container .section-kv {
    padding: 0;
  }
  .kf-container .section-kv .text {
    font-size: 4.4vw;
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 0;
    padding-right: 0;
  }
  .kf-container .section.section-intro-utility-full .container .wrap-content {
    max-width: 500px;
  }
  .kf-container .section-intro-utility img.utility-scenario-main {
    height: 600px;
  }
  .kf-container .section-tutor {
    padding: 80px 0 0;
  }
  .kf-container .section-tutor .img-tutor > img,
  .kf-container .section-tutor .img-tutor .img-cover {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 961px){
  .\!container{
    max-width: 961px !important;
  }
  .container{
    max-width: 961px;
  }
  .kf-container .w960\:col-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container :is(.w960\:row-cols-2>*){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container :is(.w960\:row-cols-3>*){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w960\:gy-casual{
    --tw-gutter-y: var(--casual-body-spacer);
  }
  :root {
    --casual-body-spacer: 5rem;
  }
  .kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet::before {
    top: -20px;
    left: -5px;
    right: -5px;
    bottom: -20px;
  }
  .kf-container .b-swiper .swiper-pagination {
    --swiper-pagination-bullet-width: 60px;
    --swiper-pagination-bullet-height: 6px;
  }
  .kf-container .swiper-img {
    height: 260px;
  }
  .kf-container .section-kv video {
    display: block;
  }
  .kf-container .section-kv .mobile {
    display: none;
  }
  .kf-container .section-kv .text {
    top: 66%;
    font-size: 2.6vw;
  }
  .kf-container .section-products figure {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .kf-container .section-products figure img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 500px;
  }
}
@media (min-width: 1321px){
  .\!container{
    max-width: 1321px !important;
  }
  .container{
    max-width: 1321px;
  }
  .kf-container :is(.w1320\:row-cols-4>*){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1921px){
  .\!container{
    max-width: 1921px !important;
  }
  .container{
    max-width: 1921px;
  }
  .kf-container .wrapper{
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px){
  .kf-container .dots {
    display: none;
  }
}
@media (prefers-reduced-motion: no-preference){
  .kf-container .color-linear-ai {
    -webkit-animation: move-bg 10s linear infinite;
            animation: move-bg 10s linear infinite;
  }
  @-webkit-keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}
.chart-container {
  position: relative;
  left: 50px;
  max-width: 1000px;
  margin: 150px auto 3rem auto;
  border: 1px solid #747474;
  border-width: 0px 0px 1px 1px;
}
.chart-container::after {
  content: '0';
  position: absolute;
  font-size: 12px;
  left: -3px;
  bottom: -20px;
}
.chartElement {
  max-width: 100%;
  display: inline-flex;
  position: absolute;
  left: 45%;
  top: -80px;
  transform: translateX(-50%);
}
.element-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px;
  white-space: nowrap;
}
.element-text {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  margin-left: 10px;
}
.element-square {
  width: 15px;
  height: 15px;
}
.texe-xsmall {
  font-size: 11px;
}
.chartRow {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.chart-container .label {
  width: 90px;
  font-size: 15px;
  text-align: left;
  position: absolute;
  top: 10px;
  left: -85px;
}
.bar-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  /* height: 40px; */
  position: relative;
}
.chart-container .bar {
  position: relative;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  color: black;
  padding-left: 10px;
  margin: 5px 0;
  box-sizing: border-box;
}
.ai-top-dram, .ai-top-dram.overlay::before {
  background: linear-gradient(to right,  #333bcc 0%,#45e0e5 100%);
}
.ai-top-dram.overlay {
  background: transparent;
}
.ai-top-dram.ai-top-dram.overlay::before, .ai-top-dram.ai-top-dram.overlay::after {
  position: absolute;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
}
.ai-top-dram.ai-top-dram.overlay::before {
  left: 0;
  width: calc(100% - 30px);
  clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
.ai-top-dram.ai-top-dram.overlay::after {
  right: 0;
  width: 30px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 15px 50%);
  background: #45e0e5;
}
.ai-top-ssd {
  background-color: #c0c0c0;
}
.regular-pc {
  color: #a9a9a9 !important;
  width: 100%;
  text-align: center;
}
.does-not-run::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #505050;
}
.value {
  position: absolute;
  right: 0;
  top: -1.5rem;
  color: #45DFE5;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 50px;
  text-align: left;
  padding-left: 10px;
}
.bar-container .bar:last-child {
  flex-grow: 1;
}
.bar-container .bar:first-child {
  margin-right: 5px;
}
.chartgrid {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.chartgrid i {
  position: absolute;
  font-style: normal;
  left: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #454545;
  z-index: -1;
}
.chartgrid i::after {
  position: absolute;
  content: '';
  font-size: 13px;
  color: white;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.chartgrid i:nth-child(1) {
  left: 30%;
}
.chartgrid i:nth-child(1)::after {
  content: '1x';
}
.chartgrid i:nth-child(2) {
  left: 60%;
}
.chartgrid i:nth-child(2)::after {
  content: '2x';
}
.chartgrid i:nth-child(3) {
  left: 90%;
}
.chartgrid i:nth-child(3)::after {
  content: '3x';
}
.video-container {
  width: 100%;
  max-width: 1120px; /* 設定最大寬度 */
  height: 0;
  padding-bottom: 25%; /* 16:9 比例，對應 1920x1080 */
  position: relative;
  margin: 50px auto; /* 使容器居中 */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 1080px) {
  .kf-container .section-kv video {
    display: none;
  }
  .kf-container .section-kv {
    background: url(../../innergigabyte/images/hero-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .kf-container .col-10 {
    width: 100%;
  }
  .chart-container {
    width: 85%;
    margin-top: 200px;
  }
  .chartElement {
    left: 0;
    top: -150px;
    transform: none;
    flex-direction: column;
  }
  .element-item {
    margin: 4px 0;
    /* white-space: normal; */
  }
  .container {
    max-width: none;
  }
  .kf-container .section-faq ul.faq-list > li a.faq-list-title {
    font-size: 1.25rem;
  }
  .section-SetupKits::before, .section-SetupKits::after {
    height: 200px;
  }
  .section-Clustering::before, .section-Clustering::after {
    height: 300px;
  }
  .section-SetupKits .container {
    margin-top: 100px;
  }
  .section-Clustering .container {
    margin-top: 200px;
  }
}
#s-explore .swiper-slide p {
  width: 100%;
  height: 4.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
#s-utility-download strong {
  font-weight: 600;
  color: white
}

/* 202509 */
.subMenu {
  position: fixed;
  text-align: center;
  top: -60px;
  width: 100%;
  background-color: rgba(95, 95, 95, 0.5);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-width: 0px 0px 1px 0px;
  transition: top 0.3s;
  z-index: 98;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
}
.subMenu a {
  font-size: .9rem;
  line-height: 1rem;
  font-weight: 400;
  /* letter-spacing: 1px; */
  text-align: center;
  display: inline-block;
  color: white !important;
  padding: 15px;
  text-decoration: none;
  background-color: transparent;
}
.subMenu a:hover, .subMenu .btns.active {
  color: #46E6E6 !important;
}

/* --- Tabs Container --- */
.Tabs_container {
  padding-top: 100px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  /* border: 1px solid; */
}
.tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 16px 20px;
  overflow-x: auto;
}
.tab {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 2px;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 18px;
  border-bottom: 2px solid transparent;
  color: white;
  background: transparent;
  border: none;
  font-weight: 700;
  transition: .25s;
}
.tab:hover {
  color: #e3f2fd
}
.tab.active {
  color: #00d0ff;
  border-bottom: 2px solid #00d0ff
}
.viewport{
  width:100%;
  overflow:hidden
}
.track {
  display: flex;
  height: 100%;
  will-change: transform;
}
.panel {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 70px;
}
.panel .grid {
  /* width: min(1920px, 95vw); */
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.panel .grid h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #00d0ff;
}
.panel .grid strong {
  font-weight: 600;
  color: white;
}
@media (max-width: 1024.98px) {
  .panel .grid {
    grid-template-columns: 1fr
  }
  .card {
    width: 400px;
    max-width: 100%;
  }
}
.card {
  text-align: left;
  background: #151515;
  border-radius: 5px;
  padding: 20px;
  background-color: rgba(87, 87, 87, 0.5);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .55);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  /* gap: 8px; */
  min-height: 160px;
}
.card img {
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  margin-right: 20px;
}
.card h3 {
  font-size: 1.25rem;
  line-height: 1.35rem;
  margin: 0 0 .5rem 0;
}
.card p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #cfd8dc;
  margin: 0 !important
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .kf-container .section, .section-build, .kf-container .section-intro-utility {
    padding: 80px 0;
  }
  .card {
    padding: 10px;
  }
  .card p {
    font-size: .9rem;
    line-height: 1.35rem;
  }
  .panel {
    padding: 10px;
  }
  .tabs {
    margin-top: 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tabs {
    display: none;
  }
}
@media (max-width: 768px) {
  .grid {
    gap: 14px
  }
  .card {
    padding: 16px
  }
}

/* Scroll wrapper: 讓表格在小螢幕可左右捲動 */
.compareTable {
  background: #252529;
}
.compareTable .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  border-radius: 8px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, .4) inset; */
}
table.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #d6dbe3;
  background: transparent;
  min-width: 760px;
}
table.compare, table.compare thead, table.compare td {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: white;
}
colgroup col:first-child {
  width: 220px
}
colgroup col {
  min-width: 240px
}
table.compare thead th {
  font-weight: 700;
  text-align: center;
  padding: 25px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
table.compare thead th .prod {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: self-start;
  justify-content: center;
  min-height: 140px;
}
table.compare thead th .prod img {
  width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .35))
}
table.compare thead th .prod .name {
  font-size: 1.15rem;
  font-weight: 300;
  letter-spacing: 1px;
  letter-spacing: .3px;
  font-weight: 800;
  transition: color .25s;
}
table.compare thead th .prod a:hover .name {
  color: #00d0ff;
}
table.compare tbody th, table.compare tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  vertical-align: top;
}
table.compare tbody th {
  font-weight: 300;
  text-align: left;
  letter-spacing: .2px;
}
.purpose {
  white-space: normal
}
@media (max-width: 768px) {
  colgroup col {
    min-width: auto
  }
  colgroup col:first-child {
    width: 160px
  }
  table.compare thead th:first-child, table.compare tbody th {
    font-size: 13px;
    line-height: 18px;
    position: sticky;
    left: 0;
    z-index: 3;
    background: #252529;
    box-shadow: 8px 0 12px rgba(0, 0, 0, .45);
  }
  table.compare thead th {
    background: transparent
  }
  table.compare thead th:first-child {
    border-right: 1px solid rgba(255, 255, 255, .08)
  }
  .kf-container .popup-container {
    padding: 5px;
    width: 100%;
    overflow: scroll;
  }
}
.swiper-wrapper h4 {
  font-size: 1.25em;
  line-height: 1.6rem;
  font-weight: 600;
}

/* Download 下拉選單 */
.dropdown {
  position: relative;
}
.dropbtn {
  position: relative;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
}
.dropdown .btn-learnmore {
  color: white !important;
  z-index: 2;
}
.dropdown .dropbtn {
	color: white;
	background-color: black;
}
.dropbtn {
	background-color: transparent;
	color: transparent;
}
.dropdown {
	position: relative;
  z-index: 99999;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #cdcdcd;
	/* min-width: 220px; */
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 100000;
  border-radius: 5px;
  overflow: hidden;
}
.dropdown-content, .dropdown-content a {
	color: black;
	font-size: 15px;
	line-height: 20px;
}
.dropdown-content a {
	padding: .5rem;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #9e9e9e;
}
.dropdown:hover .dropdown-content {
	display: block;
}