.nowrap {
  white-space: nowrap; }

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.overflow {
  overflow: hidden; }

.no-col-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media screen and (max-width: 56.1875em) {
  .col-custom {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0; } }

.thumbnail {
  display: inline-block; }
  .thumbnail img,
  .thumbnail svg {
    width: 100%;
    display: block; }

.text-center {
  text-align: center; }

.quote-mark::before {
  content: open-quote;
  font-family: "Arial Black", sans-serif;
  display: block;
  font-size: 4.375em;
  line-height: 0;
  margin-bottom: 1.6rem;
  color: #FED700; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active, a:hover {
    outline-width: 0; }
  a:focus {
    outline: none;
    text-decoration: none; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "droid-serif", serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

input:focus {
  outline: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

html, body {
  height: 100%; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

li {
  list-style: none; }

::-moz-selection {
  background: #FED700;
  color: white; }

::selection {
  background: #FED700;
  color: white; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 90%; }

/* Typography */
html {
  font-size: 100%;
  line-height: 1.6; }
  @media only screen and (min-width: 48em) {
    html {
      font-size: 112.5%; } }

body {
  color: #808080;
  font-size: 1em;
  font-family: "droid-serif", serif;
  font-weight: 400; }
  body.dark-theme {
    color: #BCBCBC;
    background-color: #222222; }
    body.dark-theme h1,
    body.dark-theme h2,
    body.dark-theme h3 {
      color: white; }
  body.no-scrolling {
    overflow: hidden; }

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif; }

h1 {
  color: black;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2; }
  @media only screen and (min-width: 34.375em) {
    h1 {
      font-size: 3em; } }
  @media only screen and (min-width: 48em) {
    h1 {
      font-size: 3.75em; } }
  @media only screen and (min-width: 75em) {
    h1 {
      font-size: 4.6875em;
      line-height: 1.1; } }

h2 {
  color: #0d0d0d;
  font-size: 1.5em;
  line-height: 1.3; }
  @media only screen and (min-width: 34.375em) {
    h2 {
      font-size: 2.25em; } }
  @media only screen and (min-width: 75em) {
    h2 {
      font-size: 2.6875em;
      line-height: 1.2; } }

h3 {
  font-size: 1.125em;
  color: #404040;
  font-weight: 600;
  margin-bottom: 0.8rem; }
  @media only screen and (min-width: 34.375em) {
    h3 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 75em) {
    h3 {
      font-size: 1.8125em; } }

h1,
h2,
p,
blockquote,
q,
ul,
li,
dl {
  margin: 0 0 1.6rem 0; }

blockquote q {
  color: #404040;
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3; }
  @media only screen and (min-width: 34.375em) {
    blockquote q {
      font-size: 18px; } }
  blockquote q::before, blockquote q::after {
    content: ""; }
blockquote .quotee {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #404040;
  font-weight: 700;
  font-size: 0.875em; }
  blockquote .quotee::after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 50px;
    vertical-align: middle; }

.light-text {
  font-weight: 300; }

.no-wrap-break {
  display: block;
  white-space: nowrap; }

@media only screen and (min-width: 48em) {
  .no-wrap-break-medium {
    display: block;
    white-space: nowrap; } }

.italicized-heading {
  font-family: "droid-serif", serif;
  font-style: italic;
  font-weight: 400; }

.call-out {
  font-size: 1em;
  display: table;
  max-width: 600px; }
  @media only screen and (min-width: 34.375em) {
    .call-out {
      font-size: 1.125em; } }
  @media only screen and (min-width: 48em) {
    .call-out {
      font-size: 1.3125em; } }
  @media only screen and (min-width: 75em) {
    .call-out {
      font-size: 2em;
      max-width: 900px; } }
  .call-out.call-out-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .call-out.call-out-italic {
    font-style: italic; }

.nav-bar {
  padding: 0.8rem 0;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .nav-bar {
      padding: 1.6rem 0; } }
  .nav-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.nav-bar-icons {
  text-align: right; }
  .nav-bar-icons a {
    display: inline-block;
    margin-right: 0.8rem; }
    .nav-bar-icons a:last-child {
      margin-right: 0; }
  .nav-bar-icons svg {
    width: 20px; }
    @media only screen and (min-width: 48em) {
      .nav-bar-icons svg {
        width: 26px; } }

.logo {
  width: 70px;
  display: inline-block; }
  @media only screen and (min-width: 48em) {
    .logo {
      width: 100px; } }
  .logo img {
    width: 100%;
    display: block; }

footer {
  position: relative;
  background-color: #1B1B1B;
  color: white;
  padding: 3.2rem 0;
  text-align: center; }
  footer::before {
    content: "";
    background: url(../images/footer-section-brush.png) no-repeat center top/cover;
    position: absolute;
    height: 35%;
    width: 100%;
    top: -34%;
    left: 0; }
  footer .thumbnail {
    display: block;
    margin-bottom: 3.2rem; }
  @media only screen and (min-width: 34.375em) {
    footer::before {
      height: 25%;
      top: -24%; } }

.footer-icons {
  margin-bottom: 3.2rem; }
  @media only screen and (min-width: 48em) {
    .footer-icons {
      margin-bottom: 4.8rem; } }
  .footer-icons a {
    display: inline-block;
    margin-right: 3.2rem;
    height: 28px; }
    @media only screen and (min-width: 48em) {
      .footer-icons a {
        margin-right: 6.4rem;
        height: auto; } }
    .footer-icons a svg {
      height: 100%; }
      @media only screen and (min-width: 48em) {
        .footer-icons a svg {
          height: auto; } }
    .footer-icons a:last-child {
      margin-right: 0; }

.footer-spacer {
  height: 6.4rem; }
  @media only screen and (min-width: 75em) {
    .footer-spacer {
      height: 8rem; } }

.copywright {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }
  .copywright span {
    display: block; }
    @media only screen and (min-width: 34.375em) {
      .copywright span {
        display: inline-block; } }

.footer-logo {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .footer-logo {
      max-width: 150px; } }

.button {
  position: relative;
  border-radius: 0;
  border: none;
  cursor: pointer;
  display: table;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0.8rem;
  font-size: 0.8em; }
  @media only screen and (min-width: 34.375em) {
    .button {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .button {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 48em) {
    .button {
      display: inline-block; } }
  .button::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6890CA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 200ms ease; }
  .button:focus {
    outline: none; }
  .button.button-small {
    font-size: 0.625em; }
    @media only screen and (min-width: 48em) {
      .button.button-small {
        font-size: 0.8em; } }
  @media screen and (max-width: 767px) {
    .button + .button, .button + .play-btn {
      display: table;
      margin: 1.6rem auto 0; } }
  @media only screen and (min-width: 48em) {
    .button + .button, .button + .play-btn {
      margin-left: 3.2rem; } }
  .button.button-dark {
    color: #fff; }

.button-name {
  position: relative;
  z-index: 2; }

.play-btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 100%;
  color: white; }
  .play-btn:hover .play-btn-icon {
    transform: scale(1.2);
    transition: 250ms ease; }
  .play-btn .play-btn-icon {
    position: relative;
    display: inline-block;
    margin-right: 0.4rem;
    transition: 250ms ease;
    vertical-align: middle;
    width: 48px;
    height: 48px; }
    .play-btn .play-btn-icon svg {
      width: 100%;
      height: 100%; }
    .play-btn .play-btn-icon::before {
      content: '';
      background-color: red;
      border-radius: 100%;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      display: none; }
    .play-btn .play-btn-icon.video-is-playing::before {
      width: 400%;
      height: 400%; }

.link {
  font-size: inherit; }

.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 549px) {
  .home-hero .hero-content-inner {
    margin-top: -80px; } }
@media only screen and (min-width: 48em) {
  .home-hero .hero-content-inner {
    margin-top: 80px; } }
@media screen and (min-width: 350px) and (max-width: 549px) {
  .home-hero .hero-content-title {
    font-size: 2.625em; } }

.hero-content {
  height: 100%;
  display: flex; }
  .hero-content .container {
    height: 100%;
    display: flex;
    align-items: center; }

.hero-content-title + .ctas {
  margin-top: 2.4rem; }

.hero-content-inner {
  z-index: 2;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 75em) {
    .hero-content-inner {
      margin-left: 10%; } }
  @media only screen and (min-width: 48em) {
    .hero-content-inner {
      display: inline-block;
      width: auto;
      text-align: left; } }

.home-hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 750px;
  min-height: 500px;
  display: none; }
  @media only screen and (min-width: 48em) {
    .home-hero-image {
      display: block; } }
  @media only screen and (min-width: 90em) {
    .home-hero-image {
      right: 5%; } }
  .home-hero-image img {
    height: 100%;
    display: block; }

.with-gradient {
  background: linear-gradient(243deg, #000000 7%, #01033C 78%); }

.with-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed; }

.content {
  position: relative;
  z-index: 2;
  margin-top: calc(100vh + 50px);
  background-color: #222222; }
  @media screen and (min-height: 901px) {
    .content {
      margin-top: 950px; } }
  .content::before {
    content: "";
    position: absolute;
    width: 100%;
    top: -150px;
    left: 0;
    background: url("../images/paintbrush-top.svg") repeat-x center top/cover;
    height: 200px; }
    @media only screen and (min-width: 125em) {
      .content::before {
        top: -180px; } }

.artist-card {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px; }
  @media only screen and (min-width: 48em) {
    .artist-card {
      display: inline-block; } }
  .artist-card .thumbnail {
    display: block; }

.artist-card-strap {
  margin-top: 0.8rem;
  text-align: center; }
  .artist-card-strap .button {
    display: table;
    margin: 1.6rem auto 0; }

.artist-card-name {
  margin-bottom: 0.2rem;
  color: #fff;
  margin-top: 0;
  font-weight: 500; }

.artist-card-title {
  font-size: 1em;
  font-style: italic; }

.featured-artists .paragraph-block {
  margin-bottom: 1.6rem; }
  @media only screen and (min-width: 75em) {
    .featured-artists .paragraph-block {
      margin-left: 10%; } }
  @media only screen and (min-width: 34.375em) {
    .featured-artists .paragraph-block {
      margin-bottom: 3.2rem; } }
  @media only screen and (min-width: 48em) {
    .featured-artists .paragraph-block {
      display: flex; } }
  .featured-artists .paragraph-block h2 {
    flex-shrink: 0;
    margin-right: 6.4rem; }
    @media only screen and (min-width: 48em) {
      .featured-artists .paragraph-block h2 {
        margin-bottom: 0; } }
  .featured-artists .paragraph-block p {
    max-width: 500px; }
    @media only screen and (min-width: 48em) {
      .featured-artists .paragraph-block p {
        margin-bottom: 0; } }

.featured-artists-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 3.2rem; }
  @media screen and (min-width: 700px) {
    .featured-artists-list {
      grid-row-gap: 4.8rem; } }
  @media only screen and (min-width: 48em) {
    .featured-artists-list {
      -ms-grid-columns: 1fr [3];
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (min-width: 60em) {
    .featured-artists-list {
      -ms-grid-columns: 1fr [4];
      grid-template-columns: repeat(4, 1fr); } }

.section {
  margin-bottom: 4.8rem; }
  @media only screen and (min-width: 34.375em) {
    .section {
      margin-bottom: 6.4rem; } }
  @media only screen and (min-width: 75em) {
    .section {
      margin-bottom: 8rem; } }

@media only screen and (min-width: 60em) {
  .section-fifty-fifty .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.2rem;
    align-items: center; } }
.section-fifty-fifty .section-image {
  margin-bottom: 1.6rem; }
  @media only screen and (min-width: 34.375em) {
    .section-fifty-fifty .section-image {
      margin-bottom: 3.2rem; } }
  @media only screen and (min-width: 60em) {
    .section-fifty-fifty .section-image {
      margin-bottom: 0; } }

.section-copy p {
  max-width: 700px; }

@media only screen and (min-width: 34.375em) {
  .section-centered {
    text-align: center; } }
.section-centered .section-copy {
  margin-bottom: 1.6rem; }
  @media only screen and (min-width: 34.375em) {
    .section-centered .section-copy {
      margin-bottom: 3.2rem; } }
  .section-centered .section-copy p {
    margin: 0 auto; }

.tweet {
  text-align: center; }
  .tweet .icon {
    display: inline-block;
    margin-bottom: 0.8rem;
    width: 25px; }
    @media only screen and (min-width: 48em) {
      .tweet .icon {
        margin-bottom: 1.6rem;
        width: 35px; } }
    @media only screen and (min-width: 60em) {
      .tweet .icon {
        width: auto; } }
    .tweet .icon svg {
      width: 100%; }
  .tweet .call-out:hover {
    text-decoration: underline dotted; }
  .tweet .emoji {
    font-style: normal; }

@media only screen and (min-width: 75em) {
  .usp {
    padding-top: 3.2rem; } }
.usp .underline {
  margin-left: auto;
  margin-right: auto;
  display: table;
  max-width: 300px; }
  @media only screen and (min-width: 75em) {
    .usp .underline {
      max-width: none; } }

.why-go .section-image {
  position: relative; }

.dots {
  opacity: 0.5; }

.why-go-style-1 {
  margin-top: 9.6rem; }
  @media only screen and (min-width: 34.375em) {
    .why-go-style-1 {
      margin-top: 12.8rem; } }
  @media only screen and (min-width: 60em) {
    .why-go-style-1 {
      margin-top: 16rem;
      margin-bottom: 16rem; } }
  .why-go-style-1 .section-image {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    max-width: 700px;
    margin-bottom: 6.4rem; }
    @media only screen and (min-width: 34.375em) {
      .why-go-style-1 .section-image {
        margin-bottom: 8rem; } }
    @media only screen and (min-width: 60em) {
      .why-go-style-1 .section-image {
        max-width: none;
        margin-bottom: 0; } }
  .why-go-style-1 .dots {
    position: absolute;
    left: 5%;
    top: 0;
    height: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 34.375em) {
      .why-go-style-1 .dots {
        height: auto;
        overflow: auto; } }
    @media only screen and (min-width: 60em) {
      .why-go-style-1 .dots {
        top: -12%;
        left: 0; } }
    @media screen and (min-width: 1040px) {
      .why-go-style-1 .dots {
        left: 5%; } }
    @media only screen and (min-width: 75em) {
      .why-go-style-1 .dots {
        top: auto; } }
    @media only screen and (min-width: 90em) {
      .why-go-style-1 .dots {
        left: 10%; } }
  .why-go-style-1 .thumbnail-1 {
    position: absolute;
    top: -25%;
    left: 12%;
    width: 30%;
    z-index: 2; }
    @media only screen and (min-width: 60em) {
      .why-go-style-1 .thumbnail-1 {
        left: 0; } }
    @media screen and (min-width: 1040px) {
      .why-go-style-1 .thumbnail-1 {
        left: 12%; } }
    @media only screen and (min-width: 90em) {
      .why-go-style-1 .thumbnail-1 {
        left: 20%; } }
  .why-go-style-1 .thumbnail-2 {
    max-width: 350px;
    position: relative;
    width: 70%; }
    @media only screen and (min-width: 34.375em) {
      .why-go-style-1 .thumbnail-2 {
        max-width: 450px;
        width: auto; } }
    @media only screen and (min-width: 60em) {
      .why-go-style-1 .thumbnail-2 {
        max-width: 350px; } }
    @media only screen and (min-width: 75em) {
      .why-go-style-1 .thumbnail-2 {
        left: -10%; } }
  .why-go-style-1 .thumbnail-3 {
    position: absolute;
    left: 2%;
    bottom: -20%;
    width: 40%; }
    @media only screen and (min-width: 60em) {
      .why-go-style-1 .thumbnail-3 {
        width: 50%;
        bottom: -30%;
        left: 0; } }
    @media only screen and (min-width: 75em) {
      .why-go-style-1 .thumbnail-3 {
        bottom: -40%; } }

@media only screen and (min-width: 48em) {
  .why-go-style-2 {
    margin-bottom: 9.6rem; } }
@media only screen and (min-width: 60em) {
  .why-go-style-2 {
    margin-bottom: 12.8rem; } }
.why-go-style-2 h2 {
  margin-bottom: 8rem; }
  @media screen and (min-width: 440px) {
    .why-go-style-2 h2 {
      margin-bottom: 9.6rem; } }
  @media only screen and (min-width: 34.375em) {
    .why-go-style-2 h2 {
      margin-bottom: 12.8rem; } }
  @media only screen and (min-width: 60em) {
    .why-go-style-2 h2 {
      margin-bottom: 14.4rem; } }
  @media screen and (min-width: 1080px) {
    .why-go-style-2 h2 {
      margin-bottom: 6.4rem; } }
.why-go-style-2 .dots {
  position: absolute;
  z-index: 1;
  width: 30%;
  overflow: hidden; }
  @media only screen and (min-width: 48em) {
    .why-go-style-2 .dots {
      width: auto;
      overflow: auto; } }
.why-go-style-2 .dots-1 {
  right: 25%;
  top: -30%;
  max-height: 200px; }
  @media only screen and (min-width: 48em) {
    .why-go-style-2 .dots-1 {
      right: 5%;
      max-height: none; } }
.why-go-style-2 .dots-2 {
  bottom: -30%;
  left: 30%;
  max-height: 220px; }
  @media only screen and (min-width: 48em) {
    .why-go-style-2 .dots-2 {
      max-height: none;
      left: 5%; } }
.why-go-style-2 .thumbnail-1 {
  position: absolute;
  right: 0;
  top: -50%;
  width: 40%;
  max-width: 350px;
  z-index: 3; }
  @media screen and (min-width: 1080px) {
    .why-go-style-2 .thumbnail-1 {
      top: -55%;
      width: auto; } }
.why-go-style-2 .thumbnail-2 {
  width: 80%;
  max-width: 690px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1080px) {
    .why-go-style-2 .thumbnail-2 {
      width: auto; } }
.why-go-style-2 .thumbnail-3 {
  position: absolute;
  left: 0;
  bottom: -70%;
  width: 40%;
  max-width: 330px;
  z-index: 2; }
  @media screen and (min-width: 1080px) {
    .why-go-style-2 .thumbnail-3 {
      bottom: -60%;
      width: auto; } }
.why-go-style-2 .section-image {
  text-align: center; }
.why-go-style-2 .section-copy {
  margin-top: 11.2rem; }
  @media screen and (min-width: 440px) {
    .why-go-style-2 .section-copy {
      margin-top: 12.8rem; } }
  @media only screen and (min-width: 34.375em) {
    .why-go-style-2 .section-copy {
      margin-top: 16rem; } }
  @media screen and (min-width: 700px) {
    .why-go-style-2 .section-copy {
      margin-top: 19.2rem; } }
  @media only screen and (min-width: 48em) {
    .why-go-style-2 .section-copy {
      margin-top: 3.2rem; } }
  @media screen and (min-width: 1080px) {
    .why-go-style-2 .section-copy {
      margin-top: 4.8rem; } }
  .why-go-style-2 .section-copy p {
    max-width: 650px; }
    @media only screen and (min-width: 48em) {
      .why-go-style-2 .section-copy p {
        margin-left: auto;
        width: 55%; } }
    @media screen and (min-width: 1080px) {
      .why-go-style-2 .section-copy p {
        width: auto; } }

.why-go-style-3 {
  position: relative; }
  .why-go-style-3 .section-copy {
    margin-bottom: 11rem; }
    @media screen and (min-width: 450px) {
      .why-go-style-3 .section-copy {
        margin-bottom: 14.4rem; } }
    @media only screen and (min-width: 34.375em) {
      .why-go-style-3 .section-copy {
        margin-bottom: 20.8rem; } }
    @media only screen and (min-width: 48em) {
      .why-go-style-3 .section-copy {
        margin-bottom: 20.8rem; } }
  .why-go-style-3 .bg-paint {
    top: 30%;
    display: block !important;
    background: url("../images/why-go-3/background.svg") no-repeat center/cover;
    opacity: 0.7; }
  .why-go-style-3 .thumbnail-1 {
    position: absolute;
    left: 0;
    top: -58%;
    width: 45%;
    max-width: 340px; }
    @media screen and (min-width: 1080px) {
      .why-go-style-3 .thumbnail-1 {
        width: auto; } }
  .why-go-style-3 .thumbnail-2 {
    width: 80%;
    max-width: 600px; }
    @media screen and (min-width: 1080px) {
      .why-go-style-3 .thumbnail-2 {
        width: auto; } }
  .why-go-style-3 .thumbnail-3 {
    max-width: 210px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25%; }
    @media screen and (min-width: 1080px) {
      .why-go-style-3 .thumbnail-3 {
        width: auto;
        max-width: none;
        right: 5%; } }
  .why-go-style-3 .section-image {
    text-align: center; }

.why-go-max-width .container {
  max-width: 1075px; }

.get-tickets {
  text-align: center;
  padding-top: 3.2rem;
  padding-bottom: 9.6rem;
  background-color: #2d2d2d; }
  @media only screen and (min-width: 34.375em) {
    .get-tickets {
      padding-top: 6.4rem; } }
  @media only screen and (min-width: 75em) {
    .get-tickets {
      padding-bottom: 8rem;
      padding-top: 8rem; } }
  .get-tickets h2 {
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 34.375em) {
      .get-tickets h2 {
        margin-bottom: 3.2rem; } }

.gallery-grid {
  position: relative; }
  .gallery-grid .container {
    columns: 3;
    column-gap: 0.8rem; }
    @media only screen and (min-width: 48em) {
      .gallery-grid .container {
        columns: 4;
        column-gap: 1.6rem; } }
    @media screen and (min-width: 1350px) {
      .gallery-grid .container {
        column-gap: 3.2rem; } }
    .gallery-grid .container .thumbnail {
      margin-bottom: 0.4rem; }
      @media only screen and (min-width: 34.375em) {
        .gallery-grid .container .thumbnail {
          margin-bottom: 0.8rem; } }
      @media only screen and (min-width: 48em) {
        .gallery-grid .container .thumbnail {
          margin-bottom: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .gallery-grid .container .thumbnail:first-child {
          margin-top: 80%; } }
      @media only screen and (min-width: 48em) {
        .gallery-grid .container .thumbnail:first-child {
          display: block;
          transform: translateY(80%);
          margin-bottom: 0; } }
      @media only screen and (min-width: 48em) {
        .gallery-grid .container .thumbnail:nth-child(2) {
          margin-top: 50%; } }
      @media screen and (max-width: 767px) {
        .gallery-grid .container .thumbnail:nth-child(6) {
          margin-top: 50%; } }
      @media only screen and (min-width: 48em) {
        .gallery-grid .container .thumbnail:nth-child(7) {
          margin-top: 70%; } }
  .gallery-grid .bg-paint {
    background-color: #2d2d2d; }
    .gallery-grid .bg-paint::before {
      content: "";
      background: url("../images/gallery/gallery-top-brush.svg") no-repeat top/cover;
      height: 200px;
      top: -200px;
      position: absolute;
      left: 0;
      width: 100%; }

.bg-paint {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  height: 100%; }

.loading-canvas {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  background: black;
  z-index: 3;
  justify-content: center;
  align-items: center;
  transition: 500ms ease 250ms; }
  .loading-canvas.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.title {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.4rem; }
  .title:last-child {
    margin-right: 0; }
  .title span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.3125em;
    color: white;
    display: inline-block;
    transform: translateY(100%);
    animation-name: revealText;
    animation-duration: 300ms;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    animation-fill-mode: forwards; }

.title:nth-child(1) span {
  animation-delay: 300ms; }

.title:nth-child(2) span {
  animation-delay: 600ms; }

.title:nth-child(3) span {
  animation-delay: 900ms; }

.loading-canvas-wipe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; }
  .loading-canvas-wipe.wipe-transition {
    width: 100%;
    transition: 600ms ease 400ms; }
  .loading-canvas-wipe.loading-canvas-wipe-sunrise {
    background-color: #FED700; }
  .loading-canvas-wipe.loading-canvas-wipe-whitenoise {
    background-color: white;
    transition: 600ms ease 500ms;
    z-index: 2; }

.loading-titles.exit-transition {
  transition: 500ms ease 200ms;
  opacity: 0; }

.loading-titles-logo {
  display: table;
  transform: translateX(-50%) rotate(-20deg);
  left: 50%;
  position: absolute;
  transform-origin: 100% 50%;
  opacity: 0;
  transition: 400ms ease 700ms;
  width: 100px; }
  @media only screen and (min-width: 34.375em) {
    .loading-titles-logo {
      width: auto; } }
  .loading-titles-logo.enter-transition {
    transform: translateX(-50%) rotate(0);
    opacity: 1; }
  .loading-titles-logo img {
    display: block;
    width: 100%; }

@keyframes revealText {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }
.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 300ms ease;
  z-index: 1000;
  background-color: black;
  opacity: 0;
  pointer-events: none; }
  .modal-window.visible {
    transition: 300ms ease;
    opacity: 1;
    pointer-events: auto; }
  .modal-window video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }

.close-modal {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 40px;
  text-transform: uppercase;
  top: 40px;
  transition: opacity 500ms ease;
  z-index: 3000;
  width: 25px;
  height: 25px; }
  .close-modal span {
    background-color: #fff;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 100%; }
    .close-modal span:last-child {
      transform: rotate(-45deg); }

.video-iframe {
  width: 100%;
  height: 100%; }
