/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 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 */ }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/* Variables */
/* Various fixes */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none; }

/* Fonts */
@font-face {
  font-family: 'Basis Medium';
  src: url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/other/fonts/Basis-Grotesque-Pro-Medium.woff2") format("woff2"), url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/other/fonts/Basis-Grotesque-Pro-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Eksell Medium';
  src: url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/other/fonts/Eksell-Display-Medium.woff2") format("woff2"), url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/other/fonts/Eksell-Display-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

/* Reset */
h1, .blocks .artists .artists-modal .artist .title-wrapper h2, h2, h3, h4, h5, h6, p, ul {
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0; }

input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/* Common */
html, body {
  height: 100%; }

html {
  font-size: 1vw;
  line-height: 1vw; }
  @media (min-width: 1600px) {
    html {
      font-size: 15.7px;
      line-height: 15.7px; } }
  @media (max-width: 1280px) {
    html {
      font-size: 1.2vw;
      line-height: 1.2vw; } }
  @media (max-width: 1024px) {
    html {
      font-size: 1.5vw;
      line-height: 1.5vw; } }
  @media (max-width: 768px) {
    html {
      font-size: 3vw;
      line-height: 3vw; } }

body {
  font-family: 'Basis Medium', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #FCFAF2;
  background-color: #0F1345;
  background-image: url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/images/background.jpg");
  background-size: 700px;
  background-repeat: repeat;
  background-position: center center;
  overflow-x: hidden; }
  body.no-overflow {
    overflow: hidden; }

h1, .blocks .artists .artists-modal .artist .title-wrapper h2, h2, h3, h4, h5, h6 {
  font-family: 'Eksell Medium', serif;
  color: #E93C5A; }

h1, .blocks .artists .artists-modal .artist .title-wrapper h2 {
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: 0rem;
  margin-bottom: 4.8rem; }
  @media (max-width: 768px) {
    h1, .blocks .artists .artists-modal .artist .title-wrapper h2 {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: 3rem; } }
  h1 b, .blocks .artists .artists-modal .artist .title-wrapper h2 b, h1 strong, .blocks .artists .artists-modal .artist .title-wrapper h2 strong {
    font-weight: normal; }

h2 {
  font-size: 2.5rem;
  line-height: 0.85;
  letter-spacing: -0.05rem;
  margin-bottom: 2.5rem; }
  h2 b, h2 strong {
    font-weight: normal; }

h3 {
  font-size: 3rem;
  line-height: 0.85;
  margin-bottom: 2rem; }
  h3 b, h3 strong {
    font-weight: normal; }

p {
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #E93C5A;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1), border-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1), border-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1), border-color 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
  a:hover, a.active {
    color: #FCFAF2;
    border-color: #FCFAF2; }
  a.active:hover {
    color: #FCFAF2;
    border-color: #FCFAF2; }

hr {
  background-color: #FCFAF2; }

.button {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #E93C5A;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E93C5A;
  padding: 0.7rem 1rem;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
  .button:hover {
    color: #FCFAF2;
    border-color: #FCFAF2; }

.signature {
  width: 8vw;
  fill: #E93C5A; }
  @media (max-width: 1024px) {
    .signature {
      width: 18vw; } }
  @media (max-width: 768px) {
    .signature {
      width: 27vw; } }

@-webkit-keyframes shooting {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); } }

@keyframes shooting {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); } }

.shooting-star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #252BD5;
  opacity: 0;
  -webkit-animation: 1s 1 normal shooting;
  animation: 1s 1 normal shooting;
  will-change: opacity, transform; }

header {
  padding: 3.05rem 1rem;
  margin-top: 5rem; }
  @media (max-width: 800px) {
    header {
      padding: 2rem 1rem;
      margin-top: 0; } }
  header.hide .nav-fixed {
    display: none; }
  header > .logo {
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase; }
    header > .logo a {
      color: #A554E2; }
    header > .logo img, header > .logo svg {
      display: block;
      width: 22rem;
      margin: 0 auto;
      margin-bottom: 2rem; }
  header .nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.87rem;
    line-height: 1.05rem;
    background-color: #3B80BF;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.8s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    will-change: transform; }
    @media (max-width: 768px) {
      header .nav-fixed {
        display: none; } }
    header .nav-fixed.show {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    header .nav-fixed.hide {
      display: none; }
    header .nav-fixed ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1.3rem 0; }
      header .nav-fixed ul li {
        position: relative;
        top: 0.1rem;
        padding: 0 0.7rem; }
        header .nav-fixed ul li.logo {
          top: 0;
          line-height: 0;
          padding: 0 5rem;
          -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
          -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
          transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
          header .nav-fixed ul li.logo:hover {
            opacity: 0.6; }
          header .nav-fixed ul li.logo svg {
            width: auto;
            height: 1.6rem; }
        header .nav-fixed ul li a {
          color: #0F1345;
          text-decoration: none;
          -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
          -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
          transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
          header .nav-fixed ul li a:hover {
            opacity: 0.6; }

.mobile-hamburger {
  position: fixed;
  top: 5vw;
  right: 5vw;
  width: 3rem;
  height: calc(1.8rem + 3px);
  cursor: pointer;
  z-index: 10;
  -webkit-transform-style: flat;
  transform-style: flat; }
  @media (min-width: 768px) {
    .mobile-hamburger {
      display: none; } }
  .mobile-hamburger.hide {
    display: none; }
  .mobile-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #E93C5A;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1); }
    .mobile-hamburger span:nth-child(1) {
      top: 0; }
    .mobile-hamburger span:nth-child(2), .mobile-hamburger span:nth-child(3) {
      top: 0.85rem; }
    .mobile-hamburger span:nth-child(4) {
      top: calc(1.7rem + 1px); }
  .mobile-hamburger.active span {
    background: #E93C5A; }
    .mobile-hamburger.active span:nth-child(1), .mobile-hamburger.active span:nth-child(4) {
      top: 0.85rem;
      width: 0%;
      left: 50%; }
    .mobile-hamburger.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-hamburger.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #0F1345;
  font-size: 1.75rem;
  line-height: 2.1rem;
  z-index: 9;
  overflow-y: auto;
  padding-top: 5rem;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
  @media (min-width: 768px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  .mobile-menu.show {
    opacity: 1 !important; }
  .mobile-menu ul {
    width: 100%; }
    .mobile-menu ul > li {
      position: relative;
      width: 100%;
      margin: 1.5rem 0; }
      .mobile-menu ul > li a.parent {
        color: #A554E2;
        text-transform: uppercase; }
      .mobile-menu ul > li .expand {
        position: absolute;
        top: 0;
        right: 2.4rem;
        color: #3B80BF;
        cursor: pointer; }
        .mobile-menu ul > li .expand.active .open {
          display: none; }
        .mobile-menu ul > li .expand.active .close {
          display: block; }
        .mobile-menu ul > li .expand .close {
          display: none; }
      .mobile-menu ul > li a {
        color: #E93C5A;
        text-decoration: none; }
      .mobile-menu ul > li > ul {
        display: none;
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding: 0 0.6rem; }
        .mobile-menu ul > li > ul li {
          margin: 0.6rem 0; }

footer {
  background-image: url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/images/footer-background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }
  @media (max-width: 768px) {
    footer {
      background-size: 150vw; } }
  footer .footer-links {
    padding: 4.1vw 1vw 1.6vw; }
    @media (max-width: 768px) {
      footer .footer-links {
        padding: 10vw 5vw; } }
    footer .footer-links nav {
      width: 65.5vw;
      font-size: 1.2rem;
      line-height: 1.4rem;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 3.6vw;
      padding: 6rem 0;
      padding-bottom: 0;
      border-top: 1px solid #A554E2; }
      @media (max-width: 1024px) {
        footer .footer-links nav {
          width: calc(100% - 10vw); } }
      @media (max-width: 768px) {
        footer .footer-links nav {
          max-width: 100%; } }
      @media (max-width: 500px) {
        footer .footer-links nav {
          font-size: 1.74rem;
          line-height: 2.1rem; } }
      footer .footer-links nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 768px) {
          footer .footer-links nav ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        footer .footer-links nav ul li {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
          flex: 1 0 0; }
          @media (max-width: 768px) {
            footer .footer-links nav ul li {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              min-width: 50%;
              margin-bottom: 10vw; } }
          @media (max-width: 500px) {
            footer .footer-links nav ul li {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              min-width: 100%; } }
          footer .footer-links nav ul li a {
            color: #A554E2;
            text-decoration: none;
            -webkit-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
            -o-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
            transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
            footer .footer-links nav ul li a:hover {
              color: #A554E2; }
          footer .footer-links nav ul li a.heading {
            display: block;
            width: 7vw;
            height: 3.9vw;
            font-family: 'Eksell Medium', serif;
            font-weight: bold;
            color: #E93C5A;
            margin: 0 auto; }
            @media (max-width: 1024px) {
              footer .footer-links nav ul li a.heading {
                width: auto;
                height: auto;
                margin-bottom: 2vw; } }
            @media (max-width: 768px) {
              footer .footer-links nav ul li a.heading {
                width: auto;
                height: auto;
                margin-bottom: 5vw; } }
          footer .footer-links nav ul li ul {
            display: block;
            font-size: 1rem;
            line-height: 1.3;
            text-transform: none; }
            @media (max-width: 500px) {
              footer .footer-links nav ul li ul {
                font-size: 1.6rem;
                line-height: 2rem; } }
            footer .footer-links nav ul li ul li {
              margin-bottom: 0.95vw; }
    footer .footer-links .sponsors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        footer .footer-links .sponsors {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      footer .footer-links .sponsors a {
        text-decoration: none;
        padding: 0 1.9vw;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
        @media (max-width: 768px) {
          footer .footer-links .sponsors a {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            min-width: 33.33%;
            text-align: center;
            padding: 2vw 0; } }
        footer .footer-links .sponsors a:hover {
          opacity: 0.6; }
        footer .footer-links .sponsors a img {
          height: auto; }
        footer .footer-links .sponsors a:nth-child(1) img {
          width: 4.2rem; }
        footer .footer-links .sponsors a:nth-child(2) img {
          width: 6.5rem; }
        footer .footer-links .sponsors a:nth-child(3) img {
          width: 4.8rem; }
  footer .credits {
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #A554E2;
    text-align: center;
    padding: 1.5vw 1vw;
    padding-bottom: 30vw; }
    @media (max-width: 800px) {
      footer .credits {
        padding-bottom: 50vw; } }
    footer .credits a {
      color: #A554E2;
      text-decoration: none; }
      footer .credits a:hover {
        color: #E93C5A; }

.intro {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-image: url("https://2019.goldenplains.com.au/wp-content/themes/msa-gp-2019/assets/dist/images/intro/0.0.png");
  background-size: auto 100%;
  overflow-x: hidden;
  cursor: s-resize; }
  @media (max-width: 800px) {
    .intro {
      height: 60vh; } }
  .intro .background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform; }
    .intro .background img {
      display: inline-block;
      height: 100%; }
    .intro .background.fade-1 {
      -webkit-animation: fade 6s linear infinite alternate;
      animation: fade 6s linear infinite alternate; }
    .intro .background.fade-2 {
      -webkit-animation: fade 10s cubic-bezier(0.55, 0, 0.1, 1) infinite alternate;
      animation: fade 10s cubic-bezier(0.55, 0, 0.1, 1) infinite alternate; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.blocks {
  position: relative;
  overflow-x: hidden;
  z-index: 1; }
  .blocks section {
    padding-top: 2rem; }
  .blocks .main {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0; }
    .blocks .main h1, .blocks .main .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .main h2 {
      width: 70vw;
      max-width: 1280px;
      font-size: 7.2rem;
      line-height: 0.85;
      margin: 0 auto;
      margin-bottom: 4rem; }
      @media (max-width: 1024px) {
        .blocks .main h1, .blocks .main .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .main h2 {
          width: 100%;
          margin-bottom: 3rem; } }
      @media (max-width: 600px) {
        .blocks .main h1, .blocks .main .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .main h2 {
          font-size: 4rem; } }
    .blocks .main .text {
      width: 35vw;
      max-width: 840px;
      font-size: 1.4rem;
      line-height: 2rem;
      margin: 0 auto;
      margin-bottom: 2.7rem; }
      @media (max-width: 1024px) {
        .blocks .main .text {
          width: 100%;
          padding: 0 2rem; } }
      .blocks .main .text a {
        display: inline-block;
        color: #E93C5A;
        text-decoration: none;
        border: 1px solid #E93C5A;
        padding: 0 0.4rem;
        margin-right: 0.3rem;
        -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
        .blocks .main .text a:hover {
          color: #FCFAF2;
          border-color: #FCFAF2; }
      .blocks .main .text p:last-child {
        margin-bottom: 0; }
  .blocks .artists {
    border-top: 0; }
    .blocks .artists #whos-playing {
      position: relative;
      top: -5rem; }
    .blocks .artists .info {
      width: 65.5vw;
      max-width: 900px;
      text-align: center;
      margin: 0 auto 5rem;
      padding-top: 2rem; }
      @media (max-width: 1024px) {
        .blocks .artists .info {
          width: 100%;
          padding-right: 2rem;
          padding-left: 2rem;
          border-top: 0;
          margin-bottom: 4rem; } }
      .blocks .artists .info h1, .blocks .artists .info .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .info h2 {
        width: 55vw;
        max-width: 840px;
        font-size: 6.8rem;
        line-height: 0.85;
        margin: 0 auto;
        margin-bottom: 4rem; }
        @media (max-width: 1024px) {
          .blocks .artists .info h1, .blocks .artists .info .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .info h2 {
            width: 90vw;
            margin-bottom: 4rem; } }
        @media (max-width: 600px) {
          .blocks .artists .info h1, .blocks .artists .info .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .info h2 {
            font-size: 4rem; } }
      .blocks .artists .info .text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        color: #FCFAF2; }
        @media (max-width: 1024px) {
          .blocks .artists .info .text-wrapper {
            display: block; } }
        .blocks .artists .info .text-wrapper .button-wrapper {
          text-align: center;
          padding-right: 2rem; }
          @media (max-width: 1024px) {
            .blocks .artists .info .text-wrapper .button-wrapper {
              padding-right: 0;
              margin-bottom: 2rem; } }
    .blocks .artists .grid {
      line-height: 0;
      margin-bottom: 8rem;
      overflow-x: hidden; }
      .blocks .artists .grid .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .blocks .artists .grid .blank {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        background-size: cover;
        background-position: center center; }
        @media (max-width: 1024px) {
          .blocks .artists .grid .blank {
            display: none; } }
        .blocks .artists .grid .blank::after {
          display: block;
          content: '';
          padding-top: 32.085%; }
      .blocks .artists .grid .item {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        background-color: #131246;
        cursor: pointer;
        margin: 0 0 0 auto; }
        @media (max-width: 1024px) {
          .blocks .artists .grid .item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
        @media (max-width: 700px) {
          .blocks .artists .grid .item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
        .blocks .artists .grid .item::after {
          display: block;
          content: '';
          padding-top: 64.17%; }
        .blocks .artists .grid .item:hover .background {
          opacity: 0.5; }
        .blocks .artists .grid .item:hover .hover .name {
          display: block; }
        .blocks .artists .grid .item .background {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        .blocks .artists .grid .item .hover {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          color: #E93C5A;
          text-align: center;
          padding: 3rem; }
          @media (max-width: 700px) {
            .blocks .artists .grid .item .hover {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
          .blocks .artists .grid .item .hover .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #3B7FBC;
            mix-blend-mode: soft-light; }
          .blocks .artists .grid .item .hover .name {
            display: none;
            font-family: 'Eksell Medium', serif;
            font-size: 3.5rem;
            line-height: 0.85; }
            @media (max-width: 770px) {
              .blocks .artists .grid .item .hover .name {
                font-size: 1.5rem; } }
            @media (max-width: 700px) {
              .blocks .artists .grid .item .hover .name {
                font-size: 2.75rem; } }
    .blocks .artists .names {
      width: 70vw;
      font-family: 'Eksell Medium', serif;
      font-size: 4.8rem;
      line-height: 0.95;
      letter-spacing: -0.2rem;
      text-align: center;
      color: #E93C5A;
      margin: 0 auto;
      margin-bottom: 8rem; }
      @media (max-width: 768px) {
        .blocks .artists .names {
          display: none; } }
      .blocks .artists .names.broke {
        width: 100%; }
      .blocks .artists .names span {
        cursor: pointer; }
        .blocks .artists .names span:hover {
          color: #A554E2; }
        .blocks .artists .names span.nope {
          cursor: default; }
    .blocks .artists .artists-modal {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #121247;
      overflow: scroll;
      z-index: 1001; }
      .blocks .artists .artists-modal .artist {
        width: 100%; }
        .blocks .artists .artists-modal .artist .image-wrapper {
          position: relative;
          width: 100%;
          font-size: 1.2rem;
          line-height: 2rem;
          margin: 0 auto; }
          @media (max-width: 1280px) {
            .blocks .artists .artists-modal .artist .image-wrapper {
              width: 100%; } }
          .blocks .artists .artists-modal .artist .image-wrapper::after {
            display: block;
            content: '';
            padding-top: 40.66%; }
          .blocks .artists .artists-modal .artist .image-wrapper .image {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat; }
          .blocks .artists .artists-modal .artist .image-wrapper .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #3B7FBC;
            mix-blend-mode: soft-light; }
          .blocks .artists .artists-modal .artist .image-wrapper .close {
            position: absolute;
            top: 3rem;
            right: 3rem;
            font-size: 0.96rem;
            line-height: 1.6rem;
            text-transform: uppercase;
            cursor: pointer; }
            @media (max-width: 768px) {
              .blocks .artists .artists-modal .artist .image-wrapper .close {
                top: 1rem; } }
            .blocks .artists .artists-modal .artist .image-wrapper .close:hover {
              opacity: 0.6; }
            .blocks .artists .artists-modal .artist .image-wrapper .close img {
              width: 20px;
              height: auto; }
        .blocks .artists .artists-modal .artist .title-wrapper {
          position: relative;
          width: 68vw;
          margin: 4rem auto; }
          @media (max-width: 1280px) {
            .blocks .artists .artists-modal .artist .title-wrapper {
              width: 95vw; } }
          .blocks .artists .artists-modal .artist .title-wrapper h2 {
            width: 50vw;
            max-width: 1200px;
            line-height: 0.85;
            text-align: center;
            margin: 0 auto; }
            @media (max-width: 768px) {
              .blocks .artists .artists-modal .artist .title-wrapper h2 {
                width: 70vw;
                font-size: 2rem;
                line-height: 2rem; } }
          .blocks .artists .artists-modal .artist .title-wrapper .previous, .blocks .artists .artists-modal .artist .title-wrapper .next {
            position: absolute;
            top: 0.8rem;
            font-size: 2rem;
            line-height: 2rem;
            color: #E93C5A;
            text-transform: uppercase;
            cursor: pointer;
            user-drag: none;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-drag: none;
            -webkit-user-select: none;
            -ms-user-select: none; }
            @media (max-width: 768px) {
              .blocks .artists .artists-modal .artist .title-wrapper .previous, .blocks .artists .artists-modal .artist .title-wrapper .next {
                top: 0.1rem; } }
            .blocks .artists .artists-modal .artist .title-wrapper .previous:hover, .blocks .artists .artists-modal .artist .title-wrapper .next:hover {
              opacity: 0.6; }
            .blocks .artists .artists-modal .artist .title-wrapper .previous img, .blocks .artists .artists-modal .artist .title-wrapper .next img {
              width: 25px; }
          .blocks .artists .artists-modal .artist .title-wrapper .previous {
            left: 0; }
          .blocks .artists .artists-modal .artist .title-wrapper .next {
            right: 0; }
        .blocks .artists .artists-modal .artist .content {
          width: 45vw;
          max-width: 840px;
          font-size: 1.08rem;
          line-height: 1.8rem;
          text-align: center;
          margin: 0 auto;
          margin-bottom: 4rem; }
          @media (max-width: 1280px) {
            .blocks .artists .artists-modal .artist .content {
              width: 95vw; } }
          @media (max-width: 768px) {
            .blocks .artists .artists-modal .artist .content {
              width: 100%;
              font-size: 1.2rem;
              line-height: 2rem;
              -webkit-column-count: 1;
              column-count: 1;
              padding: 0 2rem; } }
          .blocks .artists .artists-modal .artist .content p {
            -webkit-column-break-inside: avoid;
            break-inside: avoid-column; }
          .blocks .artists .artists-modal .artist .content img {
            width: 100%;
            height: auto; }
          .blocks .artists .artists-modal .artist .content iframe {
            width: 100%;
            height: 15vw; }
            @media (max-width: 1980px) {
              .blocks .artists .artists-modal .artist .content iframe {
                height: 24vw; } }
            @media (max-width: 1280px) {
              .blocks .artists .artists-modal .artist .content iframe {
                height: 37vw; } }
            @media (max-width: 1024px) {
              .blocks .artists .artists-modal .artist .content iframe {
                height: 50vw; } }
          .blocks .artists .artists-modal .artist .content a {
            border-bottom: 1px solid; }
            .blocks .artists .artists-modal .artist .content a:hover {
              border-bottom: 0; }
        .blocks .artists .artists-modal .artist .names span:hover {
          color: #FCFAF2; }
  .blocks .tv {
    border-top: 0;
    margin: 4rem 0; }
    .blocks .tv .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 65.5vw;
      padding: 4rem 0;
      border-top: 1px solid #A554E2;
      border-bottom: 1px solid #A554E2;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .blocks .tv .wrapper {
          width: 100%;
          padding: 2rem;
          border-top: 0; } }
      @media (max-width: 768px) {
        .blocks .tv .wrapper {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .blocks .tv .wrapper .side {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.2%;
        flex: 0 0 54.2%;
        color: #FCFAF2;
        padding-left: 2rem; }
        @media (max-width: 768px) {
          .blocks .tv .wrapper .side {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            text-align: center;
            margin-top: 2rem; } }
        .blocks .tv .wrapper .side h3 {
          width: 80%; }
          @media (max-width: 768px) {
            .blocks .tv .wrapper .side h3 {
              width: 100%; } }
        .blocks .tv .wrapper .side .extra-text {
          width: 80%;
          font-size: 1.2rem;
          line-height: 1.7rem; }
          @media (max-width: 768px) {
            .blocks .tv .wrapper .side .extra-text {
              width: 100%;
              margin-bottom: 3.4rem; } }
        .blocks .tv .wrapper .side .navigation {
          position: absolute;
          right: 0;
          bottom: 0;
          left: 2rem; }
          .blocks .tv .wrapper .side .navigation span {
            cursor: pointer;
            color: #A554E2;
            -webkit-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
            -o-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
            transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
            .blocks .tv .wrapper .side .navigation span:hover {
              color: #FCFAF2; }
      .blocks .tv .wrapper .videos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8%;
        flex: 0 0 45.8%; }
        @media (max-width: 768px) {
          .blocks .tv .wrapper .videos {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
        .blocks .tv .wrapper .videos .video {
          position: relative;
          width: 30vw;
          line-height: 0; }
          @media (max-width: 1024px) {
            .blocks .tv .wrapper .videos .video {
              width: 41.2vw; } }
          @media (max-width: 768px) {
            .blocks .tv .wrapper .videos .video {
              width: 90vw; } }
          .blocks .tv .wrapper .videos .video:after {
            display: block;
            content: '';
            padding-top: 60%; }
          .blocks .tv .wrapper .videos .video:hover .overlay .title {
            display: none; }
          .blocks .tv .wrapper .videos .video:hover .overlay .play {
            display: block; }
          .blocks .tv .wrapper .videos .video .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            cursor: pointer; }
            .blocks .tv .wrapper .videos .video .overlay .poster {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-size: cover;
              background-position: center center; }
            .blocks .tv .wrapper .videos .video .overlay h2 {
              position: absolute;
              top: 50%;
              width: 100%;
              color: #E93C5A;
              text-align: center;
              -webkit-transform: translateY(-49%);
              -ms-transform: translateY(-49%);
              transform: translateY(-49%);
              margin-bottom: 0; }
            @media (max-width: 768px) {
              .blocks .tv .wrapper .videos .video .overlay .title {
                display: none; } }
            .blocks .tv .wrapper .videos .video .overlay .play {
              display: none; }
              @media (max-width: 768px) {
                .blocks .tv .wrapper .videos .video .overlay .play {
                  display: block; } }
          .blocks .tv .wrapper .videos .video .video-frame {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
  .blocks .scrolling-gallery {
    height: 20vw;
    line-height: 0;
    margin: 2rem auto;
    border: 0; }
    @media (max-width: 1024px) {
      .blocks .scrolling-gallery {
        height: 50vw;
        padding: 2rem 0; } }
    .blocks .scrolling-gallery img {
      width: auto;
      height: 100%;
      user-drag: none;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-drag: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
  .blocks .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1440px;
    padding: 0 20px;
    border-top: 0;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 6.8rem; }
    .blocks .gallery .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 31.333%;
      flex: 0 0 31.333%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin: 0 1%; }
      @media (max-width: 900px) {
        .blocks .gallery .image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
          flex: 0 0 48%; } }
      @media (max-width: 600px) {
        .blocks .gallery .image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .blocks .gallery .image .padder {
        padding-top: 75%; }
  .blocks > .image {
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks > .image {
        width: 100%; } }
    .blocks > .image img {
      width: 100%;
      height: auto; }
  .blocks .full-width-image {
    border: 0;
    margin: 2rem 0; }
    .blocks .full-width-image.single-column h1, .blocks .full-width-image.single-column .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .full-width-image.single-column h2 {
      font-size: 6.8rem;
      line-height: 0.85;
      width: 55vw;
      max-width: 840px; }
      @media (max-width: 1024px) {
        .blocks .full-width-image.single-column h1, .blocks .full-width-image.single-column .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .full-width-image.single-column h2 {
          width: 100%;
          padding: 0 2rem;
          margin-bottom: 3rem; } }
      @media (max-width: 600px) {
        .blocks .full-width-image.single-column h1, .blocks .full-width-image.single-column .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .full-width-image.single-column h2 {
          font-size: 4rem; } }
    .blocks .full-width-image.single-column .text {
      width: 45vw;
      max-width: 840px;
      text-align: center;
      -webkit-column-count: 1;
      column-count: 1; }
      @media (max-width: 1024px) {
        .blocks .full-width-image.single-column .text {
          width: 100%;
          padding: 0 2rem; } }
    .blocks .full-width-image img {
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
    .blocks .full-width-image h1, .blocks .full-width-image .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .full-width-image h2 {
      width: 55vw;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 4rem; }
      @media (max-width: 768px) {
        .blocks .full-width-image h1, .blocks .full-width-image .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper .full-width-image h2 {
          width: 100%;
          padding: 0 2rem; } }
    .blocks .full-width-image .text {
      width: 65.5vw;
      -webkit-column-count: 2;
      column-count: 2;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .blocks .full-width-image .text {
          width: 100%;
          padding: 0 2rem;
          -webkit-column-count: 1;
          column-count: 1; } }
      .blocks .full-width-image .text p {
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column; }
  .blocks .image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks .image-left {
        width: 100%; } }
    @media (max-width: 768px) {
      .blocks .image-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 2rem; } }
    .blocks .image-left .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      @media (max-width: 768px) {
        .blocks .image-left .image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-bottom: 2rem; } }
      .blocks .image-left .image img {
        width: 100%;
        height: auto; }
        @media (max-width: 768px) {
          .blocks .image-left .image img {
            width: 100%; } }
    .blocks .image-left .content {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 2rem; }
      @media (max-width: 768px) {
        .blocks .image-left .content {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-left: 0; } }
      @media (max-width: 768px) {
        .blocks .image-left .content h3 {
          text-align: center; } }
  .blocks .image-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks .image-right {
        width: 100%; } }
    @media (max-width: 768px) {
      .blocks .image-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 2rem; } }
    .blocks .image-right .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      @media (max-width: 768px) {
        .blocks .image-right .image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      .blocks .image-right .image img {
        width: 100%;
        height: auto; }
        @media (max-width: 768px) {
          .blocks .image-right .image img {
            width: 100%;
            margin-bottom: 2rem; } }
    .blocks .image-right .content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-right: 2rem; }
      @media (max-width: 768px) {
        .blocks .image-right .content {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      @media (max-width: 768px) {
        .blocks .image-right .content h3 {
          text-align: center; } }
  .blocks .title-left {
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks .title-left {
        width: 100%;
        padding: 0 2rem; } }
    .blocks .title-left img {
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
      @media (max-width: 768px) {
        .blocks .title-left img {
          margin-bottom: 2rem; } }
    .blocks .title-left .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .blocks .title-left .content {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .blocks .title-left .content h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin-top: 0.8rem; }
        @media (max-width: 768px) {
          .blocks .title-left .content h2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
            margin-top: 0;
            margin-bottom: 2rem; } }
      .blocks .title-left .content .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        padding-left: 5%; }
        @media (max-width: 768px) {
          .blocks .title-left .content .text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding-left: 0; } }
  .blocks .title-right {
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks .title-right {
        width: 100%;
        padding: 0 2rem; } }
    .blocks .title-right img {
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
      @media (max-width: 768px) {
        .blocks .title-right img {
          margin-bottom: 2rem; } }
    .blocks .title-right .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .blocks .title-right .content {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .blocks .title-right .content .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        padding-right: 5%; }
        @media (max-width: 768px) {
          .blocks .title-right .content .text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding-left: 0; } }
      .blocks .title-right .content h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        text-align: right;
        margin-top: 0.8rem; }
        @media (max-width: 768px) {
          .blocks .title-right .content h2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            max-width: 100%;
            text-align: center;
            margin-top: 0;
            margin-bottom: 2rem; } }
  .blocks .double-wide-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks .double-wide-left {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 768px) {
      .blocks .double-wide-left {
        left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 2rem; } }
    .blocks .double-wide-left .left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      padding-right: 2%; }
      @media (max-width: 768px) {
        .blocks .double-wide-left .left {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-right: 0; } }
      .blocks .double-wide-left .left .image {
        width: 100%;
        line-height: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 2rem; }
        @media (max-width: 768px) {
          .blocks .double-wide-left .left .image {
            margin-bottom: 2rem; } }
        .blocks .double-wide-left .left .image:after {
          display: block;
          content: '';
          padding-top: 50%; }
      @media (max-width: 768px) {
        .blocks .double-wide-left .left h3 {
          text-align: center; } }
      @media (max-width: 768px) {
        .blocks .double-wide-left .left .text {
          margin-bottom: 2rem; } }
    .blocks .double-wide-left .right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      padding-left: 2%; }
      @media (max-width: 768px) {
        .blocks .double-wide-left .right {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-left: 0; } }
      .blocks .double-wide-left .right .image {
        width: 100%;
        line-height: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 2rem; }
        @media (max-width: 768px) {
          .blocks .double-wide-left .right .image {
            width: 100%;
            margin-bottom: 2rem; } }
        .blocks .double-wide-left .right .image:after {
          display: block;
          content: '';
          padding-top: 76.3%; }
      @media (max-width: 768px) {
        .blocks .double-wide-left .right h3 {
          text-align: center; } }
  .blocks .double-wide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65.5vw;
    margin: 2rem auto; }
    @media (max-width: 1024px) {
      .blocks .double-wide-right {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 768px) {
      .blocks .double-wide-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 2rem; } }
    .blocks .double-wide-right .left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      padding-right: 2%; }
      @media (max-width: 768px) {
        .blocks .double-wide-right .left {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-right: 0; } }
      .blocks .double-wide-right .left .image {
        position: relative;
        width: 100%;
        line-height: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 2rem; }
        @media (max-width: 768px) {
          .blocks .double-wide-right .left .image {
            width: 100%;
            margin-bottom: 2rem; } }
        .blocks .double-wide-right .left .image:after {
          display: block;
          content: '';
          padding-top: 76.3%; }
      @media (max-width: 768px) {
        .blocks .double-wide-right .left h3 {
          text-align: center; } }
      @media (max-width: 768px) {
        .blocks .double-wide-right .left .text {
          margin-bottom: 2rem; } }
    .blocks .double-wide-right .right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      padding-left: 2%; }
      @media (max-width: 768px) {
        .blocks .double-wide-right .right {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-left: 0; } }
      .blocks .double-wide-right .right .image {
        width: 100%;
        line-height: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 2rem; }
        @media (max-width: 768px) {
          .blocks .double-wide-right .right .image {
            margin-bottom: 2rem; } }
        .blocks .double-wide-right .right .image:after {
          display: block;
          content: '';
          padding-top: 50%; }
      @media (max-width: 768px) {
        .blocks .double-wide-right .right h3 {
          text-align: center; } }

body.aunty header {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

body.aunty .content h3 {
  font-size: 2.2rem;
  line-height: 0.95; }

body.aunty .aunty-page .page-title, body.aunty .aunty-page h1, body.aunty .aunty-page .blocks .artists .artists-modal .artist .title-wrapper h2, .blocks .artists .artists-modal .artist .title-wrapper body.aunty .aunty-page h2, body.aunty .aunty-page h2, body.aunty .aunty-page h3, body.aunty .aunty-page h4, body.aunty .aunty-page h5, body.aunty .aunty-page h6 {
  text-transform: none !important; }

body.aunty .aunty-page hr {
  background-color: #E93C5A !important; }
