@charset "UTF-8";
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Colors
********************/
/********************
** Fonts
********************/
/********************
** Partials
********************/
:root {
  --app-height: 100%; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  scroll-behavior: auto !important; }

body {
  color: #1A1A1A;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Faculty Glyphic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #C0B296;
  padding-bottom: 90px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Faculty Glyphic", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 0; }

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem; }
  @media only screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 36px;
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 30px;
      font-size: 1.875rem; } }

.btn {
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 8px;
  color: #1A1A1A;
  background: #fff; }
  @media only screen and (min-width: 576px) {
    .btn {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 15px; } }
  @media only screen and (min-width: 768px) {
    .btn {
      font-size: 16px;
      font-size: 1rem;
      padding: 10px 20px; } }

.loader-wrapper {
  background: #ECE8DB;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .loader-wrapper .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    text-indent: -9999px; }
  .loader-wrapper .loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #C0B296;
    animation: prixClipFix 2s linear infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }
#backToTop {
  position: fixed;
  display: none;
  background-color: #C0B296;
  color: #fff;
  border: none;
  padding: 10px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  z-index: 1000;
  font-size: 18px;
  transition: opacity 0.3s;
  width: 44px;
  height: 44px;
  padding: 0;
  bottom: 90px;
  right: 15px;
  transition: all 0.5s ease;
  opacity: 0; }
  #backToTop.show {
    opacity: 0.7;
    display: block; }
  @media only screen and (min-width: 768px) {
    #backToTop {
      bottom: 15px;
      right: 20px;
      background-color: #C0B296; } }
  @media only screen and (min-width: 992px) {
    #backToTop {
      bottom: 23px;
      right: 30px; } }
  #backToTop span {
    width: 24px;
    height: 24px;
    background: url("../images/icon-arrow-down.svg") no-repeat 0 0;
    background-size: 24px auto;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    text-indent: -9999px; }

#backToTop:hover {
  opacity: 1; }

header {
  background: #ECE8DB;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 100; }
  header h1 {
    display: inline-block;
    margin: 0; }
    header h1 a {
      text-indent: -9999px;
      width: 120px;
      height: 44px;
      background: url("../images/logo.png") no-repeat 0 0;
      background-size: auto 44px;
      display: block;
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        header h1 a {
          width: 240px;
          padding-bottom: 18.4%;
          height: 0;
          background: url("../images/logo.png") no-repeat 0 0;
          background-size: 100% auto; } }
      @media only screen and (min-width: 992px) {
        header h1 a {
          width: 326px; } }
  header .btn + .btn {
    margin-left: 1rem; }
  header .btn.back {
    padding-left: 35px;
    position: relative; }
    @media only screen and (min-width: 576px) {
      header .btn.back {
        padding-left: 50px; } }
    header .btn.back:before {
      content: "";
      background: url("../images/icon-back.svg") no-repeat 0 0;
      background-size: 20px auto;
      width: 20px;
      height: 8px;
      display: block;
      position: absolute;
      top: 15px;
      left: 10px; }
      @media only screen and (min-width: 576px) {
        header .btn.back:before {
          background: url("../images/icon-back.svg") no-repeat 0 0;
          background-size: 28px auto;
          width: 28px;
          height: 12px;
          top: 15px;
          left: 10px; } }
    @media only screen and (min-width: 768px) {
      header .btn.back {
        padding-left: 65px; }
        header .btn.back:before {
          content: "";
          background: url("../images/icon-back.svg") no-repeat 0 0;
          background-size: 36px auto;
          width: 36px;
          height: 15px;
          top: 15px;
          left: 15px; } }
  header .controls {
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      header .controls {
        display: flex;
        width: 100%; } }
    header .controls .controls-sound input,
    header .controls .controls-fullscreen input {
      display: none; }
    header .controls .controls-sound label,
    header .controls .controls-fullscreen label {
      position: relative;
      padding-left: 30px;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Comfortaa", Helvetica, Arial, sans-serif;
      font-weight: 700;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        header .controls .controls-sound label,
        header .controls .controls-fullscreen label {
          font-size: 16px;
          font-size: 1rem; } }
      header .controls .controls-sound label:before,
      header .controls .controls-fullscreen label:before {
        content: "";
        width: 24px;
        height: 24px;
        background: url("../images/icon-radio.svg") no-repeat 0 0;
        position: absolute;
        top: -2px;
        left: 0; }
    header .controls .controls-sound input:checked + label:before,
    header .controls .controls-fullscreen input:checked + label:before {
      background: url("../images/icon-radio-filled.svg") no-repeat 0 0; }
    header .controls .controls-sound + .controls-fullscreen {
      display: none;
      margin-left: 2rem; }
      @media only screen and (min-width: 768px) {
        header .controls .controls-sound + .controls-fullscreen {
          display: block; } }
      @media only screen and (min-width: 992px) {
        header .controls .controls-sound + .controls-fullscreen {
          margin-left: 3rem; } }

[data-aos="zoom-in"] {
  transform: scale(0.3); }

main .transition {
  height: var(--app-height);
  height: -webkit-fill-available;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  main .transition.active {
    z-index: 3; }
  main .transition .section.transition-out {
    transform: scale(3);
    opacity: 0;
    transition: all 0.8s ease; }
  main .transition .section.transition-fixed-out {
    opacity: 0;
    transition: all 0.8s ease; }
    main .transition .section.transition-fixed-out .section-content {
      display: none !important; }
  main .transition .section#intro-10.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 15% 55%; }
  main .transition .section#first-act-5.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 40% 70%; }
  main .transition .section#first-act-10.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 75% 50%; }
  main .transition .section#first-plot.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 50% 15%; }
  main .transition .section#second-act-3.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 30% 15%; }
  main .transition .section#midpoint-2.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 40% 40%; }
  main .transition .section#midpoint-2 .bg .overlay {
    opacity: 0 !important; }
  main .transition .section#second-half-2.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 50% 80%; }
  main .transition .section.climax:not(#climax-3).transition-out {
    transform: scale(0);
    opacity: 0;
    transition: all 0.8s ease; }
  main .transition .section#climax-3.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 40% 55%; }
  main .transition .section#resolution.transition-out {
    animation: zoomOut 1.5s forwards;
    transform-origin: 60% 30%; }
  main .transition .section#third-plot-6.transition-out, main .transition .section#third-plot-11.transition-out {
    transform: scale(0);
    opacity: 0;
    transition: all 0.8s ease; }
main section.section {
  height: var(--app-height);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  main section.section .bg {
    height: var(--app-height);
    min-height: -webkit-fill-available;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
    background: #C0B296;
    opacity: 1;
    transition: opacity 0.5s ease; }
    main section.section .bg img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      max-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: var(--app-margin-top);
      margin-left: var(--app-margin-left);
      /*transform: translate(-50%,-50%);*/ }
  main section.section .section-content {
    position: relative;
    z-index: 3;
    height: calc(var(--app-height) - var(--app-header-height)); }
    main section.section .section-content .row {
      height: calc(var(--app-height) - var(--app-header-height)); }
      main section.section .section-content .row .images-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        margin: 0 auto; }
        main section.section .section-content .row .images-grid img.img-small {
          max-width: 50vw; }
          @media only screen and (min-width: 768px) {
            main section.section .section-content .row .images-grid img.img-small {
              max-width: 300px; } }
        main section.section .section-content .row .images-grid .align-left {
          align-self: start; }
      main section.section .section-content .row .content-inner {
        padding-bottom: 50px;
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important; }
        @media only screen and (min-width: 768px) {
          main section.section .section-content .row .content-inner {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important; } }
        @media only screen and (min-width: 992px) {
          main section.section .section-content .row .content-inner {
            padding-bottom: 80px; } }
        @media (max-width: 990px) and (orientation: landscape) {
          main section.section .section-content .row .content-inner {
            padding-bottom: 2rem; } }
        main section.section .section-content .row .content-inner .text-wrapper {
          padding-bottom: 50px; }
          @media only screen and (min-width: 992px) {
            main section.section .section-content .row .content-inner .text-wrapper {
              padding-bottom: 150px; } }
        main section.section .section-content .row .content-inner img {
          max-width: 60vw;
          max-height: 40vh;
          margin-bottom: 1rem; }
          @media only screen and (min-width: 992px) {
            main section.section .section-content .row .content-inner img {
              margin-bottom: 2rem; } }
          @media only screen and (min-width: 768px) {
            main section.section .section-content .row .content-inner img {
              max-width: 40vw;
              max-height: 40vh; } }
          @media only screen and (min-width: 992px) {
            main section.section .section-content .row .content-inner img.large {
              max-width: 60vw;
              max-height: 60vh; } }
          main section.section .section-content .row .content-inner img.small {
            max-width: 100%; }
            @media only screen and (min-width: 768px) {
              main section.section .section-content .row .content-inner img.small {
                max-width: 500px; } }
        main section.section .section-content .row .content-inner.support h2 {
          margin-bottom: 1rem; }
        main section.section .section-content .row .content-inner.support p {
          margin-bottom: 1.5rem; }
        main section.section .section-content .row .content-inner.support a.btn {
          background: #305071;
          color: #fff; }
        @media only screen and (min-width: 992px) {
          main section.section .section-content .row .content-inner.support h2 {
            font-size: 40px;
            font-size: 2.5rem;
            margin-bottom: 2rem; }
          main section.section .section-content .row .content-inner.support p {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 32px;
            line-height: 2rem;
            margin-bottom: 2.5rem; }
          main section.section .section-content .row .content-inner.support a.btn {
            font-size: 20px;
            font-size: 1.25rem;
            padding: 15px 25px; } }
    main section.section .section-content p {
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; }
    main section.section .section-content h2 + h2 {
      margin-top: 2rem; }
    main section.section .section-content p:only-child, main section.section .section-content h2:only-child, main section.section .section-content h3:only-child {
      margin-bottom: 0; }
    main section.section .section-content .dots {
      max-width: 70vw;
      margin: 50px auto 0;
      height: 35vh;
      position: relative; }
      @media only screen and (min-width: 768px) {
        main section.section .section-content .dots {
          margin: 0 auto;
          height: 50vh; } }
      main section.section .section-content .dots .popup {
        display: none; }
      main section.section .section-content .dots .dot {
        width: 24px;
        height: 24px;
        /*@include bp(lg) {
          width: 45px;
          height: 45px;
        }*/
        outline: none;
        background: #fff;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        transform: translate(-50%, -50%); }
        main section.section .section-content .dots .dot.pulse {
          /* Main pulse */
          /* Echo pulse */ }
          main section.section .section-content .dots .dot.pulse::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            border-radius: 50%;
            animation: pulse-main 1.5s infinite;
            z-index: -1; }
          main section.section .section-content .dots .dot.pulse::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            border-radius: 50%;
            animation: pulse-echo 1s infinite;
            animation-delay: 0.5s;
            /* starts shortly after main pulse */
            z-index: -1; }
  main section.section .sign-up {
    max-width: 360px;
    margin: 0 auto; }
  main section.section .overlay-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  main section.section .overlay {
    width: 100%;
    height: 100%;
    background: #C0B296;
    opacity: 0.65;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.5s ease; }
  main section.section.active .bg {
    opacity: 1 !important; }
  main section.section.intro .bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.16;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  main section.section.intro .bg .overlay {
    transition: opacity 0.5s ease; }
  main section.section.intro .section-content .content-inner {
    padding-bottom: 50px; }
  main section.section.intro .section-content h2 {
    margin: 0 0 5rem; }
    @media only screen and (min-width: 992px) {
      main section.section.intro .section-content h2 {
        margin: 0 0 10rem; } }
  main section.section.intro .section-content a.start {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 125px;
    text-decoration: none;
    background: url("../images/icon-arrow-down.svg") no-repeat 50% 100%;
    display: inline-block;
    position: relative; }
    @media only screen and (min-width: 768px) {
      main section.section.intro .section-content a.start {
        padding-bottom: 95px; } }
    main section.section.intro .section-content a.start:after {
      content: "For best viewing experience on a mobile device please rotate your screen.";
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      width: 600px;
      max-width: calc(100vw - 30px);
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: "Comfortaa", Helvetica, Arial, sans-serif; }
  main section.section.intro .bg .overlay, main section.section.intro-1 .bg .overlay {
    background: #000;
    opacity: 0.23; }
  main section.section.intro-3 .bg .overlay {
    opacity: 0; }
  main section.section.intro-3.active .bg .overlay {
    opacity: 0.65; }
  main section.section.intro-10 .bg .overlay {
    opacity: 0.65; }
  main section.section.intro-10.active .bg .overlay {
    opacity: 0.35; }
  main section.section.first-act .overlay {
    background: #080808;
    opacity: 0.12; }
    main section.section.first-act .overlay.dark {
      opacity: 0.24; }
  main section.section.first-act#first-act-5.active .bg .overlay, main section.section.first-act#first-act-8.active .bg .overlay {
    opacity: 0 !important; }
  main section.section.first-act#first-act-9 .bg .overlay {
    opacity: 0; }
  main section.section.first-act#first-act-9.active .bg .overlay {
    opacity: 0.24 !important; }
  main section.section.first-act#first-act-9 .bg img, main section.section.first-act#first-act-10 .bg img {
    right: 0;
    left: auto;
    margin-left: 0; }
  main section.section.first-act#first-act-11 .bg img {
    top: 0;
    margin-top: -5%; }
  main section.section#midpoint-10.active .bg .overlay {
    opacity: 0 !important; }
  main section.section#midpoint-11 .bg .overlay {
    opacity: 0 !important; }
  main section.section#midpoint-11.active .bg .overlay {
    opacity: 0.22 !important; }
  main section.section#second-half-2.active .bg .overlay {
    opacity: 0 !important; }
  main section.section.climax .overlay, main section.section.resolution .overlay, main section.section.third-plot .overlay {
    background: #080808;
    opacity: 0.28; }
  main section.section#resolution-6.active .overlay {
    background: #080808;
    opacity: 0.44; }
  main section.section.third-plot:not(#third-plot-2) .overlay.dark, main section.section.third-plot#third-plot-2.active .overlay.dark {
    opacity: 0.38; }
  main section.section#third-plot-7 .bg img, main section.section#third-plot-8 .bg img, main section.section#third-plot-9 .bg img, main section.section#third-plot-10 .bg img, main section.section#third-plot-11 .bg img {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0; }
  main section.section.first-plot .overlay {
    background: #000;
    opacity: 0.12; }
  main section.section.first-plot .bg img {
    top: 0;
    margin-top: -5%; }
  @media (max-width: 990px) and (orientation: landscape) {
    main section.section.first-plot .section-content img {
      max-height: 25vh !important; }
    main section.section.first-plot .section-content h3 {
      font-size: 16px;
      font-size: 1rem; } }
  main section.section.second-half .overlay {
    background: #080808;
    opacity: 0.15; }
  main section.section.midpoint .falling-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
    z-index: 1; }
  main section.section.midpoint .overlay-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  main section.section.midpoint .overlay-light {
    display: none; }
  main section.section.midpoint .overlay {
    background: #080808;
    opacity: 0.22; }
  main section.section.midpoint .overlay-dark {
    background: #080808;
    opacity: 1; }
  main section.section.midpoint#midpoint-2 .overlay-light {
    display: block;
    opacity: 0.22; }
  main section.section.midpoint#midpoint-2.active .overlay-light {
    opacity: 0; }
  @media (max-width: 990px) and (orientation: landscape) {
    main section.section.second-act .section-content img.small {
      display: none; } }
  main section.section#second-act .bg img, main section.section#second-act-1 .bg img, main section.section#second-act-2 .bg img, main section.section#second-act-3 .bg img {
    top: 0 !important;
    margin-top: 0 !important; }
  main section.section#second-act-4.active .bg .shake {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0; }
  main section.section#second-act-4.active .bg img {
    animation: 2s linear 1s 1 forwards randomShake;
    background: #f00; }
  main section.section.first-plot .dots {
    height: 50vh; }
    @media only screen and (min-width: 768px) {
      main section.section.first-plot .dots {
        height: 70vh; } }
  main section.section.second-act .dots {
    height: 25vh; }
    @media only screen and (min-width: 768px) {
      main section.section.second-act .dots {
        height: 50vh; } }
  main section.section.second-half .bg img {
    top: 0;
    margin-top: 0; }
  @media (max-width: 990px) and (orientation: landscape) {
    main section.section.second-half .bg img {
      top: -20%; } }
  main section.section.second-half .section-content .dots {
    height: 50vh; }
    @media only screen and (min-width: 992px) {
      main section.section.second-half .section-content .dots {
        height: 80vh; } }
    main section.section.second-half .section-content .dots .dot {
      width: 20px;
      height: 20px; }
      @media only screen and (min-width: 992px) {
        main section.section.second-half .section-content .dots .dot {
          width: 40px;
          height: 40px; } }
  @media only screen and (min-width: 992px) {
    main section.section.third-plot .section-content .dots {
      height: 80vh; } }

/* Main pulse - big and slow */
@keyframes pulse-main {
  0% {
    transform: scale(1);
    opacity: 0.7; }
  70% {
    transform: scale(2.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 0; } }
/* Echo pulse - small and fast */
@keyframes pulse-echo {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(2);
    opacity: 0; } }
@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(3);
    /* zoom out */
    opacity: 0;
    /* fade away */ } }
@media (max-width: 768px) {
  .fancybox__dialog .f-button.is-arrow.is-prev,
  .fancybox__dialog .f-button.is-arrow.is-next {
    width: 30px;
    height: 30px; }
    .fancybox__dialog .f-button.is-arrow.is-prev svg,
    .fancybox__dialog .f-button.is-arrow.is-next svg {
      width: 16px;
      height: 16px; }
  .fancybox__dialog .f-button.is-arrow.is-prev {
    margin-left: -16px; }
  .fancybox__dialog .f-button.is-arrow.is-next {
    margin-right: -16px; } }
@media only screen and (min-width: 992px) {
  .fancybox__dialog .f-button.is-arrow.is-prev {
    margin-left: 100px; }
  .fancybox__dialog .f-button.is-arrow.is-next {
    margin-right: 100px; } }
.fancybox__dialog .fancybox__content {
  max-height: 80vh;
  overflow-y: auto; }
.fancybox__dialog .popup {
  background: none !important;
  color: #fff; }
  .fancybox__dialog .popup .popup-content {
    padding: 2rem;
    background: #305071;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .fancybox__dialog .popup .popup-content .f-button {
      display: block;
      top: 0 !important;
      right: 0 !important;
      background: none !important;
      position: absolute !important; }
  .fancybox__dialog .popup .f-button {
    top: 40px !important;
    right: 55px !important;
    display: none; }
  .fancybox__dialog .popup img {
    max-width: 100%;
    height: auto; }
  .fancybox__dialog .popup h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 1rem 0; }
  .fancybox__dialog .popup h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0; }
  .fancybox__dialog .popup p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif; }
    .fancybox__dialog .popup p.heading {
      font-size: 16px;
      font-size: 1rem;
      font-family: "Faculty Glyphic", Helvetica, Arial, sans-serif; }
  .fancybox__dialog .popup ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif; }
    .fancybox__dialog .popup ul li {
      list-style: none;
      position: relative;
      font-size: 15px;
      font-size: 0.9375rem;
      padding-left: 20px; }
      .fancybox__dialog .popup ul li:before {
        content: "•";
        position: absolute;
        left: 5px;
        top: 0; }
  .fancybox__dialog .popup p + ul {
    margin-top: -1rem; }
.fancybox__dialog .fancybox-first-plot .fancybox__backdrop,
.fancybox__dialog .fancybox-second-act .fancybox__backdrop,
.fancybox__dialog .fancybox-second-half .fancybox__backdrop,
.fancybox__dialog .fancybox-third-plot .fancybox__backdrop {
  opacity: 0.5 !important; }
.fancybox__dialog .fancybox-first-plot .container {
  max-width: 900px; }
.fancybox__dialog .fancybox-second-half .container {
  max-width: 1000px; }

.pagination-wrapper {
  display: none; }

.pagination {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10;
  display: flex;
  flex-direction: column;
  margin-top: -37px; }
  @media only screen and (min-width: 768px) {
    .pagination {
      right: 20px;
      top: 50%;
      transform: translateY(-50%); } }

.pagination a {
  display: block;
  height: 15px;
  margin-bottom: 5px;
  color: white;
  position: relative;
  padding: 4px; }
  @media only screen and (min-width: 768px) {
    .pagination a {
      height: 20px; } }

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px; }

.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  width: 120px;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .pagination a .hover-text {
      top: 0;
      font-size: 14px;
      font-size: 0.875rem; } }

.pagination a:hover .hover-text {
  opacity: 1;
  display: block; }

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0; }

/* State when the animation is triggered (fades out) */
[data-aos="fade-out"].aos-animate {
  opacity: 0 !important; }

@keyframes randomShake {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  10% {
    transform: translate(-4px, 4px) rotate(-2deg); }
  20% {
    transform: translate(6px, -6px) rotate(4deg); }
  30% {
    transform: translate(-8px, 2px) rotate(-3deg); }
  40% {
    transform: translate(2px, 8px) rotate(2deg); }
  50% {
    transform: translate(-6px, -4px) rotate(-4deg); }
  60% {
    transform: translate(4px, 6px) rotate(3deg); }
  70% {
    transform: translate(-2px, -8px) rotate(-2deg); }
  80% {
    transform: translate(8px, 0px) rotate(4deg); }
  90% {
    transform: translate(-4px, -2px) rotate(-3deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }

/*# sourceMappingURL=style.css.map */
