@font-face {
  font-family: "boogy";
  src: url("/assets/BoogyBrut-Regular.feedac86.eot?#iefix") format("embedded-opentype"), url("/assets/BoogyBrut-Regular.50863c24.woff") format("woff"), url("/assets/BoogyBrut-Regular.d24abecd.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "boogy";
  src: url("/assets/BoogyBrut-Bold.7757d407.eot?#iefix") format("embedded-opentype"), url("/assets/BoogyBrut-Bold.a4a4fbe4.woff") format("woff"), url("/assets/BoogyBrut-Bold.a2b58708.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "boogy";
  src: url("/assets/BoogyBrut-Light.61ded4d7.eot?#iefix") format("embedded-opentype"), url("/assets/BoogyBrut-Light.7c6306bf.woff") format("woff"), url("/assets/BoogyBrut-Light.bb9e5184.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "grotesk";
  src: url("../fonts/HankenGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/HankenGrotesk-Regular.d5ab242e.woff") format("woff"), url("/assets/HankenGrotesk-Regular.f9921053.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF6FA;
  font-size: 10px;
  font-family: boogy, arial, sans-serif, monospace;
  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%;
  }
}._btnClose_1iz12_1 {
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
._btnClose_1iz12_1 * {
  pointer-events: all;
}
._btnClose_1iz12_1:before, ._btnClose_1iz12_1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: max(2px, 0.2rem);
  border-radius: max(2px, 0.2rem);
  background: #000000;
}
._btnClose_1iz12_1:before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
._btnClose_1iz12_1:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
@media (orientation: landscape) {
  ._btnClose_1iz12_1 {
    transition: background-color 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnClose_1iz12_1:before, ._btnClose_1iz12_1:after {
    transition: filter 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnClose_1iz12_1:hover {
    background-color: #000000;
  }
  ._btnClose_1iz12_1:hover:before, ._btnClose_1iz12_1:hover:after {
    filter: invert(1);
  }
}._drawer_5430a_1 {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 47.2rem;
  background: #fff6fa;
  box-shadow: max(1px, 0.1rem) 0 10.8rem 0px #baa89c;
  padding: 6rem 0 0 0;
  box-sizing: border-box;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (orientation: portrait) {
  ._drawer_5430a_1 {
    width: 100%;
    box-shadow: none;
  }
}
._drawer_hidden_5430a_19 {
  transform: translate3d(calc(100% + 11rem), 0, 0);
  pointer-events: none;
}
@media (orientation: landscape) {
  ._drawer_5430a_1 *::-webkit-scrollbar {
    width: max(9px, 0.9rem);
  }
  ._drawer_5430a_1 *::-webkit-scrollbar-track {
    background: transparent;
  }
  ._drawer_5430a_1 *::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: max(4px, 0.4rem) solid white;
  }
}

._overlay_5430a_36 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

._content_5430a_44 {
  width: 100%;
  height: 100%;
  padding: 8rem 4.6rem 12.6rem 4.6rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (orientation: portrait) {
  ._content_5430a_44 {
    padding: 8rem 3rem 12.6rem 3rem;
  }
}

._title_5430a_63 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  line-height: 5rem;
  font-variant: small-caps;
  margin-bottom: 2.4rem;
}
@media (orientation: portrait) {
  ._title_5430a_63 {
    text-shadow: none;
  }
}

._btnClose_5430a_78 {
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: all;
  cursor: pointer;
}
._btnClose_5430a_78:before, ._btnClose_5430a_78:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: max(2px, 0.2rem);
  border-radius: max(2px, 0.2rem);
  background: #000000;
}
._btnClose_5430a_78:before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
._btnClose_5430a_78:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

._fade_5430a_106 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20rem;
  background: linear-gradient(180deg, rgba(246, 234, 243, 0) 0%, #f6eaf3 75%);
  pointer-events: none;
}

._fadeTop_5430a_116 {
  position: absolute;
  left: 0;
  top: 6rem;
  right: 0;
  height: 8rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff6fa 75%);
  pointer-events: none;
}._logo_sa1dw_1 {
  position: absolute;
  left: 3.2rem;
  top: 2.8rem;
  width: 9.6rem;
  height: 4rem;
  background-image: url("/assets/logo.620aa7c0.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: all;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.3s;
}
._logo_hidden_sa1dw_14 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}._rollText_yudws_1 {
  position: relative;
  cursor: pointer;
}
._rollText_yudws_1 ._content_yudws_5 > div:first-of-type {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
._rollText_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_5 > div:last-of-type > * {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  color: transparent;
}
._rollText_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_yudws_1 ._content_yudws_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_fast_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_yudws_631 ._content_yudws_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_underline_yudws_1237:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(-1px, -0.1rem);
  height: max(1px, 0.1rem);
  background-color: #000000;
}
@media (orientation: landscape) {
  ._rollText_yudws_1:hover ._content_yudws_5 > div:first-of-type > * {
    position: relative;
    display: inline-block;
    transform: translate3d(0, -100%, 0);
    color: transparent;
  }
  ._rollText_yudws_1:hover ._content_yudws_5 > div:last-of-type > * {
    position: relative;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    color: #000000;
  }
}._scrollbarWrapper_arpl5_1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.7rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media (max-width: 1300px) {
  ._scrollbarWrapper_arpl5_1 {
    bottom: 3rem;
  }
}
._scrollbarWrapper_arpl5_1 ._scrollbar_arpl5_1 {
  position: relative;
  width: 21.2rem;
  height: max(1px, 0.1rem);
  background-color: rgba(0, 0, 0, 0.1);
}
._scrollbarWrapper_arpl5_1 ._scrollbar_arpl5_1 ._trackContainer_arpl5_21 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._scrollbarWrapper_arpl5_1 ._scrollbar_arpl5_1 ._trackContainer_arpl5_21 ._track_arpl5_21 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #252322;
}
._scrollbarWrapper_arpl5_1 ._text_arpl5_35 {
  color: #252322;
  text-align: center;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.67);
  font-family: grotesk;
  font-size: 1.2rem;
  margin-top: 3.3rem;
}
@media (orientation: portrait) {
  ._scrollbarWrapper_arpl5_1 ._text_arpl5_35 {
    text-shadow: none;
  }
}
@media (max-width: 1300px) {
  ._scrollbarWrapper_arpl5_1 ._text_arpl5_35 {
    margin-top: 2rem;
  }
}._slider_2onkb_1 {
  width: 100%;
  height: 100%;
}

._slide_2onkb_1 {
  width: 30rem !important;
  height: 40rem !important;
  background: green;
}

._sliderFit_2onkb_12 {
  position: fixed;
  left: 20rem;
  top: 50%;
  right: 20rem;
  transform: translate3d(0, -50%, 0);
  height: 34rem;
}
@media (max-height: 800px) {
  ._sliderFit_2onkb_12 {
    height: 26rem;
  }
}
@media (orientation: portrait) {
  ._sliderFit_2onkb_12 {
    left: 4rem;
    right: 4rem;
    top: 20rem;
    bottom: 20rem;
    height: initial;
    transform: none;
  }
}

._fitted_2onkb_36 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

._top_2onkb_43 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
@media (max-height: 650px) {
  ._top_2onkb_43 {
    padding-bottom: 2rem;
  }
}
._paintingInfos_2onkb_60 {
  position: absolute;
  left: 0;
  bottom: -1rem;
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
._paintingInfos_hidden_2onkb_70 {
  opacity: 0;
  pointer-events: none;
}
._paintingInfos_2onkb_60 ._title_2onkb_74 {
  color: #252322;
  font-family: boogy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}
._paintingInfos_2onkb_60 ._date_2onkb_81 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.67);
  font-family: grotesk;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
@media (orientation: portrait) {
  ._paintingInfos_2onkb_60 ._date_2onkb_81 {
    text-shadow: none;
  }
}
._paintingInfos_2onkb_60 ._infos_2onkb_95 {
  color: #252322;
  font-family: grotesk;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._paintingInfos_2onkb_60 ._more_2onkb_103 {
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  margin-top: 2rem;
  cursor: pointer;
  pointer-events: all;
}._popinSearch_dwxze_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  pointer-events: none;
}
._popinSearch_hidden_dwxze_10 {
  opacity: 0;
  pointer-events: none !important;
}
._popinSearch_hidden_dwxze_10 * {
  pointer-events: none !important;
}

._input_dwxze_18 {
  position: absolute;
  left: 4.8rem;
  top: 9.4rem;
  right: 0;
}
@media (orientation: portrait) {
  ._input_dwxze_18 {
    left: 3rem;
    top: 7rem;
  }
}
._input_dwxze_18:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  right: 0;
  height: max(2px, 0.2rem);
  background-color: #252322;
}
._input_dwxze_18 input {
  pointer-events: all;
  border: none;
  outline: none;
  background: none;
  color: #252322;
  font-variant-numeric: lining-nums tabular-nums slashed-zero;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  font-variant: small-caps;
}
@media (orientation: portrait) {
  ._input_dwxze_18 input {
    text-shadow: none;
  }
}
._input_dwxze_18 input::-moz-placeholder {
  opacity: 0.5;
}
._input_dwxze_18 input::placeholder {
  opacity: 0.5;
}
@media (orientation: portrait) {
  ._input_dwxze_18 input {
    font-size: 3rem;
  }
}._popinPainting_webo5_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.3s;
}
._popinPainting_hidden_webo5_10 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}
._popinPainting_hidden_webo5_10 * {
  pointer-events: none;
}
._popinPainting_hidden_webo5_10 ._btnClose_webo5_18::before, ._popinPainting_hidden_webo5_10 ._btnClose_webo5_18::after {
  width: 0%;
  transition: width 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

#paintingFrame, .paintingFrame {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100vw - 30rem);
  height: calc(100vh - 30rem);
}
#paintingFrame > div, .paintingFrame > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  #paintingFrame, .paintingFrame {
    width: calc(100vw - 5rem);
    height: calc(100vh - 20rem);
  }
}

._drawer_webo5_53 ._title_webo5_53 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 208.333% */
}
@media (orientation: portrait) {
  ._drawer_webo5_53 ._title_webo5_53 {
    text-shadow: none;
  }
}
._drawer_webo5_53 ._text_webo5_67 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (orientation: portrait) {
  ._drawer_webo5_53 ._text_webo5_67 {
    text-shadow: none;
  }
}
._drawer_webo5_53 ._links_webo5_81 {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 3.4rem 0 5.5rem 0;
}
._drawer_webo5_53 ._links_webo5_81 ._link_pdf_webo5_89 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/assets/pdf.42a6266f.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
._drawer_webo5_53 ._links_webo5_81 ._link_enquire_webo5_98 {
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  cursor: pointer;
}
._drawer_webo5_53 ._content_webo5_107 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  line-height: normal;
}
@media (orientation: portrait) {
  ._drawer_webo5_53 ._content_webo5_107 {
    text-shadow: none;
  }
}

._drawerEnquire_webo5_121 {
  width: 62.7rem;
  display: flex;
  flex-flow: column nowrap;
}
@media (orientation: portrait) {
  ._drawerEnquire_webo5_121 {
    width: 100%;
  }
}
._drawerEnquire_content_webo5_131 {
  padding: 3rem;
}
._drawerEnquire_webo5_121 ._title_webo5_53 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 89.286% */
  font-variant: small-caps;
  margin-bottom: 4rem;
}
@media (orientation: portrait) {
  ._drawerEnquire_webo5_121 ._title_webo5_53 {
    text-shadow: none;
  }
}
._drawerEnquire_webo5_121 ._title_webo5_53:after {
  content: "";
  position: relative;
  display: inline-block;
  left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/dot.f7556e91.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._drawerEnquire_webo5_121 ._fields_webo5_162 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
._drawerEnquire_webo5_121 ._fields_webo5_162 > * {
  width: calc(50% - 2rem);
  margin-bottom: 4.4rem;
}
._drawerEnquire_webo5_121 ._fields_webo5_162 > *:last-of-type {
  width: 100%;
}
@media (orientation: portrait) {
  ._drawerEnquire_webo5_121 ._fields_webo5_162 > * {
    width: 100%;
    margin-bottom: 3rem;
  }
}
._drawerEnquire_webo5_121 ._submit_webo5_180 {
  width: 13.2rem;
  min-height: 5.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 2.8rem;
  border: max(1.5px, 0.15rem) solid rgba(132, 110, 126, 0.3);
  background: rgba(255, 255, 255, 0.07);
  color: #252322;
  text-align: center;
  font-family: boogy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: max(2px, 0.2rem);
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._drawerEnquire_webo5_121 ._submit_webo5_180:hover {
  background: rgba(132, 110, 126, 0.3);
}
._drawerEnquire_webo5_121 ._submit_disabled_webo5_204 {
  background: rgba(132, 110, 126, 0.3);
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}

._loader_webo5_211 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 4.8rem;
  height: 4.8rem;
  border: 0.5rem solid #000000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: _loaderRotation_webo5_1 1s linear infinite;
}

@keyframes _loaderRotation_webo5_1 {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
._btnBefore_webo5_234,
._btnAfter_webo5_235 {
  position: absolute;
  left: 3.2rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate3d(0, -50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
._btnBefore_webo5_234 svg,
._btnAfter_webo5_235 svg {
  width: 0.6rem;
  height: 1rem;
  margin-left: -0.2rem;
}
._btnBefore_webo5_234._btnAfter_webo5_235,
._btnAfter_webo5_235._btnAfter_webo5_235 {
  left: initial;
  right: 3.2rem;
}
._btnBefore_webo5_234._btnAfter_webo5_235 svg,
._btnAfter_webo5_235._btnAfter_webo5_235 svg {
  margin-left: 0.2rem;
  transform: scaleX(-1);
}
@media (orientation: landscape) {
  ._btnBefore_webo5_234,
  ._btnAfter_webo5_235 {
    transition: background-color 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnBefore_webo5_234:before, ._btnBefore_webo5_234:after,
  ._btnAfter_webo5_235:before,
  ._btnAfter_webo5_235:after {
    transition: filter 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnBefore_webo5_234:hover,
  ._btnAfter_webo5_235:hover {
    background-color: #000000;
  }
  ._btnBefore_webo5_234:hover svg,
  ._btnAfter_webo5_235:hover svg {
    filter: invert(1);
  }
}

._exit_webo5_286 {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translate3d(-50%, 0, 0);
  pointer-events: all;
}._menuMobile_ejo62_1 {
  position: fixed;
  right: 3rem;
  top: 3rem;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 50%;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.3s;
}
._menuMobile_ejo62_1:before, ._menuMobile_ejo62_1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 45%;
  height: max(3px, 0.3rem);
  background-color: #000000;
  border-radius: max(3px, 0.3rem);
}
._menuMobile_ejo62_1:before {
  top: 38%;
}
._menuMobile_ejo62_1:after {
  top: 62%;
}
._menuMobile_hidden_ejo62_28 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}

._menuMobileOverlay_ejo62_34 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff6fa;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
._menuMobileOverlay_ejo62_34 ._content_ejo62_43 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
._menuMobileOverlay_ejo62_34 ._content_ejo62_43 > * {
  font-family: boogy;
  font-size: 3rem;
  color: #000000;
  font-variant: small-caps;
}
._menuMobileOverlay_ejo62_34 ._content_ejo62_43 > * + * {
  margin-top: 1rem;
}
._menuMobileOverlay_hidden_ejo62_60 {
  transform: translate3d(100%, 0, 0);
}

._search_ejo62_64 {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
._search_ejo62_64:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  right: 20%;
  bottom: 20%;
  background-image: url("/assets/search.b270482a.svg");
  background-size: cover;
}

._artists_ejo62_84 {
  position: relative;
}
._artists_ejo62_84:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  transform: translate3d(100%, -50%, 0);
  background-image: url("/assets/arrow.8b5ba32c.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
._artists_open_ejo62_101:after {
  transform: translate3d(100%, -50%, 0) rotate(90deg);
}

._gap_ejo62_105 {
  width: 100%;
  height: 2rem;
}._dropdownWrapper_1vdu7_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  padding-top: 1rem;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._dropdownWrapper_hidden_1vdu7_9 {
  opacity: 0;
  pointer-events: none;
}

._dropdown_1vdu7_1 {
  position: relative;
  padding: 0.8rem 0;
  box-sizing: border-box;
  border-radius: 1.6rem;
  background: rgba(252, 249, 247, 0.9);
  cursor: pointer;
}
._dropdown_1vdu7_1 > a {
  position: relative;
  display: block;
  padding: 0.8rem 2.8rem 0.8rem 1.6rem;
  text-align: left;
}
._dropdown_1vdu7_1 > a > * {
  position: relative;
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  font-variant: small-caps;
  transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._dropdown_1vdu7_1 > a._over_1vdu7_41 > * {
  transform: translate3d(1.2rem, 0, 0);
}

._dot_1vdu7_45 {
  position: absolute;
  left: 1.6rem;
  top: 0;
  width: max(4px, 0.4rem);
  height: max(4px, 0.4rem);
  border-radius: 50%;
  padding: 0;
  margin-top: -0.1rem;
  background-image: url("/assets/dot.143e8727.svg");
  background-size: contain;
  transition: top 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
._dot_hidden_1vdu7_58 {
  opacity: 0;
}._menu_fbmv7_1 {
  position: fixed;
  right: 3.2rem;
  top: 2.7rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.3s;
}
._menu_fbmv7_1 > * {
  position: relative;
  margin-left: 5.6rem;
  cursor: pointer;
}
._menu_fbmv7_1 > * {
  color: #252322;
  text-align: right;
  font-family: boogy;
  font-size: 1.9rem;
}
._menu_fbmv7_1 ._search_fbmv7_21 {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
._menu_fbmv7_1 ._search_fbmv7_21:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  right: 20%;
  bottom: 20%;
  background-image: url("/assets/search.b270482a.svg");
  background-size: cover;
}
@media (orientation: landscape) {
  ._menu_fbmv7_1 ._search_fbmv7_21 {
    transition: background-color 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._menu_fbmv7_1 ._search_fbmv7_21:after {
    transition: filter 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._menu_fbmv7_1 ._search_fbmv7_21:hover {
    background-color: #000000;
  }
  ._menu_fbmv7_1 ._search_fbmv7_21:hover:after {
    filter: invert(1);
  }
}
._menu_hidden_fbmv7_52 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}

._focus_fbmv7_58 {
  position: fixed;
  left: 0;
  top: 0;
  width: 2rem;
  height: 3.6rem;
  border-radius: 4rem;
  border: max(1px, 0.1rem) solid #000000;
  margin: 0;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}._checkbox_o2w6e_1 {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  margin-bottom: 2rem;
  cursor: pointer;
}
._checkbox_o2w6e_1 input {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0;
  border: none;
  outline: none;
}
._checkbox_o2w6e_1 ._check_o2w6e_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: max(4px, 0.4rem);
  border: max(1.5px, 0.15rem) solid rgba(132, 110, 126, 0.3);
  background: rgba(255, 255, 255, 0.07);
}
._checkbox_o2w6e_1 input:checked ~ ._check_o2w6e_1:after {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  border-radius: max(4px, 0.4rem);
  background: rgba(132, 110, 126, 0.3);
}
._checkbox_o2w6e_1 ._text_o2w6e_37 {
  color: #454240;
  font-variant-numeric: stacked-fractions;
  font-family: boogy;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.06px;
}._input_kvg3u_1 {
  position: relative;
  width: 100%;
  height: 3.6rem;
  border-bottom: max(1px, 0.1rem) solid #d6ced3;
}
._input_kvg3u_1 input {
  width: 100%;
  padding-right: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  color: #252322;
  font-family: boogy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8rem; /* 186.667% */
}
._input_kvg3u_1 ._placeholder_kvg3u_21 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #252322;
  font-family: boogy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8rem; /* 186.667% */
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0, 0.55, 0.45, 1);
}
._input_kvg3u_1 ._placeholder_atTop_kvg3u_35 {
  top: -2rem;
  transform: none;
  font-size: 1.2rem;
}
._input_error_kvg3u_40 * {
  color: #dd0000 !important;
}._popinPainting_o1p5a_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.3s;
}
._popinPainting_hidden_o1p5a_10 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}
._popinPainting_hidden_o1p5a_10 * {
  pointer-events: none !important;
}
._popinPainting_hidden_o1p5a_10 ._btnClose_o1p5a_18::before, ._popinPainting_hidden_o1p5a_10 ._btnClose_o1p5a_18::after {
  width: 0%;
  transition: width 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._popinPainting_o1p5a_1 ._content_hidden_o1p5a_31 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}
._popinPainting_o1p5a_1 ._content_hidden_o1p5a_31 * {
  pointer-events: none;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._image_o1p5a_39 {
  position: relative;
  height: calc(100% - 30rem);
  aspect-ratio: 16/9;
  max-width: calc(100% - 60rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._image_o1p5a_39 img {
  height: 100%;
  cursor: zoom-in;
  pointer-events: all;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 > * {
  height: 5.2rem;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 ._slide_o1p5a_56 {
  width: 6.8rem;
  height: 5.2rem;
  box-sizing: border-box;
  padding: 0 0.8rem;
  cursor: pointer;
  pointer-events: all;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 ._slide_content_o1p5a_78 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  transition: border 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 ._slide_content_o1p5a_78 > * {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 ._slide_selected_o1p5a_96 ._slide_content_o1p5a_78 {
  border: 0.1rem solid black;
}
._popinPainting_o1p5a_1 ._content_o1p5a_22 ._slider_o1p5a_56 ._slide_o1p5a_56:hover ._slide_content_o1p5a_78 {
  border: 0.1rem solid black;
}

._zoom_o1p5a_103 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  pointer-events: all;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._zoom_content_o1p5a_113 {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 8.4rem 11rem;
  box-sizing: border-box;
  cursor: zoom-out;
}
._zoom_content_o1p5a_113::-webkit-scrollbar {
  width: 0.2rem;
  height: 1rem;
}
._zoom_content_o1p5a_113::-webkit-scrollbar-track {
  background: transparent;
}
._zoom_content_o1p5a_113::-webkit-scrollbar-thumb {
  background: #000000;
}
._zoom_content_o1p5a_113::-webkit-scrollbar-thumb:hover {
  background: black;
}
._zoom_content_o1p5a_113::-moz-scrollbar {
  width: 0.5rem;
  height: 1rem;
}
._zoom_content_o1p5a_113::-moz-scrollbar-track {
  background: transparent;
}
._zoom_content_o1p5a_113::-moz-scrollbar-thumb {
  background: #000000;
}
._zoom_content_o1p5a_113::-moz-scrollbar-thumb:hover {
  background: black;
}
._zoom_content_o1p5a_113::-ms-scrollbar {
  width: 0.2rem;
  height: 1rem;
}
._zoom_content_o1p5a_113::-ms-scrollbar-track {
  background: transparent;
}
._zoom_content_o1p5a_113::-ms-scrollbar-thumb {
  background: #000000;
}
._zoom_content_o1p5a_113::-ms-scrollbar-thumb:hover {
  background: black;
}
._zoom_image_o1p5a_160 {
  width: 100%;
}
._zoom_hidden_o1p5a_163 {
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  pointer-events: none;
}
._zoom_hidden_o1p5a_163 * {
  pointer-events: none;
}

#paintingFrame, .paintingFrame {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100vw - 30rem);
  height: calc(100vh - 30rem);
}
#paintingFrame > div, .paintingFrame > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  #paintingFrame, .paintingFrame {
    width: calc(100vw - 5rem);
    height: calc(100vh - 20rem);
  }
}

._paintingInfos_o1p5a_202 {
  position: absolute;
  right: -4rem;
  bottom: 4rem;
  transform: translate3d(100%, 0, 0);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.5s;
}
@media (orientation: portrait) {
  ._paintingInfos_o1p5a_202 {
    position: relative;
    right: initial;
    bottom: 0;
    transform: none;
  }
}
._paintingInfos_o1p5a_202 ._title_o1p5a_220 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 277.778% */
}
@media (orientation: portrait) {
  ._paintingInfos_o1p5a_202 ._title_o1p5a_220 {
    text-shadow: none;
  }
}
@media (orientation: portrait) {
  ._paintingInfos_o1p5a_202 ._title_o1p5a_220 {
    line-height: 4rem;
  }
}
._paintingInfos_o1p5a_202 ._text_o1p5a_239 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (orientation: portrait) {
  ._paintingInfos_o1p5a_202 ._text_o1p5a_239 {
    text-shadow: none;
  }
}
._paintingInfos_o1p5a_202 ._more_o1p5a_253 {
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  margin-top: 2.8rem;
  cursor: pointer;
  pointer-events: all;
}
@media (orientation: portrait) {
  ._paintingInfos_o1p5a_202 ._more_o1p5a_253 {
    margin-top: 1.4rem;
  }
}
._paintingInfos_hidden_o1p5a_269 {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  pointer-events: none;
}
._paintingInfos_hidden_o1p5a_269 * {
  pointer-events: none !important;
}

._drawer_o1p5a_278 ._title_o1p5a_220 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 208.333% */
}
@media (orientation: portrait) {
  ._drawer_o1p5a_278 ._title_o1p5a_220 {
    text-shadow: none;
  }
}
._drawer_o1p5a_278 ._text_o1p5a_239 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (orientation: portrait) {
  ._drawer_o1p5a_278 ._text_o1p5a_239 {
    text-shadow: none;
  }
}
._drawer_o1p5a_278 ._links_o1p5a_306 {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 3.4rem 0 5.5rem 0;
}
._drawer_o1p5a_278 ._links_o1p5a_306 ._link_pdf_o1p5a_314 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/assets/pdf.42a6266f.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
._drawer_o1p5a_278 ._links_o1p5a_306 ._link_enquire_o1p5a_323 {
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  cursor: pointer;
}
._drawer_o1p5a_278 ._content_o1p5a_22 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  line-height: normal;
}
@media (orientation: portrait) {
  ._drawer_o1p5a_278 ._content_o1p5a_22 {
    text-shadow: none;
  }
}

._drawerEnquire_o1p5a_346 {
  width: 62.7rem;
  display: flex;
  flex-flow: column nowrap;
}
@media (orientation: portrait) {
  ._drawerEnquire_o1p5a_346 {
    width: 100%;
  }
}
._drawerEnquire_content_o1p5a_356 {
  padding: 3rem;
}
._drawerEnquire_sent_o1p5a_359 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  opacity: 0;
  pointer-events: none;
}
._drawerEnquire_done_o1p5a_372 ._drawerEnquire_body_o1p5a_372 {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
._drawerEnquire_done_o1p5a_372 ._drawerEnquire_sent_o1p5a_359 {
  opacity: 1;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
._drawerEnquire_o1p5a_346 ._title_o1p5a_220 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 89.286% */
  font-variant: small-caps;
  margin-bottom: 4rem;
}
@media (orientation: portrait) {
  ._drawerEnquire_o1p5a_346 ._title_o1p5a_220 {
    text-shadow: none;
  }
}
._drawerEnquire_o1p5a_346 ._title_o1p5a_220:after {
  content: "";
  position: relative;
  display: inline-block;
  left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/dot.f7556e91.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._drawerEnquire_o1p5a_346 ._fields_o1p5a_409 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
._drawerEnquire_o1p5a_346 ._fields_o1p5a_409 > * {
  width: calc(50% - 2rem);
  margin-bottom: 4.4rem;
}
._drawerEnquire_o1p5a_346 ._fields_o1p5a_409 > *:last-of-type {
  width: 100%;
}
@media (orientation: portrait) {
  ._drawerEnquire_o1p5a_346 ._fields_o1p5a_409 > * {
    width: 100%;
    margin-bottom: 3rem;
  }
}
._drawerEnquire_o1p5a_346 ._submit_o1p5a_427 {
  width: 13.2rem;
  min-height: 5.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 2.8rem;
  border: max(1.5px, 0.15rem) solid rgba(132, 110, 126, 0.3);
  background: rgba(255, 255, 255, 0.07);
  color: #252322;
  text-align: center;
  font-family: boogy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: max(2px, 0.2rem);
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._drawerEnquire_o1p5a_346 ._submit_o1p5a_427:hover {
  background: rgba(132, 110, 126, 0.3);
}
._drawerEnquire_o1p5a_346 ._submit_disabled_o1p5a_451 {
  background: rgba(132, 110, 126, 0.3);
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}

._loader_o1p5a_458 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 4.8rem;
  height: 4.8rem;
  border: 0.5rem solid #000000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: _loaderRotation_o1p5a_1 1s linear infinite;
}

@keyframes _loaderRotation_o1p5a_1 {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
._btnBefore_o1p5a_481,
._btnAfter_o1p5a_482 {
  position: absolute;
  left: 3.2rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate3d(0, -50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
._btnBefore_o1p5a_481 svg,
._btnAfter_o1p5a_482 svg {
  width: 0.6rem;
  height: 1rem;
  margin-left: -0.2rem;
}
._btnBefore_o1p5a_481._btnAfter_o1p5a_482,
._btnAfter_o1p5a_482._btnAfter_o1p5a_482 {
  left: initial;
  right: 3.2rem;
}
._btnBefore_o1p5a_481._btnAfter_o1p5a_482 svg,
._btnAfter_o1p5a_482._btnAfter_o1p5a_482 svg {
  margin-left: 0.2rem;
  transform: scaleX(-1);
}
@media (orientation: landscape) {
  ._btnBefore_o1p5a_481,
  ._btnAfter_o1p5a_482 {
    transition: background-color 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnBefore_o1p5a_481:before, ._btnBefore_o1p5a_481:after,
  ._btnAfter_o1p5a_482:before,
  ._btnAfter_o1p5a_482:after {
    transition: filter 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnBefore_o1p5a_481:hover,
  ._btnAfter_o1p5a_482:hover {
    background-color: #000000;
  }
  ._btnBefore_o1p5a_481:hover svg,
  ._btnAfter_o1p5a_482:hover svg {
    filter: invert(1);
  }
}

._contentMobile_o1p5a_533 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
  padding: 14rem 3rem;
  pointer-events: all;
  overflow-y: auto;
}
._contentMobile_o1p5a_533 ._scrollable_o1p5a_546 > * + * {
  margin-top: 4rem;
}
._contentMobile_o1p5a_533 ._scrollable_o1p5a_546 > img:last-of-type {
  margin-bottom: 3rem;
}
._contentMobile_o1p5a_533 img {
  width: 100%;
  height: auto;
}._btnSound_1enz5_1 {
  position: absolute;
  right: 3.9rem;
  bottom: 3.2rem;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._btnSound_1enz5_1 > div {
  width: max(1px, 0.1rem);
  height: 100%;
  background-color: #000000;
  border-radius: max(1px, 0.1rem);
  margin: 0 max(1.5px, 0.15rem);
}
._btnSound_1enz5_1 > div:nth-of-type(1) {
  transform: scaleY(0.2);
}
._btnSound_1enz5_1 > div:nth-of-type(2) {
  transform: scaleY(0.5);
}
._btnSound_1enz5_1 > div:nth-of-type(3) {
  transform: scaleY(0.35);
}
._btnSound_1enz5_1 > div:nth-of-type(4) {
  transform: scaleY(0.2);
}
._btnSound_1enz5_1 > div:nth-of-type(5) {
  transform: scaleY(0.3);
}
._btnSound_mute_1enz5_39 > div {
  transform: scaleY(0.05) !important;
}
._btnSound_hidden_1enz5_42 {
  opacity: 0;
}
@media (orientation: landscape) {
  ._btnSound_1enz5_1 {
    transition: background-color 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnSound_1enz5_1 > div {
    transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1), filter 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._btnSound_1enz5_1:hover {
    background-color: #000000;
  }
  ._btnSound_1enz5_1:hover > div {
    filter: invert(1);
  }
}._page_home_e9w41_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_home_hidden_e9w41_12 {
  opacity: 0;
}

._btnEnter_e9w41_16 {
  position: relative;
  width: 10.4rem;
  height: 10.4rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.2rem;
  box-sizing: border-box;
  font-family: boogy;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #000000;
  pointer-events: all;
  transition: background-color 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
._btnEnter_e9w41_16:hover {
  cursor: pointer;
  background-color: rgb(0, 0, 0);
}
._btnEnter_e9w41_16 > div:first-of-type {
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-flow: row nowrap;
  color: #000000;
  overflow: hidden;
}
._btnEnter_e9w41_16 > 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;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(1) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.05s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(2) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(3) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(4) {
  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;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(5) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(6) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(7) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(8) {
  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;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(9) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
}
._btnEnter_e9w41_16 > div:first-of-type > *:nth-of-type(10) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
._btnEnter_e9w41_16 > div:last-of-type {
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-flow: row nowrap;
  color: #ffffff;
  overflow: hidden;
}
._btnEnter_e9w41_16 > div:last-of-type > * {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  color: transparent;
}
._btnEnter_e9w41_16 > 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;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(1) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.05s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(2) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(3) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(4) {
  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;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(5) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(6) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(7) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(8) {
  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;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(9) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
}
._btnEnter_e9w41_16 > div:last-of-type > *:nth-of-type(10) {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, color 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
._btnEnter_e9w41_16:hover > div:first-of-type > * {
  position: relative;
  display: inline-block;
  transform: translate3d(0, -100%, 0);
  color: transparent;
}
._btnEnter_e9w41_16:hover > div:last-of-type > * {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  color: #ffffff;
}
._btnEnter_hidden_e9w41_142 {
  pointer-events: none;
  opacity: 0;
}

._scroll_e9w41_147 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.4rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._scroll_e9w41_147 ._btn_e9w41_16 {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3rem;
}
._scroll_e9w41_147 ._btn_e9w41_16 ._icon_e9w41_167 {
  position: relative;
  width: 55%;
  height: 55%;
  background-image: url("/assets/scroll.20eb09d8.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._scroll_e9w41_147 ._text_e9w41_176 {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.67);
  font-family: grotesk;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-shadow: 0rem 0rem 0.8rem white;
}
@media (orientation: portrait) {
  ._scroll_e9w41_147 ._text_e9w41_176 {
    text-shadow: none;
  }
}
._scroll_hidden_e9w41_192 {
  opacity: 0;
}._loader_1q8sz_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff6fa;
  padding: 9.5rem 16rem 15rem 16rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (orientation: portrait) {
  ._loader_1q8sz_1 {
    padding: 10rem 3rem;
  }
}
._loader_hidden_1q8sz_19 {
  transition: opacity 0.3s cubic-bezier(0.55, 0, 1, 0.45) 0.7s;
  opacity: 0;
  pointer-events: none;
}
._loader_hidden_1q8sz_19 ._lapis_1q8sz_24 {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.5s cubic-bezier(0.55, 0, 1, 0.45);
}
._loader_hidden_1q8sz_19 ._percent_1q8sz_28 {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.55, 0, 1, 0.45) 0.2s;
}
@media (orientation: portrait) {
  ._loader_hidden_1q8sz_19 ._percent_1q8sz_28 {
    transform: translate3d(-100%, 0, 0);
  }
}
._loader_hidden_1q8sz_19 ._arte_1q8sz_37 {
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s cubic-bezier(0.55, 0, 1, 0.45) 0.4s;
}

._content_1q8sz_42 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 128rem;
  overflow: hidden;
}

._lapis_1q8sz_24 {
  width: 45rem;
  height: 5rem;
  aspect-ratio: 45/5;
}
._lapis_1q8sz_24 svg {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (orientation: portrait) {
  ._lapis_1q8sz_24 {
    width: 74%;
    height: initial;
  }
}

._arte_1q8sz_37 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
._arte_1q8sz_37 svg {
  -o-object-fit: contain;
     object-fit: contain;
}
._arte_1q8sz_37 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

._percent_1q8sz_28 {
  position: absolute;
  right: 0;
  top: 0;
  font-family: boogy;
  font-weight: bold;
  font-size: 7.2rem;
  line-height: 6rem;
}
@media (orientation: portrait) {
  ._percent_1q8sz_28 {
    position: relative;
    font-size: 6rem;
  }
}

._anim_1q8sz_98 {
  transform: translate3d(43rem, 2.8rem, 0);
  animation: _testAnim_1q8sz_1 cubic-bezier(0.67, 0.14, 0.36, 0.84) infinite 1.5s;
}

@keyframes _testAnim_1q8sz_1 {
  0% {
    transform: translate3d(43rem, 2.8rem, 0);
  }
  100% {
    transform: translate3d(43rem, 2.8rem, 0) rotate(360deg);
  }
}.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
       user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}
._page_artist_1s1sn_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.15s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_artist_hidden_1s1sn_9 {
  opacity: 0;
  pointer-events: none;
}

._slider_1s1sn_14 {
  width: 100%;
  height: 100%;
}

._slide_1s1sn_14 {
  width: 30rem !important;
  height: 40rem !important;
  background: green;
}

._sliderFit_1s1sn_25 {
  position: fixed;
  left: 20rem;
  top: 50%;
  right: 20rem;
  transform: translate3d(0, -50%, 0);
  height: 34rem;
}

._fitted_1s1sn_34 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

._top_1s1sn_41 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
._top_1s1sn_41 ._title_1s1sn_49 {
  position: relative;
  color: #252322;
  font-variant-numeric: lining-nums tabular-nums slashed-zero;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 89.286% */
  font-variant: small-caps;
  margin-bottom: 1.6rem;
}
@media (orientation: portrait) {
  ._top_1s1sn_41 ._title_1s1sn_49 {
    text-shadow: none;
  }
}
@media (max-height: 650px) {
  ._top_1s1sn_41 ._title_1s1sn_49 {
    font-size: 4.6rem;
  }
}
@media (orientation: portrait) {
  ._top_1s1sn_41 ._title_1s1sn_49 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
._top_1s1sn_41 ._moreInfo_1s1sn_78 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  pointer-events: all;
  cursor: pointer;
}
@media (orientation: portrait) {
  ._top_1s1sn_41 ._moreInfo_1s1sn_78 {
    text-shadow: none;
  }
}

._back_1s1sn_95 {
  position: absolute;
  left: 6rem;
  top: -8rem;
  font-size: 1.6rem;
  pointer-events: all;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
._back_1s1sn_95:before {
  content: "";
  display: block;
  width: 1.76rem;
  height: 1.46rem;
  background: url("/assets/arrow.8b5ba32c.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  margin-right: 1rem;
}
@media (orientation: portrait) {
  ._back_1s1sn_95 {
    position: relative;
    left: initial;
    top: initial;
    margin: 4rem 0 3rem 0;
  }
}

._hideArtworks_1s1sn_126 {
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  height: 20rem;
  transform: translate3d(0, -50%, 0);
  padding: 0 6.4rem;
  box-sizing: border-box;
}
@media (orientation: portrait) {
  ._hideArtworks_1s1sn_126 {
    top: 20rem;
    padding: 3rem;
    height: initial;
  }
}
._hideArtworks_1s1sn_126 ._text_1s1sn_143 {
  color: #252322;
  font-family: boogy;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6.8rem;
}

._paintingInfos_1s1sn_153 {
  position: absolute;
  left: 0;
  bottom: -1rem;
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
._paintingInfos_hidden_1s1sn_160 {
  opacity: 0;
  pointer-events: none;
}
._paintingInfos_1s1sn_153 ._title_1s1sn_49 {
  color: #252322;
  font-family: boogy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}
._paintingInfos_1s1sn_153 ._date_1s1sn_171 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.67);
  font-family: grotesk;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
@media (orientation: portrait) {
  ._paintingInfos_1s1sn_153 ._date_1s1sn_171 {
    text-shadow: none;
  }
}
._paintingInfos_1s1sn_153 ._infos_1s1sn_185 {
  color: #252322;
  font-family: grotesk;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._paintingInfos_1s1sn_153 ._more_1s1sn_78 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.67);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  text-decoration-line: underline;
  margin-top: 2rem;
  cursor: pointer;
  pointer-events: all;
}
@media (orientation: portrait) {
  ._paintingInfos_1s1sn_153 ._more_1s1sn_78 {
    text-shadow: none;
  }
}

._drawer_1s1sn_212 ._title_1s1sn_49 {
  color: #252322;
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 89.286% */
  font-variant: small-caps;
  margin-bottom: 2.4rem;
}
._drawer_1s1sn_212 ._title_1s1sn_49:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/dot.6578dacd.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._drawer_1s1sn_212 ._text_1s1sn_143 {
  color: #252322;
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
._drawer_1s1sn_212 ._text_1s1sn_143 b {
  font-weight: 500;
}
._drawer_1s1sn_212 ._fade_1s1sn_245 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20rem;
  background: linear-gradient(180deg, rgba(246, 234, 243, 0) 0%, #f6eaf3 75%);
}

._video_1s1sn_254 {
  position: absolute;
  right: 19rem;
  top: 0;
  bottom: 0;
  left: 58rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1300px) {
  ._video_1s1sn_254 {
    left: 52rem;
    right: 8rem;
  }
}
@media (orientation: portrait) {
  ._video_1s1sn_254 {
    left: 1rem;
    right: 1rem;
    top: 38rem;
    bottom: initial;
  }
}
._video_1s1sn_254 ._content_1s1sn_278 {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 60rem;
  background-color: black;
  pointer-events: all;
}

._dot_1s1sn_286 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: -0.3rem;
  bottom: 0.6rem;
  transform: translate3d(100%, 0, 0);
  background-image: url("/assets/dot.6578dacd.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  ._dot_1s1sn_286 {
    width: 1.1rem;
    height: 1.1rem;
    bottom: 1.4rem;
  }
}._popinArtist_zlam0_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  pointer-events: none;
}
._popinArtist_hidden_zlam0_10 {
  opacity: 0;
  pointer-events: none !important;
}
._popinArtist_hidden_zlam0_10 * {
  pointer-events: none !important;
}._scrollWrapper_yk13q_1 {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
  overflow: hidden;
  pointer-events: all;
}
@media (orientation: portrait) {
  ._scrollWrapper_yk13q_1 {
    overflow-y: auto;
  }
}
._scrollWrapper_yk13q_1 ._scrollContent_yk13q_14 {
  position: relative;
  height: 100%;
  will-change: transform;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
._scrollWrapper_yk13q_1 ._scrollContent_centered_yk13q_23 {
  justify-content: center;
}
._scrollWrapper_yk13q_1 ._scrollContent_yk13q_14 ._empty_yk13q_26 {
  width: 4rem;
  min-width: 4rem;
  height: 100%;
}
@media (orientation: portrait) {
  ._scrollWrapper_yk13q_1 ._scrollContent_yk13q_14 ._empty_yk13q_26 {
    height: 7rem;
    min-height: 7rem;
    width: 100%;
    min-width: 100%;
  }
  ._scrollWrapper_yk13q_1 ._scrollContent_yk13q_14 ._empty_yk13q_26:last-of-type {
    height: 3rem;
    min-height: 3rem;
  }
}
@media (orientation: portrait) {
  ._scrollWrapper_yk13q_1 ._scrollContent_yk13q_14 {
    flex-flow: column nowrap;
    padding: 3rem 3rem 0 3rem;
    box-sizing: border-box;
  }
}._page_company_155u0_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
._page_company_155u0_1 ._content_155u0_8 {
  width: 100%;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_company_155u0_1 ._content_hidden_155u0_13 {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_company_155u0_1 ._content_hidden_155u0_13 * {
  pointer-events: none !important;
}

._block_intro_155u0_21 {
  flex-shrink: 0;
}
@media (orientation: portrait) {
  ._block_intro_155u0_21 {
    width: 100%;
  }
}
._block_intro_155u0_21 ._title_155u0_29 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  font-variant: small-caps;
  white-space: nowrap;
  margin-bottom: 11.9rem;
  margin-right: 8rem;
}
@media (orientation: portrait) {
  ._block_intro_155u0_21 ._title_155u0_29 {
    text-shadow: none;
  }
}
@media (orientation: portrait) {
  ._block_intro_155u0_21 ._title_155u0_29 {
    margin-bottom: 0;
  }
}
._block_intro_155u0_21 ._title_155u0_29:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/dot.ce243328.svg");
  background-size: contain;
}
._block_intro_155u0_21 ._text_155u0_62 {
  width: 33rem;
  color: #252322;
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media (orientation: portrait) {
  ._block_intro_155u0_21 ._text_155u0_62 {
    width: 100%;
  }
}

._block_text_155u0_77 {
  width: 34rem;
  min-width: 34rem;
  margin-left: 8rem;
  margin-bottom: 4.4rem;
  color: #252322;
  font-family: boogy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media (orientation: portrait) {
  ._block_text_155u0_77 {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}@media (orientation: landscape) {
  ._drawer_src0d_2 a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }
  ._drawer_src0d_2 a:hover:before {
    transform: scaleX(1);
  }
}
._drawer_src0d_2 ._title_src0d_18 {
  color: #252322;
  font-family: boogy;
  font-size: 5.6rem;
  line-height: 5rem;
  font-variant: small-caps;
  margin-bottom: 0.4rem;
}
._drawer_src0d_2 ._date_src0d_26 {
  color: #252322;
  font-family: boogy;
  font-size: 2.4rem;
  font-weight: 350;
  margin-bottom: 1.6rem;
}
._drawer_src0d_2 ._block_src0d_33 {
  margin-bottom: 1.6rem;
}
._drawer_src0d_2 ._subtitle_src0d_36 {
  color: #252322;
  font-family: boogy;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
._drawer_src0d_2 ._text_src0d_44 {
  position: relative;
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-weight: 350;
  font-variant: small-caps;
}
._drawer_src0d_2 ._curator_src0d_52 {
  position: relative;
  cursor: pointer;
}
._drawer_src0d_2 ._small_src0d_56 {
  color: #252322;
  font-family: boogy;
  font-size: 1.2rem;
  font-weight: 300;
}
._drawer_src0d_2 ._media_src0d_62 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
}
@media (orientation: portrait) {
  ._drawer_src0d_2 ._media_src0d_62 {
    text-shadow: none;
  }
}
._drawer_src0d_2 ._media_src0d_62 ._download_src0d_76 {
  position: absolute;
  right: -0.5rem;
  top: max(-2px, -0.2rem);
  width: 1.6rem;
  height: 1.6rem;
  transform: translate3d(100%, 0, 0);
  background-image: url("/assets/download.d2bad393.svg");
  background-size: cover;
}
._drawer_src0d_2 ._venue_src0d_86 {
  position: absolute;
  left: 4.6rem;
  bottom: 6.3rem;
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
}
@media (orientation: portrait) {
  ._drawer_src0d_2 ._venue_src0d_86 {
    text-shadow: none;
  }
}
._drawer_src0d_2 ._artworks_src0d_103 {
  position: absolute;
  right: 4.6rem;
  bottom: 6.3rem;
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
}
@media (orientation: portrait) {
  ._drawer_src0d_2 ._artworks_src0d_103 {
    text-shadow: none;
  }
}
._drawer_src0d_2 ._artists_src0d_120 {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
._drawer_src0d_2 ._artists_src0d_120 > * {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
._drawer_src0d_2 ._artists_src0d_120 ._artist_src0d_120 {
  position: relative;
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-weight: 350;
  font-variant: small-caps;
  margin-bottom: 0.2rem;
}
._drawer_src0d_2 ._artists_src0d_120 ._dot_src0d_139 {
  display: block;
  position: relative;
  bottom: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin: 0 1.6rem;
  background-image: url("/assets/dot.564edf5a.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  fill: var(--gradient, linear-gradient(221deg, #252322 -62.19%, #989898 133.47%));
}
._drawer_src0d_2 a {
  cursor: pointer;
}._popinVenue_1jb55_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._popinVenue_hidden_1jb55_9 {
  opacity: 0;
}
._popinVenue_hidden_1jb55_9 * {
  pointer-events: none !important;
}

._sliderFit_1jb55_16 {
  position: fixed;
  left: 20rem;
  top: 50%;
  right: 20rem;
  transform: translate3d(0, -50%, 0);
  height: 34rem;
}

._top_1jb55_25 {
  position: absolute;
  left: 4rem;
  right: 4rem;
  top: 0;
  height: calc(50vh - 17rem - 4rem);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
._top_1jb55_25 ._title_1jb55_35 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 89.286% */
  font-variant: small-caps;
  margin-bottom: 2rem;
}
@media (orientation: portrait) {
  ._top_1jb55_25 ._title_1jb55_35 {
    text-shadow: none;
  }
}
@media (orientation: portrait) {
  ._top_1jb55_25 ._title_1jb55_35 {
    font-size: 3.6rem;
    line-height: 3rem;
  }
}
._top_1jb55_25 ._back_1jb55_57 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
  font-family: Boogy Brut;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  cursor: pointer;
  pointer-events: all;
}
@media (orientation: portrait) {
  ._top_1jb55_25 ._back_1jb55_57 {
    text-shadow: none;
  }
}
._top_1jb55_25 ._back_1jb55_57 ._icon_1jb55_76 {
  width: 17.625px;
  height: 14.597px;
  flex-shrink: 0;
  margin-right: 0.84rem;
  background: url("/assets/back.68e79b03.svg");
  background-size: cover;
}._page_events_1vi8e_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
._page_events_1vi8e_1 ._content_1vi8e_8 {
  width: 100%;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_events_1vi8e_1 ._content_1vi8e_8 ._slide_1vi8e_13 ._slide_content_1vi8e_13 {
  transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_events_1vi8e_1 ._content_hidden_1vi8e_16 {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_events_1vi8e_1 ._content_hidden_1vi8e_16 * {
  pointer-events: none !important;
}
._page_events_1vi8e_1 ._content_hidden_1vi8e_16 ._slide_1vi8e_13 ._slide_content_1vi8e_13 {
  opacity: 0;
  transform: translate3d(30rem, 0, 0) scale(0.95);
  transition: all 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}
._page_events_1vi8e_1 ._event_1vi8e_28 {
  position: relative;
  width: 39rem;
  height: 39rem;
  flex-shrink: 0;
  margin-right: 5rem;
}
._page_events_1vi8e_1 ._event_1vi8e_28:nth-last-child(2) {
  margin-right: 0;
}
@media (orientation: portrait) {
  ._page_events_1vi8e_1 ._event_1vi8e_28 {
    width: 100%;
    height: auto;
    margin: 3rem 0 0 0;
  }
}
._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 ._image_1vi8e_50 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 ._image_1vi8e_50 > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (orientation: portrait) {
  ._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 ._image_1vi8e_50 {
    height: auto;
    aspect-ratio: 1;
  }
}
._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 ._type_1vi8e_73 {
  position: absolute;
  left: 0;
  bottom: -1.65rem;
  right: 0;
  transform: translate3d(0, 100%, 0);
  font-family: boogy;
  font-size: 3.2rem;
  font-weight: 300;
  color: #000000;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
}
@media (orientation: portrait) {
  ._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 ._type_1vi8e_73 {
    text-shadow: none;
  }
}
@media (orientation: portrait) {
  ._page_events_1vi8e_1 ._event_1vi8e_28 ._event_content_1vi8e_45 ._type_1vi8e_73 {
    position: relative;
    left: initial;
    bottom: initial;
    right: initial;
    transform: none;
  }
}
@media (orientation: landscape) {
  ._page_events_1vi8e_1 ._event_unique_1vi8e_100 {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
._page_events_1vi8e_1 ._event_1vi8e_28:hover ._event_content_1vi8e_45 ._image_1vi8e_50 > div {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
._page_events_1vi8e_1 ._intro_1vi8e_109 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 6.6rem 0 3.6rem;
  box-sizing: border-box;
}
._page_events_1vi8e_1 ._intro_1vi8e_109 ._title_1vi8e_117 {
  position: relative;
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  line-height: 5rem;
}
@media (orientation: portrait) {
  ._page_events_1vi8e_1 ._intro_1vi8e_109 ._title_1vi8e_117 {
    text-shadow: none;
  }
}
._page_events_1vi8e_1 ._intro_1vi8e_109 ._title_1vi8e_117:after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/dot.f7556e91.svg");
  background-size: cover;
}
._page_events_1vi8e_1 ._intro_1vi8e_109 ._desc_1vi8e_140 {
  color: #252322;
  font-family: boogy;
  font-size: 1.4rem;
  width: 33rem;
}
._page_events_1vi8e_1 ._intro_1vi8e_109 ._desc_1vi8e_140 b {
  font-weight: bold;
}
@media (orientation: portrait) {
  ._page_events_1vi8e_1 ._intro_1vi8e_109 {
    width: 100%;
    padding: 0;
  }
}._page_team_8fwpc_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
._page_team_8fwpc_1 ._content_8fwpc_8 {
  width: 100%;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_team_8fwpc_1 ._content_hidden_8fwpc_13 {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0, 0.55, 0.45, 1);
}
._page_team_8fwpc_1 ._content_hidden_8fwpc_13 * {
  pointer-events: none !important;
}

._inprogress_8fwpc_21 {
  min-width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}

._block_intro_8fwpc_30 {
  flex-shrink: 0;
}
@media (orientation: portrait) {
  ._block_intro_8fwpc_30 {
    width: 100%;
  }
}
._block_intro_8fwpc_30 ._title_8fwpc_38 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  font-variant: small-caps;
  white-space: nowrap;
  margin-bottom: 11.9rem;
  margin-right: 8rem;
}
@media (orientation: portrait) {
  ._block_intro_8fwpc_30 ._title_8fwpc_38 {
    text-shadow: none;
  }
}
@media (orientation: portrait) {
  ._block_intro_8fwpc_30 ._title_8fwpc_38 {
    margin-bottom: 0;
  }
}
._block_intro_8fwpc_30 ._title_8fwpc_38:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/dot.ce243328.svg");
  background-size: contain;
}
._block_intro_8fwpc_30 ._text_8fwpc_71 {
  width: 33rem;
  color: #252322;
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media (orientation: portrait) {
  ._block_intro_8fwpc_30 ._text_8fwpc_71 {
    width: 100%;
  }
}

._block_member_8fwpc_86 {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 8rem;
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 {
    flex-flow: column nowrap;
    margin-left: 0;
    margin-top: 4rem;
    width: 100%;
  }
}
._block_member_8fwpc_86 ._photo_8fwpc_99 {
  width: 0;
  height: 36.1rem;
  background-size: cover;
  background-position: center;
  margin-right: 3.6rem;
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 ._photo_8fwpc_99 {
    margin: 0;
    width: 100%;
    height: 0;
    aspect-ratio: 0.8;
  }
}
._block_member_8fwpc_86 ._infos_8fwpc_114 {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._name_8fwpc_121 {
  position: relative;
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 125% */
  font-variant: small-caps;
  white-space: nowrap;
  margin-bottom: 6rem;
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 ._infos_8fwpc_114 ._name_8fwpc_121 {
    text-shadow: none;
  }
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._name_8fwpc_121:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("/assets/dot2.0e52fe59.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 ._infos_8fwpc_114 ._name_8fwpc_121 {
    font-size: 3rem;
    margin-bottom: 0rem;
  }
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._role_8fwpc_157 {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  transform: translate3d(0, 100%, 0);
  color: #252322;
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 ._infos_8fwpc_114 ._role_8fwpc_157 {
    position: relative;
    transform: none;
    left: initial;
    bottom: initial;
    margin-bottom: 1rem;
  }
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._phone_8fwpc_178 {
  color: #252322;
  font-family: boogy;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.8rem; /* 150% */
  cursor: pointer;
  margin-bottom: 0.7rem;
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._mail_8fwpc_188 {
  color: #252322;
  font-family: boogy;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.8rem;
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._more_8fwpc_196 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.07);
  font-family: boogy;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90.2%; /* 14.432px */
  cursor: pointer;
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 ._infos_8fwpc_114 ._more_8fwpc_196 {
    text-shadow: none;
  }
}
._block_member_8fwpc_86 ._infos_8fwpc_114 ._more_8fwpc_196:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translate3d(100%, -50%, 0);
  width: 1.76rem;
  height: 1.46rem;
  background: url("/assets/arrow.8b5ba32c.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  ._block_member_8fwpc_86 ._infos_8fwpc_114 ._more_8fwpc_196 {
    position: relative;
    margin-top: 9rem;
  }
}

._drawer_8fwpc_234 ._title_8fwpc_38 {
  color: #252322;
  text-shadow: 0 0.4rem 6.2rem rgba(38, 29, 23, 0.27);
  font-family: boogy;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 89.286% */
  font-variant: small-caps;
  margin-bottom: 2.4rem;
}
@media (orientation: portrait) {
  ._drawer_8fwpc_234 ._title_8fwpc_38 {
    text-shadow: none;
  }
}
._drawer_8fwpc_234 ._title_8fwpc_38:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/dot.ce243328.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
._drawer_8fwpc_234 ._text_8fwpc_71 {
  color: #252322;
  font-family: boogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
._drawer_8fwpc_234 ._text_8fwpc_71 b {
  font-weight: 500;
}._app_1ey36_1 {
  position: relative;
  width: 100%;
  height: 100%;
}
._app_1ey36_1 > canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
}
._app_1ey36_1 > ._content_1ey36_14 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}