html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/* BREAKPOINTS */
/* COLORS */
/* SECTIONS */
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0 !important;
  background: #000;
  color: #FF1DA3;
}

.partial-headerf__menu-button {
  color: #000 !important;
}

.partial-headerf__menu-button:hover,
.partial-headerf__menu-button:focus {
  color: #fff !important;
}

/* #scroll-down {
  border: none !important;
}

#scroll-down:focus {
  border: 1px solid #fff !important;
}
#scroll-down:active {
  border: none !important;
} */

.transform-zine {
  /* transition-property: all; */
  transition: all 0.5s ease-in-out;
}

#zine-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  transition: all 0.4s linear;
}
#zine-loading.out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#zine .zine__section {
  position: relative;
  z-index: 1;
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  #zine .zine__section {
    margin-bottom: 120px;
  }
}
#zine .zine__section.no-mb {
  margin-bottom: 0;
}
#zine .zine__content {
  position: relative;
}
#zine .zine__container {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}
@media (max-width: 1700px) {
  #zine .zine__container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #zine .zine__container {
    padding: 0 15px;
  }
}
#zine .zine__container--fixed {
  max-width: 855px;
}
@media (max-width: 1700px) {
  #zine .zine__container--fixed {
    max-width: 800px;
  }
}
#zine .zine__full {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #zine .zine__full {
    height: auto !important;
  }
}
#zine .zine__full > div {
  width: 100%;
}
#zine [data-scroll-section] {
  position: relative;
  overflow: hidden;
}
#zine [data-sticky-placeholder] {
  position: relative;
  z-index: -1;
  margin-top: -100vh;
}
@media (max-width: 991px) {
  #zine [data-sticky-placeholder] {
    display: none;
  }
}
#zine [data-sticky-spacer] {
  position: relative;
  z-index: -1;
  height: 100vh;
}
@media (max-width: 991px) {
  #zine [data-sticky-spacer] {
    display: none;
  }
}
#zine [data-scroll-text] {
  height: 100%;
  overflow: hidden;
}
#zine [data-scroll-text] [data-scroll-text--inner] {
  padding: 30px;
}
@media (max-width: 991px) {
  #zine [data-scroll-text] [data-scroll-text--inner] {
    padding: 20px;
  }
}
#zine [data-simplebar] .simplebar-scrollbar:before {
  opacity: 1;
  border-radius: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#zine [data-simplebar] .simplebar-track.simplebar-vertical {
  width: 4px;
}
#zine [data-read-more] {
  position: relative;
}
@media (max-width: 991px) {
  #zine [data-read-more] {
    position: relative;
    height: 250px !important;
    overflow: hidden;
  }
  #zine [data-read-more].expand {
    height: auto !important;
  }
  #zine [data-read-more].expand .toggle {
    display: none;
  }
}
#zine [data-read-more] .toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: transparent;
  text-decoration: underline;
  z-index: 1;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  background: #FF1DA3;
}
@media (min-width: 991px) {
  #zine [data-read-more] .toggle {
    display: none;
  }
}
#zine [data-image-clip] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.6s ease;
  will-change: clip-path;
}
#zine [data-image-clip].in {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#zine [data-image-clip-top] {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 2s ease;
  will-change: clip-path;
}
#zine [data-image-clip-top].in {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#zine [data-fade-in] {
  opacity: 0;
  transition: opacity 0.2s linear;
}
#zine [data-fade-in].in {
  opacity: 1;
}
#zine [data-appear-in] {
  opacity: 0;
}
#zine [data-appear-in].in {
  opacity: 1;
}
#zine p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 991px) {
  #zine p {
    font-size: 12px;
    line-height: 1.8;
  }
}
#zine p a {
  text-decoration: underline;
}
#zine .text-pink {
  color: #FF1DA3 !important;
}
#zine .text-green {
  color: #38D430 !important;
}
#zine .full-center {
  height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  #zine .chess {
    display: flex;
    width: 100%;
  }
  #zine .chess > div {
    flex: 1;
    position: relative;
  }
  #zine .chess > div.middle {
    align-self: center;
  }
}
#zine .chess > div img {
  width: 100%;
}
#zine .marquee {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #zine .marquee {
    height: 50px;
  }
}
#zine .marquee svg {
  width: auto !important;
  height: 60px !important;
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 991px) {
  #zine .marquee svg {
    height: 50px !important;
  }
}
#zine .snake {
  width: 100%;
  padding: 40px;
  position: relative;
}
@media (max-width: 991px) {
  #zine .snake {
    padding: 25px;
  }
}
#zine .snake > img,
#zine .snake > svg {
  width: 100% !important;
  height: auto !important;
}
#zine .snake .box {
  padding: 10px 15px;
  background: #38D430;
}
#zine .snake .box img,
#zine .snake .box svg {
  width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
#zine .snake .space {
  height: 10px;
  display: block;
}
.hidden-corner {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s 1s, opacity 1s linear !important;
}
#zine .snake__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#zine .snake__bg.toggleable {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}
#zine .snake__bg > img {
  width: 100% !important;
  height: 100% !important;
}
#zine .svg-single > img,
#zine .svg-single > svg,
#zine .image-single > img,
#zine .image-single > svg {
  width: 100% !important;
  height: auto !important;
}
#zine .image-alternate {
  position: relative;
}
#zine .image-alternate img {
  width: 100%;
}
#zine .image-alternate img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: imageAlternate 1.5s infinite linear;
}
@-webkit-keyframes imageAlternate {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAlternate {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAlternate {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAlternate {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  #zine .image-desktop {
    display: none;
  }
}
@media (min-width: 991px) {
  #zine .image-mobile {
    display: none;
  }
}
#zine .text-block {
  position: relative;
}
#zine p {
  margin: 0 0 20px 0;
  padding: 0;
}
#zine .s0 {
  text-align: center;
}
@media (max-width: 991px) {
  #zine .s0 {
    height: 100vh;
  }
}
#zine .s0 .zine__full {
  position: relative;
}
@media (max-width: 991px) {
  #zine .s0 .zine__full {
    height: 100% !important;
  }
}
#zine .s0 .zine__full > div {
  position: absolute;
  height: 100%;
}
#zine .s0 .zine__full > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 991px) {
  #zine .s0 .zine__full > div img {
    width: auto;
    height: 70%;
  }
}
@media (max-width: 991px) {
  #zine .s0 .zine__full > div img {
    width: 100%;
    height: auto;
  }
}
#zine .s0 .zine__full > div svg {
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, 0 0);
  animation: zineArrow 2s infinite ease-in-out;
}
/* @media (max-width: 800px) {
  iframe { 
    width: 100%; 
    height: 200px;
  }
} */

#second-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
#second-video iframe,
#second-video object,
#second-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@-webkit-keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
@-moz-keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
@-o-keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
@keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
#zine #section-cover .zine__content {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  #zine #section-cover .zine__content {
    height: auto;
  }
}
#zine #section-cover .zine__cover {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  #zine #section-cover .zine__cover {
    position: relative;
  }
}
#zine #section-cover .zine__cover > div {
  position: absolute;
  height: 100%;
  width: 100%;
}
#zine #section-cover .zine__cover > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 991px) {
  #zine #section-cover .zine__cover > div img {
    width: auto;
    height: 70%;
  }
}
@media (max-width: 991px) {
  #zine #section-cover .zine__cover > div img {
    width: 100%;
    height: auto;
  }
}
#zine #section-cover .zine__cover > div a {
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, 0 0);
  animation: zineArrow 2s infinite ease-in-out;
}
@-webkit-keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
@-moz-keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
@-o-keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
@keyframes zineArrow {
  0% {
    transform: translate3d(-50%, -10px, 0);
  }
  50% {
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}
#zine #section-cover .zine__intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  #zine #section-cover .zine__intro {
    position: relative;
    display: block;
    height: auto;
  }
}
#zine #section-cover .zine__intro > div {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}
@media (min-width: 991px) {
  #zine #section-cover .zine__intro > div {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  #zine #section-cover .zine__intro > div {
    width: 100%;
    height: auto;
    display: block;
  }
}
#zine #section-cover .zine__intro > div > div {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 991px) {
  #zine #section-cover .zine__intro__left {
    justify-content: flex-end;
    padding-right: 60px;
    transform: translateY(100%);
  }
  #zine #section-cover .zine__intro__left > div {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  #zine #section-cover .zine__intro__left {
    padding: 0 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 991px) {
  #zine #section-cover .zine__intro__right {
    justify-content: flex-start;
    padding-left: 100px;
    transform: translateY(-100%);
  }
  #zine #section-cover .zine__intro__right > div {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  #zine #section-cover .zine__intro__right {
    padding: 0 15px;
  }
}
#zine #section-cover .zine__intro .text-block p {
  font-style: italic;
  font-weight: bold;
  color: #38D430;
}
#zine #section-cover [data-sticky-placeholder] {
  height: 200vh;
}
@media (max-width: 991px) {
  #zine .s3 .zine__content {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 991px) {
  #zine .s3 .chess > div {
    width: 50%;
    flex: auto;
  }
  #zine .s3 .chess > div:nth-of-type(2) {
    padding-left: 105px;
  }
}
@media (max-width: 991px) {
  #zine .s3 .snake {
    margin-bottom: 30px;
  }
}
#zine .s3 .snake .box {
  margin-top: 30px;
}
@media (min-width: 991px) {
  #zine .s4 .zine__content {
    height: 100vh;
  }
  #zine .s4 .zine__wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: calc(100vh - 160px);
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  #zine .s4 .zine__content {
    padding-top: 30px;
  }
}
#zine .s4 [data-scroll-text] {
  background: #FF1DA3;
  color: #1D1D1B;
}
@media (min-width: 991px) {
  #zine .s4 [data-scroll-text] {
    height: calc(100vh - 210px);
  }
}
#zine .s4 [data-scroll-text] p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #zine .s4 [data-scroll-text] p {
    margin-bottom: 20px;
  }
}
#zine .s4 [data-scroll-text] p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  #zine .s5 .chess:nth-of-type(1) {
    margin-bottom: 60px;
  }
  #zine .s5 .chess:nth-of-type(1) > div:nth-of-type(1) {
    position: relative;
    padding-right: 120px;
  }
  #zine .s5 .chess:nth-of-type(1) > div .snake:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 120px);
  }
  #zine .s5 .chess:nth-of-type(1) .snake .box {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #zine .s5 .chess .snake {
    margin-bottom: 30px;
  }
}
#zine .s5 .chess:nth-of-type(2) {
  padding: 30px;
  background: #38D430;
  color: #1D1D1B;
}
@media (min-width: 991px) {
  #zine .s5 .chess:nth-of-type(2) {
    direction: rtl;
  }
}
@media (max-width: 991px) {
  #zine .s5 .chess:nth-of-type(2) {
    padding: 20px 0;
    margin: 30px -15px 0 -15px;
  }
}
#zine .s5 .chess:nth-of-type(2) > div {
  direction: ltr;
}
@media (max-width: 991px) {
  #zine .s5 .chess:nth-of-type(2) > div:nth-of-type(1) {
    padding: 0 15px;
  }
}
#zine .s5 .chess:nth-of-type(2) > div:nth-of-type(2) {
  padding: 0 30px;
}
#zine .s5 .chess:nth-of-type(2) [data-simplebar] {
  background-color: #FF1DA3;
}
@media (min-width: 991px) {
  #zine .s5 .chess:nth-of-type(2) [data-simplebar] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  #zine .s5 .chess:nth-of-type(2) [data-simplebar] {
    padding: 20px;
  }
}
#zine .s5 .chess:nth-of-type(2) [data-simplebar] p {
  font-weight: bold;
}
#zine .s5 .chess:nth-of-type(2) [data-simplebar] p:last-of-type {
  margin-bottom: 0;
}
#zine .s6 .image-single {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #zine .s6 .image-single {
    margin-bottom: 30px;
  }
}
#zine .s6 .snake {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #zine .s6 .snake {
    margin-bottom: 30px;
  }
}
#zine .s6 [data-simplebar] {
  font-weight: bold;
  color: #38D430;
  height: calc(60vh);
  padding-right: 30px;
}
#zine .s6 [data-simplebar] .simplebar-scrollbar:before {
  background: #38D430;
}
#zine .s6 [data-simplebar] span {
  color: #FF1DA3;
}
#zine .s6 [data-simplebar] span.ask {
  color: #38D430;
}
#zine .s6 [data-simplebar] p:last-of-type {
  margin-bottom: 0;
}
#zine .s6 [data-read-more] .toggle {
  color: #38D430;
  background: #000;
}
#zine .s7 .zine__container:nth-of-type(1) {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  #zine .s7 .zine__container:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#zine .s7 .svg-single {
  padding: 0 12%;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  #zine .s7 .svg-single {
    padding: 0;
    margin-bottom: 30px;
  }
}
#zine .s7 .text-block {
  padding: 30px;
  background: #FF1DA3;
}
@media (max-width: 991px) {
  #zine .s7 .text-block {
    padding: 20px;
  }
}
#zine .s7 .text-block p {
  font-weight: bold;
  color: #1D1D1B;
}
#zine .s7 .text-block p:last-of-type {
  margin-bottom: 0;
}
#zine .s8 .zine__container:nth-of-type(1) {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #zine .s8 .zine__container:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#zine .s8 .chess > div {
  position: relative;
}
#zine .s8 .chess > div:nth-of-type(1) {
  padding-right: 180px;
}
@media (max-width: 991px) {
  #zine .s8 .chess > div:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
#zine .s8 .balls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#zine .s8 .balls img {
  position: absolute;
  animation: ballRoll 1s infinite linear;
}
#zine .s8 .balls img:nth-of-type(1) {
  width: 52%;
  top: 0;
  left: 10%;
  animation-duration: 4s;
}
#zine .s8 .balls img:nth-of-type(2) {
  width: 35%;
  top: 19%;
  right: 10%;
  animation-duration: 2s;
  animation-name: ballRollInverse;
}
#zine .s8 .balls img:nth-of-type(3) {
  width: 25%;
  top: 38%;
  left: 6%;
  animation-duration: 1.8s;
  animation-name: ballRollInverse;
}
#zine .s8 .balls img:nth-of-type(4) {
  width: 48%;
  top: 44%;
  right: 0;
  animation-duration: 5s;
}
#zine .s8 .balls img:nth-of-type(5) {
  width: 35%;
  top: 50%;
  left: 22%;
  animation-duration: 2.5s;
  animation-name: ballRollInverse;
}
#zine .s8 .balls img:nth-of-type(6) {
  width: 42%;
  bottom: 1%;
  left: 0%;
  animation-duration: 5.2s;
}
@-webkit-keyframes ballRoll {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes ballRoll {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes ballRoll {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ballRoll {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ballRollInverse {
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes ballRollInverse {
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes ballRollInverse {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes ballRollInverse {
  100% {
    transform: rotate(-360deg);
  }
}
#zine .s8 .snake .box {
  background: #FF1DA3;
  margin-bottom: 30px;
}
#zine .s8 [data-simplebar] {
  height: calc(60vh);
  padding-right: 30px;
}
#zine .s8 [data-simplebar] .simplebar-scrollbar:before {
  background: #FF1DA3;
}
#zine .s8 [data-simplebar] p {
  font-weight: bold;
}
#zine .s8 [data-read-more] .toggle {
  background: #000;
  color: #FF1DA3;
}
#zine .s9 #s9-section {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  #zine .s9 #s9-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #ariman-desk {
    display: none;
  }
}
@media (min-width: 991px) {
  #zine .s9 #s9-section .image-alternate:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 991px) {
  #zine .s9 #s9-section .chess > div {
    width: 50%;
    flex: auto;
  }
  #zine .s9 #s9-section .chess > div:nth-of-type(1) {
    padding-right: 75px;
  }
  #zine .s9 #s9-section .chess > div:nth-of-type(2) {
    padding-left: 75px;
  }
}
@media (max-width: 991px) {
  #zine .s9 #s9-section .chess > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#zine .s9 #s9-section .svg-single {
  margin-bottom: 10px;
}
#zine .s9 #s9-section .svg-single:nth-of-type(2) {
  margin-bottom: 30px;
}
#zine .s9 #s9-section .svg-single:nth-of-type(5) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #zine .s9 #s9-text {
    padding: 0 15px;
  }
}
#zine .s9 #s9-text .zine__container {
  background-color: #38D430;
  padding: 30px;
}
@media (max-width: 991px) {
  #zine .s9 #s9-text .zine__container {
    padding: 20px;
  }
}
#zine .s9 #s9-text [data-simplebar] {
  height: 400px;
  padding-right: 30px;
}
#zine .s9 #s9-text [data-simplebar] p {
  font-weight: bold;
  color: #1D1D1B;
}
#zine .s9 #s9-text [data-simplebar] p:last-of-type {
  margin-bottom: 0;
}
#zine .s9 #s9-text [data-read-more] .toggle {
  background: #38D430;
  color: #000;
}
#zine .s9 #s9-media .image-single {
  background-color: #38D430;
  padding: 30px 10%;
}
@media (max-width: 991px) {
  #zine .s9 #s9-media .image-single {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  #zine .s10 .zine__content {
    margin-bottom: 120px !important;
  }
}
#zine .s10 .zine__container:nth-of-type(1) {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #zine .s10 .zine__container:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) {
  #zine .s10 .chess > div {
    width: 50%;
    flex: auto;
  }
  #zine .s10 .chess > div:nth-of-type(1) {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  #zine .s10 .chess > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#zine .s10 .svg-single {
  margin-bottom: 10px;
}
#zine .s10 .svg-single:nth-of-type(3) {
  margin-bottom: 0;
}
#zine .s10 .snake {
  border-color: #38D430;
}
#zine .s10 .text-block {
  background: #FF1DA3;
  padding: 30px;
}
#zine .s10 .text-block p {
  color: #1D1D1B;
  font-weight: bold;
}
#zine .s10 .text-block p:last-of-type {
  margin-bottom: 0;
}
#zine .s10 [data-read-more] .toggle {
  background: #FF1DA3;
  color: #000;
}
@media (max-width: 991px) {
  #zine .s11 .zine__content {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 991px) {
  #zine .s11 .chess > div:nth-of-type(1) {
    padding-right: 30px;
  }
  #zine .s11 .chess > div:nth-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  #zine .s11 .chess > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#zine .s11 .svg-single {
  margin-bottom: 10px;
}
#zine .s11 .svg-single:nth-of-type(4) {
  margin-bottom: 0;
}
#zine .s11 .text-block {
  font-weight: bold;
}
#zine .s11 .text-block p {
  color: #38D430;
}
#zine .s11 [data-scroll-text] {
  font-weight: bold;
}
#zine .s11 [data-scroll-text] [data-scroll-text--inner] {
  padding: 0;
}
#zine .s11 [data-scroll-text] p {
  color: #38D430;
}
#zine .s11 [data-scroll-text] p:last-of-type {
  margin-bottom: 0;
}
#zine .s11 [data-read-more] {
  padding-bottom: 30px !important;
}
#zine .s11 [data-read-more] .toggle {
  background: #000;
  color: #38D430;
}
#zine .s12 .zine__full {
  z-index: 1;
}
#zine .s12 .stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF1DA3;
}
#zine .s12 .stripe.in::after {
  transform: translateX(-100%) skew(45deg) !important;
}
#zine .s12 .stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,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wFwNACAG/gWAgRnkf/PA7A0A8AJqA4GUQCC2GahtBuznAdrNQByAxECQ7u7q9Z8oynZ3G/BiKwHah/7+N6YAown4ouzv79vY3/9lG0C5AzRPHZjnASDaCWDHuMSkhrdPNp6Hv8XArP9Nj3/fAdLd3QN/3/8N9s4WdEgMYesAAAAJcEhZcwAACxMAAAsTAQCanBgAAAXOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiA3OS4xNjQ0NjAsIDIwMjAvMDUvMTItMTY6MDQ6MTcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wNi0yMVQxNDo1ODo1MiswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNi0yMVQxNDo1ODo1MiswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDYtMjFUMTQ6NTg6NTIrMDI6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZjRkODYwMzMtMWNkOS00NDBhLTk0NjktZGU3MTM0MDY5ZTMwIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmM5M2ZhZDItNWI2ZS05NTRkLThkNTgtNWEyNTZhM2Q5MTRmIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6N2VkZWRhNzMtYzFlNi00ZTQyLTk4ZTItNTE2OTk4Zjk2NzNmIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6N2VkZWRhNzMtYzFlNi00ZTQyLTk4ZTItNTE2OTk4Zjk2NzNmIiBzdEV2dDp3aGVuPSIyMDIxLTA2LTIxVDE0OjU4OjUyKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZjRkODYwMzMtMWNkOS00NDBhLTk0NjktZGU3MTM0MDY5ZTMwIiBzdEV2dDp3aGVuPSIyMDIxLTA2LTIxVDE0OjU4OjUyKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4UgcviAAABPElEQVRogd3YWa7CMAxA0Vu28TbppXiRsA6/DwLCiKFDnNhUalVluNH5DWaGmRHxiIgBZ8AiXxGxU4igIVT1AvxFndHOAViWoPhQxP3TOT4c4X46xacgVLUfZCbCDRyMT0W4wQPx6Qg3sTOeAuEmd8TTINyCjfFUCLdoQzwdwi1cGU+JcItXxNMi3IYv8dQIt+lDPD3CbXwTL4Fwm1/EyyBc4CleCuEiD/FyCBdq8ZIIF6uMuAerIwCWX0DcwmeKI0TEFq6XXGHPCISqEnZB1w6BAQggDjISAUGQ0QgIgMxAQGfILAR0hMxEQCfIbAR0gGRAwEFIFgQcgGRCwE5INgTsgGREwEZIVgRsgGRGwEpIdgSsgFRAwBdIFQR8gFRCwBtINQS8gFREwBOkKgIeIJUR0CDVEQCnX0AA/AOn+Iz8oY7D4wAAAABJRU5ErkJggg==);
}
#zine .s12 .stripe::after {
  content: "";
  position: absolute;
  background: #FF1DA3;
  top: -90%;
  right: -90%;
  width: 300%;
  height: 300%;
  transform: skewX(45deg);
  transition: transform 2s ease-in-out;
  will-change: transform;
}
@media (min-width: 991px) and (min-width: 1700px) {
  #zine .s12 .chess > div:nth-of-type(1) {
    padding-right: 230px;
  }
}
@media (min-width: 991px) and (max-width: 1700px) {
  #zine .s12 .chess > div:nth-of-type(2) {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  #zine .s12 .chess {
    padding: 60px 0;
  }
  #zine .s12 .chess > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#zine .s12 .text-block {
  background: #000000;
  padding: 30px;
  color: #38D430;
}
#zine .s12 .text-block p {
  font-weight: bold;
}
#zine .s12 .text-block p:last-of-type {
  margin-bottom: 0;
}
#zine .s12 .text-block span {
  color: #FF1DA3;
}
#zine #section-credits {
  z-index: 1;
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  #zine #section-credits {
    z-index: 9;
  }
}
#zine #section-credits strong {
  text-transform: uppercase;
}
#zine #section-credits [data-simplebar],
#zine #section-credits [data-simplebar] div {
  height: 100%;
}
#zine #section-credits .zine__credits__nav {
  position: relative;
  z-index: 1;
}
#zine #section-credits .zine__credits__nav::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: #000;
}
#zine #section-credits .zine__credits__nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#zine #section-credits .zine__credits__nav ul li {
  width: 50%;
  margin: 0;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  #zine #section-credits .zine__credits__nav ul li {
    padding: 15px;
  }
}
#zine #section-credits .zine__credits__nav ul li:nth-of-type(1) {
  background-color: #38D430;
  border-right: 7px solid #000;
}
#zine #section-credits .zine__credits__nav ul li:nth-of-type(2) {
  border-left: 7px solid #000;
  background-color: #FF1DA3;
}
#zine #section-credits .zine__credits__nav ul li a {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 991px) {
  #zine #section-credits .zine__credits__nav ul li a {
    font-size: 22px;
  }
}
#zine #section-credits .zine__credits__nav ul li a.open svg {
  transform: rotate(180deg) translateY(50%);
}
#zine #section-credits .zine__credits__nav ul li a svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}
#zine #section-credits .zine__credits__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s linear;
}
#zine #section-credits .zine__credits__wrapper.in--left, #zine #section-credits .zine__credits__wrapper.in--right {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#zine #section-credits .zine__credits__wrapper.in--left > div:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#zine #section-credits .zine__credits__wrapper.in--right > div:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#zine #section-credits .zine__credits__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 14px;
  margin-left: -7px;
  background: #000;
}
@media (max-width: 991px) {
  #zine #section-credits .zine__credits__wrapper::after {
    display: none;
  }
}
#zine #section-credits .zine__credits__wrapper > div {
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s linear;
  padding: 190px 100px 130px 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.667;
  position: relative;
}
@media (max-width: 991px) {
  #zine #section-credits .zine__credits__wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 160px 15px 100px 15px;
  }
}
#zine #section-credits .zine__credits__wrapper > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #000;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) {
  background-color: #000;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1;
  color: #38D430;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) ul:last-of-type {
  margin-bottom: 0;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) ul li {
  margin: 0;
  padding: 0;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) ul li strong {
  text-transform: uppercase;
  color: #38D430;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(1) ul li a {
  color: #FF1DA3;
  text-decoration: none;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(2) {
  background-color: #000;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(2) span:nth-of-type(even) {
  color: #38D430;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(2) span:nth-of-type(even) a {
  color: #38D430;
}
#zine #section-credits .zine__credits__wrapper > div:nth-of-type(2) span a {
  color: #FF1DA3;
  text-decoration: underline;
}
#zine #section-credits [data-simplebar] {
  padding-right: 30px;
  height: 100%;
}
@media (max-width: 991px) {
  #zine #section-credits [data-simplebar] {
    padding-right: 0;
  }
}
#zine #section-credits [data-simplebar] div {
  height: 100%;
}
#zine #section-credits .simplebar-scrollbar:before {
  background: #FF1DA3;
}
#zine #section-footer {
  z-index: 1;
}
#zine .plyr iframe[id^=youtube] {
  top: -50%;
  height: 200%;
}
#zine .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
#zine .plyr--video .plyr__control.plyr__tab-focus,
#zine .plyr--video .plyr__control:hover,
#zine .plyr--video .plyr__control[aria-expanded=true],
#zine .plyr__control--overlaid {
  background-color: #38D430;
}
#zine .plyr--full-ui input[type=range] {
  color: #38D430;
}
#zine .plyr__control.plyr__tab-focus,
#zine .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
#zine .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track,
#zine .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #38D430;
}

.c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  opacity: 1;
  background-color: #FF1DA3;
  margin: 0;
  border-radius: 0;
  height: 150px !important;
}

.s1,
.s2 {
  display: none;
}

.s10 {
  display: block;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@charset "UTF-8";
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress__buffer, .plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}
