@font-face {
  font-family: "hw";
  src: url("/assets/Halesworth-BoldItalic.e1a43339.woff2") format("woff2"), url("/assets/Halesworth-BoldItalic.72bd55ac.woff") format("woff"), url("/assets/Halesworth-BoldItalic.dc99c06a.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "hw";
  src: url("/assets/Halesworth-Italic.bf712eb1.woff2") format("woff2"), url("/assets/Halesworth-Italic.3da66f5c.woff") format("woff"), url("/assets/Halesworth-Italic.fcb5397c.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "helv";
  src: url("/assets/HelveticaNowDisplay-Bold.974684b0.woff2") format("woff2"), url("/assets/HelveticaNowDisplay-Bold.d8ac5aaa.woff") format("woff"), url("/assets/HelveticaNowDisplay-Bold.84fdff66.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "helv";
  src: url("/assets/HelveticaNowDisplay-Medium.0db5c853.woff2") format("woff2"), url("/assets/HelveticaNowDisplay-Medium.480bbcc3.woff") format("woff"), url("/assets/HelveticaNowDisplay-Medium.79c3d90a.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "helv";
  src: url("/assets/HelveticaNowDisplay-Regular.d1a99bd8.woff2") format("woff2"), url("/assets/HelveticaNowDisplay-Regular.bf065ea0.woff") format("woff"), url("/assets/HelveticaNowDisplay-Regular.6ac48f36.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "helv";
  src: url("/assets/HelveticaNowDisplay-Thin.ded7281b.woff2") format("woff2"), url("/assets/HelveticaNowDisplay-Thin.8b4be13b.woff") format("woff"), url("/assets/HelveticaNowDisplay-Thin.1f3e4841.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-black);
  font-size: 10px;
  font-family: helv-reg, helvetica, sans-serif, monospace;
  color: var(--color-white);
  overflow: hidden;
  overscroll-behavior: none;
}
* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
input,
input:before,
input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
  font-family: arial, sans-serif, monospace;
}
a:active, a:link, a:visited {
  text-decoration: none;
}
#app {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}
@media (orientation: portrait) {
  #app {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}._home_59foe_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

._scroll_59foe_9 {
  position: absolute;
  left: -20rem;
  top: 0;
  right: -20rem;
  bottom: 0;
  opacity: 0;
  overflow-y: auto;
  scroll-behavior: auto;
}
._scroll_59foe_9 [data-lenis-prevent] {
  overscroll-behavior: contain;
}
._scroll_content_59foe_22 {
  width: 100%;
  height: 200%;
}

._explore_59foe_27 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  pointer-events: none;
}
._explore_59foe_27 ._text_59foe_37 {
  font-family: helv;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0.8rem 0 1rem 0;
  transition: 0.4s cubic-bezier(0, 0.55, 0.45, 1) 0.4s;
  text-shadow: 0 0 1rem #000000, 0 0 1rem #000000, 0 0 1rem #000000;
}
._explore_59foe_27 ._line1_59foe_48 {
  position: relative;
  width: 1px;
  height: 1rem;
}
._explore_59foe_27 ._line1_59foe_48:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: #ffffff;
  transform-origin: center bottom;
  transition: 0.4s cubic-bezier(0, 0.55, 0.45, 1) 0.7s;
}
._explore_59foe_27 ._line2_59foe_64 {
  position: relative;
  width: 1px;
  height: 3rem;
}
._explore_59foe_27 ._line2_59foe_64:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: #ffffff;
  transform-origin: center bottom;
  transition: 0.4s linear;
}
._explore_hidden_59foe_80 ._text_59foe_37 {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
._explore_hidden_59foe_80 ._line1_59foe_48:before {
  transform: scaleY(0);
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
._explore_hidden_59foe_80 ._line2_59foe_64:before {
  transform: scaleY(0);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}

._jauge_59foe_93 {
  position: absolute;
  left: 50%;
  bottom: 6.5rem;
  width: 48rem;
  height: max(2px, 0.2rem);
  transform: translate3d(-50%, 0, 0);
  border-radius: max(1px, 0.1rem);
  background-color: #4d4d4d;
  overflow: hidden;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.5s;
}
._jauge_59foe_93 > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: max(1px, 0.1rem);
  background-color: #ededed;
  transform: translate3d(-50%, 0, 0);
}
._jauge_hidden_59foe_116 {
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (orientation: portrait) {
  ._jauge_59foe_93 {
    left: 3rem;
    right: 3rem;
    bottom: 4rem;
    width: initial;
    transform: none;
  }
}

._debug_59foe_130 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/debug_home.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
}._burger_ckoza_1 {
  position: fixed;
  right: 3rem;
  top: 3rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  transition: 1s cubic-bezier(0, 0.55, 0.45, 1);
}
._burger_hidden_ckoza_11 {
  opacity: 0;
  pointer-events: none;
}
._burger_ckoza_1 ._text_ckoza_15 {
  font-family: helv;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-align: right;
  margin-right: 1.5rem;
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._burger_ckoza_1 ._icon_ckoza_25 {
  width: 3.8rem;
  height: 3.8rem;
}
._burger_ckoza_1 ._icon_ckoza_25 svg g:first-of-type {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._burger_ckoza_1 ._icon_ckoza_25 svg g:nth-of-type(2) {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._burger_ckoza_1 ._icon_ckoza_25 svg g:nth-of-type(3) {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (hover: hover) and (pointer: fine) {
  ._burger_ckoza_1:hover svg g:first-of-type {
    fill: rgba(255, 255, 255, 0.3);
  }
}
._burger_close_ckoza_46 ._text_ckoza_15 {
  opacity: 0;
  transform: translate3d(2rem, 0, 0);
}
._burger_close_ckoza_46 ._icon_ckoza_25 svg g:nth-of-type(2) {
  opacity: 0;
}
._burger_close_ckoza_46 ._icon_ckoza_25 svg g:nth-of-type(3) {
  opacity: 1;
}._loader_1jp83_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-family: hw-i;
  font-size: 10rem;
  font-weight: 400;
  line-height: 10rem;
  text-align: center;
}
@media (orientation: portrait) {
  ._loader_1jp83_1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
._loader_1jp83_1 ._percent_1jp83_23 {
  position: relative;
  height: 8rem;
  overflow: hidden;
}
._loader_1jp83_1 ._percent_content_1jp83_28 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
._loader_1jp83_1 ._percent_content_hidden_1jp83_36 {
  transform: translate3d(0, -100%, 0);
  transition: 0.5s cubic-bezier(0.55, 0, 1, 0.45);
}
._loader_1jp83_1 ._percent_content_1jp83_28 > * {
  position: relative;
  width: 5.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 100%, 0);
}
@media (orientation: portrait) {
  ._loader_1jp83_1 ._percent_content_1jp83_28 > * {
    width: 3.3rem;
  }
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:last-of-type {
  width: 8.2rem;
}
@media (orientation: portrait) {
  ._loader_1jp83_1 ._percent_content_1jp83_28 > *:last-of-type {
    width: 6rem;
  }
}
._loader_1jp83_1 ._percent_content_1jp83_28 ._number_visible_1jp83_62 {
  transform: none;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
._loader_1jp83_1 ._percent_content_1jp83_28 ._number_1jp83_62 ._content_1jp83_66 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
._loader_1jp83_1 ._percent_content_1jp83_28 ._number_1jp83_62 ._content_1jp83_66 > * {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:nth-child(1) {
  transition-delay: 0.21s;
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:nth-child(1) ._content_1jp83_66 {
  transition-delay: 0.21s;
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:nth-child(2) {
  transition-delay: 0.14s;
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:nth-child(2) ._content_1jp83_66 {
  transition-delay: 0.14s;
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:nth-child(3) {
  transition-delay: 0.07s;
}
._loader_1jp83_1 ._percent_content_1jp83_28 > *:nth-child(3) ._content_1jp83_66 {
  transition-delay: 0.07s;
}
._loader_hidden_1jp83_99 {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.55, 0, 1, 0.45) 0.5s;
}

@keyframes _numberAnim_1jp83_1 {
  0% {
    transform: none;
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}._rollText_yq0fc_1 {
  position: relative;
  cursor: pointer;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(0) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(1) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(2) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(3) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(4) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(5) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(6) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(7) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(8) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(9) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(10) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(11) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(12) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(13) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(14) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(15) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(16) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(17) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(18) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(19) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(20) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(21) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(22) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(23) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(24) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(25) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(26) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(27) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(28) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(29) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(30) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(31) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(32) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(33) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(34) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(35) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(36) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(37) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(38) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(39) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(40) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(41) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(42) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(43) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(44) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(45) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(46) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(47) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(48) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(49) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(50) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(51) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(52) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(53) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(54) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(55) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(56) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(57) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(58) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(59) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(60) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(61) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(62) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(63) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(64) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(65) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(66) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(67) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(68) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(69) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(70) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(71) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(72) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(73) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(74) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(75) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(76) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(77) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(78) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(79) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(80) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(81) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(82) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(83) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(84) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(85) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(86) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(87) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(88) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(89) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(90) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(91) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(92) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(93) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(94) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(95) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(96) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(97) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(98) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(99) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(100) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > * {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  color: transparent;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(0) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(1) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(2) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(3) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(4) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(5) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(6) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(7) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(8) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(9) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(10) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(11) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(12) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(13) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(14) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(15) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(16) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(17) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(18) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(19) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(20) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(21) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(22) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(23) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(24) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(25) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(26) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(27) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(28) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(29) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(30) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(31) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(32) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(33) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(34) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(35) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(36) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(37) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(38) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(39) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(40) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(41) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(42) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(43) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(44) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(45) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(46) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(47) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(48) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(49) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 1.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(50) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(51) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(52) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(53) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(54) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(55) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(56) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(57) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(58) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(59) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(60) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(61) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(62) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(63) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(64) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(65) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(66) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(67) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(68) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(69) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(70) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(71) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(72) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(73) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(74) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 2.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(75) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(76) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.04s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.04s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(77) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.08s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.08s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(78) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.12s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.12s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(79) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.16s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.16s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(80) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.2s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.2s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(81) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.24s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.24s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(82) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.28s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.28s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(83) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.32s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.32s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(84) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.36s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.36s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(85) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.4s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(86) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.44s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.44s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(87) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.48s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.48s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(88) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.52s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.52s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(89) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.56s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.56s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(90) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.6s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.6s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(91) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.64s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.64s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(92) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.68s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.68s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(93) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.72s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.72s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(94) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.76s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.76s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(95) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.8s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.8s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(96) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.84s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.84s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(97) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.88s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.88s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(98) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.92s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.92s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(99) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 3.96s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 3.96s;
}
._rollText_yq0fc_1 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(100) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 4s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 4s;
}
._rollText_underline_yq0fc_631:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(0) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(1) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.02s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.02s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(2) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.04s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.04s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(3) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.06s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.06s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(4) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(5) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(6) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(7) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.14s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.14s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(8) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(9) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.18s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(10) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(11) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(12) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.24s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.24s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(13) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.26s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.26s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(14) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.28s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.28s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(15) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(16) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.32s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.32s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(17) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.34s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.34s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(18) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.36s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.36s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(19) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.38s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.38s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(20) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(21) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.42s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.42s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(22) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.44s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.44s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(23) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.46s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.46s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(24) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.48s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.48s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(25) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(26) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.52s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.52s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(27) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.54s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.54s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(28) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.56s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.56s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(29) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.58s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.58s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(30) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(31) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.62s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.62s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(32) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.64s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.64s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(33) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.66s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.66s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(34) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.68s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.68s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(35) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(36) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.72s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.72s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(37) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.74s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.74s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(38) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.76s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.76s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(39) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.78s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.78s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(40) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(41) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.82s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.82s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(42) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.84s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.84s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(43) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.86s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.86s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(44) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.88s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.88s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(45) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(46) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.92s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.92s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(47) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.94s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.94s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(48) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.96s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.96s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(49) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.98s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.98s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(50) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(51) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.02s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.02s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(52) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.04s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.04s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(53) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.06s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.06s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(54) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.08s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(55) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(56) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.12s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.12s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(57) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.14s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.14s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(58) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.16s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.16s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(59) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.18s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.18s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(60) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(61) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.22s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.22s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(62) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.24s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.24s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(63) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.26s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.26s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(64) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.28s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.28s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(65) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(66) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.32s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.32s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(67) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.34s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.34s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(68) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.36s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.36s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(69) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.38s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.38s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(70) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.4s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(71) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.42s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.42s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(72) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.44s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.44s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(73) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.46s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.46s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(74) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.48s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.48s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(75) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.5s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.5s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(76) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.52s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.52s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(77) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.54s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.54s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(78) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.56s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.56s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(79) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.58s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.58s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(80) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.6s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(81) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.62s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.62s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(82) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.64s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.64s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(83) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.66s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.66s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(84) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.68s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.68s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(85) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.7s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.7s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(86) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.72s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.72s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(87) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.74s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.74s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(88) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.76s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.76s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(89) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.78s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.78s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(90) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.8s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(91) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.82s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.82s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(92) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.84s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.84s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(93) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.86s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.86s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(94) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.88s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.88s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(95) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.9s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.9s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(96) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.92s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.92s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(97) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.94s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.94s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(98) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.96s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.96s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(99) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.98s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.98s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:first-of-type > *:nth-of-type(100) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 2s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(0) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(1) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.02s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.02s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(2) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.04s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.04s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(3) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.06s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.06s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(4) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(5) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(6) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(7) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.14s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.14s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(8) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.16s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(9) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.18s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(10) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(11) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(12) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.24s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.24s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(13) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.26s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.26s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(14) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.28s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.28s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(15) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(16) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.32s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.32s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(17) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.34s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.34s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(18) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.36s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.36s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(19) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.38s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.38s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(20) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(21) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.42s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.42s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(22) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.44s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.44s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(23) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.46s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.46s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(24) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.48s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.48s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(25) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(26) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.52s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.52s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(27) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.54s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.54s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(28) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.56s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.56s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(29) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.58s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.58s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(30) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(31) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.62s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.62s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(32) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.64s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.64s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(33) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.66s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.66s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(34) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.68s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.68s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(35) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(36) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.72s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.72s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(37) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.74s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.74s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(38) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.76s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.76s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(39) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.78s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.78s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(40) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(41) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.82s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.82s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(42) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.84s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.84s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(43) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.86s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.86s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(44) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.88s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.88s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(45) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(46) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.92s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.92s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(47) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.94s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.94s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(48) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.96s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.96s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(49) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.98s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.98s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(50) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(51) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.02s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.02s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(52) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.04s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.04s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(53) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.06s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.06s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(54) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.08s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(55) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(56) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.12s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.12s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(57) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.14s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.14s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(58) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.16s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.16s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(59) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.18s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.18s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(60) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(61) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.22s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.22s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(62) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.24s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.24s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(63) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.26s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.26s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(64) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.28s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.28s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(65) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(66) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.32s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.32s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(67) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.34s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.34s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(68) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.36s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.36s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(69) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.38s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.38s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(70) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.4s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(71) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.42s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.42s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(72) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.44s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.44s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(73) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.46s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.46s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(74) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.48s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.48s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(75) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.5s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.5s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(76) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.52s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.52s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(77) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.54s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.54s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(78) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.56s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.56s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(79) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.58s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.58s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(80) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.6s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(81) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.62s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.62s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(82) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.64s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.64s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(83) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.66s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.66s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(84) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.68s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.68s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(85) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.7s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.7s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(86) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.72s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.72s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(87) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.74s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.74s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(88) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.76s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.76s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(89) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.78s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.78s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(90) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.8s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(91) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.82s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.82s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(92) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.84s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.84s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(93) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.86s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.86s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(94) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.88s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.88s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(95) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.9s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.9s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(96) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.92s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.92s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(97) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.94s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.94s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(98) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.96s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.96s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(99) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.98s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.98s;
}
._rollText_fast_yq0fc_643 ._content_yq0fc_5 > div:last-of-type > *:nth-of-type(100) {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 2s, color 0.7s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}
._rollText_yq0fc_1:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -1rem;
  right: -1rem;
  bottom: -1.5rem;
}
@media (orientation: landscape) {
  ._rollText_yq0fc_1:hover ._content_yq0fc_5 > div:first-of-type > * {
    position: relative;
    display: inline-block;
    transform: translate3d(0, -100%, 0);
    color: transparent;
  }
  ._rollText_yq0fc_1:hover ._content_yq0fc_5 > div:last-of-type > * {
    position: relative;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    color: #ffffff;
  }
  ._rollText_yq0fc_1:hover:after {
    transform: scaleX(1);
  }
}.no-inertia {
  -webkit-overflow-scrolling: auto;
}._menu_1g22l_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
._menu_1g22l_1 ._sliderContainer_1g22l_8 {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
._menu_1g22l_1 ._sliderContainer_1g22l_8:active {
  cursor: grabbing;
}
@media (orientation: portrait) {
  ._menu_1g22l_1 ._sliderContainer_1g22l_8 {
    position: absolute;
    left: 0;
    top: 7rem;
    right: 0;
    bottom: 11rem;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  }
}
._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 {
  width: 100%;
  height: 100%;
}
._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 {
  width: 100%;
}
._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 ._slide_wrapper_1g22l_38 {
  opacity: 0;
}
@media (orientation: portrait) {
  ._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 ._slide_wrapper_1g22l_38 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 ._slide_wrapper_1g22l_38 ._slide_content_1g22l_50 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: helv;
  font-size: 6rem;
  font-weight: 265;
  line-height: 8rem;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.25;
}
@media (max-width: 1330px) {
  ._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 ._slide_wrapper_1g22l_38 ._slide_content_1g22l_50 {
    font-size: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  ._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 ._slide_wrapper_1g22l_38 ._slide_content_1g22l_50:hover {
    opacity: 1 !important;
    transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
@media (orientation: portrait) {
  ._menu_1g22l_1 ._sliderContainer_1g22l_8 ._slider_1g22l_8 ._slide_1g22l_8 ._slide_wrapper_1g22l_38 ._slide_content_1g22l_50 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    opacity: 1;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
._menu_1g22l_1 ._images_1g22l_84 {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._menu_1g22l_1 ._images_1g22l_84 ._content_1g22l_90 {
  position: relative;
  width: 50rem;
  height: 50rem;
  transform: translate3d(-20%, -60%, 0);
}
._menu_1g22l_1 ._images_1g22l_84 ._content_1g22l_90 > * {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
._menu_1g22l_1 ._images_hidden_1g22l_107 {
  opacity: 0;
}
@media (orientation: portrait) {
  ._menu_1g22l_1 ._images_1g22l_84 {
    display: none;
  }
}
._menu_1g22l_1 ._footer_1g22l_115 {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  pointer-events: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
._menu_1g22l_1 ._footer_1g22l_115 a {
  font-family: helv;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  ._menu_1g22l_1 ._footer_1g22l_115 a:hover {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
._menu_1g22l_1 ._footer_1g22l_115 ._links_1g22l_141 {
  display: flex;
  flex-flow: row nowrap;
  pointer-events: all;
}
._menu_1g22l_1 ._footer_1g22l_115 ._links_1g22l_141 > * + * {
  margin-left: 2rem;
}
._menu_1g22l_1 ._footer_1g22l_115 ._social_1g22l_149 {
  display: flex;
  flex-flow: row nowrap;
  pointer-events: all;
}
._menu_1g22l_1 ._footer_1g22l_115 ._social_1g22l_149 > * + * {
  margin-left: 2rem;
}
@media (orientation: portrait) {
  ._menu_1g22l_1 ._footer_1g22l_115 {
    left: 0;
    right: 0;
    bottom: 0;
    flex-flow: column-reverse nowrap;
  }
  ._menu_1g22l_1 ._footer_1g22l_115 > * {
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  ._menu_1g22l_1 ._footer_1g22l_115 > * > * {
    margin-left: 0 !important;
  }
}
._menu_1g22l_1 ._footer_1g22l_115 {
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.7s;
}
@media (orientation: portrait) {
  ._menu_1g22l_1 ._footer_1g22l_115 {
    transition-delay: 1s;
  }
}
._menu_1g22l_1 ._lang_1g22l_186 {
  position: absolute;
  left: 3rem;
  top: 3rem;
  display: flex;
  flex-flow: row nowrap;
  font-family: helv;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1) 0.7s;
}
._menu_1g22l_1 ._lang_1g22l_186 > * {
  margin-right: 1rem;
  opacity: 0.3;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._menu_1g22l_1 ._lang_1g22l_186 ._selected_1g22l_203 {
  opacity: 1;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  ._menu_1g22l_1 ._lang_1g22l_186:hover > * {
    opacity: 1;
  }
}
._menu_hidden_1g22l_212 {
  pointer-events: none;
}
._menu_hidden_1g22l_212 * {
  pointer-events: none !important;
}
._menu_hidden_1g22l_212 ._footer_1g22l_115 {
  transform: translate3d(0, 4rem, 0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
._menu_hidden_1g22l_212 ._lang_1g22l_186 {
  transform: translate3d(0, -2rem, 0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}

._reload_1g22l_229 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 1, 0.45);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
._reload_visible_1g22l_241 {
  opacity: 1;
}._app_yhjj5_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
._app_yhjj5_1 canvas {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

._ref_yhjj5_18 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
  aspect-ratio: 16/9;
  opacity: 0.4;
  background-image: url("/ref.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}