@charset "UTF-8";
/**
  size breakpoint
**/
/**
  dl,figure,h1,h2,h3,h4,h5,h6,ol,p,ul にデフォルトの縦の余白を指定
**/
/* size pxをremが基準になったサイズに変換 */
/* size pxをemが基準になったサイズに変換 */
/* clampの出力 size pxをremが基準になったサイズに変換する $minusをtrueとする事でマイナスの値を指定します */
/**
  breakpoint
**/
/* pcのみ */
/* pc以外（tbサイズ含む） */
/* tbのみ */
/* sp以外（tbサイズ含む） */
/* spのみ */
/* タイトル */
/* 三点リーダー */
/* アニメーション */
/*===============================================*/
/*  common.css */
/*===============================================*/
@media screen and (max-width: 999.9px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 420px) {
  .is-xs {
    display: none !important;
  }
}

@media screen and (max-width: 419.9px) {
  .is-none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none !important;
  }
}

.is-tb {
  display: none !important;
}
@media screen and (min-width: 1000px) and (max-width: 639.9px) {
  .is-tb {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-tbsp {
    display: none !important;
  }
}

@media screen and (max-width: 639.9px) {
  .is-pctb {
    display: none !important;
  }
}

/*//////////////////////////////////

reset
///////////////////////////////////*/
/* Fonts
---------------------------------------------------------------------*/
/*localfont  -------------------------*/
@font-face {
  font-family: hvR;
  src: url("../fonts/Helvetica.ttf");
}
@font-face {
  font-family: hvB;
  src: url("../fonts/Helvetica Bold.TTF");
}
/*iconfont  -------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?4p6g05");
  src: url("../fonts/icomoon.eot?4p6g05#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4p6g05") format("truetype"), url("../fonts/icomoon.woff?4p6g05") format("woff"), url("../fonts/icomoon.svg?4p6g05#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e90c";
}

.icon-back:before {
  content: "\e90a";
}

.icon-hide:before {
  content: "\e90b";
}

.icon-content-copy:before {
  content: "\e905";
}

.icon-view:before {
  content: "\e900";
}

.icon-link:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e009";
}

.icon-search:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e903";
}

.icon-mail2:before {
  content: "\e904";
}

.icon-tel:before {
  content: "\e907";
}

.icon-home:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-heart1:before {
  content: "\e9db";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-pdf:before {
  content: "\e906";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-mail:before {
  content: "\e903";
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

/**/
/*site main rules
---------------------------------------------------------------------*/
/*color  ------------------*/
/*bgcolor  ------------------*/
.bgcBlu {
  background-color: #CDAF81;
}

.bgcGly {
  background-color: #E7E7E7;
}

.bgcWht {
  background-color: #fff;
}

/*テキストのハイライトカラーを変える  ------------------*/
::selection {
  /* Safari and Opera */
  background: #FFF5B5;
  color: #000000;
}

/*link  ------------------*/
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* reset
---------------------------------------------------------------------*/
html {
  background: linear-gradient(to bottom, #0D182F 30%, #294C95);
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  /* 16px*/
  line-height: 2;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
  font-weight: 600;
  -webkit-text-size-adjust: none;
}

/*responsive FONTS*/
.tx-Main {
  font-family: "Gravitas One", "Arial", "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  gap: 15px;
  display: grid;
}
.tx-Main.is-active .wrap-me {
  opacity: 1;
}
.tx-Main .wrap-me {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 0.1s ease;
  color: transparent;
}
.tx-Main .wrap-me .char {
  color: transparent;
  min-width: 0.25em;
  margin-right: 3px;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: clamp(1.875rem, 1.2980769231rem + 1.9230769231vw, 2.5rem);
  translate: 0 10px;
  transform: translateY(20px);
  opacity: 0;
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .tx-Main .wrap-me .char {
    zoom: 0.9;
  }
}
@media (max-width: 480px) {
  .tx-Main .wrap-me .char {
    zoom: 0.9;
  }
}
.tx-Main .wrap-me .char img.is-subscript {
  position: relative;
  bottom: -8px;
}
.tx-Main .wrap-me .char img[src*=str7] {
  position: relative;
  top: -16px;
  rotate: 4deg;
  right: -2px;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(1) {
  animation-delay: 0.04s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(2) {
  animation-delay: 0.08s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(3) {
  animation-delay: 0.12s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(4) {
  animation-delay: 0.16s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(5) {
  animation-delay: 0.2s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(6) {
  animation-delay: 0.24s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(7) {
  animation-delay: 0.28s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(8) {
  animation-delay: 0.32s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(9) {
  animation-delay: 0.36s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(10) {
  animation-delay: 0.4s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(11) {
  animation-delay: 0.44s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(12) {
  animation-delay: 0.48s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(13) {
  animation-delay: 0.52s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(14) {
  animation-delay: 0.56s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(15) {
  animation-delay: 0.6s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(16) {
  animation-delay: 0.64s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(17) {
  animation-delay: 0.68s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(18) {
  animation-delay: 0.72s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(19) {
  animation-delay: 0.76s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(20) {
  animation-delay: 0.8s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(21) {
  animation-delay: 0.84s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(22) {
  animation-delay: 0.88s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(23) {
  animation-delay: 0.92s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(24) {
  animation-delay: 0.96s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(25) {
  animation-delay: 1s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(26) {
  animation-delay: 1.04s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(27) {
  animation-delay: 1.08s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(28) {
  animation-delay: 1.12s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(29) {
  animation-delay: 1.16s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(1) .char:nth-child(30) {
  animation-delay: 1.2s;
}

.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(1) {
  animation-delay: 0.84s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(2) {
  animation-delay: 0.88s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(3) {
  animation-delay: 0.92s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(4) {
  animation-delay: 0.96s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(5) {
  animation-delay: 1s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(6) {
  animation-delay: 1.04s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(7) {
  animation-delay: 1.08s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(8) {
  animation-delay: 1.12s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(9) {
  animation-delay: 1.16s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(10) {
  animation-delay: 1.2s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(11) {
  animation-delay: 1.24s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(12) {
  animation-delay: 1.28s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(13) {
  animation-delay: 1.32s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(14) {
  animation-delay: 1.36s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(15) {
  animation-delay: 1.4s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(16) {
  animation-delay: 1.44s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(17) {
  animation-delay: 1.48s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(18) {
  animation-delay: 1.52s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(19) {
  animation-delay: 1.56s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(20) {
  animation-delay: 1.6s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(21) {
  animation-delay: 1.64s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(22) {
  animation-delay: 1.68s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(23) {
  animation-delay: 1.72s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(24) {
  animation-delay: 1.76s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(25) {
  animation-delay: 1.8s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(26) {
  animation-delay: 1.84s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(27) {
  animation-delay: 1.88s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(28) {
  animation-delay: 1.92s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(29) {
  animation-delay: 1.96s;
}
.tx-Main.is-active.is-pctb .wrap-me:nth-child(2) .char:nth-child(30) {
  animation-delay: 2s;
}

.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(1) {
  animation-delay: 0.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(2) {
  animation-delay: 0.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(3) {
  animation-delay: 0.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(4) {
  animation-delay: 0.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(5) {
  animation-delay: 0.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(6) {
  animation-delay: 0.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(7) {
  animation-delay: 0.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(8) {
  animation-delay: 0.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(9) {
  animation-delay: 0.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(10) {
  animation-delay: 0.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(11) {
  animation-delay: 0.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(12) {
  animation-delay: 0.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(13) {
  animation-delay: 0.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(14) {
  animation-delay: 0.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(15) {
  animation-delay: 0.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(16) {
  animation-delay: 0.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(17) {
  animation-delay: 0.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(18) {
  animation-delay: 0.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(19) {
  animation-delay: 0.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(20) {
  animation-delay: 0.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(21) {
  animation-delay: 0.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(22) {
  animation-delay: 0.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(23) {
  animation-delay: 0.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(24) {
  animation-delay: 0.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(25) {
  animation-delay: 1s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(26) {
  animation-delay: 1.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(27) {
  animation-delay: 1.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(28) {
  animation-delay: 1.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(29) {
  animation-delay: 1.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(30) {
  animation-delay: 1.2s;
}

.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(1) {
  animation-delay: 0.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(2) {
  animation-delay: 0.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(3) {
  animation-delay: 0.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(4) {
  animation-delay: 0.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(5) {
  animation-delay: 0.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(6) {
  animation-delay: 0.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(7) {
  animation-delay: 0.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(8) {
  animation-delay: 0.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(9) {
  animation-delay: 0.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(10) {
  animation-delay: 0.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(11) {
  animation-delay: 0.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(12) {
  animation-delay: 0.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(13) {
  animation-delay: 0.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(14) {
  animation-delay: 0.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(15) {
  animation-delay: 0.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(16) {
  animation-delay: 0.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(17) {
  animation-delay: 0.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(18) {
  animation-delay: 0.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(19) {
  animation-delay: 0.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(20) {
  animation-delay: 0.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(21) {
  animation-delay: 0.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(22) {
  animation-delay: 0.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(23) {
  animation-delay: 0.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(24) {
  animation-delay: 0.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(25) {
  animation-delay: 1s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(26) {
  animation-delay: 1.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(27) {
  animation-delay: 1.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(28) {
  animation-delay: 1.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(29) {
  animation-delay: 1.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(1) .char:nth-child(30) {
  animation-delay: 1.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(1) {
  animation-delay: 0.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(2) {
  animation-delay: 0.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(3) {
  animation-delay: 0.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(4) {
  animation-delay: 0.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(5) {
  animation-delay: 0.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(6) {
  animation-delay: 0.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(7) {
  animation-delay: 0.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(8) {
  animation-delay: 0.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(9) {
  animation-delay: 0.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(10) {
  animation-delay: 0.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(11) {
  animation-delay: 0.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(12) {
  animation-delay: 0.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(13) {
  animation-delay: 0.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(14) {
  animation-delay: 0.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(15) {
  animation-delay: 1s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(16) {
  animation-delay: 1.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(17) {
  animation-delay: 1.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(18) {
  animation-delay: 1.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(19) {
  animation-delay: 1.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(20) {
  animation-delay: 1.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(21) {
  animation-delay: 1.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(22) {
  animation-delay: 1.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(23) {
  animation-delay: 1.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(24) {
  animation-delay: 1.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(25) {
  animation-delay: 1.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(26) {
  animation-delay: 1.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(27) {
  animation-delay: 1.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(28) {
  animation-delay: 1.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(29) {
  animation-delay: 1.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(2) .char:nth-child(30) {
  animation-delay: 1.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(1) {
  animation-delay: 0.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(2) {
  animation-delay: 0.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(3) {
  animation-delay: 0.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(4) {
  animation-delay: 0.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(5) {
  animation-delay: 1s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(6) {
  animation-delay: 1.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(7) {
  animation-delay: 1.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(8) {
  animation-delay: 1.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(9) {
  animation-delay: 1.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(10) {
  animation-delay: 1.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(11) {
  animation-delay: 1.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(12) {
  animation-delay: 1.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(13) {
  animation-delay: 1.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(14) {
  animation-delay: 1.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(15) {
  animation-delay: 1.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(16) {
  animation-delay: 1.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(17) {
  animation-delay: 1.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(18) {
  animation-delay: 1.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(19) {
  animation-delay: 1.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(20) {
  animation-delay: 1.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(21) {
  animation-delay: 1.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(22) {
  animation-delay: 1.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(23) {
  animation-delay: 1.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(24) {
  animation-delay: 1.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(25) {
  animation-delay: 1.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(26) {
  animation-delay: 1.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(27) {
  animation-delay: 1.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(28) {
  animation-delay: 1.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(29) {
  animation-delay: 1.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(3) .char:nth-child(30) {
  animation-delay: 2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(1) {
  animation-delay: 1.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(2) {
  animation-delay: 1.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(3) {
  animation-delay: 1.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(4) {
  animation-delay: 1.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(5) {
  animation-delay: 1.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(6) {
  animation-delay: 1.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(7) {
  animation-delay: 1.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(8) {
  animation-delay: 1.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(9) {
  animation-delay: 1.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(10) {
  animation-delay: 1.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(11) {
  animation-delay: 1.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(12) {
  animation-delay: 1.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(13) {
  animation-delay: 1.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(14) {
  animation-delay: 1.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(15) {
  animation-delay: 1.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(16) {
  animation-delay: 1.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(17) {
  animation-delay: 1.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(18) {
  animation-delay: 1.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(19) {
  animation-delay: 1.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(20) {
  animation-delay: 2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(21) {
  animation-delay: 2.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(22) {
  animation-delay: 2.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(23) {
  animation-delay: 2.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(24) {
  animation-delay: 2.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(25) {
  animation-delay: 2.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(26) {
  animation-delay: 2.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(27) {
  animation-delay: 2.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(28) {
  animation-delay: 2.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(29) {
  animation-delay: 2.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(4) .char:nth-child(30) {
  animation-delay: 2.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(1) {
  animation-delay: 1.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(2) {
  animation-delay: 1.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(3) {
  animation-delay: 1.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(4) {
  animation-delay: 1.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(5) {
  animation-delay: 1.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(6) {
  animation-delay: 1.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(7) {
  animation-delay: 1.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(8) {
  animation-delay: 1.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(9) {
  animation-delay: 1.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(10) {
  animation-delay: 2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(11) {
  animation-delay: 2.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(12) {
  animation-delay: 2.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(13) {
  animation-delay: 2.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(14) {
  animation-delay: 2.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(15) {
  animation-delay: 2.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(16) {
  animation-delay: 2.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(17) {
  animation-delay: 2.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(18) {
  animation-delay: 2.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(19) {
  animation-delay: 2.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(20) {
  animation-delay: 2.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(21) {
  animation-delay: 2.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(22) {
  animation-delay: 2.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(23) {
  animation-delay: 2.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(24) {
  animation-delay: 2.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(25) {
  animation-delay: 2.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(26) {
  animation-delay: 2.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(27) {
  animation-delay: 2.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(28) {
  animation-delay: 2.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(29) {
  animation-delay: 2.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(5) .char:nth-child(30) {
  animation-delay: 2.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(1) {
  animation-delay: 2.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(2) {
  animation-delay: 2.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(3) {
  animation-delay: 2.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(4) {
  animation-delay: 2.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(5) {
  animation-delay: 2.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(6) {
  animation-delay: 2.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(7) {
  animation-delay: 2.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(8) {
  animation-delay: 2.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(9) {
  animation-delay: 2.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(10) {
  animation-delay: 2.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(11) {
  animation-delay: 2.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(12) {
  animation-delay: 2.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(13) {
  animation-delay: 2.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(14) {
  animation-delay: 2.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(15) {
  animation-delay: 2.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(16) {
  animation-delay: 2.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(17) {
  animation-delay: 2.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(18) {
  animation-delay: 2.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(19) {
  animation-delay: 2.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(20) {
  animation-delay: 2.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(21) {
  animation-delay: 2.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(22) {
  animation-delay: 2.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(23) {
  animation-delay: 2.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(24) {
  animation-delay: 2.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(25) {
  animation-delay: 3s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(26) {
  animation-delay: 3.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(27) {
  animation-delay: 3.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(28) {
  animation-delay: 3.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(29) {
  animation-delay: 3.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(6) .char:nth-child(30) {
  animation-delay: 3.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(1) {
  animation-delay: 2.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(2) {
  animation-delay: 2.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(3) {
  animation-delay: 2.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(4) {
  animation-delay: 2.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(5) {
  animation-delay: 2.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(6) {
  animation-delay: 2.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(7) {
  animation-delay: 2.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(8) {
  animation-delay: 2.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(9) {
  animation-delay: 2.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(10) {
  animation-delay: 2.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(11) {
  animation-delay: 2.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(12) {
  animation-delay: 2.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(13) {
  animation-delay: 2.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(14) {
  animation-delay: 2.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(15) {
  animation-delay: 3s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(16) {
  animation-delay: 3.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(17) {
  animation-delay: 3.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(18) {
  animation-delay: 3.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(19) {
  animation-delay: 3.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(20) {
  animation-delay: 3.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(21) {
  animation-delay: 3.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(22) {
  animation-delay: 3.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(23) {
  animation-delay: 3.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(24) {
  animation-delay: 3.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(25) {
  animation-delay: 3.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(26) {
  animation-delay: 3.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(27) {
  animation-delay: 3.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(28) {
  animation-delay: 3.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(29) {
  animation-delay: 3.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(7) .char:nth-child(30) {
  animation-delay: 3.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(1) {
  animation-delay: 2.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(2) {
  animation-delay: 2.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(3) {
  animation-delay: 2.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(4) {
  animation-delay: 2.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(5) {
  animation-delay: 3s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(6) {
  animation-delay: 3.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(7) {
  animation-delay: 3.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(8) {
  animation-delay: 3.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(9) {
  animation-delay: 3.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(10) {
  animation-delay: 3.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(11) {
  animation-delay: 3.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(12) {
  animation-delay: 3.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(13) {
  animation-delay: 3.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(14) {
  animation-delay: 3.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(15) {
  animation-delay: 3.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(16) {
  animation-delay: 3.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(17) {
  animation-delay: 3.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(18) {
  animation-delay: 3.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(19) {
  animation-delay: 3.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(20) {
  animation-delay: 3.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(21) {
  animation-delay: 3.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(22) {
  animation-delay: 3.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(23) {
  animation-delay: 3.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(24) {
  animation-delay: 3.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(25) {
  animation-delay: 3.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(26) {
  animation-delay: 3.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(27) {
  animation-delay: 3.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(28) {
  animation-delay: 3.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(29) {
  animation-delay: 3.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(8) .char:nth-child(30) {
  animation-delay: 4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(1) {
  animation-delay: 3.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(2) {
  animation-delay: 3.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(3) {
  animation-delay: 3.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(4) {
  animation-delay: 3.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(5) {
  animation-delay: 3.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(6) {
  animation-delay: 3.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(7) {
  animation-delay: 3.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(8) {
  animation-delay: 3.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(9) {
  animation-delay: 3.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(10) {
  animation-delay: 3.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(11) {
  animation-delay: 3.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(12) {
  animation-delay: 3.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(13) {
  animation-delay: 3.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(14) {
  animation-delay: 3.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(15) {
  animation-delay: 3.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(16) {
  animation-delay: 3.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(17) {
  animation-delay: 3.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(18) {
  animation-delay: 3.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(19) {
  animation-delay: 3.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(20) {
  animation-delay: 4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(21) {
  animation-delay: 4.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(22) {
  animation-delay: 4.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(23) {
  animation-delay: 4.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(24) {
  animation-delay: 4.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(25) {
  animation-delay: 4.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(26) {
  animation-delay: 4.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(27) {
  animation-delay: 4.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(28) {
  animation-delay: 4.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(29) {
  animation-delay: 4.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(9) .char:nth-child(30) {
  animation-delay: 4.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(1) {
  animation-delay: 3.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(2) {
  animation-delay: 3.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(3) {
  animation-delay: 3.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(4) {
  animation-delay: 3.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(5) {
  animation-delay: 3.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(6) {
  animation-delay: 3.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(7) {
  animation-delay: 3.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(8) {
  animation-delay: 3.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(9) {
  animation-delay: 3.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(10) {
  animation-delay: 4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(11) {
  animation-delay: 4.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(12) {
  animation-delay: 4.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(13) {
  animation-delay: 4.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(14) {
  animation-delay: 4.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(15) {
  animation-delay: 4.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(16) {
  animation-delay: 4.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(17) {
  animation-delay: 4.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(18) {
  animation-delay: 4.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(19) {
  animation-delay: 4.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(20) {
  animation-delay: 4.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(21) {
  animation-delay: 4.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(22) {
  animation-delay: 4.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(23) {
  animation-delay: 4.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(24) {
  animation-delay: 4.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(25) {
  animation-delay: 4.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(26) {
  animation-delay: 4.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(27) {
  animation-delay: 4.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(28) {
  animation-delay: 4.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(29) {
  animation-delay: 4.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(10) .char:nth-child(30) {
  animation-delay: 4.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(1) {
  animation-delay: 4.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(2) {
  animation-delay: 4.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(3) {
  animation-delay: 4.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(4) {
  animation-delay: 4.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(5) {
  animation-delay: 4.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(6) {
  animation-delay: 4.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(7) {
  animation-delay: 4.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(8) {
  animation-delay: 4.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(9) {
  animation-delay: 4.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(10) {
  animation-delay: 4.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(11) {
  animation-delay: 4.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(12) {
  animation-delay: 4.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(13) {
  animation-delay: 4.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(14) {
  animation-delay: 4.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(15) {
  animation-delay: 4.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(16) {
  animation-delay: 4.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(17) {
  animation-delay: 4.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(18) {
  animation-delay: 4.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(19) {
  animation-delay: 4.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(20) {
  animation-delay: 4.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(21) {
  animation-delay: 4.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(22) {
  animation-delay: 4.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(23) {
  animation-delay: 4.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(24) {
  animation-delay: 4.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(25) {
  animation-delay: 5s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(26) {
  animation-delay: 5.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(27) {
  animation-delay: 5.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(28) {
  animation-delay: 5.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(29) {
  animation-delay: 5.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(11) .char:nth-child(30) {
  animation-delay: 5.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(1) {
  animation-delay: 4.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(2) {
  animation-delay: 4.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(3) {
  animation-delay: 4.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(4) {
  animation-delay: 4.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(5) {
  animation-delay: 4.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(6) {
  animation-delay: 4.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(7) {
  animation-delay: 4.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(8) {
  animation-delay: 4.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(9) {
  animation-delay: 4.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(10) {
  animation-delay: 4.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(11) {
  animation-delay: 4.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(12) {
  animation-delay: 4.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(13) {
  animation-delay: 4.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(14) {
  animation-delay: 4.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(15) {
  animation-delay: 5s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(16) {
  animation-delay: 5.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(17) {
  animation-delay: 5.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(18) {
  animation-delay: 5.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(19) {
  animation-delay: 5.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(20) {
  animation-delay: 5.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(21) {
  animation-delay: 5.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(22) {
  animation-delay: 5.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(23) {
  animation-delay: 5.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(24) {
  animation-delay: 5.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(25) {
  animation-delay: 5.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(26) {
  animation-delay: 5.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(27) {
  animation-delay: 5.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(28) {
  animation-delay: 5.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(29) {
  animation-delay: 5.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(12) .char:nth-child(30) {
  animation-delay: 5.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(1) {
  animation-delay: 4.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(2) {
  animation-delay: 4.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(3) {
  animation-delay: 4.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(4) {
  animation-delay: 4.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(5) {
  animation-delay: 5s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(6) {
  animation-delay: 5.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(7) {
  animation-delay: 5.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(8) {
  animation-delay: 5.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(9) {
  animation-delay: 5.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(10) {
  animation-delay: 5.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(11) {
  animation-delay: 5.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(12) {
  animation-delay: 5.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(13) {
  animation-delay: 5.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(14) {
  animation-delay: 5.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(15) {
  animation-delay: 5.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(16) {
  animation-delay: 5.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(17) {
  animation-delay: 5.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(18) {
  animation-delay: 5.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(19) {
  animation-delay: 5.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(20) {
  animation-delay: 5.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(21) {
  animation-delay: 5.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(22) {
  animation-delay: 5.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(23) {
  animation-delay: 5.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(24) {
  animation-delay: 5.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(25) {
  animation-delay: 5.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(26) {
  animation-delay: 5.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(27) {
  animation-delay: 5.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(28) {
  animation-delay: 5.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(29) {
  animation-delay: 5.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(13) .char:nth-child(30) {
  animation-delay: 6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(1) {
  animation-delay: 5.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(2) {
  animation-delay: 5.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(3) {
  animation-delay: 5.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(4) {
  animation-delay: 5.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(5) {
  animation-delay: 5.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(6) {
  animation-delay: 5.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(7) {
  animation-delay: 5.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(8) {
  animation-delay: 5.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(9) {
  animation-delay: 5.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(10) {
  animation-delay: 5.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(11) {
  animation-delay: 5.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(12) {
  animation-delay: 5.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(13) {
  animation-delay: 5.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(14) {
  animation-delay: 5.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(15) {
  animation-delay: 5.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(16) {
  animation-delay: 5.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(17) {
  animation-delay: 5.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(18) {
  animation-delay: 5.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(19) {
  animation-delay: 5.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(20) {
  animation-delay: 6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(21) {
  animation-delay: 6.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(22) {
  animation-delay: 6.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(23) {
  animation-delay: 6.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(24) {
  animation-delay: 6.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(25) {
  animation-delay: 6.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(26) {
  animation-delay: 6.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(27) {
  animation-delay: 6.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(28) {
  animation-delay: 6.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(29) {
  animation-delay: 6.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(14) .char:nth-child(30) {
  animation-delay: 6.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(1) {
  animation-delay: 5.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(2) {
  animation-delay: 5.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(3) {
  animation-delay: 5.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(4) {
  animation-delay: 5.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(5) {
  animation-delay: 5.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(6) {
  animation-delay: 5.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(7) {
  animation-delay: 5.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(8) {
  animation-delay: 5.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(9) {
  animation-delay: 5.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(10) {
  animation-delay: 6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(11) {
  animation-delay: 6.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(12) {
  animation-delay: 6.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(13) {
  animation-delay: 6.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(14) {
  animation-delay: 6.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(15) {
  animation-delay: 6.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(16) {
  animation-delay: 6.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(17) {
  animation-delay: 6.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(18) {
  animation-delay: 6.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(19) {
  animation-delay: 6.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(20) {
  animation-delay: 6.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(21) {
  animation-delay: 6.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(22) {
  animation-delay: 6.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(23) {
  animation-delay: 6.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(24) {
  animation-delay: 6.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(25) {
  animation-delay: 6.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(26) {
  animation-delay: 6.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(27) {
  animation-delay: 6.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(28) {
  animation-delay: 6.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(29) {
  animation-delay: 6.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(15) .char:nth-child(30) {
  animation-delay: 6.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(1) {
  animation-delay: 6.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(2) {
  animation-delay: 6.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(3) {
  animation-delay: 6.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(4) {
  animation-delay: 6.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(5) {
  animation-delay: 6.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(6) {
  animation-delay: 6.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(7) {
  animation-delay: 6.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(8) {
  animation-delay: 6.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(9) {
  animation-delay: 6.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(10) {
  animation-delay: 6.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(11) {
  animation-delay: 6.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(12) {
  animation-delay: 6.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(13) {
  animation-delay: 6.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(14) {
  animation-delay: 6.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(15) {
  animation-delay: 6.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(16) {
  animation-delay: 6.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(17) {
  animation-delay: 6.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(18) {
  animation-delay: 6.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(19) {
  animation-delay: 6.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(20) {
  animation-delay: 6.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(21) {
  animation-delay: 6.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(22) {
  animation-delay: 6.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(23) {
  animation-delay: 6.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(24) {
  animation-delay: 6.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(25) {
  animation-delay: 7s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(26) {
  animation-delay: 7.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(27) {
  animation-delay: 7.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(28) {
  animation-delay: 7.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(29) {
  animation-delay: 7.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(16) .char:nth-child(30) {
  animation-delay: 7.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(1) {
  animation-delay: 6.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(2) {
  animation-delay: 6.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(3) {
  animation-delay: 6.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(4) {
  animation-delay: 6.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(5) {
  animation-delay: 6.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(6) {
  animation-delay: 6.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(7) {
  animation-delay: 6.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(8) {
  animation-delay: 6.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(9) {
  animation-delay: 6.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(10) {
  animation-delay: 6.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(11) {
  animation-delay: 6.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(12) {
  animation-delay: 6.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(13) {
  animation-delay: 6.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(14) {
  animation-delay: 6.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(15) {
  animation-delay: 7s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(16) {
  animation-delay: 7.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(17) {
  animation-delay: 7.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(18) {
  animation-delay: 7.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(19) {
  animation-delay: 7.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(20) {
  animation-delay: 7.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(21) {
  animation-delay: 7.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(22) {
  animation-delay: 7.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(23) {
  animation-delay: 7.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(24) {
  animation-delay: 7.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(25) {
  animation-delay: 7.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(26) {
  animation-delay: 7.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(27) {
  animation-delay: 7.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(28) {
  animation-delay: 7.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(29) {
  animation-delay: 7.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(17) .char:nth-child(30) {
  animation-delay: 7.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(1) {
  animation-delay: 6.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(2) {
  animation-delay: 6.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(3) {
  animation-delay: 6.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(4) {
  animation-delay: 6.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(5) {
  animation-delay: 7s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(6) {
  animation-delay: 7.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(7) {
  animation-delay: 7.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(8) {
  animation-delay: 7.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(9) {
  animation-delay: 7.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(10) {
  animation-delay: 7.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(11) {
  animation-delay: 7.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(12) {
  animation-delay: 7.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(13) {
  animation-delay: 7.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(14) {
  animation-delay: 7.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(15) {
  animation-delay: 7.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(16) {
  animation-delay: 7.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(17) {
  animation-delay: 7.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(18) {
  animation-delay: 7.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(19) {
  animation-delay: 7.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(20) {
  animation-delay: 7.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(21) {
  animation-delay: 7.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(22) {
  animation-delay: 7.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(23) {
  animation-delay: 7.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(24) {
  animation-delay: 7.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(25) {
  animation-delay: 7.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(26) {
  animation-delay: 7.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(27) {
  animation-delay: 7.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(28) {
  animation-delay: 7.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(29) {
  animation-delay: 7.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(18) .char:nth-child(30) {
  animation-delay: 8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(1) {
  animation-delay: 7.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(2) {
  animation-delay: 7.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(3) {
  animation-delay: 7.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(4) {
  animation-delay: 7.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(5) {
  animation-delay: 7.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(6) {
  animation-delay: 7.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(7) {
  animation-delay: 7.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(8) {
  animation-delay: 7.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(9) {
  animation-delay: 7.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(10) {
  animation-delay: 7.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(11) {
  animation-delay: 7.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(12) {
  animation-delay: 7.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(13) {
  animation-delay: 7.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(14) {
  animation-delay: 7.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(15) {
  animation-delay: 7.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(16) {
  animation-delay: 7.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(17) {
  animation-delay: 7.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(18) {
  animation-delay: 7.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(19) {
  animation-delay: 7.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(20) {
  animation-delay: 8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(21) {
  animation-delay: 8.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(22) {
  animation-delay: 8.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(23) {
  animation-delay: 8.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(24) {
  animation-delay: 8.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(25) {
  animation-delay: 8.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(26) {
  animation-delay: 8.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(27) {
  animation-delay: 8.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(28) {
  animation-delay: 8.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(29) {
  animation-delay: 8.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(19) .char:nth-child(30) {
  animation-delay: 8.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(1) {
  animation-delay: 7.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(2) {
  animation-delay: 7.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(3) {
  animation-delay: 7.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(4) {
  animation-delay: 7.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(5) {
  animation-delay: 7.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(6) {
  animation-delay: 7.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(7) {
  animation-delay: 7.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(8) {
  animation-delay: 7.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(9) {
  animation-delay: 7.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(10) {
  animation-delay: 8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(11) {
  animation-delay: 8.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(12) {
  animation-delay: 8.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(13) {
  animation-delay: 8.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(14) {
  animation-delay: 8.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(15) {
  animation-delay: 8.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(16) {
  animation-delay: 8.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(17) {
  animation-delay: 8.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(18) {
  animation-delay: 8.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(19) {
  animation-delay: 8.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(20) {
  animation-delay: 8.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(21) {
  animation-delay: 8.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(22) {
  animation-delay: 8.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(23) {
  animation-delay: 8.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(24) {
  animation-delay: 8.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(25) {
  animation-delay: 8.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(26) {
  animation-delay: 8.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(27) {
  animation-delay: 8.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(28) {
  animation-delay: 8.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(29) {
  animation-delay: 8.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(20) .char:nth-child(30) {
  animation-delay: 8.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(1) {
  animation-delay: 8.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(2) {
  animation-delay: 8.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(3) {
  animation-delay: 8.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(4) {
  animation-delay: 8.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(5) {
  animation-delay: 8.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(6) {
  animation-delay: 8.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(7) {
  animation-delay: 8.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(8) {
  animation-delay: 8.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(9) {
  animation-delay: 8.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(10) {
  animation-delay: 8.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(11) {
  animation-delay: 8.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(12) {
  animation-delay: 8.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(13) {
  animation-delay: 8.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(14) {
  animation-delay: 8.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(15) {
  animation-delay: 8.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(16) {
  animation-delay: 8.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(17) {
  animation-delay: 8.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(18) {
  animation-delay: 8.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(19) {
  animation-delay: 8.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(20) {
  animation-delay: 8.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(21) {
  animation-delay: 8.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(22) {
  animation-delay: 8.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(23) {
  animation-delay: 8.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(24) {
  animation-delay: 8.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(25) {
  animation-delay: 9s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(26) {
  animation-delay: 9.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(27) {
  animation-delay: 9.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(28) {
  animation-delay: 9.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(29) {
  animation-delay: 9.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(21) .char:nth-child(30) {
  animation-delay: 9.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(1) {
  animation-delay: 8.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(2) {
  animation-delay: 8.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(3) {
  animation-delay: 8.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(4) {
  animation-delay: 8.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(5) {
  animation-delay: 8.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(6) {
  animation-delay: 8.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(7) {
  animation-delay: 8.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(8) {
  animation-delay: 8.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(9) {
  animation-delay: 8.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(10) {
  animation-delay: 8.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(11) {
  animation-delay: 8.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(12) {
  animation-delay: 8.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(13) {
  animation-delay: 8.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(14) {
  animation-delay: 8.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(15) {
  animation-delay: 9s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(16) {
  animation-delay: 9.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(17) {
  animation-delay: 9.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(18) {
  animation-delay: 9.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(19) {
  animation-delay: 9.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(20) {
  animation-delay: 9.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(21) {
  animation-delay: 9.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(22) {
  animation-delay: 9.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(23) {
  animation-delay: 9.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(24) {
  animation-delay: 9.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(25) {
  animation-delay: 9.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(26) {
  animation-delay: 9.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(27) {
  animation-delay: 9.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(28) {
  animation-delay: 9.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(29) {
  animation-delay: 9.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(22) .char:nth-child(30) {
  animation-delay: 9.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(1) {
  animation-delay: 8.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(2) {
  animation-delay: 8.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(3) {
  animation-delay: 8.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(4) {
  animation-delay: 8.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(5) {
  animation-delay: 9s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(6) {
  animation-delay: 9.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(7) {
  animation-delay: 9.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(8) {
  animation-delay: 9.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(9) {
  animation-delay: 9.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(10) {
  animation-delay: 9.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(11) {
  animation-delay: 9.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(12) {
  animation-delay: 9.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(13) {
  animation-delay: 9.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(14) {
  animation-delay: 9.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(15) {
  animation-delay: 9.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(16) {
  animation-delay: 9.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(17) {
  animation-delay: 9.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(18) {
  animation-delay: 9.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(19) {
  animation-delay: 9.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(20) {
  animation-delay: 9.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(21) {
  animation-delay: 9.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(22) {
  animation-delay: 9.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(23) {
  animation-delay: 9.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(24) {
  animation-delay: 9.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(25) {
  animation-delay: 9.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(26) {
  animation-delay: 9.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(27) {
  animation-delay: 9.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(28) {
  animation-delay: 9.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(29) {
  animation-delay: 9.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(23) .char:nth-child(30) {
  animation-delay: 10s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(1) {
  animation-delay: 9.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(2) {
  animation-delay: 9.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(3) {
  animation-delay: 9.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(4) {
  animation-delay: 9.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(5) {
  animation-delay: 9.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(6) {
  animation-delay: 9.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(7) {
  animation-delay: 9.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(8) {
  animation-delay: 9.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(9) {
  animation-delay: 9.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(10) {
  animation-delay: 9.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(11) {
  animation-delay: 9.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(12) {
  animation-delay: 9.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(13) {
  animation-delay: 9.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(14) {
  animation-delay: 9.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(15) {
  animation-delay: 9.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(16) {
  animation-delay: 9.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(17) {
  animation-delay: 9.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(18) {
  animation-delay: 9.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(19) {
  animation-delay: 9.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(20) {
  animation-delay: 10s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(21) {
  animation-delay: 10.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(22) {
  animation-delay: 10.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(23) {
  animation-delay: 10.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(24) {
  animation-delay: 10.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(25) {
  animation-delay: 10.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(26) {
  animation-delay: 10.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(27) {
  animation-delay: 10.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(28) {
  animation-delay: 10.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(29) {
  animation-delay: 10.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(24) .char:nth-child(30) {
  animation-delay: 10.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(1) {
  animation-delay: 9.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(2) {
  animation-delay: 9.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(3) {
  animation-delay: 9.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(4) {
  animation-delay: 9.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(5) {
  animation-delay: 9.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(6) {
  animation-delay: 9.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(7) {
  animation-delay: 9.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(8) {
  animation-delay: 9.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(9) {
  animation-delay: 9.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(10) {
  animation-delay: 10s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(11) {
  animation-delay: 10.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(12) {
  animation-delay: 10.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(13) {
  animation-delay: 10.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(14) {
  animation-delay: 10.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(15) {
  animation-delay: 10.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(16) {
  animation-delay: 10.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(17) {
  animation-delay: 10.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(18) {
  animation-delay: 10.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(19) {
  animation-delay: 10.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(20) {
  animation-delay: 10.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(21) {
  animation-delay: 10.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(22) {
  animation-delay: 10.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(23) {
  animation-delay: 10.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(24) {
  animation-delay: 10.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(25) {
  animation-delay: 10.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(26) {
  animation-delay: 10.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(27) {
  animation-delay: 10.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(28) {
  animation-delay: 10.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(29) {
  animation-delay: 10.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(25) .char:nth-child(30) {
  animation-delay: 10.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(1) {
  animation-delay: 10.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(2) {
  animation-delay: 10.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(3) {
  animation-delay: 10.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(4) {
  animation-delay: 10.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(5) {
  animation-delay: 10.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(6) {
  animation-delay: 10.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(7) {
  animation-delay: 10.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(8) {
  animation-delay: 10.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(9) {
  animation-delay: 10.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(10) {
  animation-delay: 10.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(11) {
  animation-delay: 10.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(12) {
  animation-delay: 10.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(13) {
  animation-delay: 10.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(14) {
  animation-delay: 10.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(15) {
  animation-delay: 10.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(16) {
  animation-delay: 10.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(17) {
  animation-delay: 10.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(18) {
  animation-delay: 10.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(19) {
  animation-delay: 10.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(20) {
  animation-delay: 10.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(21) {
  animation-delay: 10.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(22) {
  animation-delay: 10.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(23) {
  animation-delay: 10.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(24) {
  animation-delay: 10.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(25) {
  animation-delay: 11s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(26) {
  animation-delay: 11.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(27) {
  animation-delay: 11.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(28) {
  animation-delay: 11.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(29) {
  animation-delay: 11.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(26) .char:nth-child(30) {
  animation-delay: 11.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(1) {
  animation-delay: 10.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(2) {
  animation-delay: 10.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(3) {
  animation-delay: 10.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(4) {
  animation-delay: 10.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(5) {
  animation-delay: 10.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(6) {
  animation-delay: 10.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(7) {
  animation-delay: 10.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(8) {
  animation-delay: 10.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(9) {
  animation-delay: 10.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(10) {
  animation-delay: 10.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(11) {
  animation-delay: 10.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(12) {
  animation-delay: 10.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(13) {
  animation-delay: 10.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(14) {
  animation-delay: 10.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(15) {
  animation-delay: 11s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(16) {
  animation-delay: 11.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(17) {
  animation-delay: 11.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(18) {
  animation-delay: 11.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(19) {
  animation-delay: 11.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(20) {
  animation-delay: 11.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(21) {
  animation-delay: 11.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(22) {
  animation-delay: 11.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(23) {
  animation-delay: 11.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(24) {
  animation-delay: 11.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(25) {
  animation-delay: 11.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(26) {
  animation-delay: 11.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(27) {
  animation-delay: 11.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(28) {
  animation-delay: 11.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(29) {
  animation-delay: 11.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(27) .char:nth-child(30) {
  animation-delay: 11.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(1) {
  animation-delay: 10.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(2) {
  animation-delay: 10.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(3) {
  animation-delay: 10.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(4) {
  animation-delay: 10.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(5) {
  animation-delay: 11s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(6) {
  animation-delay: 11.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(7) {
  animation-delay: 11.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(8) {
  animation-delay: 11.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(9) {
  animation-delay: 11.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(10) {
  animation-delay: 11.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(11) {
  animation-delay: 11.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(12) {
  animation-delay: 11.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(13) {
  animation-delay: 11.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(14) {
  animation-delay: 11.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(15) {
  animation-delay: 11.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(16) {
  animation-delay: 11.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(17) {
  animation-delay: 11.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(18) {
  animation-delay: 11.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(19) {
  animation-delay: 11.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(20) {
  animation-delay: 11.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(21) {
  animation-delay: 11.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(22) {
  animation-delay: 11.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(23) {
  animation-delay: 11.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(24) {
  animation-delay: 11.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(25) {
  animation-delay: 11.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(26) {
  animation-delay: 11.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(27) {
  animation-delay: 11.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(28) {
  animation-delay: 11.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(29) {
  animation-delay: 11.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(28) .char:nth-child(30) {
  animation-delay: 12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(1) {
  animation-delay: 11.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(2) {
  animation-delay: 11.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(3) {
  animation-delay: 11.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(4) {
  animation-delay: 11.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(5) {
  animation-delay: 11.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(6) {
  animation-delay: 11.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(7) {
  animation-delay: 11.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(8) {
  animation-delay: 11.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(9) {
  animation-delay: 11.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(10) {
  animation-delay: 11.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(11) {
  animation-delay: 11.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(12) {
  animation-delay: 11.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(13) {
  animation-delay: 11.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(14) {
  animation-delay: 11.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(15) {
  animation-delay: 11.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(16) {
  animation-delay: 11.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(17) {
  animation-delay: 11.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(18) {
  animation-delay: 11.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(19) {
  animation-delay: 11.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(20) {
  animation-delay: 12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(21) {
  animation-delay: 12.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(22) {
  animation-delay: 12.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(23) {
  animation-delay: 12.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(24) {
  animation-delay: 12.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(25) {
  animation-delay: 12.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(26) {
  animation-delay: 12.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(27) {
  animation-delay: 12.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(28) {
  animation-delay: 12.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(29) {
  animation-delay: 12.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(29) .char:nth-child(30) {
  animation-delay: 12.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(1) {
  animation-delay: 11.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(2) {
  animation-delay: 11.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(3) {
  animation-delay: 11.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(4) {
  animation-delay: 11.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(5) {
  animation-delay: 11.8s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(6) {
  animation-delay: 11.84s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(7) {
  animation-delay: 11.88s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(8) {
  animation-delay: 11.92s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(9) {
  animation-delay: 11.96s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(10) {
  animation-delay: 12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(11) {
  animation-delay: 12.04s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(12) {
  animation-delay: 12.08s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(13) {
  animation-delay: 12.12s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(14) {
  animation-delay: 12.16s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(15) {
  animation-delay: 12.2s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(16) {
  animation-delay: 12.24s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(17) {
  animation-delay: 12.28s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(18) {
  animation-delay: 12.32s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(19) {
  animation-delay: 12.36s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(20) {
  animation-delay: 12.4s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(21) {
  animation-delay: 12.44s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(22) {
  animation-delay: 12.48s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(23) {
  animation-delay: 12.52s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(24) {
  animation-delay: 12.56s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(25) {
  animation-delay: 12.6s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(26) {
  animation-delay: 12.64s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(27) {
  animation-delay: 12.68s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(28) {
  animation-delay: 12.72s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(29) {
  animation-delay: 12.76s;
}
.tx-Main.is-active.is-sp .wrap-me:nth-child(30) .char:nth-child(30) {
  animation-delay: 12.8s;
}

.tx-Main .wrap-me + .wrap-me .char {
  color: transparent;
  min-width: 0.25em;
  margin-right: 3px;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: clamp(1.875rem, 1.2980769231rem + 1.9230769231vw, 2.5rem);
  translate: 0 10px;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(1) {
  animation-delay: 0.84s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(2) {
  animation-delay: 0.88s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(3) {
  animation-delay: 0.92s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(4) {
  animation-delay: 0.96s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(5) {
  animation-delay: 1s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(6) {
  animation-delay: 1.04s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(7) {
  animation-delay: 1.08s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(8) {
  animation-delay: 1.12s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(9) {
  animation-delay: 1.16s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(10) {
  animation-delay: 1.2s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(11) {
  animation-delay: 1.24s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(12) {
  animation-delay: 1.28s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(13) {
  animation-delay: 1.32s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(14) {
  animation-delay: 1.36s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(15) {
  animation-delay: 1.4s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(16) {
  animation-delay: 1.44s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(17) {
  animation-delay: 1.48s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(18) {
  animation-delay: 1.52s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(19) {
  animation-delay: 1.56s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(20) {
  animation-delay: 1.6s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(21) {
  animation-delay: 1.64s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(22) {
  animation-delay: 1.68s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(23) {
  animation-delay: 1.72s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(24) {
  animation-delay: 1.76s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(25) {
  animation-delay: 1.8s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(26) {
  animation-delay: 1.84s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(27) {
  animation-delay: 1.88s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(28) {
  animation-delay: 1.92s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(29) {
  animation-delay: 1.96s;
}
.tx-Main.is-active .wrap-me:nth-child(2) .char:nth-child(30) {
  animation-delay: 2s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tx-m {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  line-height: 2.5;
  color: #fff;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}

.tx-s {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Alumni Sans", "Arial", "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--f-regular);
  font-style: normal;
  font-feature-settings: "palt";
}

.tx-xs {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  list-style-type: none;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
  font-size: 100%;
}

/* 画像の下にできる隙間をなくす */
img {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* hr 要素は不可視で使う */
hr {
  display: none;
}

/* br 要素のレスポンシブ化 */
/* none */
/* br 要素のレスポンシブ化 */
/* none */
@media screen and (max-width: 768px) {
  .pc-Only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-Only {
    display: none;
  }
}
/* テキストインデント */
.txtindent {
  padding-left: 1em;
  text-indent: -1em;
}

/*float
----------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

#left {
  float: left;
}

#right {
  float: right;
}

/*txt-align
----------------------------------*/
.txt-al {
  text-align: left;
}

.txt-ar {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .txt-ar {
    text-align: left;
  }
}
.font-color {
  color: #000 !important;
}

/*underLine*/
.underLine {
  background: linear-gradient(transparent 60%, #f7ed82 60%);
}

/*//////////////////////////////////

module
///////////////////////////////////*/
/*background color
---------------------------*/
.bg-Mv {
  background: url("../images/common/bg_mv.jpg") no-repeat center center;
  background-size: cover;
}

.bg-Lpp {
  background: url("../images/common/bg_left.png") no-repeat left top, url(../images/common/intro_bg.gif) repeat left top;
}

/*inner
---------------------------*/
.inner, .inner--l {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: min(1000px, 100% - clamp(1.875rem, 0.1442307692rem + 5.7692307692vw, 3.75rem));
}
.inner--l {
  width: min(1080px, 100% - clamp(1.875rem, 0.1442307692rem + 5.7692307692vw, 3.75rem));
  max-width: min(1080px, 100% - clamp(1.875rem, 0.1442307692rem + 5.7692307692vw, 3.75rem));
}

.inner2 {
  position: relative;
  margin: 0 auto;
  padding-block: clamp(1.5625rem, 0.6971153846rem + 2.8846153846vw, 2.5rem) clamp(1.875rem, 0.7211538462rem + 3.8461538462vw, 3.125rem);
  width: min(1000px, 100% - clamp(1.875rem, 0.1442307692rem + 5.7692307692vw, 3.75rem));
}
@media screen and (max-width: 639.9px) {
  .inner2 {
    padding-block: clamp(2.1875rem, 2.1875rem + 0vw, 2.1875rem);
  }
}

/*flex-box
---------------------------*/
.flex-Sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-Nomal {
  display: flex;
  flex-wrap: wrap;
}

/*//////////////////////////////////

 animation
///////////////////////////////////*/
/*要素出現
---------------------------------*/
/* ------ animation style ------ */
/* fade fadeInDown */
@keyframes u-fadeInDown {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.u-fadeInDown span {
  opacity: 0;
}

.u-fadeInDown.is-active span {
  opacity: 1;
  animation: u-fadeInDown 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}

.u-fadeInDown span:nth-child(1) {
  animation-delay: 0.1s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(2) {
  animation-delay: 0.2s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(3) {
  animation-delay: 0.3s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(4) {
  animation-delay: 0.4s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(5) {
  animation-delay: 0.5s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(6) {
  animation-delay: 0.6s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(7) {
  animation-delay: 0.7s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(8) {
  animation-delay: 0.8s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(9) {
  animation-delay: 0.9s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(10) {
  animation-delay: 1s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(11) {
  animation-delay: 1.1s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(12) {
  animation-delay: 1.2s;
  display: inline-block;
}

.u-fadeInDown span:nth-child(13) {
  animation-delay: 1.3s;
  display: inline-block;
}

/* fade up  ---------------*/
@keyframes u-fadeInUp {
  0% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.u-fadeInUp span {
  opacity: 0;
}

.u-fadeInUp.is-active span {
  opacity: 1;
  animation: u-fadeInUp 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}

.u-fadeInUp span:nth-child(1) {
  animation-delay: 0.1s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(2) {
  animation-delay: 0.15s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(3) {
  animation-delay: 0.2s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(4) {
  animation-delay: 0.25s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(5) {
  animation-delay: 0.3s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(6) {
  animation-delay: 0.35s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(7) {
  animation-delay: 0.4s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(8) {
  animation-delay: 0.45s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(9) {
  animation-delay: 0.5s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(10) {
  animation-delay: 0.55s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(11) {
  animation-delay: 0.6s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(12) {
  animation-delay: 0.65s;
  display: inline-block;
}

.u-fadeInUp span:nth-child(13) {
  animation-delay: 0.7s;
  display: inline-block;
}

/* fade left  ---------------*/
@keyframes u-fadeInLeft {
  0% {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.u-fadeInLeft span {
  opacity: 0;
}

.u-fadeInLeft.is-active span {
  opacity: 1;
  animation: u-fadeInLeft 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}

.u-fadeInLeft span:nth-child(1) {
  animation-delay: 0.1s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(2) {
  animation-delay: 0.2s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(3) {
  animation-delay: 0.3s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(4) {
  animation-delay: 0.4s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(5) {
  animation-delay: 0.5s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(6) {
  animation-delay: 0.6s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(7) {
  animation-delay: 0.7s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(8) {
  animation-delay: 0.8s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(9) {
  animation-delay: 0.9s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(10) {
  animation-delay: 1s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(11) {
  animation-delay: 1.1s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(12) {
  animation-delay: 1.2s;
  display: inline-block;
}

.u-fadeInLeft span:nth-child(13) {
  animation-delay: 1.3s;
  display: inline-block;
}

/* fade right  ---------------*/
@keyframes u-fadeInRight {
  0% {
    transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.u-fadeInRight span {
  opacity: 0;
}

.u-fadeInRight.is-active span {
  opacity: 1;
  animation: u-fadeInRight 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}

.u-fadeInRight span:nth-child(1) {
  animation-delay: 0.1s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(2) {
  animation-delay: 0.2s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(3) {
  animation-delay: 0.3s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(4) {
  animation-delay: 0.4s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(5) {
  animation-delay: 0.5s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(6) {
  animation-delay: 0.6s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(7) {
  animation-delay: 0.7s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(8) {
  animation-delay: 0.8s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(9) {
  animation-delay: 0.9s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(10) {
  animation-delay: 1s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(11) {
  animation-delay: 1.1s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(12) {
  animation-delay: 1.2s;
  display: inline-block;
}

.u-fadeInRight span:nth-child(13) {
  animation-delay: 1.3s;
  display: inline-block;
}

/* カーテン背景色  ---------------*/
@keyframes u-bgL {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.u-bgL {
  position: relative;
  z-index: 2;
}

.u-bgL::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #CDAF81;
  position: absolute;
  top: 0;
  right: 0;
  animation: u-bgL 1s ease 1.5s both;
}

/*.u-fadeInSlide2.is-active::after{ }*/
.bg-Right {
  display: grid;
  align-content: center;
  opacity: 0;
  transition: 0.3s;
}
.bg-Right.is-active {
  opacity: 1;
}

/* fade  ---------------*/
/* fadeUp ---------------*/
@keyframes u-fadeUp {
  0% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.u-fadeUp {
  opacity: 0;
}

.u-fadeUp.is-active {
  opacity: 1;
  animation: u-fadeUp 1.5s ease both;
}

/* fadeDown ---------------*/
@keyframes u-fadeDown {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* img slide ---------------*/
.u-fadeInSlide {
  position: relative;
  z-index: 2;
}

.u-fadeInSlide::after {
  content: "";
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.u-fadeInSlide.is-active::after {
  transition: all 0.5s 3s;
  transform: scaleX(0);
}

/* single marker ---------------*/
.u-fadeInMarker {
  background: linear-gradient(to right, transparent 50%, rgba(255, 165, 0, 0.3) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.6em;
  background-position: 0 0.6em;
  padding-bottom: 0.6em;
}

.u-fadeInMarker.is-active {
  transition: all 1.2s ease;
  background-position: -100% 0.6em;
}

/*delay-------------*/
.delay-05s.is-active {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-06s.is-active {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.5s;
}

.delay-07s.is-active {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.5s;
}

.delay-08s.is-active {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.5s;
}

.delay-09s.is-active {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.5s;
}

.delay-1s.is-active {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-11s.is-active {
  -webkit-animation-delay: 11s;
  animation-delay: 1.1s;
}

.delay-12s.is-active {
  -webkit-animation-delay: 12s;
  animation-delay: 1.2s;
}

.delay-13s.is-active {
  -webkit-animation-delay: 13s;
  animation-delay: 1.3s;
}

.delay-14s.is-active {
  -webkit-animation-delay: 14s;
  animation-delay: 1.4s;
}

.delay-15s.is-active {
  -webkit-animation-delay: 15s;
  animation-delay: 1.5s;
}

.delay-16s.is-active {
  -webkit-animation-delay: 16s;
  animation-delay: 1.6s;
}

.delay-17s.is-active {
  -webkit-animation-delay: 17s;
  animation-delay: 1.7s;
}

.delay-18s.is-active {
  -webkit-animation-delay: 18s;
  animation-delay: 1.8s;
}

.delay-19s.is-active {
  -webkit-animation-delay: 19s;
  animation-delay: 1.9s;
}

.delay-2s.is-active {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-21s.is-active {
  -webkit-animation-delay: 21s;
  animation-delay: 2.1s;
}

.delay-22s.is-active {
  -webkit-animation-delay: 22s;
  animation-delay: 2.2s;
}

.delay-23s.is-active {
  -webkit-animation-delay: 23s;
  animation-delay: 2.3s;
}

.delay-24s.is-active {
  -webkit-animation-delay: 24s;
  animation-delay: 2.4s;
}

.delay-25s.is-active {
  -webkit-animation-delay: 25s;
  animation-delay: 2.5s;
}

.delay-26s.is-active {
  -webkit-animation-delay: 26s;
  animation-delay: 2.6s;
}

.delay-27s.is-active {
  -webkit-animation-delay: 27s;
  animation-delay: 2.7s;
}

.delay-28s.is-active {
  -webkit-animation-delay: 28s;
  animation-delay: 2.8s;
}

.delay-29s.is-active {
  -webkit-animation-delay: 29s;
  animation-delay: 2.9s;
}

.delay-3s.is-active {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-31s.is-active {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.delay-35s.is-active {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-4s.is-active {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.delay-45s.is-active {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-5s.is-active {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.delay-55s.is-active {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.delay-6s.is-active {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.delay-7s.is-active {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.delay-75s.is-active {
  -webkit-animation-delay: 7.7s;
  animation-delay: 7.7s;
}

.delay-8s.is-active {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.delay-9s.is-active {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.delay-10s.is-active {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

/*curtain
---------------------------------*/
.curtainIn {
  position: relative;
  opacity: 0;
  z-index: 0;
}

.maskWH {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  background-color: #f7f5ed;
}

.maskWH2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.maskWH3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  background-color: #E7E7E7;
}

.maskWH-wh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
  background-color: #e7e5e5;
}

/*animation ------------*/
/*fade motion---------------------*/
.move,
.move:hover {
  transition: all 0.2s ease-in-out 0.6s;
}

.move2,
.move2:hover {
  transition: all 4s ease-in-out 10s;
}

.fade_box {
  transform: translateY(30px);
  opacity: 0;
}

/*button
---------------------------------*/
/**/
.button-Main {
  cursor: pointer;
  display: block;
  position: relative;
  display: block;
  vertical-align: middle;
  z-index: 0;
  transition: all 0.25s;
  padding: 1.6rem 0rem 1.6rem 3rem;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 50px;
  background-color: #CDAF81;
  color: #fff !important;
  letter-spacing: 0.05em;
}

.button-Main:hover {
  color: #fff;
  background-color: #CDAF81;
}

.button-Main::before,
.button-Main::after {
  transition: all 0.25s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*//////////////////////////////////

Header
///////////////////////////////////*/
.first-View {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, #0D182F 30%, #294C95);
  display: grid;
  padding-block: clamp(2.8125rem, 2.8125rem + 0vw, 2.8125rem) calc(clamp(18.75rem, 10.5rem + 27.5vw, 27.6875rem) + 30px);
  background: linear-gradient(to top, #86F298 15%, #2483DD 61%, #20347C 79%, #40245D 97%);
  background-repeat: repeat-x;
}
@media screen and (max-width: 639.9px) {
  .first-View {
    padding-top: clamp(3.125rem, 1.3942307692rem + 5.7692307692vw, 5rem);
  }
}
.first-View span.is-decoration {
  position: absolute;
  display: block;
  inset: 0 0 0 0;
  z-index: 0;
}
.first-View span.is-decoration::before, .first-View span.is-decoration::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.first-View span.is-decoration::before {
  content: "";
  width: clamp(79.9375rem, 79.9375rem + 0vw, 79.9375rem);
  aspect-ratio: 1279/340;
  background: url("../images/common/cloud_1.svg") no-repeat center/contain;
  right: 0;
  top: 10%;
}
.first-View span.is-decoration::after {
  left: 0;
  width: clamp(80rem, 80rem + 0vw, 80rem);
  aspect-ratio: 1280/195;
  background: url("../images/common/cloud_2.svg") no-repeat center/contain;
  top: 35%;
}
.first-View::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: clamp(125rem, 93.8461538462rem + 103.8461538462vw, 158.75rem);
  aspect-ratio: 2540/443;
  background: url("../images/common/forest.svg") center bottom/contain;
  background-position-x: -577px;
  background-size: 101% 100%;
}
@media (min-width: 1980px) {
  .first-View::after {
    background-position-x: center;
  }
}
.first-View::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  translate: -50% 0;
  bottom: 1px;
  width: clamp(50rem, 23.1153846154rem + 89.6153846154vw, 79.125rem);
  aspect-ratio: 1266/701;
  pointer-events: none;
  background: url("../images/common/bubble.svg") center bottom/contain;
}

/**/
.bg_hhd2024 {
  font-size: clamp(9rem, 17vw, 30rem);
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  font-family: hvB;
  color: #e8ebf2;
  position: absolute;
  top: -25px;
  left: 6%;
  z-index: -10;
}
.bg_hhd2024 .font-4 {
  font-size: clamp(11rem, 21vw, 38rem);
}

/*- @media 768px-*/
@media screen and (max-width: 768px) {
  .bg_hhd2024 {
    top: 0px;
    left: 0%;
  }
}
.hero__Header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: grid;
  gap: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}
.hero__Header__text, .hero__Header__text--en {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.9;
  letter-spacing: 0.15em;
}
.hero__Header__text--en {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.hero__Header h2 {
  margin-bottom: 60px;
}
.hero__Header h3 {
  color: #fff;
}
.hero__Header p {
  color: #fff;
}

/**/
.hero__Name {
  position: relative;
  margin-top: clamp(1.875rem, -1.2980769231rem + 10.5769230769vw, 5.3125rem);
}
@media (max-width: 1023px) {
  .hero__Name {
    margin-top: 40px;
  }
}
.hero__Name h2 {
  margin-bottom: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  display: block;
  max-inline-size: max-content;
}
@media (max-width: 1000px) {
  .hero__Name h2 {
    margin-inline: auto;
  }
}
.hero__Name h2 img {
  width: 20.0625rem;
}

.hero__Name-List {
  display: flex;
  gap: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .hero__Name-List {
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .hero__Name-List {
    display: grid;
  }
}
@media (max-width: 460px) {
  .hero__Name-List__item * {
    text-align: center;
  }
}
.hero__Name-List__item__post {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  color: #fff;
}
.hero__Name-List__item__post span {
  display: block;
  color: #fff;
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  line-height: 1;
}
.hero__Name-List__item__name {
  font-size: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  margin-top: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
  display: grid;
  gap: 3px;
}
.hero__Name-List__item__name span {
  display: block;
  color: #fff;
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  line-height: 1;
}

/*//////////////////////////////////

Contents
/////////////////////////////////*/
main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

/*sec-Link
---------------------------*/
.sec-Link {
  position: relative;
  background: linear-gradient(to bottom, transparent 30%, #fff 30%);
  z-index: 200;
  padding-bottom: clamp(1.875rem, 1.2980769231rem + 1.9230769231vw, 2.5rem);
  margin-top: -80px;
}
@media (max-width: 768px) {
  .sec-Link {
    background-color: #fff;
    margin-top: -50px;
  }
}
.sec-Link__puddle {
  position: absolute;
  width: clamp(17.5rem, 12.5961538462rem + 16.3461538462vw, 22.8125rem);
  aspect-ratio: 365/232;
  left: 0;
  bottom: 0;
  background: url("../images/common/puddle_1.svg") no-repeat center/contain;
}
@media (max-width: 1000px) {
  .sec-Link__puddle {
    display: none;
  }
}
.sec-Link__puddle.is-active::before {
  animation: kf-slide 7s cubic-bezier(0.25, 0.85, 0.25, 1) infinite forwards;
}
.sec-Link__puddle::before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 60px;
  width: clamp(9.8125rem, 9.8125rem + 0vw, 9.8125rem);
  aspect-ratio: 157/114;
  background: url("../images/common/people_1.svg") no-repeat center/contain;
}
.sec-Link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: clamp(25rem, 22.2307692308rem + 9.2307692308vw, 28rem);
  aspect-ratio: 448/222;
  left: 60%;
  translate: -50% 0;
  background: url("../images/common/puddle_2.svg") no-repeat center/contain;
}
.sec-Link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: clamp(11.25rem, 8.5384615385rem + 9.0384615385vw, 14.1875rem);
  aspect-ratio: 227/164;
  right: 0;
  background: url("../images/common/puddle_3.svg") no-repeat center bottom/contain;
}
@media (max-width: 1000px) {
  .sec-Link::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .sec-Link .bnr-area-group {
    padding-bottom: 65px;
  }
}
.sec-Link .bnr-area-group .ttl {
  font-weight: 800;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  display: grid;
  justify-content: center;
  margin-bottom: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}
.sec-Link .bnr-area-group .bnr-box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  justify-content: center;
  justify-items: center;
}
@media (max-width: 768px) {
  .sec-Link .bnr-area-group .bnr-box {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
.sec-Link .bnr-area-group .bnr-box + .bnr-box {
  margin-top: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}
.sec-Link .bnr-area-group .bnr-box li {
  height: 54px;
}
.sec-Link .bnr-area-group .bnr-box li a {
  display: block;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .sec-Link .bnr-area-group .bnr-box li a:hover {
    scale: 1.04;
    box-shadow: 0 8px 11px rgba(0, 0, 0, 0.05);
  }
}
.sec-Link .bnr-area-group .bnr-box li a img {
  height: 100%;
}

@keyframes kf-slide {
  100% {
    right: 120px;
    transform: skewX(10deg);
    bottom: 0;
  }
}
/**/
.sec-Link__List {
  margin: 0 auto;
  max-width: 950px;
}
.sec-Link__List li {
  position: relative;
  width: 14.1%;
}
.sec-Link__List li img {
  width: 100%;
}

/*page-top
---------------------------*/
#page-top {
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  right: 0.5%;
  bottom: 1.5%;
  z-index: 1000;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/*- @media 768px-*/
@media screen and (max-width: 768px) {
  #page-top p {
    display: none;
  }
}
/*////////////////////////////////

footer
////////////////////////////////*/
footer {
  z-index: 100;
  position: relative;
  margin: 0 auto;
  padding-block: clamp(1.25rem, 0.6730769231rem + 1.9230769231vw, 1.875rem) clamp(1.25rem, 0.6730769231rem + 1.9230769231vw, 1.875rem);
  width: 100%;
  background-color: #CDAF81;
}

/*fInner-----------------*/
.foot__Sns {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #CDAF81;
}
.foot__Sns h2 {
  margin-bottom: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}

/**/
.foot__Sns-list {
  margin: 0 auto;
  max-width: 108px;
  display: flex;
  gap: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  justify-content: center;
}
#copy {
  text-align: center;
  color: #fff;
  font-size: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
  font-weight: normal;
  letter-spacing: 0.1em;
}

.grid-column {
  margin-top: clamp(1.875rem, 0.4326923077rem + 4.8076923077vw, 3.4375rem);
  display: grid;
  gap: 0 clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  grid-template-areas: "item1 item2";
}
@media (max-width: 1023px) {
  .grid-column {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2";
  }
}
@media (min-width: 1024px) {
  .grid-column__item:nth-child(2) {
    align-self: end;
    margin-bottom: 10px;
  }
}
.grid-column__item:nth-child(1) {
  grid-area: item1;
}
.grid-column__item:nth-child(2) {
  grid-area: item2;
}
.grid-column__item:nth-child(3) {
  grid-area: item3;
}
.grid-column__item:nth-child(4) {
  grid-area: item4;
}
.grid-column__item:nth-child(5) {
  grid-area: item5;
}
.grid-column__item:nth-child(6) {
  grid-area: item6;
}
.grid-column__item:nth-child(7) {
  grid-area: item7;
}
.grid-column__item:nth-child(8) {
  grid-area: item8;
}
.grid-column__item:nth-child(9) {
  grid-area: item9;
}
.grid-column__item:nth-child(10) {
  grid-area: item10;
}
.grid-column__item:nth-child(11) {
  grid-area: item11;
}
.grid-column__item:nth-child(12) {
  grid-area: item12;
}
.grid-column__item:nth-child(13) {
  grid-area: item13;
}
.grid-column__item:nth-child(14) {
  grid-area: item14;
}
.grid-column__item:nth-child(15) {
  grid-area: item15;
}
.grid-column__item:nth-child(16) {
  grid-area: item16;
}
.grid-column__item:nth-child(17) {
  grid-area: item17;
}
.grid-column__item:nth-child(18) {
  grid-area: item18;
}
.grid-column__item:nth-child(19) {
  grid-area: item19;
}
.grid-column__item:nth-child(20) {
  grid-area: item20;
}

.group-company__title {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 419.9px) {
  .group-company__title {
    text-align: center;
  }
}
.group-company__title ~ .group-company__title {
  margin-top: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
}
.group-company__title a {
  transition: all 1s ease;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .group-company__title a:hover {
    translate: 0 -1px;
    display: inline-block;
    opacity: 0.8;
  }
}
.group-company__title > span {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 0.625rem;
  font-weight: 500;
}
@media screen and (max-width: 419.9px) {
  .group-company__title > span {
    text-align: left;
  }
}
.group-company__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  justify-content: center;
}
@media screen and (max-width: 419.9px) {
  .group-company__list {
    display: grid;
    grid-template-columns: repeat(2, 132px);
  }
}
.group-company__list__item a {
  width: clamp(8.25rem, 8.25rem + 0vw, 8.25rem);
  display: block;
  transition: all 1s ease;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .group-company__list__item a:hover {
    translate: 0 -2px;
    opacity: 0.8;
  }
}
.group-company__list__item a img {
  width: 100%;
}

#snow .foot {
  padding-block: 1.875rem 2.1875rem;
  z-index: 100;
}

.sns {
  display: grid;
  gap: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
}
.sns__title {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 500;
  text-transform: uppercase;
  justify-content: center;
  display: grid;
  color: #fff;
  letter-spacing: 0.15em;
}
.sns__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sns__list a {
  display: block;
}
.sns__list a img {
  transition: all 0.6s;
}
@media (hover: hover) {
  .sns__list a:hover img {
    transform: rotateY(360deg);
  }
}

.is-decoration-people {
  position: absolute;
  display: block;
  inset: 0 0 0 0;
  z-index: 1;
  pointer-events: none;
}
.is-decoration-people::before, .is-decoration-people::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.is-decoration-people::before {
  width: clamp(6.25rem, 4.4615384615rem + 5.9615384615vw, 8.1875rem);
  aspect-ratio: 131/141;
  background-image: url("../images/common/people_2.svg");
  left: 28%;
  bottom: clamp(5rem, 3.8461538462rem + 3.8461538462vw, 6.25rem);
  animation: turn 6s infinite linear;
}
@media (max-width: 1000px) {
  .is-decoration-people::before {
    left: 5%;
  }
}
.is-decoration-people::after {
  width: clamp(12.5rem, 8.4038461538rem + 13.6538461538vw, 16.9375rem);
  aspect-ratio: 271/148;
  background-image: url("../images/common/people_3.svg");
  right: clamp(0rem, -4.5rem + 15vw, 4.875rem);
  bottom: clamp(1.8125rem, 1.8125rem + 0vw, 1.8125rem);
  animation: step 3s infinite linear;
}
@media (max-width: 1000px) {
  .is-decoration-people::after {
    bottom: 80px;
    right: -10px;
  }
}
@media (max-width: 500px) {
  .is-decoration-people::after {
    display: none;
  }
}
.is-decoration-people-sp {
  position: absolute;
  display: block;
  inset: 0 0 0 0;
  z-index: 1;
  pointer-events: none;
}
.is-decoration-people-sp::after {
  content: "";
  position: absolute;
  width: clamp(12.5rem, 7.8846153846rem + 15.3846153846vw, 17.5rem);
  aspect-ratio: 280/165;
  background-image: url("../images/common/people_3.svg");
  animation: step 3s infinite linear;
  bottom: 0;
  right: -10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 501px) {
  .is-decoration-people-sp::after {
    display: none;
  }
}

@keyframes step {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes turn {
  0% {
    transform: rotateY(0deg);
  }
  60% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.sky {
  position: absolute;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
}

.star {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 40%, rgba(255, 255, 255, 0) 70%);
  opacity: var(--base-opacity, 0.65);
  animation: twinkle var(--twinkle, 2.2s) ease-in-out infinite;
  animation-delay: calc(var(--delay, 0s) * -1);
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  40% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
  }
}