@charset "UTF-8";
/*  ===== 斷點變數 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
/*  ===== 直立螢幕 ===== */
/*  ===== 橫向螢幕 ===== */
/*  ===== 基本漸層背景設定 ===== */
/*  ===== 以 em 計算font-size, letter-spacing(RWD時方便使用) ===== */
/*  ===== 文字置中時的 letter spacing 偏移修正 ===== */
/*  ===== letter spacing 偏移重設 ===== */
/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== a連結清除預設值 ===== */
/*  ===== icomoon ===== */
/*  ===== 字體設定（全域/英文/中文) ===== */
/*  ===== 圖片相關 ===== */
/*  ===== 排版相關 ===== */
/*  ===== 超過文字省略為...(可設定行數) ===== */
/*  ===== 捲軸樣式設定 ===== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/**
 * * Allows you to use retina images at various pixel densities.
 * * Examples:
 * *
 * *   +retina(/images/mypic.jpg, 2);
 * *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 * *
 * * @param  {Value}  $path               The path to the file name minus extension.
 * * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * * @param  {Value}  $extras: null       Any other `background` values to be added.
 * */
/**
 * * 字體設定
 * */
@font-face {
  font-family: "Arboria-Black";
  src: local("Arboria-Black");
  src: url("../fonts/Arboria-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Arboria-Bold";
  src: local("Arboria-Bold");
  src: url("../fonts/Arboria-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Arboria-Book";
  src: local("Arboria-Book");
  src: url("../fonts/Arboria-Book.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Arboria-Light";
  src: local("Arboria-Light");
  src: url("../fonts/Arboria-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Arboria-Medium";
  src: local("Arboria-Medium");
  src: url("../fonts/Arboria-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Arboria-Thin";
  src: local("Arboria-Thin");
  src: url("../fonts/Arboria-Thin.ttf") format("truetype");
  font-display: swap;
}
/**
 * * font-size
 * */
/**
 * * line-height
 * */
/**
 * * letter-spacing
 * */
/**
 * * font-weight
 * */
/*  ===== firefox font weight bold 統一設定為 normal (firefox 在小字為粗體的時候會過粗) ===== */
/**
 * * ellipsis（文字設定超過幾行 -> ...）
 * */
/**
 * * px 換算 -> vw
 * */
/**
 * * margin
 * */
/**
 * * padding
 * */
.custom-editor h1, h1, .h1 {
  font-size: calc(80 / 16 * 1rem);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .custom-editor h1, h1, .h1 {
    font-size: calc(38 / 16 * 1rem);
  }
}

.custom-editor h2, h2, .h2 {
  font-size: calc(50 / 16 * 1rem);
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .custom-editor h2, h2, .h2 {
    font-size: calc(30 / 16 * 1rem);
  }
}

.custom-editor h3, h3, .h3 {
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .custom-editor h3, h3, .h3 {
    font-size: calc(13 / 16 * 1rem);
  }
}

[data-page=company_partner] .company-intro__info__name, .custom-editor h4, .c-form__fieldset__lenged, h4, .h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  [data-page=company_partner] .company-intro__info__name, .custom-editor h4, .c-form__fieldset__lenged, h4, .h4 {
    font-size: calc(14 / 16 * 1rem);
  }
}

.popModal .modal-content p, .custom-editor h5, .custom-editor p, .active-dot, .c-select-group .selectric .label, .c-input-group input, .c-input-group label.c-input, .header__menu__list__item, h5, .font-body {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .popModal .modal-content p, .custom-editor h5, .custom-editor p, .active-dot, .c-select-group .selectric .label, .c-input-group input, .c-input-group label.c-input, .header__menu__list__item, h5, .font-body {
    font-size: calc(12 / 16 * 1rem);
  }
}

[data-page=company_partner] .company-intro__text, .custom-editor caption, .hero-vision__content__text__caption, .pagination__number__item span, .c-hint-group, .c-label-group, h6, .font-caption, .c-tag, .hint, .font-caption__small {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  [data-page=company_partner] .company-intro__text, .custom-editor caption, .hero-vision__content__text__caption, .pagination__number__item span, .c-hint-group, .c-label-group, h6, .font-caption, .c-tag, .hint, .font-caption__small {
    font-size: calc(14 / 16 * 1rem);
  }
}

.c-tag, .hint, .font-caption__small {
  font-size: calc(14 / 16 * 1rem);
  line-height: 150%;
}

.font-visual, .font-visual__small {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-display: swap;
  font-size: calc(80 / 16 * 1rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.font-visual__small {
  font-size: calc(60 / 16 * 1rem);
}

*:focus, *:active, *:visited,
*::before:focus,
*::before:active,
*::before:visited,
*::after:focus,
*::after:active,
*::after:visited {
  outline: none !important;
  box-shadow: none !important;
}

@supports not (overflow: clip) {
  * {
    z-index: auto;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: all linear 300ms;
}
a:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  a:hover {
    color: #008fd4;
  }
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  transition: all linear 300ms;
}

button {
  background-color: transparent;
  border: none;
  outline: 0;
  transition: all linear 300ms;
}
button:active, button:hover, button:visited, button:focus {
  color: #ffffff;
  outline: 0;
  transition: all linear 300ms;
}
@media (min-width: 992px) {
  button:active, button:hover, button:visited, button:focus {
    color: #008fd4;
  }
}

ul, ol {
  padding: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, label {
  margin-bottom: 0;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: 0;
}
input:active, input:hover, input:visited, input:focus, select:active, select:hover, select:visited, select:focus, textarea:active, textarea:hover, textarea:visited, textarea:focus {
  outline: 0;
}

input[type=submit], [type=date], [type=checkbox], button {
  cursor: pointer;
  transition: all linear 300ms;
}

::placeholder {
  color: #727272;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #ffffff;
  background-color: #000000;
  font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-display: swap;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
}
body::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: -300;
  background-image: url(../images/png/bgimg_grid.png);
  background-size: cover;
  background-position: center;
}

.u-border {
  border: 0.5px solid orange;
}

.u-border * {
  border: 0.5px solid orange;
}

span {
  font-size: 100%;
}

p, a, li, span {
  font-size: inherit;
}

b, strong {
  font-weight: bold;
}

@media (min-width: 1620px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    max-width: 1560px;
  }
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.25rem;
}
@media (max-width: 575.98px) {
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding: 0 32px;
  }
}
@media (max-width: 375.98px) {
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding: 0 20px;
  }
}

[class^=col] {
  --bs-gutter-x: 1.25rem;
}

.row {
  --bs-gutter-x: 1.25rem;
}

@media (max-width: 375.98px) {
  .small-mobile-hide {
    display: none;
  }
}

.dis-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.dis-inline-block {
  display: inline-block;
}

.soft-hidden {
  opacity: 0;
  pointer-events: none;
}

.icon {
  transition: all linear 300ms;
}
.icon-thermal, .icon-tech {
  width: 84.5px;
  height: 84.5px;
  transition: all linear 300ms;
}
.icon-thermal.active, .icon-tech.active {
  transform: rotate(270deg);
  fill: #008fd4;
}

@media (max-width: 991.98px) {
  .pc-only {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
}

.pos-sticky {
  position: sticky;
  top: 0px;
}

.pos-ab {
  position: absolute;
}

.pos-force-relative {
  position: relative !important;
}

.flex-column {
  flex-direction: column;
}

.anchor-full-space {
  position: relative;
}
.anchor-full-space a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -99;
}

.full-width {
  width: 100vw;
  left: calc(var(--container-padding, 0px) * -1);
}

.color-blue {
  color: #008fd4;
}

.text-no-wrap {
  white-space: nowrap;
}

.ellipsis-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

.ellipsis-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.pt-60px {
  padding-top: 60px;
}

.pt-6px {
  padding-top: 6px;
}

.ml-30px {
  margin-left: 30px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-396px {
  margin-bottom: 396px;
}

.mb-275px {
  margin-bottom: 275px;
}

.mb-230px {
  margin-bottom: 230px;
}

.mb-160px {
  margin-bottom: 160px;
}

.mb-150px {
  margin-bottom: 150px;
}

.mb-187px {
  margin-bottom: 187px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-65px {
  margin-bottom: 65px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-17px {
  margin-bottom: 17px;
}

.mb-10px {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .mb-lg-90px {
    margin-bottom: 90px;
  }
}

@media (max-width: 991.98px) {
  .mb-lg-30px {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .mb-lg-50px {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .mb-lg-20px {
    margin-bottom: 20px;
  }
}

.min-width-256px {
  min-width: 256px;
}

.min-width-290px {
  min-width: 290px;
}

.min-width-320px {
  min-width: 320px;
}

.animation__el {
  transition: all 0.6s ease-in-out;
}
.animation__el.in img {
  display: block;
}
.animation__el img {
  display: none;
}
.animation__el.fadeUp {
  transform: translateY(30px);
  opacity: 0;
}
.animation__el.fadeUp.in {
  transform: translateY(0);
  opacity: 1;
}
.animation__el.fadeIn {
  opacity: 0;
}
.animation__el.fadeIn.in {
  opacity: 1;
}

.loader-wrap {
  background-color: white;
  transition: 0.8s 0.5s ease, opacity 0.5s 0.3s ease;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}

.loaded .loader-wrap {
  opacity: 0;
  z-index: -1000;
}

/* no support backdrop-filter */
.test-box {
  width: 100px;
  height: 100px;
}
@media (min-width: 1200px) {
  .test-box {
    background-color: #147ac0;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .test-box {
    background-color: #333;
  }
}
.test-img {
  width: 480px;
  height: 200px;
  background: url("../images/img_test.jpg");
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .test-img {
    background: url("../images/img_test@2x.jpg");
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .test-img {
    background: url("../images/img_test@2x.jpg");
    background-size: cover;
  }
}

.l-container {
  width: 100%;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  --container-padding: 12.5vw;
}
@media (max-width: 1199.98px) {
  .l-container {
    padding-left: 4vw;
    padding-right: 4vw;
    --container-padding: 4vw;
  }
}
@media (max-width: 767.98px) {
  .l-container {
    padding-left: 7.6923076923vw;
    padding-right: 7.6923076923vw;
    --container-padding: 7.6923076923vw;
  }
}

@media (min-width: 992px) {
  .l-content-wrapper {
    padding-left: 3.125vw;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left: 1px solid transparent;
    border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
    border-image-slice: 1;
  }
}
.l-content-wrapper__item:not(:last-child) {
  padding-bottom: 70px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
  border-image-slice: 1;
}
@media (max-width: 991.98px) {
  .l-content-wrapper__item:not(:last-child) {
    padding-bottom: 30px;
  }
}
.l-content-wrapper__item + .l-content-wrapper__item {
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .l-content-wrapper__item + .l-content-wrapper__item {
    margin-top: 30px;
  }
}

.l-row__col-12 {
  flex: 0 0 100%;
  width: 100%;
}

.l-row__col-7 {
  flex: 0 0 calc(58.2750582751% - var(--l-gap, 0px) * 1 / 2);
  width: calc(58.2750582751% - var(--l-gap, 0px) * 1 / 2);
}

.l-row__col-6 {
  flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2);
  width: calc(50% - var(--l-gap, 0px) * 1 / 2);
}
@supports not (gap: 999px) {
  .l-row__col-6 > *:nth-child(odd) {
    margin-top: var(--l-gap, 0px);
  }
  .l-row__col-6 > *:nth-child(even) {
    margin-left: var(--l-gap, 0px);
    margin-top: var(--l-gap, 0px);
  }
  .l-row__col-6 > *:nth-child(1), .l-row__col-6 > *:nth-child(2) {
    margin-top: 0px;
  }
}

.l-row__col-5 {
  flex: 0 0 calc(41.6666666667% - var(--l-gap, 0px) * 1 / 2);
  width: calc(41.6666666667% - var(--l-gap, 0px) * 1 / 2);
}

.l-row__col-4 {
  flex: 0 0 calc(33.3333333333% - var(--l-gap, 0px) * 2 / 3);
  width: calc(33.3333333333% - var(--l-gap, 0px) * 2 / 3);
}
@supports not (gap: 999px) {
  .l-row__col-4 > *:nth-child(odd) {
    margin-top: var(--l-gap, 0px);
  }
  .l-row__col-4 > *:nth-child(even) {
    margin-left: var(--l-gap, 0px);
    margin-top: var(--l-gap, 0px);
  }
  .l-row__col-4 > *:nth-child(1), .l-row__col-4 > *:nth-child(2), .l-row__col-4 > *:nth-child(3) {
    margin-top: 0px;
  }
}

.l-row__col-3 {
  flex: 0 0 calc(25% - var(--l-gap, 0px) * 3 / 4);
  width: calc(25% - var(--l-gap, 0px) * 3 / 4);
}
@supports not (gap: 999px) {
  .l-row__col-3 > *:nth-child(odd) {
    margin-top: var(--l-gap, 0px);
  }
  .l-row__col-3 > *:nth-child(even) {
    margin-left: var(--l-gap, 0px);
    margin-top: var(--l-gap, 0px);
  }
  .l-row__col-3 > *:nth-child(1), .l-row__col-3 > *:nth-child(2), .l-row__col-3 > *:nth-child(3), .l-row__col-3 > *:nth-child(4) {
    margin-top: 0px;
  }
}

.l-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.l-row .pos-sticky {
  top: 172px;
}
.l-row__gap-30px {
  gap: 1.5625vw;
}
.l-row__gap-30px > * {
  --l-gap: calc( 100vw * 30 / 1920 );
}
@media (max-width: 991.98px) {
  .l-row__gap-30px {
    gap: 30px;
  }
  .l-row__gap-30px > * {
    --l-gap: 30px;
  }
}
.l-row__gap-20px {
  gap: 1.0416666667vw;
}
.l-row__gap-20px > * {
  --l-gap: calc( 100vw * 20 / 1920 );
}
@media (max-width: 991.98px) {
  .l-row__gap-20px {
    gap: 20px;
  }
  .l-row__gap-20px > * {
    --l-gap: 20px;
  }
}
.l-row__gap-15px {
  gap: 0.78125vw;
}
.l-row__gap-15px > * {
  --l-gap: calc( 100vw * 15 / 1920 );
}
@media (max-width: 991.98px) {
  .l-row__gap-15px {
    gap: 15px;
  }
  .l-row__gap-15px > * {
    --l-gap: 15px;
  }
}
.l-row__wrap {
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .l-row__col-xl-4 {
    flex: 0 0 calc(33.3333333333% - var(--l-gap, 0px) * 2 / 3);
    width: calc(33.3333333333% - var(--l-gap, 0px) * 2 / 3);
  }
  @supports not (gap: 999px) {
    .l-row__col-xl-4 > *:nth-child(odd) {
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-xl-4 > *:nth-child(even) {
      margin-left: var(--l-gap, 0px);
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-xl-4 > *:nth-child(1), .l-row__col-xl-4 > *:nth-child(2), .l-row__col-xl-4 > *:nth-child(3) {
      margin-top: 0px;
    }
  }
}
@media (max-width: 991.98px) {
  .l-row__col-lg-6 {
    flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2);
    width: calc(50% - var(--l-gap, 0px) * 1 / 2);
  }
  @supports not (gap: 999px) {
    .l-row__col-lg-6 > *:nth-child(odd) {
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-lg-6 > *:nth-child(even) {
      margin-left: var(--l-gap, 0px);
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-lg-6 > *:nth-child(1), .l-row__col-lg-6 > *:nth-child(2) {
      margin-top: 0px;
    }
  }
}
@media (max-width: 1199.98px) {
  .l-row__col-xl-6 {
    flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2);
    width: calc(50% - var(--l-gap, 0px) * 1 / 2);
  }
  @supports not (gap: 999px) {
    .l-row__col-xl-6 > *:nth-child(odd) {
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-xl-6 > *:nth-child(even) {
      margin-left: var(--l-gap, 0px);
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-xl-6 > *:nth-child(1), .l-row__col-xl-6 > *:nth-child(2) {
      margin-top: 0px;
    }
  }
}
@media (max-width: 767.98px) {
  .l-row__col-md-6 {
    flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2);
    width: calc(50% - var(--l-gap, 0px) * 1 / 2);
  }
  @supports not (gap: 999px) {
    .l-row__col-md-6 > *:nth-child(odd) {
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-md-6 > *:nth-child(even) {
      margin-left: var(--l-gap, 0px);
      margin-top: var(--l-gap, 0px);
    }
    .l-row__col-md-6 > *:nth-child(1), .l-row__col-md-6 > *:nth-child(2) {
      margin-top: 0px;
    }
  }
}
@media (max-width: 1440.98px) {
  .l-row__col-xxl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .l-row__col-xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .l-row__col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .l-row__col-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

.l-fabs {
  position: fixed;
  bottom: 17.037037037vh;
  right: 4.609375vw;
  z-index: 1100;
}

.scroll-hint {
  cursor: pointer;
}

.animation-down {
  height: 44px;
  margin-bottom: 14.5px;
  width: 1px;
  overflow: hidden;
  transform: translateX(-0.4px);
}
.animation-down .line {
  width: 1px;
  height: 100%;
  position: relative;
  bottom: 100%;
  background-color: #ffffff;
  animation: slideDown 1.6s ease-in infinite;
}

.icon-scroll {
  width: 33px;
  height: 50px;
}

@keyframes slideDown {
  50% {
    transform: translate3d(0, 205%, 0);
  }
  100% {
    transform: translate3d(0, 205%, 0);
  }
}
.hint {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 10px;
}

.l-brand {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
@supports not (gap: 999px) {
  @media (min-width: 992px) {
    .l-brand > * + * {
      margin-left: 50px;
    }
  }
  @media (max-width: 991.98px) {
    .l-brand > *:nth-child(odd) {
      margin-top: 50px;
    }
    .l-brand > *:nth-child(even) {
      margin-left: 50px;
      margin-top: 50px;
    }
    .l-brand > *:nth-child(1) {
      margin-top: 0px;
    }
    .l-brand > *:nth-child(2) {
      margin-top: 0px;
    }
  }
}
.l-brand::before {
  content: "";
  position: absolute;
  display: block;
  bottom: calc((var(--custom-height) - 100% - var(--custom-top) * -1) * -1);
  left: auto;
  width: 100vw;
  height: var(--custom-height, 568px);
  z-index: -198;
  background: radial-gradient(57.14% 57.14% at 50% 57.14%, rgba(0, 143, 212, 0.8) 0%, rgba(0, 143, 212, 0) 100%);
}
@media (max-width: 991.98px) {
  .l-brand::before {
    bottom: max((var(--custom-height) - 100% - var(--custom-top) * -1) * -1, -362px);
    background: radial-gradient(214.1% 47.89% at 50% 52.11%, rgba(0, 143, 212, 0.8) 16.67%, rgba(0, 143, 212, 0) 100%);
  }
}

.endorsed {
  --custom-top: -339px;
  --custom-height: 1006px;
  position: absolute;
  bottom: 87px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .endorsed {
    --custom-top: -90px;
    --custom-height: 868px;
  }
}

.global-strategic-partners {
  --custom-top: -477px;
  --custom-height: 1243px;
}
@media (max-width: 991.98px) {
  .global-strategic-partners {
    --custom-top: -90px;
    --custom-height: 868px;
  }
}
.global-strategic-partners .l-branding__content img {
  object-fit: contain;
}

.history__title {
  margin-bottom: 70px;
}
.history__content__title {
  padding-bottom: 19px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 19px;
}
.history__content__list {
  list-style: disc;
}
.history__content__list__item {
  transform: translateX(2em);
  width: calc(100% - 2em);
}
.history__content__smallImg {
  max-width: 14.5833333333vw;
}
@media (max-width: 1199.98px) {
  .history__content__smallImg {
    max-width: 280px;
  }
}
@media (max-width: 991.98px) {
  .history__content__smallImg {
    max-width: 20.1612903226vw;
  }
}
.history .swiper-slide:nth-child(odd) .history__content__title {
  -webkit-text-stroke: 2px #ffffff;
  -webkit-text-fill-color: transparent;
}

.header {
  position: fixed;
  display: block;
  z-index: 1000;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 0px 30px 7px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 2.0833333333vw;
  transition: all linear 600ms;
  background: rgba(0, 0, 0, 0.7);
}
@supports not (gap: 999px) {
  .header__logo {
    margin-right: 2.0833333333vw;
  }
}
@media (min-width: 992px) {
  .header {
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.8) 28.12%, rgba(0, 0, 0, 0.5) 59.38%, rgba(0, 0, 0, 0.4) 80.21%, rgba(0, 0, 0, 0) 100%);
    padding: 0px 2.0833333333vw 7px;
    pointer-events: all;
  }
}
.header.active .header__menu__list__wrapper {
  transform: translate3d(0, 0, 0);
}
.header.active .header__menu__list {
  pointer-events: all;
}
.header__logo {
  margin-top: 33px;
}
@media (max-width: 991.98px) {
  .header__logo {
    transform: translateY(-15px);
  }
}
.header__logo img {
  transition: all linear 300ms;
  max-height: 200px;
}
@media (max-width: 1440.98px) {
  .header__logo img {
    max-height: 104px;
  }
}
@media (max-width: 991.98px) {
  .header__logo img {
    pointer-events: all;
    max-height: 71.28px;
  }
}
.header__menu {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  gap: 2.0833333333vw;
  position: relative;
  margin-top: 40px;
}
@supports not (gap: 999px) {
  .header__menu__item + .header__menu__item {
    margin-left: 2.0833333333vw;
  }
}
@media (max-width: 991.98px) {
  .header__menu {
    position: static;
    gap: 30px;
  }
  @supports not (gap: 999px) {
    .header__menu__item + .header__menu__item {
      margin-left: 30px;
    }
  }
}
@media (max-width: 991.98px) {
  .header__menu .change-language {
    pointer-events: all;
  }
}
.header__menu__toggle-btn {
  position: relative;
  padding: 4px 0px;
}
@media (max-width: 991.98px) {
  .header__menu__toggle-btn {
    pointer-events: all;
    z-index: 1001;
  }
}
@media (min-width: 992px) {
  .header__menu__toggle-btn.active {
    color: #008fd4;
  }
}
.header__menu__toggle-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.header__menu__list {
  flex: 1 0 auto;
  overflow-x: clip;
  overflow-y: visible;
  width: 0px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .header__menu__list {
    pointer-events: none;
    height: 100vh;
    width: 57.6923076923vw;
    position: absolute;
    overflow: visible;
    top: 0;
    left: unset;
    right: 0;
  }
}
.header__menu__list .c-btn, .header__menu__list .c-btn-left-2-right {
  padding: 10px 1.0416666667vw;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header__menu__list .c-btn, .header__menu__list .c-btn-left-2-right {
    padding-left: 4px;
    padding-right: 4px;
    font-size: calc(14 / 16 * 1rem);
  }
}
@media (max-width: 991.98px) {
  .header__menu__list .c-btn-left-2-right {
    margin-top: 27px;
    padding: 10px 24.88px;
  }
}
.header__menu__list__wrapper {
  padding-left: 30px;
  background-color: #008fd4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  transform: translate3d(100%, 0, 0);
  transition: all linear 300ms;
}
@media (min-width: 992px) {
  .header__menu__list__wrapper {
    transform: translate3d(0, 0, 0);
    padding-left: 0;
    background-color: transparent;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
.header__menu__list__item {
  position: relative;
}
.header__menu__submenu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all linear 300ms;
}
@media (max-width: 991.98px) {
  .header__menu__submenu {
    max-height: 0;
    overflow-y: hidden;
  }
}
.header__menu__submenu.active {
  max-height: 100vh;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991.98px) {
  .header__menu__submenu.option-list {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    background-color: transparent;
    margin-left: 15px;
    opacity: 1;
    pointer-events: all;
  }
  .header__menu__submenu.option-list .option-list__item:not(:last-child) {
    border-color: transparent;
    border-image: none;
  }
}
@media (min-width: 992px) {
  .header__menu__other {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 2.0833333333vw;
    padding-left: 2.0833333333vw;
  }
  @supports not (gap: 999px) {
    .header__menu__other > * + * {
      margin-left: 2.0833333333vw;
    }
  }
  .header__menu__other::before {
    content: "";
    display: block;
    position: absolute;
    height: 21px;
    border-left: 1px solid #ffffff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.header__menu__other .c-btn, .header__menu__other .c-btn-left-2-right {
  padding: 10px 1.0416666667vw;
}

@media (min-width: 992px) {
  .leave-top .header img {
    max-height: 87.72px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  padding-left: 7.03125vw;
  padding-right: 8.2291666667vw;
  padding-bottom: 30px;
  row-gap: 36px;
  height: 410px;
  background: radial-gradient(100% 100% at 50% 100%, black 43.13%, rgba(0, 0, 0, 0) 91.87%);
}
@media (max-width: 1619.98px) {
  .footer {
    column-gap: 30px;
  }
  @supports not (gap: 999px) {
    .footer > * + * {
      margin-left: 30px;
    }
  }
}
@supports not (gap: 999px) {
  .footer > * + * {
    margin-top: 36px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    position: relative;
    flex-wrap: wrap;
    height: 372px;
    row-gap: 0px;
    column-gap: 38px;
    font-size: calc(10 / 16 * 1rem);
  }
  @supports not (gap: 999px) {
    .footer .footer__other {
      margin-top: 0px;
      margin-left: 54px;
    }
  }
}
@media (max-width: 991.98px) {
  .footer__info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer__info__item .icon {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .footer__info__item .icon {
    margin-right: 8px;
  }
}
.footer__info__item + .footer__info__item {
  margin-top: 10px;
}
.footer__logo {
  padding: 5px 9px;
}
@media (max-width: 991.98px) {
  .footer__logo img {
    width: 41px;
  }
}
.footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row-reverse;
  row-gap: 10px;
  column-gap: 15px;
  flex-wrap: wrap;
}
@supports not (gap: 999px) {
  .footer__other__item.anchor {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer__other {
    flex: 1;
    justify-content: flex-end;
  }
}
.footer__other__item.sub {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 992px) {
  .footer__other__item.sub {
    margin-bottom: 32px;
    justify-content: flex-end;
  }
}
.footer__other__item.sub .field {
  flex: 0 0 425px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 130%;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .footer__other__item.sub .field {
    flex: 0 0 200px;
    font-size: calc(12 / 16 * 1rem);
    font-weight: 400;
  }
}
.footer__other__item.sub .field__title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.footer__other__item.sub .field__input {
  display: flex;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.footer__other__item.sub .field__input input {
  flex: 1 1 auto;
  padding-left: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #ffffff;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  line-height: 130%;
}
.footer__other__item.sub .field__input input::placeholder {
  color: #727272;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 991.98px) {
  .footer__other__item.sub .field__input input {
    width: 116px;
    font-size: calc(12 / 16 * 1rem);
    font-weight: 400;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.footer__other__item.sub .field__input .field__submit {
  flex: 0 0 auto;
  background: #ffffff;
  color: #000000;
  padding: 18px 36px;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (min-width: 992px) {
  .footer__other__item.sub .field__input .field__submit {
    padding-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .footer__other__item.sub .field__input .field__submit {
    padding: 8px 16px;
  }
}
.footer__other__item.sub .share-group {
  display: flex;
  gap: 5px;
}
.footer__other__item.sub .share-group .share-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.footer__other__item.anchor a span {
  text-decoration: underline;
}
.footer__other__item.anchor a::before {
  content: "•";
  font-weight: bold;
  width: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer__other .small-mobile-only {
    display: none;
  }
}

.c-form {
  position: relative;
}
.c-form__bg-img {
  position: absolute;
  top: 0px;
  left: calc(var(--container-padding, 0) * -1);
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -200;
  background: linear-gradient(180deg, black 8%, rgba(0, 0, 0, 0) 36.26%), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0) 78.54%, black 92%), url(../images/form/bgimg_formimg.png);
  background-size: cover;
  background-position: left top;
}
.c-form::before {
  content: "";
  position: absolute;
  top: -215px;
  left: calc(var(--container-padding, 0) * -1);
  display: block;
  width: 100vw;
  height: 429px;
  z-index: -199;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 48.96%, rgba(0, 0, 0, 0) 100%);
}
.c-form::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: calc(var(--container-padding, 0) * -1);
  display: block;
  width: 100vw;
  height: 200px;
  z-index: -199;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.77%, black 40.4%, black 57.6%, rgba(0, 0, 0, 0) 79.23%);
}
.c-form__fieldset {
  width: 100%;
  padding: 40px 0;
  border-width: 0px;
  border-bottom: 1px solid;
  border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
  border-image-slice: 1;
}
.c-form__fieldset > * + * {
  margin-top: 50px;
}
.c-form__fieldset__lenged {
  line-height: 130%;
  letter-spacing: initial;
}

.c-form-group {
  display: table;
}
.c-form-group .d-flex {
  gap: 10px;
}
.c-form-group .d-flex .c-label-group {
  margin-bottom: 0px;
}

.c-label-group {
  margin-bottom: 10px;
}

.c-input-group {
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .c-input-group {
    padding-left: 20px;
  }
}
.c-input-group input, .c-input-group label.c-input {
  font-size: calc(16 / 16 * 1rem);
  line-height: 125%;
  color: #ffffff;
  width: 100%;
  font-weight: 500;
}
.c-input-group input:autofill, .c-input-group label.c-input:autofill {
  background-color: transparent !important;
  background-image: none !important;
  color: #ffffff !important;
}
.c-input-group input:autofill, .c-input-group input:autofill:active, .c-input-group input:autofill:focus, .c-input-group input:autofill:hover, .c-input-group label.c-input:autofill, .c-input-group label.c-input:autofill:active, .c-input-group label.c-input:autofill:focus, .c-input-group label.c-input:autofill:hover {
  transition: background-color 6000000s 0s, color 6000000s 0s;
}
.c-input-group textarea {
  resize: none;
  max-height: 174px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .c-input-group textarea {
    max-height: 78px;
  }
}
.c-input-group input[type=file] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.c-input-group label.c-input {
  color: #727272;
}
.c-input-group label.c-input.has-file {
  color: #ffffff;
}

.files-uploader {
  padding: 24px 16px;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 1px;
  border: 1px solid transparent;
  border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
  border-image-slice: 1;
}
.files-uploader .icon-file-upload {
  width: 112px;
  height: 65.5px;
  color: #727272;
}
.files-uploader .c-input {
  color: #727272;
}
.files-uploader__border-deco {
  position: absolute;
  display: block;
  width: 41px;
  height: 46px;
  border: 4px solid #ffffff;
}
.files-uploader__border-deco[left-top] {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
.files-uploader__border-deco[left-bottom] {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
.files-uploader__border-deco[right-top] {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
.files-uploader__border-deco[right-bottom] {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

.img-preview {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 30px;
}
@supports not (gap: 999px) {
  .img-preview__item + .img-preview__item {
    margin-left: 30px;
    margin-top: 30px;
  }
  .img-preview__item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .img-preview__item:nth-child(1), .img-preview__item:nth-child(2), .img-preview__item:nth-child(3) {
    margin-top: 0px;
  }
  @media (max-width: 575.98px) {
    .img-preview__item:nth-child(2n+1) {
      margin-left: 0px;
    }
    .img-preview__item:nth-child(1), .img-preview__item:nth-child(2) {
      margin-top: 0px;
    }
  }
}
.img-preview__item {
  position: relative;
  width: calc(33% - 20px);
  padding-top: calc(33% - 20px);
}
@media (max-width: 575.98px) {
  .img-preview__item {
    width: calc(50% - 15px);
    padding-top: calc(50% - 15px);
  }
}
.img-preview__item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.img-preview__closeBtn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #ffffff;
  background-color: #000000;
  cursor: pointer;
}
.img-preview__closeBtn::before, .img-preview__closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.79px;
  border-bottom: 1px solid #ffffff;
}
.img-preview__closeBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.img-preview__closeBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hint-group {
  margin-top: 15px;
  color: #008fd4;
  letter-spacing: normal;
  position: relative;
}
.c-hint-group .error {
  position: absolute;
  width: 100%;
}

.c-select-group .selectric {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.c-select-group .selectric-items {
  background-color: #000000;
}
.c-select-group .selectric-items li {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  line-height: 130%;
  color: #ffffff;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .c-select-group .selectric-items li {
    font-size: calc(12 / 16 * 1rem);
  }
}
.c-select-group .selectric-items li:hover {
  color: #008fd4;
}
.c-select-group .selectric-items li.disabled {
  color: #727272 !important;
}
.c-select-group .selectric-items li.placeholder {
  display: none;
}
.c-select-group .selectric .label {
  font-size: calc(16 / 16 * 1rem);
  line-height: 250%;
  color: #ffffff;
  margin-left: 24px;
  margin-right: 36px;
}
.c-select-group .selectric b.button {
  background-color: transparent;
  height: 100%;
}
.c-select-group .selectric b.button::after {
  border-top-color: #ffffff;
}
.c-select-group [start-time] .selectric-wrapper, .c-select-group [end-time] .selectric-wrapper {
  flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2);
}
.c-select-group .is-placeholder .selectric .label {
  color: #727272;
}
.c-select-group .selectric-open .selectric-items {
  z-index: 1000;
}

.c-radio-group, .c-checkbox-group {
  position: relative;
}
.c-radio-group input, .c-checkbox-group input {
  display: block;
  cursor: pointer;
}
.c-radio-group input ~ .icon-checked, .c-checkbox-group input ~ .icon-checked {
  display: none;
}
.c-radio-group input::after, .c-checkbox-group input::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}
.c-radio-group input:checked ~ .icon-unchecked, .c-checkbox-group input:checked ~ .icon-unchecked {
  display: none;
}
.c-radio-group input:checked ~ .icon-checked, .c-checkbox-group input:checked ~ .icon-checked {
  display: block;
}

.c-btn-underdash, .c-btn-left-2-right, .c-btn-right-2-left, .c-btn-circle, .c-btn-round, .c-btn, .c-select-group .selectric {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  color: #ffffff;
  background-color: transparent;
  display: block;
  padding: 24px 49px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .c-btn-underdash, .c-btn-left-2-right, .c-btn-right-2-left, .c-btn-circle, .c-btn-round, .c-btn, .c-select-group .selectric {
    font-size: calc(12 / 16 * 1rem);
  }
}
@media (max-width: 767.98px) {
  .c-btn-underdash, .c-btn-left-2-right, .c-btn-right-2-left, .c-btn-circle, .c-btn-round, .c-btn, .c-select-group .selectric {
    padding: 17px 2.8645833333vw;
  }
}
@media (max-width: 413.98px) {
  .c-btn-underdash, .c-btn-left-2-right, .c-btn-right-2-left, .c-btn-circle, .c-btn-round, .c-btn, .c-select-group .selectric {
    padding: 17px 5.3140096618vw;
  }
}
.c-btn-underdash .icon-arrow_right, .c-btn-left-2-right .icon-arrow_right, .c-btn-right-2-left .icon-arrow_right, .c-btn-circle .icon-arrow_right, .c-btn-round .icon-arrow_right, .c-btn .icon-arrow_right, .c-select-group .selectric .icon-arrow_right {
  margin-left: 1.5625vw;
  position: relative;
  top: -3px;
}
@media (max-width: 1440.98px) {
  .c-btn-underdash .icon-arrow_right, .c-btn-left-2-right .icon-arrow_right, .c-btn-right-2-left .icon-arrow_right, .c-btn-circle .icon-arrow_right, .c-btn-round .icon-arrow_right, .c-btn .icon-arrow_right, .c-select-group .selectric .icon-arrow_right {
    margin-left: 0.693962526vw;
  }
}
@media (max-width: 991.98px) {
  .c-btn-underdash .icon-arrow_right, .c-btn-left-2-right .icon-arrow_right, .c-btn-right-2-left .icon-arrow_right, .c-btn-circle .icon-arrow_right, .c-btn-round .icon-arrow_right, .c-btn .icon-arrow_right, .c-select-group .selectric .icon-arrow_right {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .c-btn-underdash .icon-arrow_right, .c-btn-left-2-right .icon-arrow_right, .c-btn-right-2-left .icon-arrow_right, .c-btn-circle .icon-arrow_right, .c-btn-round .icon-arrow_right, .c-btn .icon-arrow_right, .c-select-group .selectric .icon-arrow_right {
    margin-left: 10px;
  }
}
.c-btn-underdash .icon-arrow_left, .c-btn-left-2-right .icon-arrow_left, .c-btn-right-2-left .icon-arrow_left, .c-btn-circle .icon-arrow_left, .c-btn-round .icon-arrow_left, .c-btn .icon-arrow_left, .c-select-group .selectric .icon-arrow_left {
  margin-right: 1.5625vw;
  position: relative;
  top: -3px;
}
@media (max-width: 1440.98px) {
  .c-btn-underdash .icon-arrow_left, .c-btn-left-2-right .icon-arrow_left, .c-btn-right-2-left .icon-arrow_left, .c-btn-circle .icon-arrow_left, .c-btn-round .icon-arrow_left, .c-btn .icon-arrow_left, .c-select-group .selectric .icon-arrow_left {
    margin-right: 0.693962526vw;
  }
}
@media (max-width: 991.98px) {
  .c-btn-underdash .icon-arrow_left, .c-btn-left-2-right .icon-arrow_left, .c-btn-right-2-left .icon-arrow_left, .c-btn-circle .icon-arrow_left, .c-btn-round .icon-arrow_left, .c-btn .icon-arrow_left, .c-select-group .selectric .icon-arrow_left {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .c-btn-underdash .icon-arrow_left, .c-btn-left-2-right .icon-arrow_left, .c-btn-right-2-left .icon-arrow_left, .c-btn-circle .icon-arrow_left, .c-btn-round .icon-arrow_left, .c-btn .icon-arrow_left, .c-select-group .selectric .icon-arrow_left {
    margin-right: 10px;
  }
}

.c-select-group .selectric {
  padding: 9px 0px;
}

.c-border {
  border: 1px solid #ffffff;
}

.c-big-padding {
  padding: 24px 49px;
}
.c-btn-round {
  border-radius: 1000px;
}
.c-btn-round::after {
  border-radius: 1000px;
}
.c-btn-circle {
  border-radius: 1000px;
  padding: 35px;
  height: 0px;
}
@media (max-width: 991.98px) {
  .c-btn-circle {
    padding: 19px;
  }
}
.c-btn-circle::after {
  border-radius: 1000px;
}
.c-btn-left-2-right, .c-btn-right-2-left {
  position: relative;
  overflow: hidden;
  z-index: calc(102 + var(--custom-layer, 0));
}
.c-btn-left-2-right::after, .c-btn-right-2-left::after {
  content: "";
  position: absolute;
  display: block;
  z-index: calc(-99 + var(--custom-layer, 0));
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #008fd4;
  transition: all linear 300ms;
}
.c-btn-left-2-right:hover, .c-btn-left-2-right.active, .c-btn-right-2-left:hover, .c-btn-right-2-left.active {
  color: #ffffff;
  border-color: transparent;
}
.c-btn-left-2-right:hover::after, .c-btn-left-2-right.active::after, .c-btn-right-2-left:hover::after, .c-btn-right-2-left.active::after {
  transform: translate3d(0, 0, 0);
}
.c-btn-left-2-right::after {
  transform: translate3d(-101%, 0, 0);
}
.c-btn-right-2-left::after {
  transform: translate3d(101%, 0, 0);
}
.c-btn-minwidth {
  min-width: 150px;
}
@media (min-width: 992px) {
  .c-btn-minwidth {
    min-width: 272px;
  }
}
.c-btn-color-base::after {
  background-color: #000000;
}
.c-btn-underdash {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  padding-top: 8px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 6px;
}
.c-btn-small-padding {
  padding: 4px 0px;
}
.c-btn-transparent .icon-arrow_left {
  margin-right: 20px;
}
.c-btn-transparent .icno-arrow_right {
  margin-left: 20px;
}

[type=submit][class*=c-btn] {
  text-align: start;
}

.c-card {
  width: 100%;
  position: relative;
}
.c-card__tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 5.9171597633% 0;
}
.c-card__tags__item {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}
.c-card__img {
  position: relative;
  overflow: hidden;
}
.c-card__img img {
  transition: all linear 300ms;
  transform-origin: 75% 25%;
}
.c-card__img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all linear 300ms;
}
.c-card__text {
  padding: 15px 0 0 10px;
}
.c-card__text__title {
  margin-bottom: 5px;
  transition: all linear 300ms;
}
.c-card__text__title .date {
  margin-bottom: 1px;
}
.c-card__text__title + * {
  transition: all linear 300ms;
  color: #999696;
}
.c-card:hover .c-card__img img {
  transform: scale(1.1);
}
.c-card:hover .c-card__img::after {
  background-color: rgba(0, 0, 0, 0);
}
.c-card:hover .c-card__text__title + * {
  color: #ffffff;
}
.c-card.active-highlight-title:hover .c-card__text__title {
  color: #008fd4;
}
@media (min-width: 768px) {
  .c-card.row-version {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }
  .c-card.row-version .c-card__img {
    --container-width: 30.5%;
    flex: 1 0 auto;
    max-width: 30.5%;
  }
  .c-card.row-version .c-card__text {
    flex: 0 1 auto;
    padding: 0;
  }
}

.c-tag {
  padding: 3px 15px;
  border-radius: 1px;
  background-color: #008fd4;
  white-space: normal;
}

.tags__item {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.tags__item.active {
  background-color: #008fd4;
}

.c-accordion {
  position: relative;
  width: 100vw;
  left: calc(var(--container-padding, 0px) * -1);
  overflow-x: hidden;
  touch-action: none;
  user-select: none;
}
.c-accordion .c-accordion__wrapper {
  margin: 0;
}
.c-accordion__wrapper {
  position: relative;
  left: var(--container-padding, 0px);
  width: calc(100% - var(--container-padding, 0px) * 2);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  column-gap: 1.5625vw;
  row-gap: 30px;
  transition: transform ease-out 600ms;
}
@media (min-width: 992px) {
  .c-accordion__wrapper {
    flex-direction: row;
  }
}
@supports not (gap: 999px) {
  .c-accordion__wrapper__item + .c-accordion__wrapper__item {
    margin-left: 1.5625vw;
  }
  @media (max-width: 991.98px) {
    .c-accordion__wrapper__item + .c-accordion__wrapper__item {
      margin-top: 30px;
      margin-left: 0px;
    }
  }
}
.c-accordion__item {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: hidden;
  transition: all linear 600ms;
}
@media (min-width: 992px) {
  .c-accordion__item {
    flex-basis: calc(25% - 1.171875vw);
    min-height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
}
.c-accordion__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all linear 600ms;
}
.c-accordion__item__bg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-accordion__item.active::before {
  transition-delay: 1.1s;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .c-accordion__item.active {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .c-accordion__item.active .c-accordion__trigger-section {
    width: 25%;
  }
}
.c-accordion__item.active .c-accordion__collapse {
  max-height: 1000px;
  transition-duration: 1200ms;
  opacity: 1;
}
@media (min-width: 992px) {
  .c-accordion__item.active .c-accordion__collapse {
    transition-duration: 600ms;
    transition-delay: 1.1s;
  }
}
.c-accordion__trigger-section {
  z-index: 1;
  padding: 24px 0;
  pointer-events: none;
  flex: 0 0 auto;
  transition: all linear 600ms;
}
@media (min-width: 992px) {
  .c-accordion__trigger-section {
    padding: 0;
    width: 100%;
  }
}
.c-accordion__collapse {
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  flex: 0 0 auto;
  overflow: hidden;
  max-height: 0px;
  transition: all linear 600ms;
  transition-duration: 600ms;
}
@media (min-width: 992px) {
  .c-accordion__collapse {
    flex-basis: 75%;
    transition-duration: 400ms;
    max-height: initial;
  }
}
.c-accordion__collapse__content {
  flex-direction: column-reverse;
  padding: 0 24px 24px;
  row-gap: 24px;
}
@supports not (gap: 999px) {
  .c-accordion__collapse__content {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .c-accordion__collapse__content {
    padding: 0;
    flex-direction: row;
    width: 66.9791666667vw;
  }
}
@media (min-width: 1200px) {
  .c-accordion__collapse__content {
    width: 57.2916666667vw;
  }
}
.c-accordion__collapse__content .col-img {
  flex: 1 0 auto;
  padding: 0px 13.3333333333vw;
}
@media (min-width: 992px) {
  .c-accordion__collapse__content .col-img {
    padding: 0px 1.9791666667vw;
    width: 23.6458333333vw;
  }
}
.c-accordion__collapse__content .col-img img {
  width: 100%;
}

[img-wrap] {
  height: 0px;
  width: var(--container-width, 100%);
  padding-top: calc(var(--container-width, 100%) * var(--ratio-height, 1) / var(--ratio-width, 1));
  position: relative;
}
[img-wrap] img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.air-island {
  position: relative;
  width: 100vw;
  left: calc(var(--container-padding, 0) * -1);
  z-index: 500;
}
@media (max-width: 575.98px) {
  .air-island {
    margin-bottom: 181px;
  }
}
.air-island__ground {
  position: relative;
  z-index: -2;
}
.air-island__ground img {
  width: 100%;
}
.air-island__island-group {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.air-island__island-group__item {
  position: absolute;
  top: var(--pos-y, 0);
  left: var(--pos-x, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 575.98px) {
  .air-island__island-group__item:hover .active-dot, .air-island__island-group__item.active .active-dot {
    background-color: #ffffff;
    color: #008fd4;
  }
  .air-island__island-group__item:hover .active-dot::after, .air-island__island-group__item.active .active-dot::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.air-island__island-group__item:hover .intro-text, .air-island__island-group__item.active .intro-text {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 992px) {
  .air-island__island-group__item:hover .intro-text, .air-island__island-group__item.active .intro-text {
    transition-delay: 0.6s;
  }
}
.air-island__island-group__item:hover .connect-line .active-line, .air-island__island-group__item.active .connect-line .active-line {
  stroke-dashoffset: 0;
  transition-delay: 0s;
}
.air-island__island-group__item:hover .connect-line .end-point, .air-island__island-group__item.active .connect-line .end-point {
  transition-delay: 0.6s;
  opacity: 1;
}

.active-dot {
  text-align: center;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #008fd4;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .active-dot {
    width: 24px;
    height: 24px;
  }
}
.active-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(0, 143, 212, 0.3);
  animation: flash 500ms ease infinite;
}

@keyframes flash {
  95% {
    opacity: 1;
  }
  100% {
    transform: scale(1.33);
    opacity: 0;
  }
}
.connect-line .active-line {
  stroke-dasharray: var(--line-length, 0);
  stroke-dashoffset: var(--line-length, 0);
  transition: all linear 600ms;
  transition-delay: 0.6s;
}
.connect-line .end-point {
  opacity: 0;
  transition: all linear 600ms;
}
@media (max-width: 991.98px) {
  .connect-line {
    display: none;
  }
}

.intro-text {
  position: absolute;
  width: 338px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 400ms;
}
@media (max-width: 991.98px) {
  .intro-text {
    left: calc((1 - var(--pos-x, 0)) * 100vw - 338px);
    bottom: calc((1 - var(--pos-y, 0)) * var(--airisland-height, 0px) * -1 + var(--text-height, 0px) * 0.5);
    display: table;
    z-index: 1000;
    background-color: rgba(0, 143, 212, 0.3);
    padding: 15px;
    border-radius: 2px;
    transform: translate3d(-20px, 0%, 0);
  }
}
@media (max-width: 575.98px) {
  .intro-text {
    left: calc(var(--pos-x, 0) * -100vw);
    bottom: calc((1 - var(--pos-y, 0)) * var(--airisland-height, 0px) * -1 + var(--text-height, 0px) * 0.5);
    transform: translate3d(83px, calc(100% + 80px), 0);
    background-color: rgba(0, 143, 212, 0);
    width: 290px;
  }
}
.intro-text .active-dot {
  position: absolute;
  top: 20px;
  right: 100%;
  background-color: #ffffff;
  color: #008fd4;
}
.intro-text .active-dot::after {
  content: none;
}
@media (min-width: 576px) {
  .intro-text .active-dot {
    display: none;
  }
}
.intro-text__list {
  list-style-type: initial;
}
.intro-text__item {
  transform: translateX(2em);
  width: calc(100% - 2em);
}

@media (min-width: 992px) {
  [location-point*=top] {
    top: 0px;
  }
  [location-point*=top][location-order=false] {
    top: 15px;
  }
  [location-point*=left] {
    left: 0px;
  }
  [location-point*=left][location-order=false] {
    left: 15px;
  }
  [location-point*=right] {
    right: 0px;
  }
  [location-point*=right][location-order=false] {
    right: 15px;
  }
  [location-point*=bottom] {
    bottom: 0px;
  }
  [location-point*=bottom][location-order=false] {
    bottom: 15px;
  }
  [location-point*=top-outer] {
    top: 100%;
  }
  [location-point*=left-outer] {
    left: 100%;
  }
  [location-point*=right-outer] {
    right: 100%;
  }
  [location-point*=bottom-outer] {
    bottom: 100%;
  }
  [location-point*=up-correction] {
    transform: translateY(-15px);
  }
  [location-point*=up-correction][location-point*=right-correction] {
    transform: translateY(-15px) translateX(15px);
  }
  [location-point*=down-correction] {
    transform: translateY(15px);
  }
}
[class*="option-list "], .c-select-group .selectric-items {
  border-radius: 5px;
  background-color: #000000;
  padding: 3px 14px;
  width: 100%;
  min-width: 230px;
  border-color: transparent;
}

[class*="option-list "] .option-list__item, .c-select-group .selectric-items li {
  margin: 12px 0 0;
  padding-bottom: 12px;
}
[class*="option-list "] .option-list__item:not(:last-child), .c-select-group .selectric-items li:not(:last-child) {
  border-width: 0px;
  border-bottom: 1px solid;
  border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 4px);
  border-image-slice: 1;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.content-switcher {
  position: relative;
}
@media (min-width: 992px) {
  .content-switcher {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    gap: 3px;
    height: 600px;
  }
  @supports not (gap: 999px) {
    .content-switcher > * + * {
      margin-top: 3px;
    }
  }
}
.content-switcher__tab {
  width: 100%;
}
@media (min-width: 992px) {
  .content-switcher__tab {
    height: 100%;
  }
}
.content-switcher__group {
  width: 100%;
  position: static;
}
@media (min-width: 992px) {
  .content-switcher__group {
    flex: 1;
    width: 33.6805555556%;
  }
}
.content-switcher__group.active .content-switcher__content {
  max-height: 600px;
  opacity: 1;
}
.content-switcher__content {
  max-height: 0px;
  overflow: hidden;
  transition: all linear 600ms;
}
@media (min-width: 992px) {
  .content-switcher__content {
    max-height: initial;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65.9722222222%;
    opacity: 0;
  }
}

.tab-content {
  position: relative;
  padding: 22px;
  background-color: rgba(0, 143, 212, 0.8);
  transition: all linear 600ms;
}
@media (min-width: 992px) {
  .tab-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
.tab-content .active-text {
  word-break: break-all;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  transition: all linear 200ms;
}

.active .tab-content {
  background-color: rgba(0, 0, 0, 0.7);
}
.active .tab-content .active-text {
  max-height: 2em;
  opacity: 1;
}

.content {
  position: relative;
}
.content__text {
  height: 600px;
  padding: 40px 35px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 992px) {
  .pagination__prev:hover, .pagination__next:hover {
    color: #008fd4;
  }
}
.pagination__number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.pagination__number__item {
  padding: 0px 8px;
}
.pagination__number__item span {
  display: block;
  transition: all linear 300ms;
}
@media (min-width: 992px) {
  .pagination__number__item:hover {
    color: #008fd4;
  }
}
.pagination .disabled {
  color: #999696;
  pointer-events: none;
}
.pagination .active {
  color: #008fd4;
}
.pagination use {
  transition: all linear 300ms;
}

.hero-vision {
  position: relative;
}
.hero-vision::after {
  content: "";
  position: absolute;
  bottom: -101px;
  left: 0px;
  display: block;
  width: 100%;
  height: 200px;
  z-index: 100;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 45%, black 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-vision .swiper-slide:nth-child(odd) .hero-vision__content__img img {
  transform-origin: 0% 100%;
}
.hero-vision .swiper-slide:nth-child(even) .hero-vision__content__img img {
  transform-origin: 100% 100%;
}
.hero-vision .swiper-slide-active .hero-vision__content__img img {
  transform: scale(1);
  transition-duration: 5s;
  transition-delay: 0.6s;
}
.hero-vision .swiper-slide-prev .hero-vision__content__img img {
  transform: scale(1);
}
.hero-vision__content {
  position: relative;
}
.hero-vision__content__img {
  position: relative;
  height: 0px;
  width: 100%;
  padding-top: 100vh;
}
@media (min-width: 1200px) {
  .hero-vision__content__img {
    padding-top: 56.25%;
  }
}
.hero-vision__content__img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all linear 300ms;
  transform: scale(1.1);
}
.hero-vision__content__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 500;
}
.hero-vision__content__text__title {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .hero-vision__content__text__title {
    margin-bottom: 25px;
  }
}
.hero-vision__content__text__midtitle {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.781482px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .hero-vision__content__text__midtitle {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
}
.hero-vision__content__text__midtitle.no-btn {
  margin-bottom: 108px;
}
@media (min-width: 1200px) {
  .hero-vision__content__text__midtitle.no-btn {
    margin-bottom: 10.15625vw;
  }
}
.hero-vision__content__text__btn {
  display: table;
  padding: 11.6px 38px;
  min-width: 100px;
}
@media (min-width: 992px) {
  .hero-vision__content__text__btn {
    padding: 14.5px 50px;
  }
}
.hero-vision__content__text__caption {
  display: block;
  min-height: 40px;
  margin-bottom: 42.4px;
}
@media (min-width: 1200px) {
  .hero-vision__content__text__caption {
    margin-bottom: 10.5092592593vh;
  }
}
.hero-vision__dashboard {
  position: absolute;
  width: 100%;
  height: 107px;
  pointer-events: none;
  bottom: 0;
  z-index: 101;
}
@media (min-width: 1200px) {
  .hero-vision__dashboard {
    height: 26.3888888889vh;
  }
}
.hero-vision__dashboard .time-animation__line {
  width: 100%;
  border-top: 1px solid #ffffff;
  transform: translate3d(-100%, 0, 0);
  transition: all linear 300ms;
  transition-duration: inherit;
}
.hero-vision__dashboard .time-animation.move-left .time-animation__line {
  transform: translate3d(0, 0, 0);
}

.spring-short .spring-svg {
  overflow: visible;
  transition: all linear 300ms;
}
.spring-short:hover .spring-svg {
  transform: scaleX(2);
}

.parallax-scroll {
  position: relative;
}
.parallax-scroll__layer {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: calc(-200 - var(--layer, 0));
  overflow: hidden;
}
.parallax-scroll__layer__img {
  width: 100%;
  height: calc(100% * var(--height-ratio, 1));
  background: var(--bg-src, #000000);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.cool-thing {
  padding-top: 117px;
  padding-bottom: 167px;
}
.cool-thing .font-visual {
  margin-bottom: 20px;
}

.contact-form {
  padding-bottom: 60px;
  min-height: 1765px;
}
@media (max-width: 991.98px) {
  .contact-form .c-form__intro {
    margin-bottom: 30px;
    text-align: center;
  }
}
.contact-form .c-form__intro h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contact-form .c-form__intro h2 {
    margin-bottom: 35px;
    width: 359px;
  }
}
@media (min-width: 992px) {
  .contact-form .c-form__intro p {
    width: 369px;
  }
}
.contact-form .c-form__input-group > .l-row:not(:last-child) {
  margin-bottom: 35px;
}
.contact-form .c-form__input-group > .l-row:last-child {
  margin-top: 120px;
}

.inquiry-form {
  padding-bottom: 60px;
  min-height: 1470px;
}
@media (max-width: 991.98px) {
  .inquiry-form .c-form__intro {
    margin-bottom: 30px;
    text-align: center;
  }
}
.inquiry-form .c-form__intro h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .inquiry-form .c-form__intro h2 {
    width: 286px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .inquiry-form .c-form__intro p {
    width: 350px;
    text-size-adjust: none;
  }
}
.inquiry-form .c-form__input-group > .l-row:not(:last-child) {
  margin-bottom: 35px;
}

.download-form {
  padding-top: 32px;
  padding-bottom: 60px;
  min-height: 1470px;
}
@media (max-width: 991.98px) {
  .download-form {
    padding-bottom: 260px;
  }
}
@media (max-width: 991.98px) {
  .download-form .c-form__intro {
    margin-bottom: 30px;
    text-align: center;
  }
}
.download-form .c-form__intro h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .download-form .c-form__intro h2 {
    width: 458px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .download-form .c-form__intro p {
    width: 380px;
  }
}
.download-form .c-form__input-group > .l-row:not(:last-child) {
  margin-bottom: 35px;
}
.download-form .c-form__input-group > .l-row:last-child {
  margin-top: 50px;
  border-top: 1px solid #ffffff;
  padding-top: 50px;
}

.after-service-form {
  padding-top: 32px;
  padding-bottom: 60px;
  min-height: 1470px;
}
@media (max-width: 991.98px) {
  .after-service-form {
    padding-bottom: 260px;
  }
}
@media (max-width: 991.98px) {
  .after-service-form .c-form__intro {
    margin-bottom: 30px;
    text-align: center;
  }
}
.after-service-form .c-form__intro h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .after-service-form .c-form__intro h2 {
    width: 458px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .after-service-form .c-form__intro p {
    width: 380px;
  }
}
.after-service-form .c-form__input-group > .l-row:not(:last-child) {
  margin-bottom: 35px;
}

.custom-editor {
  padding-top: 10px;
}
.custom-editor .container {
  max-width: initial;
  padding: 30px;
}
.custom-editor .row {
  gap: 2.0833333333%;
  margin-left: 0;
  margin-right: 0;
}
@supports not (gap: 999px) {
  .custom-editor .row > * + * {
    margin-left: 2.0833333333%;
  }
}
@media (max-width: 991.98px) {
  .custom-editor .row {
    gap: 60px;
  }
  @supports not (gap: 999px) {
    .custom-editor .row > * + * {
      margin-top: 60px;
    }
  }
}
.custom-editor .nas-article {
  padding: 0;
  width: 100%;
}
.custom-editor .nas-image-wrapper, .custom-editor .nas-article-wrapper {
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .custom-editor .nas-image-wrapper, .custom-editor .nas-article-wrapper {
    width: 48.9583333333%;
  }
}
.custom-editor .nas-image-wrapper img {
  width: 100%;
}
.custom-editor #T1 .nas-article-wrapper {
  width: 99.347826087%;
}
.custom-editor #T4 .nas-image-wrapper {
  width: 100%;
}
.custom-editor #T4 .nas-image-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  width: 100%;
  max-height: 360.56px;
}
.custom-editor ul, .custom-editor ol {
  list-style: initial;
}
.custom-editor ul li {
  transform: translateX(2em);
  width: calc(100% - 2em);
}
.outer-link {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .outer-link {
    margin-top: 30px;
  }
}
.outer-link a {
  display: table;
  margin: auto;
}

.captcha-canvas-page {
  background: #16525C;
  padding: 50px;
  color: white;
}
.captcha-canvas-page .form {
  display: flex;
  gap: 20px;
}
.captcha-canvas-page .captcha-block {
  display: flex;
  width: 680px;
  height: 60px;
  position: relative;
}
.captcha-canvas-page .valid-canvas {
  background: rgb(255, 255, 254);
  border-radius: 5px 0 0 5px;
}
.captcha-canvas-page .valid-input {
  background: transparent;
  border: solid 1px white;
  border-left: none;
  color: white;
  flex: 1;
  border-radius: 0px 5px 5px 0px;
}
.captcha-canvas-page .valid-input::placeholder {
  color: white;
}
.captcha-canvas-page .valid-input:focus {
  outline: none;
}
.captcha-canvas-page .refresh-btn {
  background: transparent;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}
.captcha-canvas-page .submit-btn {
  padding: 15px 30px;
}

.fade.swiper .swiper-wrapper {
  width: 100%;
}

.free-slider {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  left: calc(var(--container-padding, 0) * -1);
}
.free-slider .swiper {
  overflow: visible;
}
.free-slider .swiper-slide + .swiper-slide {
  padding-left: 4.1666666667vw;
}
.free-slider__navigation {
  position: absolute;
  top: 27%;
  width: 100%;
  height: 86px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  transform: translateY(-25%);
}
.free-slider__navigation__prev, .free-slider__navigation__next {
  width: 93px;
  height: 100%;
  background: #008fd4;
  padding-top: 22px;
  padding-bottom: 21px;
  transition: all linear 500ms;
}
@media (max-width: 575.98px) {
  .free-slider__navigation__prev, .free-slider__navigation__next {
    width: 55px;
  }
}
.free-slider__navigation__prev .icon, .free-slider__navigation__next .icon {
  height: 42px;
}
.free-slider__navigation__prev {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding-left: 22px;
}
@media (max-width: 575.98px) {
  .free-slider__navigation__prev {
    padding-left: 6px;
  }
}
.free-slider__navigation__prev .icon {
  animation: right-move 3.2s linear infinite;
}
.free-slider__navigation__next {
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
  padding-left: 42px;
}
@media (max-width: 575.98px) {
  .free-slider__navigation__next {
    padding-left: 20px;
  }
}
.free-slider__navigation__next .icon {
  animation: left-move 3.2s linear infinite;
}
@keyframes right-move {
  50% {
    transform: translate3d(25%, 0, 0);
  }
}
@keyframes left-move {
  50% {
    transform: translate3d(-25%, 0, 0);
  }
}

.popModal {
  --custom-layer: 98;
}
.popModal .modal-dialog {
  max-width: initial;
}
.popModal .modal-content {
  background: #000000 url(../images/png/bgimg_grid.png);
  background-position: center;
  background-size: cover;
  border-radius: 1px;
  border: 1px solid #ffffff;
  width: 90vw;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .popModal .modal-content {
    width: 666px;
  }
}
.popModal .modal-content h3 {
  color: #008fd4;
  margin-bottom: 24px;
}
.popModal .modal-content p {
  font-weight: 400;
  margin-bottom: 24px;
}
.popModal .modal-content .modal-body {
  max-width: 445px;
}
.popModal .modal-footer {
  border: none;
  align-items: center;
  padding: 0;
}

[data-page=index] .hero-vision .product-name {
  margin-left: 20px;
}
[data-page=index] .main-product {
  position: relative;
  margin-top: 90px;
  margin-bottom: 94.51px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 992px) {
  [data-page=index] .main-product {
    margin-top: 120px;
    margin-bottom: 338px;
    width: 75.6944444444%;
  }
}
[data-page=index] .main-product__title, [data-page=index] .main-product__subtitle {
  margin-bottom: 40px;
}
[data-page=index] .main-product__title {
  padding-inline: 21.4678899083%;
}
@media (max-width: 991.98px) {
  [data-page=index] .main-product__title {
    padding-inline: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] .main-product__subtitle {
    padding-inline: 22.1774193548%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  [data-page=index] .main-product__subtitle {
    padding-inline: 10.9375%;
  }
}
@media (max-width: 575.98px) {
  [data-page=index] .main-product__subtitle {
    padding-inline: 0;
    letter-spacing: normal;
  }
}
[data-page=index] .main-product__navi {
  gap: 20px;
}
@media (max-width: 991.98px) {
  [data-page=index] .main-product__navi {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] .main-product__navi .c-btn-round {
    padding: 13.3px 15.5px;
  }
}
@media (max-width: 991.98px) {
  [data-page=index] .main-product__icon svg.icon {
    width: 50px;
    height: 50px;
  }
}
[data-page=index] .main-product__img .active-img {
  opacity: 0;
  transition: all linear 300ms;
}
[data-page=index] .main-product__img .active-img + img {
  transition: all linear 300ms;
}
[data-page=index] .main-product__img.active .active-img, [data-page=index] .main-product__img:hover .active-img {
  opacity: 1;
}
[data-page=index] .main-product__img.active .active-img + img, [data-page=index] .main-product__img:hover .active-img + img {
  opacity: 0;
}
@media (max-width: 991.98px) {
  [data-page=index] .c-form {
    padding-bottom: 0px;
  }
}
[data-page=index] .c-form::after {
  z-index: -200;
}
@media (min-width: 992px) {
  [data-page=index] .c-form::after {
    content: none;
  }
}
@media (min-width: 992px) {
  [data-page=index] .l-brand.endorsed {
    --custom-height: 1006px;
  }
}
[data-page=index] .l-brand::before {
  z-index: -199;
}
@media (min-width: 992px) {
  [data-page=index] .main-container + .footer {
    position: absolute;
    bottom: -1px;
    width: 100%;
  }
}

[data-page=company_about] .page-info {
  margin-top: 286px;
  margin-bottom: 114px;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  [data-page=company_about] .page-info {
    margin-top: 114px;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  [data-page=company_about] .page-info__title {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 992px) {
  [data-page=company_about] .page-info__intro {
    width: 57.2222222222%;
    flex: 0 0 57.2222222222%;
  }
}
[data-page=company_about] .parallax-scroll {
  margin-bottom: 170px;
}
[data-page=company_about] .free-slider + .l-brand {
  margin-top: 375px;
}
@media (max-width: 991.98px) {
  [data-page=company_about] .free-slider + .l-brand {
    margin-top: 90px;
  }
}
@media (max-width: 991.98px) {
  [data-page=company_about] .l-brand {
    margin-bottom: 73.4px;
  }
}

[data-page=company_partner] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=company_partner] .l-container {
    margin-bottom: 90px;
  }
  [data-page=company_partner] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=company_partner] .company-intro__info {
  margin-bottom: 10px;
}
[data-page=company_partner] .company-intro__info__name {
  font-weight: 700;
  line-height: 130%;
  visibility: hidden;
  display: none;
}
[data-page=company_partner] .company-intro__text {
  font-weight: 400;
  line-height: 180%;
}

[data-page=company_career] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=company_career] .l-container {
    margin-bottom: 90px;
  }
  [data-page=company_career] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=company_career] .page-info__title {
  width: 40.3472222222%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  [data-page=company_career] .page-info__title {
    width: 100%;
  }
}
[data-page=company_career] .page-info__list {
  width: 48.6111111111%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  [data-page=company_career] .page-info__list {
    width: 100%;
  }
}
[data-page=company_career] .job-intro__btn {
  position: relative;
}
[data-page=company_career] .job-intro__btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42.85%;
}
[data-page=company_career] .l-content-wrapper__item {
  margin-top: 30px;
}
[data-page=company_career] .l-content-wrapper__item:not(:last-child) {
  padding-bottom: 30px;
}

[data-page=company_career_content] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=company_career_content] .l-container {
    margin-bottom: 90px;
  }
  [data-page=company_career_content] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=company_career_content] .page-info {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

[data-page=company_career_apply] .c-form {
  padding-top: 256px;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  [data-page=company_career_apply] .c-form {
    padding-top: 114px;
    padding-bottom: 90px;
  }
}
[data-page=company_career_apply] .c-form__bg-img {
  background-attachment: fixed;
}
[data-page=company_career_apply] .c-form::after {
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.77%, black 46.4%, black 53.6%, rgba(0, 0, 0, 0) 89.23%);
}
[data-page=company_career_apply] .page-info {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
[data-page=company_career_apply] .last {
  border-color: transparent;
  margin-bottom: 40px;
}
[data-page=company_career_apply] .submit-btn [type=submit] {
  text-align: start;
}
[data-page=company_career_apply] .degree-state {
  white-space: nowrap;
  gap: 15px;
}
@media (min-width: 1200px) {
  [data-page=company_career_apply] .degree-state {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  [data-page=company_career_apply] .d1 [end-time], [data-page=company_career_apply] .d2 [end-time], [data-page=company_career_apply] .d3 [end-time] {
    position: relative;
  }
  [data-page=company_career_apply] .d1 [end-time]::before, [data-page=company_career_apply] .d2 [end-time]::before, [data-page=company_career_apply] .d3 [end-time]::before {
    content: "－";
    position: absolute;
    display: block;
    top: 50%;
    right: 100%;
    transform: translate(calc(-0.5 * (var(--l-gap, 0px) - 100%)), -50%);
  }
}

[data-page=product-offering] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=product-offering] .l-container {
    margin-bottom: 90px;
  }
  [data-page=product-offering] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=product-offering] .page-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
[data-page=product-offering] .product-list {
  margin-top: 60px;
}
[data-page=product-offering] .product-list__item {
  margin-bottom: 60px;
}

[data-page=product-offering_content] .l-container > *:first-child {
  margin-top: 256px;
}
[data-page=product-offering_content] .l-container > * + * {
  margin-top: 187px;
}
@media (max-width: 991.98px) {
  [data-page=product-offering_content] .l-container {
    margin-bottom: 90px;
  }
  [data-page=product-offering_content] .l-container > *:first-child {
    margin-top: 114px;
  }
  [data-page=product-offering_content] .l-container > * + * {
    margin-top: 80px;
  }
}
@media (max-width: 991.98px) {
  [data-page=product-offering_content] .product-intro {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  [data-page=product-offering_content] .product-intro__text__subtitle {
    margin-bottom: 40px;
  }
}
[data-page=product-offering_content] .product-intro__text__subtitle + [img-wrap] {
  margin-bottom: 40px;
}
[data-page=product-offering_content] .product-intro__text__subtitle + [img-wrap] img {
  width: 100vw;
  left: calc(var(--container-padding, 0px) * -1);
}
[data-page=product-offering_content] .product-intro__text__info {
  padding-top: 20px;
  border-width: 0px;
  border-top: 1px solid;
  border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
  border-image-slice: 1;
}
[data-page=product-offering_content] .product-intro__img {
  flex: 1 0 auto;
  padding: 0 3.8541666667vw;
}
[data-page=product-offering_content] .product-intro__img > * {
  transition: all linear 300ms;
}
[data-page=product-offering_content] .product-intro__img:hover > * {
  transform: scale(1.2491);
}
[data-page=product-offering_content] .download-group__item {
  text-align: center;
}
[data-page=product-offering_content] .download-group__item__text {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-page=product-offering_content] .special-intro {
  row-gap: 0px;
}
[data-page=product-offering_content] .special-intro__item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  [data-page=product-offering_content] .special-intro__item {
    margin-bottom: 65px;
  }
  [data-page=product-offering_content] .special-intro__item:nth-last-child(1), [data-page=product-offering_content] .special-intro__item:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
[data-page=product-offering_content] .special-intro__img {
  width: 120px;
  height: 120px;
  flex: 0 0 auto;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  [data-page=product-offering_content] .special-intro__img {
    width: 10vw;
  }
}
@media (max-width: 575.98px) {
  [data-page=product-offering_content] .special-intro__img {
    width: 15.625vw;
  }
}
[data-page=product-offering_content] .special-intro__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-page=product-offering_content] .special-intro__text {
  flex: 1 1 auto;
}
[data-page=product-offering_content] .special-intro__list {
  list-style: disc;
}
[data-page=product-offering_content] .special-intro__list__item {
  transform: translateX(2em);
  width: calc(100% - 2em);
  line-height: 200%;
}
[data-page=product-offering_content] .detail-card__img {
  position: relative;
  padding: 0px 30px;
}
[data-page=product-offering_content] .detail-card__img.cert-logo {
  padding: 0px 105px;
}
[data-page=product-offering_content] .detail-card__img.bg-half::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #008fd4;
}
[data-page=product-offering_content] .detail-card.text-center {
  text-align: center;
}
@media (min-width: 992px) {
  [data-page=product-offering_content] .c-form::after {
    height: 100px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  [data-page=product-offering_content] .main-container + .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

[data-page=news] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=news] .l-container {
    margin-bottom: 90px;
  }
  [data-page=news] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=news] .page-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
[data-page=news] .product-list {
  margin-top: 60px;
}
[data-page=news] .product-list__item {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  [data-page=news] .main-container + .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
[data-page=news] .modal-video {
  position: fixed;
  z-index: 1000;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--container-padding) * 2);
  max-height: calc(100vh - 172px);
  padding-top: min(max(24px, 0.1212121212 * 100vh + -66.9090909091px), 64px);
  padding-left: min(max(40px, 0.0894396552 * 100vw + -48.724137931px), 123px);
  padding-right: min(max(40px, 0.0894396552 * 100vw + -48.724137931px), 123px);
  padding-bottom: min(max(24px, 0.1757575758 * 100vh + -107.8181818182px), 82px);
  transition: all ease 0.3s;
}
@media (max-width: 767.98px) {
  [data-page=news] .modal-video {
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
[data-page=news] .modal-video__head {
  position: relative;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  [data-page=news] .modal-video__head {
    padding-left: 24px;
    margin-bottom: 18px;
  }
}
[data-page=news] .modal-video__head button {
  color: #ffffff;
}
@media (min-width: 992px) {
  [data-page=news] .modal-video__head button:hover {
    color: #008fd4;
  }
}
[data-page=news] .modal-video__body {
  position: relative;
}
[data-page=news] .modal-video__body .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1195/618;
  max-height: calc(100vh - 172px - 132px - 82px);
  overflow: hidden;
  background: #000;
}
[data-page=news] .modal-video__body .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
[data-page=news] .modal-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/png/bgimg_grid.png) rgba(211, 211, 211, 0.5019607843) 50%/cover no-repeat;
  background-position: center;
  border: 1px solid #ffffff;
  z-index: -1;
}
[data-page=news] .modal-video:not(.-active-) {
  opacity: 0;
  pointer-events: none;
}

[data-page=news_content] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=news_content] .l-container {
    margin-bottom: 90px;
  }
  [data-page=news_content] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=news_content] .page-info {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  [data-page=news_content] .main-container + .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

[data-page=contact] main {
  overflow: visible;
}
[data-page=contact] .c-form {
  padding-top: 256px;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  [data-page=contact] .c-form {
    padding-top: 114px;
    padding-bottom: 90px;
  }
}
[data-page=contact] .c-form__bg-img {
  background-attachment: fixed;
}
[data-page=contact] .c-form::after {
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.77%, black 46.4%, black 53.6%, rgba(0, 0, 0, 0) 89.23%);
}
@media (min-width: 992px) {
  [data-page=contact] .contact-form .c-form__intro {
    padding-right: 3.3854166667vw;
    border-width: 0px;
    border-right: 1px solid;
    border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
    border-image-slice: 1;
  }
}
[data-page=contact] .contact-form .c-form__intro p.font-body {
  width: 100%;
  padding-bottom: 50px;
  border-width: 0px;
  border-bottom: 1px solid;
  border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
  border-image-slice: 1;
}
[data-page=contact] .contact-form .c-form__input-group {
  padding-left: 1.5625vw;
}
[data-page=contact] .c-form .address, [data-page=contact] .c-form .telphone, [data-page=contact] .c-form .email {
  text-align: start;
}
[data-page=contact] .c-form .address .icon, [data-page=contact] .c-form .telphone .icon, [data-page=contact] .c-form .email .icon {
  color: #008fd4;
}
@media (min-width: 992px) {
  [data-page=contact] .main-container + .footer {
    position: absolute;
    bottom: -1px;
    width: 100%;
  }
}

[data-page=technology] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=technology] .l-container {
    margin-bottom: 90px;
  }
  [data-page=technology] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=technology] .page-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
[data-page=technology] .product-list {
  margin-top: 60px;
}
[data-page=technology] .product-list__item {
  margin-bottom: 60px;
}

[data-page=technology_content] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=technology_content] .l-container {
    padding-bottom: 90px;
  }
  [data-page=technology_content] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=technology_content] .page-info {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
[data-page=technology_content] .product-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
[data-page=technology_content] .product-list__item {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  [data-page=technology_content] .c-form::after {
    height: 0px;
  }
}
[data-page=technology_content] .main-container + .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

[data-page=privacy-policy] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=privacy-policy] .l-container {
    margin-bottom: 90px;
  }
  [data-page=privacy-policy] .l-container > *:first-child {
    margin-top: 114px;
  }
}

[data-page=website-usage-statement] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=website-usage-statement] .l-container {
    margin-bottom: 90px;
  }
  [data-page=website-usage-statement] .l-container > *:first-child {
    margin-top: 114px;
  }
}

[data-page=publication] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=publication] .l-container {
    margin-bottom: 90px;
  }
  [data-page=publication] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=publication] .page-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
[data-page=publication] .product-list {
  margin-top: 60px;
}
[data-page=publication] .product-list__item {
  margin-bottom: 60px;
}

[data-page=publication_content] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=publication_content] .l-container {
    padding-bottom: 90px;
  }
  [data-page=publication_content] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=publication_content] .tags {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
[data-page=publication_content] .main-container + .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

[data-page=after-service] main {
  overflow: visible;
}
[data-page=after-service] .c-form {
  padding-top: 256px;
  padding-bottom: 302px;
}
@media (max-width: 991.98px) {
  [data-page=after-service] .c-form {
    padding-top: 114px;
    padding-bottom: 20px;
  }
}
[data-page=after-service] .c-form__bg-img {
  background-attachment: fixed;
}
[data-page=after-service] .c-form::after {
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.77%, black 46.4%, black 53.6%, rgba(0, 0, 0, 0) 89.23%);
}
@media (min-width: 992px) {
  [data-page=after-service] .c-form::after {
    height: 100px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  [data-page=after-service] .after-service-form .c-form__intro {
    flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2 - 3.1770833333vw);
    width: calc(50% - var(--l-gap, 0px) * 1 / 2 - 3.1770833333vw);
  }
}
@media (min-width: 992px) {
  [data-page=after-service] .after-service-form .c-form__input-group {
    flex: 0 0 calc(50% - var(--l-gap, 0px) * 1 / 2 + 3.125vw);
    width: calc(50% - var(--l-gap, 0px) * 1 / 2 + 3.125vw);
    padding-left: 3.125vw;
    border-width: 0px;
    border-left: 1px solid;
    border-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, transparent 2px, transparent 9px);
    border-image-slice: 1;
  }
}
[data-page=after-service] .after-service-form .c-form__input-group .input-issue-error .c-hint-group .error {
  position: relative;
}
[data-page=after-service] .after-service-form .c-form__input-group .font-caption__small {
  margin-top: -30px;
}
@media (min-width: 992px) {
  [data-page=after-service] .main-container + .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

[data-page=after-service_img-upload] main {
  overflow: visible;
}
[data-page=after-service_img-upload] .c-form {
  padding-top: 256px;
  padding-bottom: 270px;
}
@media (max-width: 991.98px) {
  [data-page=after-service_img-upload] .c-form {
    padding-top: 114px;
    padding-bottom: 90px;
  }
}
[data-page=after-service_img-upload] .c-form__bg-img {
  background-attachment: fixed;
}
[data-page=after-service_img-upload] .c-form::after {
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.77%, black 46.4%, black 53.6%, rgba(0, 0, 0, 0) 89.23%);
}
@media (min-width: 992px) {
  [data-page=after-service_img-upload] .c-form::after {
    height: 100px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  [data-page=after-service_img-upload] .after-service-form .c-form__input-group {
    padding-left: 1.5625vw;
  }
}
[data-page=after-service_img-upload] .after-service-form .c-form__input-group .input-issue-error .c-hint-group .error {
  position: relative;
}
[data-page=after-service_img-upload] .after-service-form .c-form__input-group .font-caption__small {
  margin-top: -30px;
}
@media (min-width: 992px) {
  [data-page=after-service_img-upload] .main-container + .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

[data-page=unsubscribe] .l-container > *:first-child {
  margin-top: 256px;
}
@media (max-width: 991.98px) {
  [data-page=unsubscribe] .l-container {
    margin-bottom: 90px;
  }
  [data-page=unsubscribe] .l-container > *:first-child {
    margin-top: 114px;
  }
}
[data-page=unsubscribe] .page-info {
  padding-bottom: 77px;
}
[data-page=unsubscribe] .unsubscribe-modal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 666px;
  padding: 60px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1px;
  border: 1px solid #ffffff;
}
@media (max-width: 767.98px) {
  [data-page=unsubscribe] .unsubscribe-modal {
    max-width: 445px;
    padding: 40px 25px;
  }
}
[data-page=unsubscribe] .unsubscribe-modal__head {
  margin-bottom: 16px;
}
[data-page=unsubscribe] .unsubscribe-modal__head .title {
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
  line-height: 130%;
  color: #008fd4;
  text-align: center;
}
@media (max-width: 767.98px) {
  [data-page=unsubscribe] .unsubscribe-modal__head .title {
    font-size: calc(18 / 16 * 1rem);
  }
}
[data-page=unsubscribe] .unsubscribe-modal__body {
  max-width: 337px;
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  [data-page=unsubscribe] .unsubscribe-modal__body {
    max-width: 255px;
    margin-bottom: 10px;
  }
}
[data-page=unsubscribe] .unsubscribe-modal__body .field {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 10px;
}
@media (max-width: 767.98px) {
  [data-page=unsubscribe] .unsubscribe-modal__body .field {
    gap: 8px;
  }
}
[data-page=unsubscribe] .unsubscribe-modal__body .field__input {
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 18px 25px;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  line-height: 125%;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  [data-page=unsubscribe] .unsubscribe-modal__body .field__input {
    padding: 12px 15px;
  }
}
[data-page=unsubscribe] .unsubscribe-modal__body .field__input::placeholder {
  color: #727272;
}
[data-page=unsubscribe] .unsubscribe-modal__body .field__message {
  color: #ffffff;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  font-size: calc(14 / 16 * 1rem);
}
@media (max-width: 767.98px) {
  [data-page=unsubscribe] .unsubscribe-modal__body .field__message {
    font-size: calc(12 / 16 * 1rem);
  }
}
[data-page=unsubscribe] .unsubscribe-modal__foot .item-group {
  display: grid;
}
[data-page=unsubscribe] .unsubscribe-modal__foot .item-group > * {
  grid-area: 1/1;
  transition: all ease-out 300ms;
  transition-duration: inherit;
}
[data-page=unsubscribe] .unsubscribe-modal__foot .item-group .item > * {
  width: 100%;
}
[data-page=unsubscribe] .unsubscribe-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/png/bgimg_grid.png) rgba(211, 211, 211, 0.5019607843) 50%/cover no-repeat;
  background-position: center;
  border: 1px solid #ffffff;
  z-index: -1;
}
[data-page=unsubscribe] .unsubscribe-modal.-success- .item.-confirm- {
  opacity: 0;
}
[data-page=unsubscribe] .unsubscribe-modal:not(.-success-) .field__message {
  opacity: 0;
}
[data-page=unsubscribe] .unsubscribe-modal:not(.-success-) .item.-back- {
  opacity: 0;
}
