@import url(//fonts.googleapis.com/css?family=Lora:400,700);
/* Note that core has to be first. It holds all the globals */
@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url(fonts/texgyreadventor-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url(fonts/texgyreadventor-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

p {
  padding: 0; }

body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3; }

html {
  font-family: "TeX Gyre Adventor", sans-serif;
  font-size: 62.5%; }

body #app-smart-drugs h1 {
  font-family: "TeX Gyre Adventor", sans-serif; }

body #app-smart-drugs h2 {
  font-family: "TeX Gyre Adventor", sans-serif; }

body #app-smart-drugs h3 {
  font-family: "TeX Gyre Adventor", sans-serif; }

body #app-smart-drugs h4 {
  font-family: "TeX Gyre Adventor", sans-serif; }

body #app-smart-drugs h5 {
  font-family: "TeX Gyre Adventor", sans-serif; }

body #app-smart-drugs h6 {
  font-family: "TeX Gyre Adventor", sans-serif; }

button {
  font-family: "TeX Gyre Adventor", sans-serif; }

.u-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

* {
  box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  background: #143046;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

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

.layout, .component {
  *zoom: 1; }
  .layout:after, .component:after, .layout:before, .component:before {
    content: ' ';
    display: table; }
  .layout:after, .component:after {
    clear: both; }

.video.mod-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.app, .layout, .layout-inner {
  height: 100%;
  width: 100%; }

.layout {
  padding-top: 40px;
  height: 100vh; }

.layout-inner.iscroll-inner {
  height: auto;
  width: auto; }

.menu {
  background: #000;
  color: #fff;
  margin-top: 15px;
  position: absolute;
  right: 0;
  transform: translate(100%, -50%);
  transition: transform 300ms;
  z-index: 2000; }
  .menu.is-active {
    transform: translate(0, -50%); }
  @media (min-width: 1000px) {
    .menu {
      right: 20px;
      transform: translate(0, -50%); } }

.menu-toggle {
  background: #000;
  border-radius: 4px 0 0 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 10px 5px;
  position: absolute;
  top: 50%;
  right: 100%;
  text-align: right;
  transform: translateY(-50%);
  /**
   * This invisible element increases the menu toggle 'hit box' to 44px width,
   * the minimum recommended size in accordance with the Fat Fingers rule.
   */ }
  .menu-toggle::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    left: -24px;
    bottom: -7px;
    z-index: -1; }
  @media (min-width: 1000px) {
    .menu-toggle {
      display: none; } }

.menu-toggle-icon {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  display: block;
  height: 10px;
  position: relative;
  left: 3px;
  transform: rotate(-45deg);
  width: 10px; }
  @media (hover: hover) {
    .menu-toggle-icon {
      border-color: #f5a623; } }
  .is-active .menu-toggle-icon {
    border-color: #f5a623;
    left: -3px;
    transform: rotate(135deg); }

.menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu.is-active .menu-list {
    transform: translateX(0); }

.menu-list-item {
  list-style: none;
  position: relative; }
  .menu-list-item:hover .menu-title, .menu-list-item:focus .menu-title {
    display: none; }
    @media (min-width: 1000px) {
      .menu-list-item:hover .menu-title, .menu-list-item:focus .menu-title {
        display: block; } }

.menu-link {
  box-sizing: border-box;
  color: inherit;
  display: block;
  padding: 4px 6px;
  position: relative;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase; }
  .menu-link:hover, .menu-link:focus {
    color: #f5a623; }

.menu-icon {
  border-radius: 3px;
  display: block; }
  .menu-icon .icon {
    display: block;
    height: 32px;
    width: 32px; }

.menu-title {
  background: #000;
  color: #fff;
  display: none;
  padding: 5px;
  top: 8px;
  font-size: 1rem;
  position: absolute;
  right: 45px;
  white-space: nowrap; }

@media (max-width: 1000px) {
  header#top .container {
    margin-top: -12px !important;
    max-width: calc(100% - 40px) !important; } }

.chapter-nav-link.mod-prev:before, .chapter-nav-link.mod-next:after, .action.mod-chevron-down:after, .action.mod-chevron-right:after {
  border: 1px solid currentColor;
  content: '';
  display: inline-block;
  height: 6px;
  margin-top: -4px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px; }

.chapter-content {
  width: 100%; }

.chapter-nav-link {
  background: #ccc;
  bottom: 0;
  padding: 10px 20px;
  position: fixed; }
  .chapter-nav-link.mod-prev {
    left: 0; }
    .chapter-nav-link.mod-prev:before {
      border-width: 0 0 1px 1px;
      margin-right: 5px; }
  .chapter-nav-link.mod-next {
    right: 0; }
    .chapter-nav-link.mod-next:after {
      border-width: 1px 1px 0 0;
      margin-left: 5px; }

.chapter-scroll {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  z-index: 999;
  user-select: none; }
  .chapter-scroll .chapter-scroll-arrow {
    width: 1rem;
    text-align: center;
    color: #808080; }
    .chapter-scroll .chapter-scroll-arrow:hover {
      cursor: pointer;
      color: #000; }
  .chapter-scroll .chapter-scroll-dot {
    position: relative;
    width: 1rem;
    height: 1.5rem;
    padding: 0.5rem 0.25rem;
    text-align: center;
    line-height: 1rem; }
    .chapter-scroll .chapter-scroll-dot .chapter-scroll-dot-inner {
      width: 100%;
      height: 100%;
      border: 1px solid #808080;
      border-radius: 50%; }
    .chapter-scroll .chapter-scroll-dot .chapter-scroll-dot-label {
      font-size: 1rem;
      width: auto;
      position: absolute;
      left: 100%;
      top: 0;
      text-align: 0;
      white-space: nowrap;
      padding: 0.25rem 0.5rem;
      opacity: 0;
      pointer-events: none; }
    .chapter-scroll .chapter-scroll-dot.is-active-dot .chapter-scroll-dot-inner {
      background: #808080; }
    .chapter-scroll .chapter-scroll-dot:hover {
      cursor: pointer; }
      .chapter-scroll .chapter-scroll-dot:hover .chapter-scroll-dot-inner {
        border-color: #000;
        background: #000; }
      .chapter-scroll .chapter-scroll-dot:hover .chapter-scroll-dot-label {
        opacity: 1; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes flicker {
  0% {
    opacity: 0.25; }
  25% {
    opacity: 0.75; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes drop-in-A {
  0% {
    transform: translateY(-10vh) rotate(-20deg); }
  100% {
    transform: translateY(120vh) rotate(60deg); } }

@keyframes drop-in-B {
  0% {
    transform: translateY(-20vh) rotate(40deg); }
  100% {
    transform: translateY(110vh) rotate(-40deg); } }

.chapter-background {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.chapter-background-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.chapter-background-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition-property: opacity;
  z-index: -1; }
  .chapter-background-item.is-active {
    opacity: 1; }
  .chapter-background-item.is-exiting {
    opacity: 0; }

.chapter-background-item-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .chapter-background-item-inner.mod-fade {
    opacity: 0;
    transition-property: opacity; }

.chapter-background-fg {
  position: relative;
  width: 100%;
  z-index: -2; }
  .chapter-background-fg.mod-fade {
    opacity: 0;
    transition-property: opacity; }

.chapter-background-img {
  position: absolute;
  max-width: 90%;
  max-height: 90%; }
  .chapter-background-img.mod-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .chapter-background-img.mod-fade {
    opacity: 0;
    transition-property: opacity; }

.chapter-nav-link.mod-prev:before, .chapter-nav-link.mod-next:after, .action.mod-chevron-down:after, .action.mod-chevron-right:after {
  border-color: currentColor;
  border-style: solid;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 20px; }

.action {
  background: #fff;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  margin-left: -25px;
  text-decoration: none;
  width: 50px; }
  .action.mod-text {
    align-items: center;
    display: flex;
    font-family: "TeX Gyre Adventor", sans-serif;
    font-size: 3rem;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase; }
  .action.mod-chevron-down:after {
    border-width: 0 3px 3px 0;
    margin-top: -13px; }
  .action.mod-chevron-right:after {
    border-width: 3px 3px 0 0;
    margin-left: -13px; }

.iscroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.iscroll-inner {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.icon {
  display: inline-block;
  height: 32px;
  width: 32px; }
  .icon use {
    fill: currentColor; }

.component {
  position: relative;
  overflow: hidden;
  width: 100%; }

.component-inner {
  width: 100%; }

.loading-screen {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  z-index: 2000; }
  .loading-screen.mod-loading, .loading-screen.mod-transitioning {
    opacity: 1;
    transform: translateX(0); }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border-top: 3px solid #808080;
  border-right: 3px solid transparent;
  animation: spinner 0.6s linear infinite; }

.pin {
  position: relative; }

.pin-inner {
  max-height: 100vh;
  position: absolute;
  top: 0; }

.video {
  position: relative; }
  .video.mod-container video {
    width: 100%;
    height: auto; }
  .video.mod-fullwidth {
    width: 100%; }
    .video.mod-fullwidth video {
      width: 100%;
      height: auto; }
  .video.mod-fullscreen {
    min-width: 100vw;
    height: 100vh;
    overflow: hidden; }
    .video.mod-fullscreen .video-inner {
      width: 100%;
      height: 100%;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .video.mod-fullscreen .video-inner video {
        position: absolute;
        z-index: -1; }

.video-overlay {
  transition-property: opacity, transform;
  transition-duration: 500ms, 0ms;
  transition-delay: 500ms, 0ms; }
  .video-overlay.is-hidden {
    transform: translateX(100%);
    transition-delay: 0ms, 500ms;
    opacity: 0; }

.video-controls {
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 65%, rgba(0, 0, 0, 0.925) 75.5%, rgba(0, 0, 0, 0.963) 82.85%, rgba(0, 0, 0, 0.981) 88%, black 100%);
  bottom: 0;
  display: flex;
  left: 0;
  min-width: 110px;
  padding: 10px 10px;
  position: absolute;
  right: 0; }

.video-controls-center {
  display: flex;
  flex-grow: 1;
  padding: 0 20px; }

.video-controls-button {
  -webkit-appearance: none;
  background: none;
  border: none;
  display: block;
  padding: 0; }

.video-controls-icon {
  color: #fff; }

/* The range slider */
.video-controls-progress {
  -webkit-appearance: none;
  background: transparent;
  margin: 0;
  width: 100%; }
  .video-controls-progress:focus {
    outline: none; }
  .video-controls-progress::-webkit-slider-thumb {
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    width: 12px;
    -webkit-appearance: none;
    margin-top: -5px; }
  .video-controls-progress::-moz-range-thumb {
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    width: 12px; }
  .video-controls-progress::-ms-thumb {
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    width: 12px; }
  .video-controls-progress::-webkit-slider-runnable-track {
    background: #fff;
    cursor: pointer;
    height: 2px;
    width: 100%; }
  .video-controls-progress:focus::-webkit-slider-runnable-track {
    background: #fff; }
  .video-controls-progress::-moz-range-track {
    background: #fff;
    cursor: pointer;
    height: 2px;
    width: 100%; }
  .video-controls-progress::-ms-track {
    background: #fff;
    cursor: pointer;
    height: 2px;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent; }
  .video-controls-progress::-ms-fill-lower {
    background: #fff;
    border: 0px solid #fff; }
  .video-controls-progress::-ms-fill-upper {
    background: #fff;
    border: 0px solid #fff; }
  .video-controls-progress:focus::-ms-fill-lower {
    background: #fff; }
  .video-controls-progress:focus::-ms-fill-upper {
    background: #fff; }

.goto {
  width: 100%; }

.goto-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center; }

.goto-container {
  box-sizing: border-box; }

.goto-progress {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  margin: 2rem auto;
  position: relative;
  height: 60px;
  width: 60px; }
  .goto-progress.is-progressing {
    background-color: #000; }
    .goto-progress.is-progressing .goto-progress-inset {
      background-color: #000; }
    .goto-progress.is-progressing .goto-progress-circle {
      opacity: 1; }

.goto-progress-circle {
  opacity: 0; }

.goto-progress-mask,
.goto-progress-fill {
  border-radius: 50%;
  height: 60px;
  position: absolute;
  width: 60px;
  -webkit-backface-visibility: hidden; }

.goto-progress-mask {
  clip: rect(0, 60px, 60px, 30px); }

.goto-progress-fill {
  background-color: #fff;
  clip: rect(0, 30px, 60px, 0); }

.goto-progress-inset {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  position: absolute;
  justify-content: center;
  top: 2px;
  left: 2px;
  height: 56px;
  width: 56px; }

.goto-progress-link {
  color: #fff;
  text-decoration: none; }

.goto-progress-icon {
  color: #fff;
  text-decoration: none;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  width: 20px;
  height: 20px; }
  .goto-progress-icon.mod-next {
    border-width: 0 2px 2px 0;
    margin-top: -7.5px; }
  .goto-progress-icon.mod-back {
    border-width: 2px 0 0 2px;
    margin-bottom: -7.5px; }

.goto-title {
  color: #fff;
  text-align: center; }

.timeline-section .timeline-entry .timeline-year, .timeline-section .timeline-entry .timeline-tag {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.29);
  color: #fff;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin: 0;
  text-align: center; }

.timeline-section::before,
.goto-inner::before {
  border: 1px solid white;
  content: "";
  top: 0;
  bottom: 0;
  left: 19px;
  position: absolute;
  z-index: -1; }

.timeline-section.mod-trailer-intro::before,
.timeline-section.gods-title::before {
  border: none; }

.timeline-section.mod-peyote::before {
  top: 40px; }
  @media (min-width: 1000px) {
    .timeline-section.mod-peyote::before {
      top: 80px; } }

.timeline-section.mod-trailer-outro::before {
  border-image: linear-gradient(to bottom, white, transparent 25%) 1 100%; }

.timeline-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: calc(100% - 40px - 1px); }
  .timeline-section .timeline-header {
    opacity: 0;
    position: relative;
    text-align: center;
    width: 100%; }
    .timeline-section .timeline-header > div {
      position: absolute;
      top: calc(50% - 80px);
      left: 50%;
      transform: translate(-50%, -50%); }
      .timeline-section .timeline-header > div .timeline-suphead {
        margin: 20px auto 10px; }
        .timeline-section .timeline-header > div .timeline-suphead {
          font-size: 28px; }
          @media screen and (min-width: 320px) {
            .timeline-section .timeline-header > div .timeline-suphead {
              font-size: calc(28px + 20 * ((100vw - 320px) / 880)); } }
          @media screen and (min-width: 1200px) {
            .timeline-section .timeline-header > div .timeline-suphead {
              font-size: 48px; } }
      .timeline-section .timeline-header > div .timeline-title {
        border-top: 1px solid #000;
        font-weight: 700;
        letter-spacing: 0.2rem;
        line-height: 1.2;
        margin: 0 auto;
        padding: 1rem 0;
        text-transform: uppercase;
        white-space: nowrap; }
        .timeline-section .timeline-header > div .timeline-title {
          font-size: 28px; }
          @media screen and (min-width: 320px) {
            .timeline-section .timeline-header > div .timeline-title {
              font-size: calc(28px + 44 * ((100vw - 320px) / 880)); } }
          @media screen and (min-width: 1200px) {
            .timeline-section .timeline-header > div .timeline-title {
              font-size: 72px; } }
        .timeline-section .timeline-header > div .timeline-title::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 1.2) * 0.5em); }
  .timeline-section .timeline-subhead {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.29);
    color: #fff;
    font-family: "TeX Gyre Adventor", sans-serif;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    max-width: 600px; }
    .timeline-section .timeline-subhead {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .timeline-section .timeline-subhead {
          font-size: calc(16px + 8 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .timeline-section .timeline-subhead {
          font-size: 24px; } }
    .timeline-section .timeline-subhead::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.5) * 0.5em); }
    @media (min-width: 1000px) {
      .timeline-section .timeline-subhead {
        padding: 30px 30px; } }
  .timeline-section .timeline-entry {
    margin: 40px 10px 0;
    position: relative;
    text-align: center;
    width: calc(100% + 1px); }
    @media (min-width: 1000px) {
      .timeline-section .timeline-entry {
        margin: 80px 10px 0; } }
    .timeline-section .timeline-entry .timeline-year {
      background: #000;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 1px;
      padding: 0.5rem 1rem;
      white-space: nowrap; }
      .timeline-section .timeline-entry .timeline-year {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          .timeline-section .timeline-entry .timeline-year {
            font-size: calc(12px + 6 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          .timeline-section .timeline-entry .timeline-year {
            font-size: 18px; } }
      .timeline-section .timeline-entry .timeline-year::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1) * 0.5em); }
    .timeline-section .timeline-entry .timeline-tag {
      background: rgba(0, 0, 0, 0);
      border: 1px solid white;
      line-height: 0.9;
      padding: 1rem;
      transform-origin: center top; }
      .timeline-section .timeline-entry .timeline-tag {
        font-size: 14px; }
        @media screen and (min-width: 320px) {
          .timeline-section .timeline-entry .timeline-tag {
            font-size: calc(14px + 4 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          .timeline-section .timeline-entry .timeline-tag {
            font-size: 18px; } }
      .timeline-section .timeline-entry .timeline-tag::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 0.9) * 0.5em); }
      @media (max-width: 450px) {
        .timeline-section .timeline-entry .timeline-tag {
          margin-top: 30px;
          width: 100%; } }
  .timeline-section .timeline-copy {
    align-items: center;
    display: flex;
    font-family: "TeX Gyre Adventor", sans-serif;
    line-height: 1.75;
    margin: 0 auto;
    width: 100%; }
    .timeline-section .timeline-copy {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .timeline-section .timeline-copy {
          font-size: calc(14px + 4 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .timeline-section .timeline-copy {
          font-size: 18px; } }
    .timeline-section .timeline-copy::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.75) * 0.5em); }
    .timeline-section .timeline-copy.mod-top {
      align-items: flex-start; }
    .timeline-section .timeline-copy.mod-right {
      justify-content: flex-end; }
    .timeline-section .timeline-copy.mod-bottom {
      align-items: flex-end; }
    .timeline-section .timeline-copy.mod-left {
      justify-content: flex-start; }
    @media (min-width: 1000px) {
      .timeline-section .timeline-copy {
        width: 80vw; } }
    .timeline-section .timeline-copy > p {
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.29);
      border: 1px solid black;
      margin: 0;
      max-width: 450px;
      padding: 20px 20px; }
      @media (min-width: 1000px) {
        .timeline-section .timeline-copy > p {
          padding: 20px 30px; } }

.trailer-overlay .trailer-button, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close {
  border: none;
  cursor: pointer; }
  .trailer-overlay .trailer-button:active, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:active, .trailer-overlay .trailer-button:focus, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:focus, .trailer-overlay .trailer-button:hover, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:hover {
    outline: none; }

.trailer-overlay .trailer-subhead, .trailer-overlay .trailer-copy {
  font-family: "TeX Gyre Adventor", sans-serif;
  letter-spacing: 0.22rem;
  line-height: 1.5;
  max-width: 600px; }
  .trailer-overlay .trailer-subhead::before, .trailer-overlay .trailer-copy::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em); }

.trailer-overlay, .trailer-overlay .trailer-modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.trailer-overlay {
  color: #fff;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 100vw; }
  .trailer-overlay .trailer-header {
    margin: 40px auto 0;
    width: 90%;
    max-width: 800px; }
    @media (min-width: 1000px) {
      .trailer-overlay .trailer-header {
        margin: 80px auto 0; } }
  .trailer-overlay .trailer-subhead {
    margin: 20px auto 0; }
    .trailer-overlay .trailer-subhead {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .trailer-overlay .trailer-subhead {
          font-size: calc(20px + 6 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .trailer-overlay .trailer-subhead {
          font-size: 26px; } }
  .trailer-overlay .trailer-button {
    background: #f5a623;
    border: 3px solid #f5a623;
    border-radius: 20px;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    padding: 10px 20px; }
    .trailer-overlay .trailer-button::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1) * 0.5em); }
    .trailer-overlay .trailer-button:active, .trailer-overlay .trailer-button:focus, .trailer-overlay .trailer-button:hover {
      background: #f39c0b; }
    .trailer-overlay .trailer-button:last-of-type {
      font-family: "TeX Gyre Adventor", sans-serif;
      margin: 40px 0 40vh;
      text-decoration: none;
      width: 191px; }
  .trailer-overlay .trailer-modal {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), black 20%, black 90%, rgba(0, 0, 0, 0.8));
    height: 100vh;
    left: 0;
    position: absolute;
    width: 100%; }
    .trailer-overlay .trailer-modal .trailer-modal-inner {
      padding-top: 44px;
      position: relative; }
      .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close {
        background: transparent;
        height: 88px;
        opacity: 0.5;
        padding: 0;
        position: absolute;
        right: -44px;
        top: -44px;
        width: 88px; }
        .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:before, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:after {
          background-color: #fff;
          content: '';
          height: 22px;
          position: absolute;
          right: 44px;
          top: 44px;
          width: 2px; }
        .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:before {
          transform: rotate(45deg); }
        .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:after {
          transform: rotate(-45deg); }
        .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:active, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:focus, .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-close:hover {
          opacity: 1; }
      .trailer-overlay .trailer-modal .trailer-modal-inner .trailer-iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
  .trailer-overlay .trailer-copy {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    padding: 20px 20px; }
    .trailer-overlay .trailer-copy {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .trailer-overlay .trailer-copy {
          font-size: calc(16px + 8 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .trailer-overlay .trailer-copy {
          font-size: 24px; } }

body[data-button-style*="slightly_rounded"] button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important; }

@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(6px); }
  67% {
    opacity: 1;
    transform: translateY(16px); }
  100% {
    opacity: 0;
    transform: translateY(26px) scale3d(0.5, 0.5, 0.5); } }

@keyframes pulse {
  to {
    opacity: 1; } }

.scroll-indicator {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  width: 100%; }
  .scroll-indicator .scroll-indicator-chevron {
    animation: move 3s ease-out infinite;
    height: 4px;
    opacity: 0;
    position: absolute;
    top: -30px;
    transform: scale3d(0.5, 0.5, 0.5);
    width: 44px; }
  .scroll-indicator .scroll-indicator-chevron:first-child {
    animation: move 3s ease-out infinite 1s; }
  .scroll-indicator .scroll-indicator-chevron:nth-child(2) {
    animation: move 3s ease-out infinite 2s; }
  .scroll-indicator .scroll-indicator-chevron:before,
  .scroll-indicator .scroll-indicator-chevron:after {
    background: white;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 51%; }
  .scroll-indicator .scroll-indicator-chevron:before {
    left: 0;
    transform: skew(0deg, 30deg); }
  .scroll-indicator .scroll-indicator-chevron:after {
    right: 0;
    transform: skew(0deg, -30deg);
    width: 50%; }
  .scroll-indicator .scroll-indicator-text {
    animation: pulse 2s linear alternate infinite;
    opacity: 0.25;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
    .scroll-indicator .scroll-indicator-text {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .scroll-indicator .scroll-indicator-text {
          font-size: calc(20px + 6 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .scroll-indicator .scroll-indicator-text {
          font-size: 26px; } }

.ayahuasca-bg {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  left: 0; }
  .ayahuasca-bg.mod-center {
    top: 0; }
  .ayahuasca-bg.mod-rgb {
    top: -50px;
    mix-blend-mode: screen;
    background-blend-mode: multiply; }
    .ayahuasca-bg.mod-rgb.mod-r {
      background-color: red; }
    .ayahuasca-bg.mod-rgb.mod-g {
      background-color: lime; }
    .ayahuasca-bg.mod-rgb.mod-b {
      background-color: blue; }
  .ayahuasca-bg.mod-vine {
    background-size: contain;
    top: 0;
    z-index: 1; }