@charset "UTF-8";
/**
 * Stirtingale Simple SASS Build
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0px;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 50em) {
  .grid-container {
    padding-right: 2.34375rem;
    padding-left: 2.34375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 50em) {
  .grid-container.fluid {
    padding-right: 2.34375rem;
    padding-left: 2.34375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 94em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 94em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 94em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 94em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 50em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 50em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 94em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 94em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem);
}

@media print, screen and (min-width: 50em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 94em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 50em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 94em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 50em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 94em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 50em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 94em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 50em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 94em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 50em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 94em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 94em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 94em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 50em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 94em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 50em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 94em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

@font-face {
  font-family: "CH_HEADER";
  src: url("../fonts/CH_HEADER-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_HEADER-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_HEADER-Book.woff") format("woff"), url("../fonts/CH_HEADER-Book.ttf") format("truetype"), url("../fonts/CH_HEADER-Book.svg#CH_HEADER-Book") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CH_HEADER";
  src: url("../fonts/CH_HEADER-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_HEADER-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_HEADER-Medium.woff") format("woff"), url("../fonts/CH_HEADER-Medium.ttf") format("truetype"), url("../fonts/CH_HEADER-Medium.svg#CH_HEADER-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CH_HEADER";
  src: url("../fonts/CH_HEADER-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_HEADER-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_HEADER-Heavy.woff") format("woff"), url("../fonts/CH_HEADER-Heavy.ttf") format("truetype"), url("../fonts/CH_HEADER-Heavy.svg#CH_HEADER-Heavy") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CH_BODY";
  src: url("../fonts/CH_BODY-MdIt.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_BODY-MdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_BODY-MdIt.woff") format("woff"), url("../fonts/CH_BODY-MdIt.ttf") format("truetype"), url("../fonts/CH_BODY-MdIt.svg#../fonts/CH_BODY-MdIt") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CH_BODY";
  src: url("../fonts/CH_BODY-65Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_BODY-65Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_BODY-65Medium.woff") format("woff"), url("../fonts/CH_BODY-65Medium.ttf") format("truetype"), url("../fonts/CH_BODY-65Medium.svg#../fonts/CH_BODY-65Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CH_BODY";
  src: url("../fonts/CH_BODY-56Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_BODY-56Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_BODY-56Italic.woff") format("woff"), url("../fonts/CH_BODY-56Italic.ttf") format("truetype"), url("../fonts/CH_BODY-56Italic.svg#../fonts/CH_BODY-56Italic") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CH_BODY";
  src: url("../fonts/CH_BODY-55Roman.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CH_BODY-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/CH_BODY-55Roman.woff") format("woff"), url("../fonts/CH_BODY-55Roman.ttf") format("truetype"), url("../fonts/CH_BODY-55Roman.svg#../fonts/CH_BODY-55Roman") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
[data-theme=black],
:root {
  --header-font: "CH_HEADER", Helvetica, Roboto, Arial, sans-serif;
  --body-font: "CH_BODY","Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  --body-line-height: 1.45;
  --header-line-height: 1.125;
  --size: 1rem;
  --size-minus: 0.925rem;
  --size-minus1: 0.825rem;
  --size-minus2: 0.75rem;
  --size-plus1: 1.125rem;
  --size-plus2: 1.25rem;
  --size-plus3: 1.5rem;
  --size-plus4: 1.875rem;
  --size-plus5: 3rem;
  --size-plus6: 3.5rem;
  --size-plus7: 4.5rem;
  --weight-normal: normal;
  --weight-bold: bold;
  --weight-heavy: 900;
  --lwide: 0.025em;
  --wide: 0.05em;
  --xwide: 0.1em;
  --xxwide: 0.2em;
  --yellow: #F8F135;
  --brand: #F8F135;
  --brand-off: #FFF714;
  --link: var(--brand);
  --link-hover: var(--brand-off);
  --text-select: #EDECE7;
  --light-gray: #e6e6e6;
  --medium-gray: #CCCCCC;
  --dark-gray: #262626;
  --black: #0a0a0a;
  --white: #fff;
  --bg: #fff;
  --blackbg: #0a0a0a;
  --offwhite: #f7f7f5;
  --spark: #0a0a0a;
}

[data-theme=white] {
  --brand: #fff;
  --brand-off: #f9f9f9;
  --text-select: #999;
  --light-gray: #262626;
  --medium-gray: #cacaca;
  --dark-gray: #e6e6e6;
  --black: #fff;
  --bg: #262626;
  --white: #0a0a0a;
  --spark: var(--yellow);
}

[data-theme=yellow] {
  --black: #F8F135;
  --brand: #F8F135;
  --brand-off: #F8F135;
}

[data-theme=grey] {
  --bg: #262626;
}

[data-theme=mono] {
  --yellow: #262626;
  --brand: #262626;
  --brand-off: #262626;
}

* {
  -webkit-backface-visibility: hidden;
}

textarea,
input {
  outline: none;
}

::-moz-selection {
  background: var(--text-select);
}

::selection {
  background: var(--text-select);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
html.nosmooth {
  scroll-behavior: unset;
}

.aos-overflow {
  overflow: hidden;
}

@media screen and (max-width: 678px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.grid-container {
  max-width: 120rem;
}

.match-height {
  height: 100%;
}

.flex-video,
.flex-image {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 56.25%;
}
.flex-video .hash-tag,
.flex-image .hash-tag {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) !important;
  color: var(--brand);
}
.flex-video .hash-tag, .flex-video .hash-tag *,
.flex-image .hash-tag,
.flex-image .hash-tag * {
  text-transform: lowercase !important;
}
.flex-video .hash-tag .big, .flex-video .hash-tag.big,
.flex-image .hash-tag .big,
.flex-image .hash-tag.big {
  color: var(--yellow);
  word-break: keep-all;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  letter-spacing: 0.1em;
  font-size: var(--size-plus2);
  font-size: 10vw;
  font-size: min(10vw, 10.2rem);
}
.flex-video .hash-tag .big, .flex-video .hash-tag .big p, .flex-video .hash-tag.big, .flex-video .hash-tag.big p,
.flex-image .hash-tag .big,
.flex-image .hash-tag .big p,
.flex-image .hash-tag.big,
.flex-image .hash-tag.big p {
  margin: 0 !important;
}
@media print, screen and (min-width: 50em) {
  .flex-video .hash-tag .big, .flex-video .hash-tag.big,
.flex-image .hash-tag .big,
.flex-image .hash-tag.big {
    font-size: 4.75vw;
    font-size: min(4.75vw, 10.2rem);
  }
}
.flex-video picture,
.flex-image picture {
  z-index: 1;
}
.flex-video img,
.flex-video video,
.flex-video iframe,
.flex-image img,
.flex-image video,
.flex-image iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.flex-video img,
.flex-image img {
  pointer-events: none;
}
.flex-video iframe,
.flex-image iframe {
  height: 100%;
}
.flex-video video,
.flex-image video {
  height: 100%;
  object-fit: cover;
}
.flex-video.fill-height,
.flex-image.fill-height {
  padding-bottom: 0;
  height: 100vh;
}
.flex-video.fill-height img, .flex-video.fill-height video, .flex-video.fill-height iframe,
.flex-image.fill-height img,
.flex-image.fill-height video,
.flex-image.fill-height iframe {
  height: 100%;
  object-fit: cover;
}
.flex-video.--zoom,
.flex-image.--zoom {
  overflow: hidden;
}
.flex-video.--zoom img, .flex-video.--zoom video, .flex-video.--zoom iframe,
.flex-image.--zoom img,
.flex-image.--zoom video,
.flex-image.--zoom iframe {
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.flex-video.--zoom:hover img, .flex-video.--zoom:hover video, .flex-video.--zoom:hover iframe,
.flex-image.--zoom:hover img,
.flex-image.--zoom:hover video,
.flex-image.--zoom:hover iframe {
  transform: scale(1.25);
}
.flex-video.square,
.flex-image.square {
  padding-bottom: 100%;
}
.flex-video.bw,
.flex-image.bw {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.flex-video.fit img, .flex-video.fit video,
.flex-image.fit img,
.flex-image.fit video {
  height: 100%;
  object-fit: cover;
}
.flex-video.animated,
.flex-image.animated {
  overflow: hidden;
}
.flex-video.animated picture, .flex-video.animated img, .flex-video.animated video,
.flex-image.animated picture,
.flex-image.animated img,
.flex-image.animated video {
  height: 105%;
  object-fit: cover;
  transform: scale(1);
}
@media print, screen and (min-width: 50em) {
  .flex-video.animated picture, .flex-video.animated img, .flex-video.animated video,
.flex-image.animated picture,
.flex-image.animated img,
.flex-image.animated video {
    transform: scale(var(--scale));
  }
}
.flex-video.shrink img, .flex-video.shrink video,
.flex-image.shrink img,
.flex-image.shrink video {
  height: 100%;
  object-fit: scale-down;
}
.flex-video span,
.flex-image span {
  line-height: 1;
  text-align: center;
  color: var(--white);
  width: 100%;
  left: 0;
  padding: 0.9em;
  position: absolute;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
}
.flex-video span.title,
.flex-image span.title {
  top: 50%;
  letter-spacing: var(--xxwide);
  z-index: 4;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: var(--size-plus2);
}
@media print, screen and (min-width: 50em) {
  .flex-video span.title,
.flex-image span.title {
    font-size: var(--size-plus3);
  }
}
.flex-video span.sub-title,
.flex-image span.sub-title {
  bottom: 0;
  z-index: 3;
  font-size: var(--size-plus1);
}
.flex-video .mask,
.flex-image .mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.3;
  z-index: 2;
}

html {
  font-size: 100%;
}

html, body {
  background-color: var(--bg);
}

body {
  font-family: var(--body-font);
  font-weight: var(--weight-normal);
  line-height: var(--body-line-height);
  color: var(--black);
}
body.--lock {
  overflow: hidden;
}

p {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  p {
    font-size: var(--size-plus2);
  }
}

p.lead,
.lead p {
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
}

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: var(--black);
  max-width: 100vw;
  word-break: keep-all;
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  letter-spacing: 0.1em;
  margin: 0 0 0.9rem 0;
}
.h1.yellow, .h2.yellow, .h3.yellow, .h4.yellow, .h5.yellow, .h6.yellow,
h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: var(--yellow) !important;
}
.h1.--weight-normal, .h2.--weight-normal, .h3.--weight-normal, .h4.--weight-normal, .h5.--weight-normal, .h6.--weight-normal,
h1.--weight-normal, h2.--weight-normal, h3.--weight-normal, h4.--weight-normal, h5.--weight-normal, h6.--weight-normal {
  font-weight: var(--weight-normal);
}
.h1.--nspacing, .h2.--nspacing, .h3.--nspacing, .h4.--nspacing, .h5.--nspacing, .h6.--nspacing,
h1.--nspacing, h2.--nspacing, h3.--nspacing, h4.--nspacing, h5.--nspacing, h6.--nspacing {
  letter-spacing: normal;
}
.h1.--nonup, .h2.--nonup, .h3.--nonup, .h4.--nonup, .h5.--nonup, .h6.--nonup,
h1.--nonup, h2.--nonup, h3.--nonup, h4.--nonup, h5.--nonup, h6.--nonup {
  text-transform: none;
}
.h1.--nm, .h2.--nm, .h3.--nm, .h4.--nm, .h5.--nm, .h6.--nm,
h1.--nm, h2.--nm, h3.--nm, h4.--nm, h5.--nm, h6.--nm {
  margin: -0.45rem 0 -1.35rem;
}

.lspacingreset {
  letter-spacing: initial !important;
}

h1,
.h1, .h1 p {
  margin-top: 0;
  font-size: var(--size-plus4);
}

h2,
.h2, .h2 p {
  font-size: var(--size-plus3);
}

h3,
.h3, .h3 p {
  font-size: var(--size-plus3);
}

h4,
.h4, .h4 p {
  font-size: var(--size-plus1);
}

h5,
.h5, .h5 p {
  font-size: var(--size-plus1);
}

@media print, screen and (min-width: 50em) {
  h1,
.h1, .h1 p {
    margin-top: 0;
    font-size: var(--size-plus6);
    font-size: 3.25vw;
    font-size: min(3.25vw, 5.2rem);
  }
  h1.big,
.h1.big, .h1 p.big {
    font-size: var(--size-plus7);
    font-size: 5.5vw;
    font-size: min(5.5vw, 6rem);
    margin: 0;
  }

  h2,
.h2, .h2 p {
    font-size: var(--size-plus5);
    font-size: 2.357142856vw;
    font-size: min(2.357142856vw, 5.6rem);
  }

  h3,
.h3, .h3 p {
    font-size: var(--size-plus4);
    font-size: 1.473214285vw;
    font-size: min(1.473214285vw, 4.6rem);
  }

  h4,
.h4, .h4 p {
    font-size: var(--size-plus3);
  }

  h5,
.h5, .h5 p {
    font-size: var(--size-plus2);
  }
}
small, .text_small {
  font-size: var(--size-minus2);
}

a {
  color: var(--brand);
  text-decoration: none;
  transition: all 500ms ease;
}
a:hover {
  color: var(--brand-off);
}

p a {
  text-decoration: underline;
  color: var(--black);
}

button,
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

a.button,
.button,
.button-list a {
  transition: all 500ms ease;
  padding: 0.45em 1.35em;
  letter-spacing: 0.02em;
  border: 1px solid var(--black);
  color: var(--black);
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all ease 500ms;
  z-index: 2;
  outline: 1px solid transparent !important;
}
a.button.large,
.button.large,
.button-list a.large {
  white-space: nowrap;
  padding: 1.35em 0.45rem 1.4em 0.45rem;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  border-color: var(--medium-gray);
  line-height: 1;
  font-style: italic;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--xwide);
  font-size: var(--size);
}
@media print, screen and (min-width: 50em) {
  a.button.large,
.button.large,
.button-list a.large {
    font-size: 1.2275vw;
    width: auto;
    padding: 1.55em 4.6em 1.5em 4.6em;
  }
}
a.button:after,
.button:after,
.button-list a:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
}
a.button:hover,
.button:hover,
.button-list a:hover {
  color: var(--white);
}
a.button:hover:after,
.button:hover:after,
.button-list a:hover:after {
  width: 100%;
}

@media print, screen and (max-width: 50em) {
  .medium-up {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .small-only {
    display: none !important;
  }
}

@media print, screen and (max-width: 1480px) {
  .tablet-up {
    display: none !important;
  }
}

@media print, screen and (min-width: 1480px) {
  .tablet-down {
    display: none !important;
  }
}

@keyframes fadein {
  0% {
    opacity: 0.33;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
#preloader .svg-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25vw;
  height: 25vw;
  max-height: 50%;
  max-width: 50%;
  transition: opacity 100ms ease;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 50em) {
  #preloader .svg-container {
    width: 7.5vw;
    height: 7.5vw;
  }
}
#preloader .svg-container.--animating {
  opacity: 0;
}
#preloader svg {
  width: 100%;
  height: auto;
}
#preloader svg g > g {
  animation-name: fadein;
  animation-duration: 950ms;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#preloader svg g > g#ch_0 {
  animation-delay: 0;
}
#preloader svg g > g#ch_1 {
  animation-delay: 50ms;
}
#preloader svg g > g#ch_2 {
  animation-delay: 100ms;
}
#preloader svg g > g#ch_3 {
  animation-delay: 150ms;
}
#preloader svg g > g#ch_4 {
  animation-delay: 200ms;
}
#preloader svg g > g#ch_5 {
  animation-delay: 250ms;
}
#preloader svg g > g#ch_6 {
  animation-delay: 300ms;
}
#preloader svg g > g#ch_7 {
  animation-delay: 350ms;
}
#preloader svg g > g#ch_8 {
  animation-delay: 400ms;
}
#preloader svg g > g#ch_9 {
  animation-delay: 450ms;
}
#preloader svg g > g#ch_10 {
  animation-delay: 500ms;
}
#preloader svg g > g#ch_11 {
  animation-delay: 550ms;
}
#preloader svg g > g#ch_12 {
  animation-delay: 600ms;
}
#preloader svg g > g#ch_13 {
  animation-delay: 650ms;
}
#preloader svg g > g#ch_14 {
  animation-delay: 700ms;
}
#preloader svg g > g#ch_15 {
  animation-delay: 750ms;
}
#preloader svg g > g#ch_16 {
  animation-delay: 800ms;
}
#preloader svg g > g#ch_17 {
  animation-delay: 850ms;
}
#preloader svg g > g#ch_18 {
  animation-delay: 900ms;
}
#preloader svg g > g#ch_19 {
  animation-delay: 950ms;
}
#preloader .p {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  background: var(--blackbg);
  transition: all linear 300ms;
}
#preloader.--complete {
  pointer-events: none;
  opacity: 0;
}
#preloader .preload-1 {
  top: 0;
}
#preloader .preload-1.--animating {
  pointer-events: none;
  transform: translateY(-100%);
}
#preloader .preload-2 {
  bottom: 0;
}
#preloader .preload-2.--animating {
  pointer-events: none;
  transform: translateY(100%);
}

header#primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  mix-blend-mode: difference;
  padding: 0.9rem 0;
}
header#primary.--dif {
  mix-blend-mode: unset;
  transform: translateY(0%) !important;
}
@media print, screen and (min-width: 50em) {
  header#primary {
    z-index: 99;
  }
}
@media print, screen and (max-width: 50em) {
  header#primary {
    pointer-events: none;
  }
  header#primary a, header#primary button {
    pointer-events: auto;
  }
}
header#primary.headroom {
  opacity: 1;
  transition: all 500ms linear;
}
header#primary.headroom.headroom--pinned {
  transform: translateY(0%);
}
header#primary.headroom.headroom--pinned--lock {
  transform: translateY(0%) !important;
}
header#primary.headroom.headroom--unpinned {
  transform: translateY(-115%);
}
header#primary.headroom.headroom--pagetrans {
  transform: translateY(-115%) !important;
}
header#primary svg {
  max-width: 100%;
  height: auto;
}
header#primary svg, header#primary svg g {
  fill: var(--black);
}
header#primary .logo {
  display: inline-block;
  transform: translateY(10px);
}
header#primary .logo span {
  display: inline-block;
  width: 100%;
  transition: all ease 500ms;
}
header#primary .logo span svg {
  overflow: visible;
}
header#primary .logo span svg g {
  transition: all 350ms linear;
}
header#primary .logo span.name {
  margin-bottom: 1.35rem;
}
header#primary .logo span.strapline {
  position: absolute;
  left: 12.5%;
  width: 75%;
  right: 12.5%;
  bottom: 0;
  transform: all ease 500ms;
  transform: translateY(50%);
  display: none;
}
@media print, screen and (min-width: 94em) {
  header#primary .logo span.strapline {
    display: inline-block;
  }
}
@media print, screen and (min-width: 1280px) {
  header#primary .logo span.strapline {
    width: 100%;
    left: 0;
    right: 0;
  }
}
header#primary .logo:hover .strapline {
  opacity: 0;
}
header#primary .logo:hover svg #text1 {
  transform: translateY(-20%);
}
header#primary .logo:hover svg #text2 {
  transform: translateY(20%);
}
header#primary.headroom--not-top .logo span.strapline {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0%);
}
header#primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
header#primary ul.right {
  justify-content: flex-end;
}
header#primary ul li {
  text-transform: uppercase;
  font-weight: var(--weight-bold);
  margin: 0 0.45em;
  font-size: var(--size-minus2);
  letter-spacing: var(--xwide);
  display: inline-block;
}
@media print, screen and (min-width: 50em) {
  header#primary ul li {
    margin: 0 0.65em;
    font-size: var(--size-minus1);
  }
}
@media print, screen and (min-width: 94em) {
  header#primary ul li {
    margin: 0 1.35em;
    font-size: var(--size-minus);
  }
}
header#primary ul li.--open-coach, header#primary ul li.--open-lit {
  position: relative;
  padding-right: 0.45rem;
}
header#primary ul li.--open-coach:after, header#primary ul li.--open-lit:after {
  position: absolute;
  top: 35%;
  right: -0.65rem;
  transform: translateY(-50%);
  content: " ";
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.6rem solid var(--black);
  transition: all ease 500ms;
}
header#primary ul li.--open-coach.active:after, header#primary ul li.--open-lit.active:after {
  transform: translateY(-50%) rotate(180deg);
}
header#primary ul li a {
  color: var(--black);
}
header#primary ul li a:hover {
  color: var(--medium-gray);
  border-color: var(--medium-gray);
}
header#primary ul li.button-list a {
  color: var(--black);
  border-color: var(--black);
  transform: translateY(-2px);
  display: inline-block;
  padding: 0.65em 1.35em 0.45em 1.35em;
}
header#primary ul li.button-list a:hover {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}
header#primary ul li.active a {
  color: var(--black);
}
header#primary ul li.burger {
  position: relative;
  transform: translateY(-2px);
  display: inline-block;
}
header#primary ul li.burger .toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 2.66667em;
  width: 2.66667em;
  outline: none;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
header#primary ul li.burger .toggle .ch-svg {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  fill: var(--black);
  transform: translateZ(0) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
header#primary ul li.burger .toggle .ch-svg-rect-top {
  transform: translate3d(0, -8px, 0);
}
header#primary ul li.burger .toggle .ch-svg-rect-bottom {
  transform: translate3d(0, 8px, 0);
}
header#primary ul li.burger.active .toggle .ch-svg-top {
  transform: translateZ(0) rotate(160deg);
}
header#primary ul li.burger.active .toggle .ch-svg-bottom {
  transform: translateZ(0) rotate(-160deg);
}
header#primary ul li.burger.active .toggle .ch-svg-rect-top, header#primary ul li.burger.active .toggle .ch-svg-rect-bottom {
  transform: translate3d(0, 0, 0);
}

.--nav-active header {
  --brand: #F8F135;
  --brand-off: #FFF714;
  --text-select: #EDECE7;
  --light-gray: #e6e6e6;
  --dark-gray: #262626;
  --black: #0a0a0a;
  --white: #fff;
}
.--nav-active header .logo .strapline {
  opacity: 0;
  pointer-events: none;
}

nav#inpage {
  display: none;
}
@media print, screen and (min-width: 50em) {
  nav#inpage {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 3.6rem 1.8rem 5.2rem;
    z-index: 99;
    color: var(--black);
    background: transparent;
    mix-blend-mode: difference;
    transition: all ease 500ms;
  }
  nav#inpage.--hide {
    opacity: 0;
    pointer-events: none;
  }
  nav#inpage.headroom--top {
    background: transparent;
    mix-blend-mode: unset;
  }
  nav#inpage.headroom--top, nav#inpage.headroom--top *, nav#inpage.headroom--top *:hover {
    color: var(--hrcolor) !important;
  }
  nav#inpage ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav#inpage ul li {
    align-items: center;
    text-transform: uppercase;
    font-size: var(--size-plus1);
    margin: 0.9em 0;
    transition: all ease 500ms;
    cursor: pointer;
    font-weight: var(--weight-normal);
  }
  nav#inpage ul li a {
    color: #fff;
    opacity: 0.66;
  }
  nav#inpage ul li:hover a, nav#inpage ul li.active a {
    opacity: 1;
  }
  nav#inpage ul li span {
    display: block;
    font-size: var(--size-plus2);
  }
  nav#inpage ul li span.sub {
    overflow: hidden;
    text-transform: none;
    margin-top: 0.45em;
    font-size: var(--size);
    letter-spacing: var(--wide);
    font-weight: var(--weight-normal);
    max-height: 0;
    transition: all 0.25s ease-out;
  }
  nav#inpage ul li span.title {
    height: 1.1em;
    line-height: 1.4;
    overflow: hidden;
  }
  nav#inpage ul li span.title .inner {
    color: #999;
  }
  nav#inpage ul li span.title .inner {
    position: relative;
    display: inline-block;
    text-transform: none;
    transition: transform 0.3s;
  }
  nav#inpage ul li span.title .inner:before {
    position: absolute;
    white-space: nowrap;
    top: 100%;
    content: attr(data-hover);
    font-weight: var(--weight-heavy);
    transform: translate3d(0, 0, 0);
  }
  nav#inpage ul li.active, nav#inpage ul li.active .inner, nav#inpage ul li:hover, nav#inpage ul li:hover .inner {
    color: #fff !important;
  }
  nav#inpage ul li.active span.title .inner, nav#inpage ul li:hover span.title .inner {
    transform: translateY(-110%);
  }
  nav#inpage ul li.active a, nav#inpage ul li:hover a {
    opacity: 1;
  }
  nav#inpage ul li.active span.sub {
    display: block;
    max-height: 500px;
    transition: max-height 1s ease-in;
    height: 3.6rem;
  }
}

nav#booking {
  display: none;
}
@media print, screen and (min-width: 50em) {
  nav#booking {
    display: block;
    position: fixed;
    bottom: 0;
    height: 100%;
    right: 0;
    padding: 0;
    z-index: 95;
    width: 25%;
    max-width: 28rem;
    pointer-events: none;
    mix-blend-mode: exclusion;
    background: transparent;
  }
  nav#booking .overlap-spacer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 1.8rem;
  }
  nav#booking .booking-inner {
    z-index: 2;
    position: absolute;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
    transition: all ease 750ms;
    transform: translateX(0);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
  }
  nav#booking .booking-inner, nav#booking .booking-inner * {
    color: #fff;
  }
  nav#booking .booking-inner h5 {
    color: #484848;
  }
}
@media print, screen and (min-width: 50em) and (max-width: 94em) {
  nav#booking .booking-inner h5 {
    margin-top: 0;
    margin-bottom: 0.45em;
  }
}
@media print, screen and (min-width: 50em) and (max-width: 94em) {
  nav#booking .booking-inner p {
    margin: 0;
    font-size: var(--size);
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner .cta, nav#booking .booking-inner .info {
    padding: 1.8rem;
  }
}
@media print, screen and (min-width: 50em) and (min-width: 94em) {
  nav#booking .booking-inner .cta, nav#booking .booking-inner .info {
    padding: 1.8rem 2.7rem;
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner .cta.info, nav#booking .booking-inner .info.info {
    padding-top: 5.6rem;
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner .cta a, nav#booking .booking-inner .info a {
    color: #fff;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner .cta {
    position: relative;
    border-top: 1px solid var(--white);
  }
  nav#booking .booking-inner .cta .text-outer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav#booking .booking-inner .cta .swipe {
    background: var(--white);
    mix-blend-mode: exclusion;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all ease 500ms;
  }
  nav#booking .booking-inner .cta svg {
    fill: var(--white);
    transition: all ease 500ms;
  }
  nav#booking .booking-inner .cta span {
    transition: all ease 500ms;
    margin-right: 0.9rem;
    font-family: var(--header-font);
    font-weight: var(--weight-heavy);
    text-transform: uppercase;
    font-size: var(--size-plus1);
  }
}
@media print, screen and (min-width: 50em) and (min-width: 50em) {
  nav#booking .booking-inner .cta span {
    font-size: 1.1875vw;
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner .cta span.icon {
    transform: translateX(5%);
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner .cta a {
    color: #fff;
    text-decoration: none;
  }
  nav#booking .booking-inner .cta a:hover .swipe {
    transform: translateX(0);
  }
  nav#booking .booking-inner .cta a:hover span.text {
    transform: translateX(0.45rem);
    color: var(--black);
  }
  nav#booking .booking-inner .cta a:hover svg {
    fill: var(--black);
    transform: translateX(-0.9rem);
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking .booking-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav#booking .booking-inner ul li {
    align-items: center;
    text-transform: uppercase;
    font-size: var(--size-plus1);
    margin: 0.225em 0;
    transition: all ease 500ms;
    cursor: pointer;
    font-weight: var(--weight-bold);
  }
  nav#booking .booking-inner ul li a {
    color: #fff;
    opacity: 0.66;
  }
  nav#booking .booking-inner ul li:hover {
    margin-left: 0.9em;
  }
  nav#booking .booking-inner ul li:hover a, nav#booking .booking-inner ul li.active a {
    opacity: 1;
  }
  nav#booking .booking-inner ul li span {
    display: block;
  }
  nav#booking .booking-inner ul li span.sub {
    display: none;
    font-size: var(--size-minus1);
    font-weight: var(--weight-normal);
  }
  nav#booking .booking-inner ul li.active span.sub {
    display: block;
  }
}
@media print, screen and (min-width: 50em) {
  nav#booking.--hide .booking-inner {
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
  }
}

nav.burger {
  position: fixed;
  top: 1rem;
  right: 0.45rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 100%;
  background: transparent;
  mix-blend-mode: difference;
  z-index: 9999;
}
@media print, screen and (min-width: 50em) {
  nav.burger {
    display: none;
  }
}
nav.burger svg {
  width: 100%;
  height: auto;
  padding: 0.225rem;
}
nav.burger .mobiletoggle {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 2.66667em;
  width: 2.66667em;
  outline: none;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
nav.burger .mobiletoggle .ch-svg {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  fill: #fff;
  transform: translateZ(0) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
nav.burger .mobiletoggle .ch-svg-rect-top {
  transform: translate3d(0, -8px, 0);
}
nav.burger .mobiletoggle .ch-svg-rect-bottom {
  transform: translate3d(0, 8px, 0);
}
nav.burger.active .mobiletoggle .ch-svg-top {
  transform: translateZ(0) rotate(160deg);
}
nav.burger.active .mobiletoggle .ch-svg-bottom {
  transform: translateZ(0) rotate(-160deg);
}
nav.burger.active .mobiletoggle .ch-svg-rect-top, nav.burger.active .mobiletoggle .ch-svg-rect-bottom {
  transform: translate3d(0, 0, 0);
}

nav.mask {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 96;
  background: var(--black);
  transition: all ease 500ms;
}
nav.mask.--active {
  pointer-events: auto;
  opacity: 0.45;
}

nav.head {
  transition: all ease 500ms;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  padding: 7.9125rem 0 3.15rem 0;
}
nav.head .grid-container {
  padding-left: 3.69375rem;
  padding-right: 3.69375rem;
}
nav.head.bg {
  transition: all ease 500ms 500ms;
  z-index: 97;
  background: var(--white);
  transform: translateY(-100%);
  opacity: 1;
  padding-top: 5.625rem;
}
nav.head.bg.--active {
  transition: all ease 500ms;
}
nav.head.bg .border {
  position: relative;
  height: 1px;
  background: var(--medium-gray);
  width: 100%;
  display: block;
}
nav.head.--active {
  pointer-events: auto;
  opacity: 1;
  transition: all ease 500ms;
  transform: translateY(0);
}
nav.head p {
  margin: 0;
}
nav.head .strapline {
  margin-bottom: 1.125rem;
}
nav.head ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
}
nav.head ul li {
  margin: 0.625em 0;
  font-size: var(--size-minus1);
  letter-spacing: var(--xwide);
  text-transform: uppercase;
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
}
@media print, screen and (min-width: 50em) {
  nav.head ul li {
    font-size: var(--size-minus);
  }
}
nav.head ul li a {
  position: relative;
}
nav.head ul li a, nav.head ul li a:hover, nav.head ul li a:active, nav.head ul li a:focus {
  color: var(--black);
}
nav.head ul li a:before {
  content: " ";
  position: absolute;
  background: var(--black);
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: 0.675rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 350ms ease;
}
nav.head ul li.current-menu-item a:before,
nav.head ul li a:hover:before {
  transform: scaleX(1);
}
@media print, screen and (min-width: 50em) {
  nav.head .inner-menu ul {
    margin-bottom: 5.2rem;
  }
}
nav.head.mobile {
  transform: translateY(0) translateX(100%);
  opacity: 1;
  overflow-y: scroll;
  bottom: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0.9rem 3.6rem 7.2rem 2.35rem;
  background: var(--white);
}
nav.head.mobile.--active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
nav.head.mobile > .grid-x {
  min-height: 100vh;
}
nav.head.mobile > .grid-x ul {
  font-size: var(--size);
}
nav.head.mobile img {
  width: 18vw;
  height: auto;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
@media print, screen and (max-width: 50em) {
  nav.head p.h4 {
    font-size: 6.5vw;
  }
}
nav.head h5 {
  font-family: var(--body-font);
  letter-spacing: var(--wide);
  font-weight: var(--weight-bold);
  font-size: var(--size-minus1);
  color: var(--medium-gray);
}
@media print, screen and (min-width: 50em) {
  nav.head h5 {
    font-size: var(--size-minus);
  }
}
nav.head .mobile-item {
  padding-top: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1.8rem;
  border-top: 1px solid var(--black);
}
nav.head .mobile-item ul {
  margin-top: 0;
  margin-bottom: 0;
}
nav.head .mobile-item ul li {
  display: inline-block;
  width: 100%;
  margin-top: 0.9rem;
  margin: 0;
}
nav.head a {
  color: var(--black);
}
nav.head a:hover {
  color: var(--medium-gray);
}

footer {
  background: var(--black);
  color: var(--white);
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
footer p {
  margin: 0.45em 0;
  text-transform: uppercase;
  letter-spacing: var(--wide);
  color: var(--medium-gray);
  font-size: var(--size-minus1);
}
footer p a {
  color: var(--medium-gray);
}

main {
  min-height: 100vh;
  transition: all ease 500ms;
}
main.--animate {
  opacity: 0;
  transform: translateY(-100vh);
}

.padding {
  max-width: 100vw;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.padding hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--black);
  padding: 0;
  margin: 0;
}

.healey-header-container {
  background: var(--dark-gray);
  position: relative;
}
.healey-header-container .sticky-inner {
  transform: translateZ(0);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: sticky;
  top: 0;
}
@media print, screen and (min-width: 50em) {
  .healey-header-container .sticky-inner {
    height: 100vh;
  }
}
.healey-header-container .sticky-inner .sticky-bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blackbg);
  opacity: 0.3;
  z-index: 2;
}
.healey-header-container .sticky-inner .healey-header {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0;
}
@media print, screen and (min-width: 50em) {
  .healey-header-container .sticky-inner .healey-header {
    height: 100vh;
  }
}
.healey-header-container .sticky-inner .healey-header .sticky-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 2;
}
@media print, screen and (min-width: 50em) {
  .healey-header-container .sticky-inner .healey-header .sticky-content {
    height: 100vh;
  }
}
.healey-header {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.healey-header.nheight {
  height: auto;
}
.healey-header .mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.healey-header .layout {
  position: relative;
  z-index: 4;
}
.healey-header .layout .grid-y-height {
  min-height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout .grid-y-height {
    min-height: 100vh;
  }
}
.healey-header .layout .grid-y-height-off {
  min-height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout .grid-y-height-off {
    min-height: 100vh;
  }
}
.healey-header .layout hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--black);
  padding: 0;
  margin: 0;
}
.healey-header .layout.layout-12 ul li {
  line-height: 1;
  letter-spacing: var(--xwide);
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  cursor: pointer;
  transition: opacity ease 500ms;
}
.healey-header .layout.layout-12 ul li p {
  margin: 0;
}
.healey-header .layout.layout-12 .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity ease 500ms;
}
.healey-header .layout.layout-12 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.healey-header .layout.layout-12 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.healey-header .layout.layout-7 .footer, .healey-header .layout.layout-9 .footer, .healey-header .layout.layout-1 .footer {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.8em;
  z-index: 4;
}
.healey-header .layout.layout-7 .footer, .healey-header .layout.layout-7 .footer a, .healey-header .layout.layout-9 .footer, .healey-header .layout.layout-9 .footer a, .healey-header .layout.layout-1 .footer, .healey-header .layout.layout-1 .footer a {
  color: var(--white);
}
.healey-header .layout.layout-7 .footer p, .healey-header .layout.layout-9 .footer p, .healey-header .layout.layout-1 .footer p {
  margin: 0;
  line-height: 1.8;
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 .footer p, .healey-header .layout.layout-9 .footer p, .healey-header .layout.layout-1 .footer p {
    font-size: 1.1875vw;
  }
}
.healey-header .layout.layout-7 .footer .breadcrumb ul, .healey-header .layout.layout-9 .footer .breadcrumb ul, .healey-header .layout.layout-1 .footer .breadcrumb ul {
  list-style: none;
  padding: 0 0.9em;
  margin: 0;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 .footer .breadcrumb ul, .healey-header .layout.layout-9 .footer .breadcrumb ul, .healey-header .layout.layout-1 .footer .breadcrumb ul {
    padding: 0;
  }
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li, .healey-header .layout.layout-9 .footer .breadcrumb ul li, .healey-header .layout.layout-1 .footer .breadcrumb ul li {
  display: inline-block;
  letter-spacing: var(--xwide);
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r {
  opacity: 0.66;
  position: relative;
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l:hover, .healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l.active,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r:hover,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r.active, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l:hover, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l.active,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r:hover,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r.active, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l:hover, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l.active,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r:hover,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r.active {
  opacity: 1;
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l.active,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r.active, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l.active,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r.active, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l.active,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r.active {
  pointer-events: none;
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l, .healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l:hover, .healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l:active, .healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l:focus,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r:hover,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r:active,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r:focus, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l:hover, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l:active, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l:focus,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r:hover,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r:active,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r:focus, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l:hover, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l:active, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l:focus,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r:hover,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r:active,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r:focus {
  color: var(--black);
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l:before,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r:before, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l:before,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r:before, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l:before,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r:before {
  content: " ";
  position: absolute;
  background: var(--black);
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: 0.675rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 350ms ease;
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-l:hover:before,
.healey-header .layout.layout-7 .footer .breadcrumb ul li a.slide-transition-r:hover:before, .healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-l:hover:before,
.healey-header .layout.layout-9 .footer .breadcrumb ul li a.slide-transition-r:hover:before, .healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-l:hover:before,
.healey-header .layout.layout-1 .footer .breadcrumb ul li a.slide-transition-r:hover:before {
  transform: scaleX(1);
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li:before, .healey-header .layout.layout-9 .footer .breadcrumb ul li:before, .healey-header .layout.layout-1 .footer .breadcrumb ul li:before {
  content: "•";
  color: var(--black);
  margin: 0 0.9em;
  display: inline-block;
}
.healey-header .layout.layout-7 .footer .breadcrumb ul li:first-of-type:before, .healey-header .layout.layout-9 .footer .breadcrumb ul li:first-of-type:before, .healey-header .layout.layout-1 .footer .breadcrumb ul li:first-of-type:before {
  display: none;
}
.healey-header .layout.layout-7 .text-right, .healey-header .layout.layout-9 .text-right, .healey-header .layout.layout-1 .text-right {
  text-align: right;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 .text-right, .healey-header .layout.layout-9 .text-right, .healey-header .layout.layout-1 .text-right {
    text-align: right;
  }
}
.healey-header .layout.layout-7 h2, .healey-header .layout.layout-9 h2, .healey-header .layout.layout-1 h2 {
  font-weight: var(--weight-normal);
  color: var(--brand);
}
@media print, screen and (max-width: 50em) {
  .healey-header .layout.layout-7 h2, .healey-header .layout.layout-9 h2, .healey-header .layout.layout-1 h2 {
    font-size: 10vw;
  }
}
.healey-header .layout.layout-7 h2.black, .healey-header .layout.layout-9 h2.black, .healey-header .layout.layout-1 h2.black {
  color: var(--black);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 h2.black, .healey-header .layout.layout-9 h2.black, .healey-header .layout.layout-1 h2.black {
    font-size: 4.75vw;
  }
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 h2, .healey-header .layout.layout-9 h2, .healey-header .layout.layout-1 h2 {
    font-size: 4.75vw;
  }
}
.healey-header .layout.layout-7 h2.black, .healey-header .layout.layout-9 h2.black, .healey-header .layout.layout-1 h2.black {
  color: var(--black);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 h2.black, .healey-header .layout.layout-9 h2.black, .healey-header .layout.layout-1 h2.black {
    font-size: 7.125vw;
  }
}
.healey-header .layout.layout-7 h3, .healey-header .layout.layout-9 h3, .healey-header .layout.layout-1 h3 {
  font-weight: var(--weight-normal);
  color: var(--brand);
}
.healey-header .layout.layout-7 h3.black, .healey-header .layout.layout-9 h3.black, .healey-header .layout.layout-1 h3.black {
  color: var(--black);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 h3.black, .healey-header .layout.layout-9 h3.black, .healey-header .layout.layout-1 h3.black {
    font-size: 2.375vw;
  }
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 h3, .healey-header .layout.layout-9 h3, .healey-header .layout.layout-1 h3 {
    font-size: 2.375vw;
  }
}
.healey-header .layout.layout-7 h3.black, .healey-header .layout.layout-9 h3.black, .healey-header .layout.layout-1 h3.black {
  color: var(--black);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-7 h3.black, .healey-header .layout.layout-9 h3.black, .healey-header .layout.layout-1 h3.black {
    font-size: 2.375vw;
  }
}
.healey-header .layout.layout-2 h2 {
  font-weight: var(--weight-bold);
  color: var(--yellow);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-2 h2 {
    font-size: 2.375vw;
  }
}
.healey-header .layout.layout-2 h3 {
  font-weight: var(--weight-normal);
  color: var(--brand);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-2 h3 {
    font-size: 2.375vw;
  }
}
.healey-header .layout.layout-2 a {
  color: inherit;
}
.healey-header .layout.layout-3 p {
  color: var(--black);
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-3 p {
    font-size: 1.125vw;
  }
  .healey-header .layout.layout-3 p.h3 {
    font-size: 3.325vw;
  }
  .healey-header .layout.layout-3 p.h6 {
    font-size: 1.108333333vw;
  }
}
.healey-header .layout.layout-3 h2 {
  font-weight: var(--weight-normal);
  color: var(--yellow);
  font-size: 15vw;
  text-align: center;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-3 h2 {
    font-size: 6.5vw;
  }
}
.healey-header .layout.layout-4 .scroll {
  white-space: nowrap;
  overflow: hidden;
  color: var(--black);
  overflow: visible;
  position: relative;
}
.healey-header .layout.layout-4 .scroll * {
  overflow: visible;
}
.healey-header .layout.layout-4 .scroller-inner {
  transform: none !important;
  transition: none;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--weight-normal);
  color: var(--white);
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  white-space: nowrap;
  overflow: visible;
  letter-spacing: var(--xxwide);
  line-height: 0.9;
  color: var(--black);
  position: absolute;
  display: block;
  transform: translateX(var(--scroll));
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: auto;
  left: 0;
  right: 0;
  font-size: var(--size-plus4);
}
.healey-header .layout.layout-4 .scroller-inner ul {
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.healey-header .layout.layout-4 .scroller-inner ul.cloned {
  position: absolute;
  top: 0;
  left: 0;
}
.healey-header .layout.layout-4 .scroller-inner ul li {
  display: inline-block;
  padding: 0.335em 0 0.335em 0.45em;
}
.healey-header .layout.layout-4 .scroller-inner.hasbg {
  background: var(--bg);
}
.healey-header .layout.layout-4 .scroller-inner span,
.healey-header .layout.layout-4 .scroller-inner p {
  margin: 0;
  display: inline;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-4 .scroller-inner {
    font-size: 4.455vw;
  }
}
.healey-header .layout.layout-4 .scroller-inner.big-text {
  font-size: var(--size-plus5);
}
.healey-header .layout.layout-4 .scroller-inner.big-text li {
  padding-top: 0.115em;
  padding-bottom: 0.115em;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-4 .scroller-inner.big-text {
    font-size: 10.6875vw;
  }
}
.healey-header .layout.layout-4 .scroller-inner.small-text {
  font-size: var(--size-plus2);
}
.healey-header .layout.layout-4 .scroller-inner.small-text li {
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-4 .scroller-inner.small-text {
    font-size: 2.25vw;
  }
}
.healey-header .layout.layout-4 .yellow span {
  color: var(--brand);
}
.healey-header .layout.layout-9 p, .healey-header .layout.layout-9 h1 {
  margin: 0;
  line-height: 1;
}
.healey-header .layout.layout-9 h1 svg {
  fill: var(--black);
}
.healey-header .layout.layout-9 h1 span {
  font-size: var(--size-plus4);
  margin-right: 0.9rem;
}
@media print, screen and (min-width: 50em) {
  .healey-header .layout.layout-9 h1 span {
    font-size: 7.125vw;
  }
}
.healey-header .layout.layout-9 h1 span.icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.healey-header .loop {
  position: absolute;
  bottom: 0.9rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.healey-header .loop.top {
  bottom: auto;
  top: 0.9rem;
}
.healey-header .loop .marquee {
  transform: translateY(200%);
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all ease 1s 500ms;
}
.healey-header .loop .marquee.active {
  opacity: 1;
  transform: translateY(0);
}
.healey-header .loop .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.9em 0;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
}
.healey-header .loop .inner .marquee-text {
  display: inline-block;
  transform: translateX(var(--scroll));
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: var(--weight-normal);
  width: auto;
  letter-spacing: var(--xwide);
  font-family: var(--header-font);
  font-size: var(--size-plus1);
  color: var(--black);
}
.healey-header .loop .inner .marquee-text.reverse {
  transform: translateX(calc(var(--scroll) * -1));
}
@media print, screen and (min-width: 50em) {
  .healey-header .loop .inner .marquee-text {
    font-size: 1.1875vw;
  }
}

.static-bg,
.animated-bg {
  background: var(--blackbg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.static-bg iframe, .static-bg img, .static-bg video,
.animated-bg iframe,
.animated-bg img,
.animated-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: translateY(0);
}
.static-bg .background-item,
.animated-bg .background-item {
  opacity: 1;
  transition: none;
  transform: translateZ(0);
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
  z-index: 2;
}

.scroll-bg .background-item {
  opacity: 1;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  z-index: 1;
  will-change: top;
  background-size: cover !important;
  background-position: center !important;
  height: 100vh;
  width: 100%;
}
.scroll-bg iframe,
.scroll-bg img, .scroll-bg video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: none;
}

.animated-bg .background-item {
  background-color: #0a0a0a;
  position: relative;
}
.animated-bg .background-item iframe,
.animated-bg .background-item img, .animated-bg .background-item video {
  background: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@keyframes healeyburn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.native-block-container .healey-header .layout {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.native-block-container .healey-header .layout, .native-block-container .healey-header .layout .grid-y-height {
  min-height: 1.8rem;
  height: auto;
}
.native-block-container .animated-bg,
.native-block-container .static-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.native-block-container .animated-bg .background-item,
.native-block-container .static-bg .background-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.native-block-container .animated-bg .background-item img, .native-block-container .animated-bg .background-item video,
.native-block-container .static-bg .background-item img,
.native-block-container .static-bg .background-item video {
  height: 115%;
  transform: translateY(-7.5%);
}
@media print, screen and (min-width: 50em) {
  .native-block-container .healey-header-container .sticky-inner {
    height: 100vh;
    height: 0px;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 50em) {
  .native-block-container .healey-header-container .sticky-inner .healey-header {
    height: 100vh;
    height: 0px;
    padding-bottom: 56.25%;
  }
}
.native-block-container .healey-header-container .sticky-inner .healey-header .layout-3 h2 {
  text-align: left;
}
@media print, screen and (min-width: 50em) {
  .native-block-container .healey-header-container .sticky-inner .healey-header .layout-3 h2 {
    text-align: right;
  }
}
@media print, screen and (min-width: 50em) {
  .native-block-container .healey-header-container .sticky-inner .healey-header .sticky-content {
    height: 100vh;
    height: 0px;
    padding-bottom: 56.25%;
  }
}
@media print, screen and (min-width: 50em) {
  .native-block-container .healey-header-container .sticky-inner .healey-header .sticky-bg {
    height: 100vh;
    height: 0px;
    padding-bottom: 56.25%;
  }
}

.text-down .match-height {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media print, screen and (min-width: 50em) {
  .text-down .match-height {
    padding-top: 50vh;
    padding-bottom: 50vh;
    min-height: 100vh;
  }
}
@media print, screen and (min-width: 50em) {
  .text-down .gallery {
    top: 0;
    padding-top: 0.9rem;
    position: sticky;
  }
  .text-down .gallery .flex-image {
    padding-bottom: 0;
    height: calc(100vh - 1.8rem);
  }
}
@media print, screen and (min-width: 50em) {
  .text-down .--text {
    margin-top: 50vh;
  }
}
@media print, screen and (max-width: 50em) {
  .text-down .swiper-wrapper .swiper-slide {
    padding-bottom: 150%;
  }
  .text-down .swiper-wrapper .swiper-slide p.h1.big {
    font-size: 12vw !important;
  }
}

@media print, screen and (min-width: 50em) {
  .--stickyctaon .text-down .gallery .flex-image {
    height: calc(100vh - 1.8rem - 4rem);
  }
}

.healey-text {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  background: var(--bg);
  max-width: 100vw;
  overflow: hidden;
}
.healey-text.text-down {
  overflow: initial;
}
.healey-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  .healey-text ul {
    font-size: var(--size-plus2);
  }
}
.healey-text ul > li {
  padding-left: 1.8rem;
  display: inline-block;
  position: relative;
  margin: 0.225em 0;
}
.healey-text ul > li:before {
  content: "—";
  position: absolute;
  left: 0;
}
.healey-text ul.sparkindex > li {
  padding-right: 1.8rem;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.healey-text ul.sparkindex > li:before {
  display: none;
}
.healey-text.layout-2 a {
  color: inherit;
}
.healey-text.layout-2 .align-self-bottom {
  margin-bottom: 3.6em;
}
@media print, screen and (min-width: 50em) {
  .healey-text.layout-2 .align-self-bottom {
    margin-bottom: 10.6em;
  }
}
.healey-text.layout-3 .align-self-bottom {
  margin-top: 3.6em;
  margin-bottom: 3.6em;
}
@media print, screen and (min-width: 50em) {
  .healey-text.layout-3 .align-self-bottom {
    margin-bottom: 10.6em;
    margin-top: 10.6em;
  }
}
.healey-text.layout-8 p {
  font-size: var(--size-plus1);
  line-height: 1.6;
  letter-spacing: var(wide);
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .healey-text.layout-8 p {
    font-size: var(--size-plus2);
  }
}
.healey-text.layout-9 .grid-height {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  min-height: 60vh;
}
@media print, screen and (min-width: 50em) {
  .healey-text.layout-9 .grid-height {
    min-height: 100vh;
    padding-bottom: 10.6em;
    padding-top: 10.6em;
  }
}
.healey-text.layout-9 p {
  line-height: 1;
  margin-top: 0.225em;
  margin-bottom: 0.225em;
  font-weight: var(--weight-normal);
  font-family: var(--header-font);
  letter-spacing: var(--xxwide);
  color: var(--brand);
  font-size: 8.5vw;
  text-transform: uppercase;
}
@media print, screen and (min-width: 50em) {
  .healey-text.layout-9 p {
    font-size: 9.5vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.healey-imageblock {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.sticky-wrapper {
  width: 100%;
  display: block;
  height: 64px;
  margin-top: auto;
  position: sticky;
  position: -webkit-sticky;
  top: calc(100vh - 64px);
  z-index: 90;
  transition: none;
  display: flex;
}

.sticky-bar {
  bottom: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: var(--black);
  z-index: 97;
  width: 100%;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  transition: all ease 1s;
}
.sticky-bar .swiper-container {
  height: 42px;
}
@media print, screen and (min-width: 50em) {
  .sticky-bar .swiper-container {
    height: 64px;
  }
}
.sticky-bar .swiper-container .cta-swiper-inner {
  background: var(--black);
}
.sticky-bar.slidehide {
  transform: translateY(100%);
}
.sticky-bar .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-bar h1, .sticky-bar h2, .sticky-bar h3, .sticky-bar h4, .sticky-bar h5, .sticky-bar h6, .sticky-bar p {
  margin: 0;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  font-size: var(--size-plus1);
}
.sticky-bar h1 a, .sticky-bar h1, .sticky-bar h2 a, .sticky-bar h2, .sticky-bar h3 a, .sticky-bar h3, .sticky-bar h4 a, .sticky-bar h4, .sticky-bar h5 a, .sticky-bar h5, .sticky-bar h6 a, .sticky-bar h6, .sticky-bar p a, .sticky-bar p {
  color: var(--white);
}
@media print, screen and (min-width: 50em) {
  .sticky-bar h1, .sticky-bar h2, .sticky-bar h3, .sticky-bar h4, .sticky-bar h5, .sticky-bar h6, .sticky-bar p {
    font-size: 0.9999vw;
    letter-spacing: var(--xxwide);
  }
}

.logo-grid {
  padding-bottom: 3.6rem;
  padding-top: 3.6rem;
  overflow: hidden;
}
.logo-grid img {
  padding: 0.9rem;
}
@media print, screen and (min-width: 50em) {
  .logo-grid {
    padding-bottom: 5.2rem;
    padding-top: 5.2rem;
  }
}

.waypoint {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
}

.sticky-images {
  position: relative;
}
.sticky-images .slider {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
.sticky-images .slider .slider-inner .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1.5s ease;
  pointer-events: none;
}
.sticky-images .slider .slider-inner .slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.sticky-images.stuck .slider {
  position: fixed;
}

.flex-sticker {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin-top: -100vh;
  width: 100%;
}
.flex-sticker .flex-sticker-inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.flex-sticker .flex-sticker-inner img, .flex-sticker .flex-sticker-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secret-sauce {
  background: var(--white);
  background-attachment: fixed;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  overflow-x: hidden;
  max-width: 100%;
}
.secret-sauce .grid-height {
  min-height: 100vh;
  padding-bottom: 5.2rem;
  padding-top: 5.2rem;
}
.secret-sauce h1, .secret-sauce h2, .secret-sauce h3, .secret-sauce h4, .secret-sauce h5, .secret-sauce h6 {
  color: var(--black);
  font-size: var(--size-plus2);
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  letter-spacing: var(--xxwide);
}
@media print, screen and (min-width: 50em) {
  .secret-sauce h1, .secret-sauce h2, .secret-sauce h3, .secret-sauce h4, .secret-sauce h5, .secret-sauce h6 {
    font-size: 1.78125vw;
  }
}
.secret-sauce svg {
  width: 100%;
  height: auto;
}
.secret-sauce .secretsauce-circles-interaction {
  margin-top: 3.6rem;
  text-align: center;
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle {
  width: 50%;
  transform: scale(1.1);
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media print, screen and (min-width: 50em) {
  .secret-sauce .secretsauce-circles-interaction .secretsauce-circle {
    width: 33%;
  }
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--black);
  border-radius: 100%;
  transition: all 400ms ease;
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle:hover .border {
  top: 7.5%;
  left: 7.5%;
  width: 85%;
  height: 85%;
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle > span.outer {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  color: var(--yellow);
  white-space: nowrap;
  overflow: visible;
  letter-spacing: var(--xxwide);
  font-size: var(--size-plus2);
  width: auto;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 50em) {
  .secret-sauce .secretsauce-circles-interaction .secretsauce-circle > span.outer {
    font-size: 1.78125vw;
  }
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle > span.outer span.inner {
  display: inline-block;
  opacity: 0;
  transition: opacity ease 750ms;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  transform: translateY(var(--size-plus2));
  font-size: var(--size-minus);
  color: var(--black);
  white-space: pre-wrap;
  text-align: left;
}
@media print, screen and (min-width: 50em) {
  .secret-sauce .secretsauce-circles-interaction .secretsauce-circle > span.outer span.inner {
    transform: translateY(1.78125vw);
  }
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle > span.outer.last span.inner {
  left: auto;
  text-align: right;
  right: 0;
}
.secret-sauce .secretsauce-circles-interaction .secretsauce-circle.--active span span.inner {
  opacity: 1;
}

.scroll-text {
  overflow: hidden;
  padding-top: 2.7rem;
  padding-bottom: 0;
  background: var(--bg);
}
.scroll-text .scroll {
  white-space: nowrap;
  overflow: hidden;
  color: var(--black);
  overflow: hidden;
  position: relative;
}
.scroll-text .scroller-inner {
  transition: none;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--weight-normal);
  color: var(--white);
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  line-height: var(--header-line-height);
  white-space: nowrap;
  overflow: visible;
  letter-spacing: var(--xxwide);
  line-height: 0.9;
  color: var(--black);
  position: absolute;
  display: block;
  transform: translateX(var(--scroll));
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: auto;
  left: 0;
  right: 0;
  font-size: var(--size-plus4);
}
.scroll-text .scroller-inner ul {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.scroll-text .scroller-inner ul.cloned {
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-text .scroller-inner ul li {
  display: inline-block;
  padding: 0.335em 0 0.335em 0.45em;
}
.scroll-text .scroller-inner.hasbg {
  background: var(--bg);
}
.scroll-text .scroller-inner span,
.scroll-text .scroller-inner p {
  margin: 0;
  display: inline;
}
@media print, screen and (min-width: 50em) {
  .scroll-text .scroller-inner {
    font-size: 4.455vw;
  }
}
.scroll-text .scroller-inner.big-text {
  font-size: var(--size-plus5);
}
.scroll-text .scroller-inner.big-text li {
  padding-top: 0.115em;
  padding-bottom: 0.115em;
}
@media print, screen and (min-width: 50em) {
  .scroll-text .scroller-inner.big-text {
    font-size: 10.6875vw;
    font-size: min(10.6875vw, 10.6rem);
  }
}
.scroll-text .scroller-inner.small-text {
  font-size: var(--size-plus2);
}
.scroll-text .scroller-inner.small-text li {
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}
@media print, screen and (min-width: 50em) {
  .scroll-text .scroller-inner.small-text {
    font-size: 2.25vw;
    font-size: min(2.25vw, 7.2rem);
  }
}

.marquee-loop-block {
  overflow: hidden;
  padding-top: 1.8rem;
  padding-bottom: 2.35rem;
  opacity: 0;
  transition: all ease 1s;
}
.marquee-loop-block.active {
  opacity: 1;
}
.marquee-loop-block.hasbg {
  background: var(--bg);
}
.marquee-loop-block * {
  backface-visibility: hidden;
}
.marquee-loop-block .cell {
  position: relative;
}
.marquee-loop-block .scroll {
  white-space: nowrap;
  overflow: hidden;
  color: var(--black);
  overflow: visible;
  position: relative;
}
.marquee-loop-block .scroll * {
  overflow: visible;
}
.marquee-loop-block .scroller-inner {
  transform: none !important;
  transition: none;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--weight-normal);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: var(--weight-normal);
  width: auto;
  letter-spacing: var(--xxwide);
  font-family: var(--header-font);
  color: var(--black);
  white-space: nowrap;
  font-weight: var(--weight-normal);
  font-size: var(--size-plus1);
  white-space: nowrap;
  overflow: visible;
  letter-spacing: var(--xxwide);
  line-height: 0.9;
  color: var(--black);
  position: absolute;
  display: block;
  transform: translateX(var(--scroll));
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: auto;
  left: 0;
  right: 0;
}
.marquee-loop-block .scroller-inner ul {
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.marquee-loop-block .scroller-inner ul.cloned {
  position: absolute;
  top: 0;
  left: 0;
}
.marquee-loop-block .scroller-inner ul li {
  display: inline-block;
  padding: 0.335em 0 0.335em 0.45em;
}
@media print, screen and (min-width: 50em) {
  .marquee-loop-block .scroller-inner {
    font-size: 1.1875vw;
  }
}
.marquee-loop-block .scroller-inner.p {
  margin: 0.9em 0;
}
@media print, screen and (min-width: 50em) {
  .marquee-loop-block .scroller-inner.p {
    font-size: 2.375vw;
  }
}
.marquee-loop-block .scroller-inner.rel {
  position: relative;
}
.marquee-loop-block .scroller-inner.hasbg {
  background: var(--bg);
}
.marquee-loop-block .scroller-inner span,
.marquee-loop-block .scroller-inner p {
  margin: 0;
  display: inline;
}

.cta-blocks {
  overflow: hidden;
  background: var(--bg);
}
.cta-blocks .flex-cta {
  padding-bottom: 33.33%;
  text-align: center;
  height: 0px;
  position: relative;
  border: none;
  border-top: 1px solid var(--text-select);
  overflow: hidden;
}
@media print, screen and (min-width: 50em) {
  .cta-blocks .flex-cta {
    padding-bottom: 50%;
  }
}
.cta-blocks .flex-cta.flex-cta-single {
  padding-bottom: 50%;
}
@media print, screen and (min-width: 50em) {
  .cta-blocks .flex-cta.flex-cta-single {
    padding-bottom: 25%;
  }
}
@media print, screen and (min-width: 50em) {
  .cta-blocks .flex-cta {
    border-right: 1px solid var(--text-select);
  }
}
.cta-blocks .flex-cta.last {
  border-right: none;
}
.cta-blocks .flex-cta a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--header-font);
  font-weight: var(--weight-heavy);
  text-transform: uppercase;
  font-size: var(--size-plus1);
  letter-spacing: var(--xwide);
  height: 100%;
  color: var(--yellow);
  transition: all ease 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 50em) {
  .cta-blocks .flex-cta a {
    font-size: 1.1875vw;
  }
}
@media print, screen and (min-width: 94em) {
  .cta-blocks .flex-cta a {
    font-size: 2.375vw;
  }
}
.cta-blocks .flex-cta .cover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease 500ms;
  transform: translateX(100%);
  height: 100%;
  background: var(--yellow);
}
.cta-blocks .flex-cta:hover .cover {
  transform: translateX(0);
}

[data-theme=mono].cta-blocks .flex-cta:hover a {
  color: var(--white);
}

.cta-blocks-image {
  overflow: hidden;
  background: var(--bg);
}
.cta-blocks-image .flex-cta {
  padding-bottom: 100%;
  text-align: center;
  height: 0px;
  position: relative;
  border: none;
  overflow: hidden;
}
@media print, screen and (min-width: 50em) {
  .cta-blocks-image .flex-cta {
    padding-bottom: 100%;
  }
}
.cta-blocks-image .flex-cta.flex-cta-single {
  padding-bottom: 100%;
}
@media print, screen and (min-width: 50em) {
  .cta-blocks-image .flex-cta.flex-cta-single {
    padding-bottom: 66.66%;
  }
}
.cta-blocks-image .flex-cta img, .cta-blocks-image .flex-cta video, .cta-blocks-image .flex-cta iframe {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.cta-blocks-image .flex-cta:hover img, .cta-blocks-image .flex-cta:hover video, .cta-blocks-image .flex-cta:hover iframe {
  transform: scale(1.25);
}
.cta-blocks-image .flex-cta .mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blackbg);
  opacity: 0.4;
  transition: opacity ease 500ms;
}
.cta-blocks-image .flex-cta a {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: var(--xwide);
  font-weight: var(--weight-normal);
  line-height: var(--header-line-height);
  height: 100%;
  color: var(--black);
  transition: all ease 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-blocks-image .flex-cta a span {
  display: inline-block;
  width: 75%;
  font-family: var(--header-font);
  font-weight: var(--weight-normal);
  line-height: 1;
  font-size: var(--size-plus3);
}
@media print, screen and (min-width: 50em) {
  .cta-blocks-image .flex-cta a span {
    width: 50%;
    max-width: 40rem;
    font-size: 1.1875vw;
    font-size: min(max(var(--size-plus2), 1.1875vw), var(--size-plus5));
  }
}
@media print, screen and (min-width: 94em) {
  .cta-blocks-image .flex-cta a span {
    font-size: 2.375vw;
    font-size: min(max(var(--size-plus4), 2.375vw), var(--size-plus7));
  }
}
.cta-blocks-image .flex-cta a span > em {
  font-style: normal;
  margin-bottom: 0.9em;
  display: block;
  width: 100%;
  font-size: var(--size-minus1);
}
@media print, screen and (min-width: 50em) {
  .cta-blocks-image .flex-cta a span > em {
    font-size: 0.475vw;
    font-size: min(max(var(--size-minus1), 0.475vw), var(--size));
  }
}
@media print, screen and (min-width: 94em) {
  .cta-blocks-image .flex-cta a span > em {
    font-size: 0.95vw;
    font-size: min(max(var(--size-minus1), 0.95vw), var(--size));
  }
}

.table {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.table .table-grid-container {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.table .table-grid-container .table-expanded-content {
  transition: all ease 1s;
  max-height: 10rem;
  overflow: hidden;
}
.table .table-grid-container .table-expanded-content.hide {
  max-height: 0px;
}
.table .table-grid-container .table-item {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  border-top: 1px solid var(--black);
  margin-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0.9rem;
  padding-top: 1.8rem;
}
.table .table-grid-container .table-item.expands {
  cursor: pointer;
  padding-top: 1.35rem;
  margin-bottom: 0.45rem;
}
.table .table-grid-container .table-item.expands .table-item-inner {
  transition: transform 750ms ease;
}
.table .table-grid-container .table-item.expands .table-item-inner:hover {
  transform: translateX(0.45em);
}
.table .table-grid-container .table-item > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media print, screen and (min-width: 50em) {
  .table .table-grid-container .table-item {
    margin-left: -2.34375rem;
    margin-right: -2.34375rem;
  }
  .table .table-grid-container .table-item > .cell {
    padding-left: 2.34375rem;
    padding-right: 2.34375rem;
  }
}
.table .table-grid-container .table-item:last-of-type {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--black);
}
.table .table-grid-container .table-item.table-inside {
  margin-left: 0;
  margin-right: 0;
}
.table .table-grid-container .table-item.table-inside:last-of-type {
  padding-bottom: 1.35rem;
}
.table .table-grid-container .table-item.table-inside > .cell {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 50em) {
  .table .table-grid-container .table-item.table-inside {
    margin-left: 0;
    margin-right: 0;
  }
  .table .table-grid-container .table-item.table-inside > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}
.table .table-grid-container .table-item.expands {
  padding-bottom: 0;
}
.table .table-grid-container .table-item a, .table .table-grid-container .table-item p {
  color: var(--black);
}
.table .table-grid-container .table-item p {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.table .table-grid-container .table-item span.dash {
  margin-right: 0.45em;
  display: inline;
}
.table .table-grid-container .table-item .title p {
  margin-bottom: 0.9em;
  font-family: var(--header-font);
  font-weight: var(--weight-normal);
  line-height: var(--header-line-height);
  letter-spacing: var(--wide);
  text-transform: uppercase;
}
@media print, screen and (min-width: 50em) {
  .table .table-grid-container .table-item .title p {
    margin-bottom: 0;
  }
}

.blog-pagination {
  padding-bottom: 3.6rem;
  padding-top: 3.6rem;
}
@media print, screen and (min-width: 50em) {
  .blog-pagination {
    padding-bottom: 20vh;
    padding-top: 20vh;
  }
}

.blog-single {
  padding-bottom: 1.8rem;
}
.blog-single .blog-single-content .flex-image.small-only {
  display: block;
  margin: 1.8rem 0;
}
.blog-single .blog-single-content article {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
@media print, screen and (min-width: 50em) {
  .blog-single .blog-single-content article {
    margin-top: 16.5vh;
    margin-bottom: 8.25vh;
  }
}
.blog-single .blog-single-content article blockquote {
  padding: 1.8em 0;
  font-size: var(--size-plus1);
  margin: 0.9em 0;
  font-weight: var(--weight-bold);
}
.blog-single .blog-single-content article blockquote p, .blog-single .blog-single-content article blockquote {
  text-indent: initial;
}
.blog-single .blog-single-content article a {
  color: var(--black);
  text-decoration: underline;
}
.blog-single .blog-single-content article ul, .blog-single .blog-single-content article ol {
  margin-top: 0;
  margin-bottom: 1.25em;
}
.blog-single .blog-single-content article ul, .blog-single .blog-single-content article ol, .blog-single .blog-single-content article li, .blog-single .blog-single-content article p {
  color: var(--black);
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  .blog-single .blog-single-content article ul, .blog-single .blog-single-content article ol, .blog-single .blog-single-content article li, .blog-single .blog-single-content article p {
    font-size: var(--size-plus2);
  }
}
@media print, screen and (min-width: 50em) {
  .blog-single .blog-single-content .sticky {
    position: sticky;
    top: 5.6rem;
  }
}
.blog-single .blog-single-content h1.post-title {
  line-height: 0.95;
  font-size: var(--size-plus5);
}
@media print, screen and (min-width: 50em) {
  .blog-single .blog-single-content h1.post-title {
    font-size: var(--size-plus7);
    font-size: 5.5vw;
    margin: 0;
  }
}
.blog-single .blog-single-content .table-item-inner h3 {
  margin: 1.125em 0 0.7em;
}
.blog-single .blog-single-header .grid-x {
  min-height: 33vh;
}
.blog-single .blog-single-header .border {
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 2px solid var(--medium-gray);
}
.blog-single .blog-single-header a.back {
  margin: 0;
  line-height: 1.125;
  position: relative;
  text-transform: uppercase;
  color: var(--black);
  font-style: italic;
  font-size: var(--size-plus2);
}
@media print, screen and (min-width: 50em) {
  .blog-single .blog-single-header a.back {
    font-size: 2.375vw;
  }
}
.blog-single .blog-single-header a.back:before {
  content: " ";
  position: absolute;
  background: var(--bg);
  bottom: 0.125rem;
  width: 100%;
  height: 3px;
  margin-top: 0.675rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 350ms ease;
}
.blog-single .blog-single-header a.back:hover:before {
  transform: scaleX(1);
}

.blog-index-header .grid-height {
  padding-top: 22.5vh;
  padding-bottom: 5vh;
  min-height: 92.5vh;
}
.blog-index-header p {
  font-size: var(--size-plus3);
  letter-spacing: var(--wide);
}
@media print, screen and (min-width: 50em) {
  .blog-index-header p {
    font-size: 4vw;
  }
}

ul.cat-list,
ul.terms {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 1.35rem 0;
}
ul.cat-list.notop,
ul.terms.notop {
  margin-top: 0;
}
ul.cat-list.big,
ul.terms.big {
  margin: 1.8rem 0;
}
@media print, screen and (min-width: 50em) {
  ul.cat-list.big,
ul.terms.big {
    margin: 5.6rem 0;
  }
}
ul.cat-list li,
ul.terms li {
  display: inline-block;
  margin-right: 1.35em;
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-normal);
  line-height: var(--header-line-height);
  letter-spacing: var(--wide);
  font-size: var(--size-plus1);
}
ul.cat-list li button,
ul.cat-list li a,
ul.terms li button,
ul.terms li a {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: var(--black);
  cursor: pointer;
  transition: all ease 500ms;
}
ul.cat-list li button:hover, ul.cat-list li button.mixitup-control-active,
ul.cat-list li a:hover,
ul.cat-list li a.mixitup-control-active,
ul.terms li button:hover,
ul.terms li button.mixitup-control-active,
ul.terms li a:hover,
ul.terms li a.mixitup-control-active {
  color: var(--medium-gray);
}
ul.cat-list li button:before,
ul.cat-list li a:before,
ul.terms li button:before,
ul.terms li a:before {
  content: " ";
  position: absolute;
  background: var(--black);
  bottom: -0.125rem;
  width: 100%;
  height: 1px;
  margin-top: 0.675rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 350ms ease;
}
ul.cat-list li button:hover:before,
ul.cat-list li a:hover:before,
ul.terms li button:hover:before,
ul.terms li a:hover:before {
  transform: scaleX(1);
}
ul.cat-list.podcasts li,
ul.terms.podcasts li {
  font-style: normal;
}
ul.cat-list.podcasts li a,
ul.terms.podcasts li a {
  font-weight: var(--weight-heavy);
}

@media print, screen and (min-width: 50em) {
  .blog-index-content .sticky {
    position: sticky;
    top: 5.6rem;
  }
}
.blog-index-content .blog-single {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 1.8rem;
  transition: all ease 500ms;
}
.blog-index-content .blog-single.mixactive {
  transition: none;
}
.blog-index-content .blog-single.hide {
  display: none;
  transform: translateY(-50%);
  opacity: 0;
}
.blog-index-content .blog-single p.excerpt {
  font-size: var(--size-plus1);
  letter-spacing: var(--wide);
}
.blog-index-content .blog-single .flex-image {
  margin-bottom: 0.9rem;
}
.blog-index-content .blog-single p.excerpt,
.blog-index-content .blog-single ul.terms {
  margin: 0.9rem 0;
}
.blog-index-content .blog-single p.excerpt {
  margin-bottom: 1.8rem;
}
.blog-index-content .blog-single h3 {
  margin: 0.9rem 0;
  font-size: var(--size-plus2);
}
@media print, screen and (min-width: 50em) {
  .blog-index-content .blog-single h3 {
    font-size: 1.78125vw;
  }
}
.blog-index-content .blog-single a {
  color: var(--black);
}

.blog-cat-list {
  margin-top: 3.6rem;
  margin-bottom: 0;
}
.blog-cat-list.pod {
  margin-top: 0;
}
@media print, screen and (min-width: 50em) {
  .blog-cat-list {
    margin-bottom: 3.6rem;
    margin-top: 9.55rem;
    margin-bottom: 9.55rem;
  }
  .blog-cat-list.pod {
    margin-top: 5.95rem;
  }
  .blog-cat-list.mini {
    margin-bottom: 0;
  }
}
.blog-cat-list ul li {
  font-style: italic;
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  .blog-cat-list ul li {
    font-size: 1.78125vw;
  }
}
.blog-cat-list ul li button, .blog-cat-list ul li a {
  letter-spacing: var(--xwide);
  font-style: italic;
}

.blog-cta-break {
  margin-bottom: 3.6rem;
  padding-bottom: 3.6rem;
  padding-top: 3.6rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.native-block-container.grid-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.native-block-container.grid-container .grid-x.grid-margin-x {
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 50em) {
  .native-block-container.grid-container .grid-x.grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.native-block-container.grid-container .grid-container {
  margin-left: 0;
  padding-left: 0;
}
.native-block-container.grid-container .table .table-item {
  margin-left: 0;
  margin-right: 0;
}
.native-block-container.grid-container .table .table-item > .cell {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 50em) {
  .native-block-container.grid-container .table .table-item {
    margin-left: 0;
    margin-right: 0;
  }
  .native-block-container.grid-container .table .table-item > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}
.native-block-container.grid-container .animated-bg img, .native-block-container.grid-container .animated-bg video {
  height: 105%;
  object-fit: cover;
}
.native-block-container.grid-container .animated-bg .background-item.active img, .native-block-container.grid-container .animated-bg .background-item.active video {
  animation-name: none;
  transform: scale(1);
}
@media print, screen and (min-width: 50em) {
  .native-block-container.grid-container .animated-bg .background-item.active img, .native-block-container.grid-container .animated-bg .background-item.active video {
    transform: scale(var(--scale));
  }
}
@media print, screen and (min-width: 50em) {
  .native-block-container.grid-container .wp-block-columns {
    display: flex;
  }
  .native-block-container.grid-container .wp-block-columns .wp-block-column {
    flex: 1;
  }
}

.cta-sparkicon a {
  color: var(--black);
  font-family: var(--header-font);
  font-weight: var(--weight-heavy);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  font-size: var(--size-plus2);
}
.cta-sparkicon a *, .cta-sparkicon a {
  outline: 1px solid transparent;
}
@media print, screen and (min-width: 50em) {
  .cta-sparkicon a {
    font-size: 1.743214285vw;
  }
}
.cta-sparkicon a span {
  text-decoration: underline;
  margin-right: 0.9em;
  transition: all ease 250ms;
}
.cta-sparkicon a:hover span {
  margin-right: 2.7em;
}

.newsletter-container {
  display: none;
}

nav#newslettermask {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: all ease 500ms 500ms;
}
nav#newslettermask.--active {
  pointer-events: auto;
  opacity: 0.75;
}

nav#newsletter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--black);
  z-index: 999;
  padding: 1.8rem 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease 500ms 500ms;
  transform: translateY(100%);
}
@media print, screen and (min-width: 50em) {
  nav#newsletter {
    padding: 3.6rem 0;
  }
}
nav#newsletter .grid-container {
  position: relative;
}
nav#newsletter .close {
  position: absolute;
  top: -1.8rem;
  right: 0.45rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 50em) {
  nav#newsletter .close {
    right: 2.34375rem;
    width: 2.7rem;
    height: 2.7rem;
  }
}
nav#newsletter .close svg {
  width: 100%;
}
nav#newsletter .close .ch-svg {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  fill: var(--white);
  transform: translateZ(0) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
nav#newsletter .close .ch-svg-top {
  transform: translateZ(0) rotate(160deg);
}
nav#newsletter .close .ch-svg-bottom {
  transform: translateZ(0) rotate(-160deg);
}
nav#newsletter .close .ch-svg-rect-top, nav#newsletter .close .ch-svg-rect-bottom {
  transform: translate3d(0, 0, 0);
}
nav#newsletter p, nav#newsletter h5, nav#newsletter input, nav#newsletter button, nav#newsletter .button, nav#newsletter a {
  color: var(--white);
}
nav#newsletter .healey-form {
  margin: 0 0 0 auto;
}
nav#newsletter .healey-form fieldset form .input .placeholder {
  color: var(--white);
}
nav#newsletter .healey-form fieldset iframe {
  border: none !important;
  max-height: 315px;
}
nav#newsletter .healey-form fieldset form .input {
  margin: 1.35em 0 0 0;
}
nav#newsletter button.button:hover {
  color: var(--black);
}
nav#newsletter button.button:hover:after {
  background: var(--white);
}
nav#newsletter.--active {
  display: block;
  pointer-events: auto;
  transition: all ease 500ms;
  transform: translateY(0);
  opacity: 1;
}

.healey-form {
  margin-bottom: 2.7em;
}
.healey-form .h3 p {
  line-height: var(--body-line-height);
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  .healey-form .h3 p {
    font-size: var(--size-plus4);
  }
}
.healey-form fieldset {
  padding: 0;
  margin: 1.8rem 0;
  border: none;
}
.healey-form fieldset form {
  color: var(--black);
}
.healey-form fieldset form #business {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
.healey-form fieldset form button.cta-button {
  cursor: pointer;
  color: var(--yellow);
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  font-size: var(--size-plus3);
}
@media print, screen and (min-width: 50em) {
  .healey-form fieldset form button.cta-button {
    font-size: var(--size-plus4);
  }
}
.healey-form fieldset form button.cta-button span {
  text-decoration: underline;
  margin-right: 0.9em;
  font-family: var(--header-font);
  font-weight: var(--weight-heavy);
  line-height: var(--header-line-height);
  letter-spacing: var(--xxwide);
  transition: all ease 750ms;
}
.healey-form fieldset form button.cta-button span svg {
  fill: var(--yellow);
}
.healey-form fieldset form button.cta-button:hover span {
  margin-right: 1.8em;
}
.healey-form fieldset form .input {
  width: 100%;
  position: relative;
  height: auto;
  margin: 3.6rem 0 0 0;
}
.healey-form fieldset form .input input, .healey-form fieldset form .input textarea {
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  color: var(--black);
  border-bottom: #545454 1px solid;
  margin: 0;
  padding: 0.65rem 0;
  text-transform: none;
}
@media print, screen and (min-width: 50em) {
  .healey-form fieldset form .input input, .healey-form fieldset form .input textarea {
    font-size: var(--size-plus2);
  }
}
.healey-form fieldset form .input textarea {
  min-height: 10rem;
}
.healey-form fieldset form .input .placeholder {
  position: absolute;
  z-index: 2;
  top: 0.224rem;
  left: 0;
  width: 100%;
  color: var(--black);
  transition: all 0.25s ease;
  pointer-events: none;
  font-size: var(--size-plus1);
}
@media print, screen and (min-width: 50em) {
  .healey-form fieldset form .input .placeholder {
    font-size: var(--size-plus2);
  }
}
.healey-form fieldset form .input.focus .placeholder {
  transform: translateY(-32px) translateX(-10%) scale(0.8);
  opacity: 1;
}

ul.faded {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.faded li {
  letter-spacing: var(--wide);
  display: inline;
  font-size: var(--size-plus4);
  color: var(--black);
}
@media print, screen and (min-width: 50em) {
  ul.faded li {
    font-size: 10vw;
  }
}

.event-list,
.profile-list {
  background: var(--bg);
  padding-top: 1.8rem;
  padding-bottom: 0;
}
.event-list.profile-list,
.profile-list.profile-list {
  padding-bottom: 1.8rem;
}
.event-list.event-list,
.profile-list.event-list {
  padding-top: 5.6rem;
}
@media print, screen and (min-width: 50em) {
  .event-list.event-list,
.profile-list.event-list {
    padding-top: 10.2rem;
  }
}
.event-list .event,
.event-list .person,
.profile-list .event,
.profile-list .person {
  position: relative;
  border-top: 1px solid var(--black);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.event-list .event:last-of-type,
.event-list .person:last-of-type,
.profile-list .event:last-of-type,
.profile-list .person:last-of-type {
  padding-bottom: 1.8rem;
}
.event-list .event.person:last-of-type,
.event-list .person.person:last-of-type,
.profile-list .event.person:last-of-type,
.profile-list .person.person:last-of-type {
  border-bottom: 1px solid var(--black);
  margin-bottom: 1.8rem;
}
.event-list .event p, .event-list .event p.h4,
.event-list .person p,
.event-list .person p.h4,
.profile-list .event p,
.profile-list .event p.h4,
.profile-list .person p,
.profile-list .person p.h4 {
  margin: 0;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
}
.event-list .event p.detail,
.event-list .person p.detail,
.profile-list .event p.detail,
.profile-list .person p.detail {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: var(--xxwide);
  font-size: var(--size-plus1);
  margin-bottom: 0.45em;
}
.event-list .event a,
.event-list .person a,
.profile-list .event a,
.profile-list .person a {
  display: inline-block;
  opacity: 0.66;
  transform: translateX(0);
  max-width: calc(100% - 1.8em);
}
.event-list .event a:hover,
.event-list .person a:hover,
.profile-list .event a:hover,
.profile-list .person a:hover {
  opacity: 1;
  transform: translateX(1.8em);
}
@media print, screen and (min-width: 50em) {
  .event-list .event a:hover,
.event-list .person a:hover,
.profile-list .event a:hover,
.profile-list .person a:hover {
    transform: translateX(3.6em);
  }
}
.event-list .event img,
.event-list .person img,
.profile-list .event img,
.profile-list .person img {
  z-index: 3;
  position: absolute;
  right: 3.6rem;
  top: 50%;
  transform: translate(-10%, -20%) matrix(0.9848, 0.17364, -0.17364, 0.9848, 0, 0);
  height: 5.6rem;
  width: 5.6rem;
  object-fit: cover;
  opacity: 0;
  transition: all ease 500ms;
}
@media print, screen and (min-width: 50em) {
  .event-list .event img,
.event-list .person img,
.profile-list .event img,
.profile-list .person img {
    height: 20vw;
    width: 20vw;
  }
}
.event-list .event:hover img,
.event-list .person:hover img,
.profile-list .event:hover img,
.profile-list .person:hover img {
  transform: translateY(-50%) matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}

@media print, screen and (max-width: 50em) {
  .cursor-container {
    display: none !important;
  }
}
.circle {
  pointer-events: none;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  margin: 0;
  background: var(--yellow);
  opacity: 0.9;
  transition: color ease 500ms;
  border-radius: 80%;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: 99;
}
.circle:after {
  content: "info";
  text-transform: uppercase;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  letter-spacing: var(--xxwide);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: color ease 500ms;
  font-size: var(--size-minus2);
  transform: translateY(-50%);
}
.circle.profile:after {
  content: "profile";
}
.circle.find:after {
  content: "find out more";
}
.circle.pod:after {
  content: "listen";
}
.circle.link:after {
  content: "open";
}
.circle.download:after {
  content: "download";
}
.circle.read:after {
  content: "read";
}
.circle.drag:after {
  content: "drag";
}
.circle.drag.open:after, .circle.open:after {
  content: "open";
}
.circle.plus {
  font-size: var(--size);
}
.circle.plus:after {
  content: "+";
}

.sparkcursor {
  pointer-events: none;
  position: absolute;
  width: 85px;
  height: 85px;
  mix-blend-mode: difference;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  transition: color ease 500ms;
  border-radius: 80%;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: 99;
}
.sparkcursor svg, .sparkcursor img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.sparkcursor img {
  display: inline-block;
  transform: translateY(-50%);
}

cite {
  color: var(--black);
}

.circle-special {
  background: var(--bg);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.circle-special .grid-x.grid-margin-x.grid-margin-y {
  margin-left: 0.9375rem;
  margin-right: 0;
}
@media print, screen and (min-width: 50em) {
  .circle-special .flex-image {
    position: sticky;
    top: 0;
  }
}
.circle-special .circle-cta {
  width: 80%;
  padding: 1.8rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid var(--medium-gray);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.circle-special .circle-cta:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.circle-special .circle-cta:first-of-type {
  margin-top: 2.7rem;
}
.circle-special .circle-cta:last-of-type {
  margin-bottom: 2.7rem;
}
@media print, screen and (min-width: 50em) {
  .circle-special .circle-cta {
    margin: 0 auto;
    width: 100%;
    max-width: 30rem;
  }
}
.circle-special .circle-cta .circle-inner {
  width: 100%;
  text-align: center;
}
.circle-special .circle-cta .circle-inner h3 {
  color: var(--yellow);
  margin: 0.45rem auto;
  max-width: 80%;
}
.circle-special .circle-cta .circle-inner p {
  margin: 0.45rem auto;
  max-width: 80%;
}

div.podcasts {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media print, screen and (min-width: 50em) {
  div.podcasts {
    padding-top: 5.6rem;
    padding-bottom: 2.78rem;
  }
}
div.podcasts .podcast-single .flex-image {
  padding-bottom: 100%;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
}
div.podcasts .podcast-single .flex-image .mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0;
  transition: opacity ease 500ms;
}
div.podcasts .podcast-single .flex-image .text {
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0.45rem;
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--size-minus1);
  text-transform: uppercase;
  letter-spacing: var(--xwide);
  line-height: var(--header-line-height);
}
@media print, screen and (min-width: 50em) {
  div.podcasts .podcast-single .flex-image .text {
    padding: 1.35rem;
  }
}
div.podcasts .podcast-single .flex-image .top {
  top: 0;
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
}
div.podcasts .podcast-single .flex-image .middle {
  font-weight: var(--weight-bold);
  font-size: var(--size-plus2);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 50em) {
  div.podcasts .podcast-single .flex-image .middle {
    font-size: var(--size-plus4);
    font-size: 1.743214285vw;
  }
  div.podcasts .podcast-single .flex-image .middle.small {
    font-size: var(--size-plus3);
    font-size: 1.371607142 0.5vw;
  }
}
div.podcasts .podcast-single .flex-image .bottom {
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
  bottom: 0;
}
div.podcasts .podcast-single .flex-image .text {
  transition: opacity ease 500ms;
}
div.podcasts .podcast-single .flex-image .mask {
  opacity: 0.4;
}

img#personblank,
img#blank {
  display: none;
  position: fixed;
  z-index: 999;
  object-fit: cover;
}

#personcover,
#cover {
  opacity: 0;
  pointer-events: none;
  padding: 3.6rem 1.8rem;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  cursor: default;
  background: var(--text-select);
  width: 100%;
  height: 100%;
  overflow: auto;
}
#personcover.--active,
#cover.--active {
  pointer-events: auto;
}
@media print, screen and (min-width: 1480px) {
  #personcover,
#cover {
    padding: 1.8rem 5.2rem 3.6rem;
  }
}
#personcover .cover-inner .grid-x.align-middle,
#cover .cover-inner .grid-x.align-middle {
  min-height: 80vh;
}
#personcover .--close,
#cover .--close {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  margin-bottom: 3.6rem;
  cursor: pointer;
}
#personcover .--close .leftright,
#cover .--close .leftright {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: var(--black);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
#personcover .--close .rightleft,
#cover .--close .rightleft {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: var(--black);
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
#personcover .--close label,
#cover .--close label {
  font-size: var(--size-minus2);
  text-transform: uppercase;
  letter-spacing: var(--xxwide);
  transition: all 0.3s ease-in;
  opacity: 0;
}
#personcover .--close .close,
#cover .--close .close {
  margin: 3.6rem 0 0 0;
  position: relative;
  display: inline-block;
}
#personcover .--close:hover .leftright,
#cover .--close:hover .leftright {
  transform: rotate(-45deg);
}
#personcover .--close:hover .rightleft,
#cover .--close:hover .rightleft {
  transform: rotate(45deg);
}
#personcover .--close:hover label,
#cover .--close:hover label {
  opacity: 1;
}
#personcover p,
#cover p {
  margin: 0.225em 0;
}
#personcover .client,
#personcover .role,
#cover .client,
#cover .role {
  line-height: 1;
  font-size: var(--size);
}
#personcover .name,
#cover .name {
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  font-size: var(--size-plus2);
  text-transform: uppercase;
}
@media print, screen and (min-width: 50em) {
  #personcover .name,
#cover .name {
    font-size: var(--size-plus4);
    font-size: 1.743214285vw;
  }
}
#personcover .flex-image,
#cover .flex-image {
  margin: 1.35rem 0;
}
@media print, screen and (min-width: 50em) {
  #personcover .flex-image,
#cover .flex-image {
    margin: 1.8rem 0;
  }
}
#personcover .flex-image.bg,
#cover .flex-image.bg {
  background: var(--black);
}
#personcover .shortexcerpt,
#cover .shortexcerpt {
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.125;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  font-size: var(--size-plus3);
}
@media print, screen and (min-width: 50em) {
  #personcover .shortexcerpt,
#cover .shortexcerpt {
    font-size: var(--size-plus5);
    font-size: 2.75vw;
    font-size: min(2.75vw, 4.6rem);
  }
}
#personcover .fullexcerpt,
#cover .fullexcerpt {
  font-size: var(--size-plus1);
}
#personcover .fullexcerpt p,
#cover .fullexcerpt p {
  margin: 1.8em 0;
}

.ch-swiper {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  overflow: hidden;
  cursor: grab;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: none;
  height: 45vh;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media print, screen and (min-width: 50em) {
  .ch-swiper {
    height: 33.33vw;
  }
}
.ch-swiper * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}
.ch-swiper.is-dragging {
  cursor: grabbing;
}
.ch-swiper .ch-swiper-wrapper {
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.ch-swiper .ch-swiper-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: none;
  width: 70vw;
  height: 70vw;
}
@media print, screen and (min-width: 50em) {
  .ch-swiper .ch-swiper-slide {
    width: 40vw;
    height: 40vw;
  }
}
.ch-swiper .ch-swiper-slide.podcast-single {
  padding: 0.9rem;
  width: 45vh;
  height: 45vh;
}
@media print, screen and (min-width: 50em) {
  .ch-swiper .ch-swiper-slide.podcast-single {
    padding: 1.8rem;
    width: 25vw;
    height: 33.33vw;
  }
}
.ch-swiper .ch-swiper-slide.podcast-single .square {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
.ch-swiper .ch-swiper-slide.podcast-single figure {
  position: absolute;
  z-index: 2;
  display: block;
  user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  top: 0%;
  left: 0%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card {
  z-index: 1;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all ease 750ms 750ms;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card.--hover .text {
  opacity: 0;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card.--hover .card-front, .ch-swiper .ch-swiper-slide.podcast-single figure .card:hover .card-front {
  transform: rotateY(-180deg);
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card.--hover .card-back, .ch-swiper .ch-swiper-slide.podcast-single figure .card:hover .card-back {
  transform: rotateY(0deg);
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .drag {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .card-back .text {
  z-index: 4;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .text {
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  color: var(--black);
  padding: 0.9rem;
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--size-minus1);
  text-transform: uppercase;
  letter-spacing: var(--xwide);
}
@media print, screen and (min-width: 50em) {
  .ch-swiper .ch-swiper-slide.podcast-single figure .card .text {
    padding: 1.35rem;
  }
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .top {
  top: 0;
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .middle {
  font-weight: var(--weight-bold);
  font-size: var(--size-plus1);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 50em) {
  .ch-swiper .ch-swiper-slide.podcast-single figure .card .middle {
    font-size: var(--size-plus3);
    font-size: 1.371607142 0.5vw;
  }
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .bottom {
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
  bottom: 0;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card .text {
  transition: opacity ease 500ms;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .textmask {
  background: var(--black);
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  opacity: 0.4;
  z-index: 3;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-front {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--text-select);
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.5s;
  color: #ffffff;
  text-align: center;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back.bg {
  background: var(--text-select);
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back.bg .text {
  color: var(--black);
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back a {
  background: none !important;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back h2 {
  margin: 60% auto 35% auto;
  font-size: 26px;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back h2 span {
  font-size: 20px;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back a {
  height: 20px;
  width: 20px;
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 20px;
}
.ch-swiper .ch-swiper-slide.podcast-single figure .card-back a:hover {
  color: #000000;
  background-color: #fff;
}
.ch-swiper .ch-swiper-slide.podcast-single figure video,
.ch-swiper .ch-swiper-slide.podcast-single figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
}
.ch-swiper .ch-swiper-slide.podcast-single p.excerpt {
  font-size: var(--size);
  display: none;
}
@media print, screen and (min-width: 50em) {
  .ch-swiper .ch-swiper-slide.podcast-single p.excerpt {
    display: inline-block;
  }
}
.ch-swiper .ch-swiper-slide .drag-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ch-swiper .ch-swiper-slide figure {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  display: block;
  user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  width: 90%;
  top: 5%;
  left: 5%;
  height: 90%;
  overflow: hidden;
}
.ch-swiper .ch-swiper-slide figure video,
.ch-swiper .ch-swiper-slide figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
}

.healey-slider {
  overflow: hidden;
  cursor: grab;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100vw;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media print, screen and (min-width: 50em) {
  .healey-slider {
    height: 33.33vw;
  }
}
.healey-slider * {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.healey-slider.is-dragging {
  cursor: grabbing;
}
.healey-slider--wrapper {
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.healey-slider--item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
}
@media print, screen and (min-width: 50em) {
  .healey-slider--item {
    width: 33.33vw;
    height: 33.33vw;
  }
}
.healey-slider--item .drag-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.healey-slider--item figure {
  position: absolute;
  z-index: 2;
  display: block;
  user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  width: 90%;
  top: 5%;
  left: 5%;
  height: 90%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
}
.healey-slider--item figure .card {
  z-index: 1;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all ease 750ms 750ms;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
}
.healey-slider--item figure .card.--hover .text {
  opacity: 0;
}
.healey-slider--item figure .card.--hover .card-front, .healey-slider--item figure .card:hover .card-front {
  transform: rotateY(-180deg);
}
.healey-slider--item figure .card.--hover .card-back, .healey-slider--item figure .card:hover .card-back {
  transform: rotateY(0deg);
}
.healey-slider--item figure .card .drag {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.healey-slider--item figure .card .card-back .text {
  z-index: 3;
}
.healey-slider--item figure .card .text {
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  color: var(--black);
  padding: 0.9rem;
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--size-minus1);
  text-transform: uppercase;
  letter-spacing: var(--xwide);
}
@media print, screen and (min-width: 50em) {
  .healey-slider--item figure .card .text {
    padding: 1.35rem;
  }
}
.healey-slider--item figure .card .top {
  top: 0;
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
}
.healey-slider--item figure .card .middle {
  font-weight: var(--weight-bold);
  font-size: var(--size-plus1);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 50em) {
  .healey-slider--item figure .card .middle {
    font-size: var(--size-plus4);
    font-size: 1.743214285vw;
  }
  .healey-slider--item figure .card .middle.small {
    font-size: var(--size-plus3);
    font-size: 1.371607142 0.5vw;
  }
}
.healey-slider--item figure .card .bottom {
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
  bottom: 0;
}
.healey-slider--item figure .card .text {
  transition: opacity ease 500ms;
}
.healey-slider--item figure .textmask {
  background: var(--blackbg);
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.healey-slider--item figure .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  opacity: 0.4;
  z-index: 3;
}
.healey-slider--item figure .card-front {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--text-select);
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.healey-slider--item figure .card-back {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.5s;
  color: #ffffff;
  text-align: center;
}
.healey-slider--item figure .card-back.bg {
  background: var(--text-select);
}
.healey-slider--item figure .card-back.bg .text {
  color: var(--black);
}
.healey-slider--item figure .card-back h2 {
  margin: 60% auto 35% auto;
  font-size: 26px;
}
.healey-slider--item figure .card-back h2 span {
  font-size: 20px;
}
.healey-slider--item figure .card-back a {
  height: 20px;
  width: 20px;
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 20px;
}
.healey-slider--item figure .card-back a:hover {
  color: #000000;
  background-color: #fff;
}
.healey-slider--item figure video,
.healey-slider--item figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
}

.quote-detail {
  z-index: 999;
  background: var(--text-select);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.quote-detail > img {
  position: relative;
  z-index: 1;
}
.quote-detail .content {
  padding: 2rem 1.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  flex-grow: 1;
}
.quote-detail .content > * {
  margin-bottom: 1rem;
}
.quote-detail .title {
  font-size: 2rem;
  text-transform: uppercase;
}
.quote-detail .secondary {
  color: lightgray;
}
.quote-detail .description {
  line-height: 1.5;
}

.quotes .quote-single {
  position: relative;
}
.quotes .quote-single .outer {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.quotes .quote-single .card {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all ease 750ms 750ms;
  font-family: var(--header-font);
  font-weight: var(--weight-bold);
}
.quotes .quote-single .card.--hover .card-front, .quotes .quote-single .card:hover .card-front {
  transform: rotateY(-180deg);
}
.quotes .quote-single .card.--hover .card-back, .quotes .quote-single .card:hover .card-back {
  transform: rotateY(0deg);
}
.quotes .quote-single .card .text {
  box-sizing: border-box;
  text-align: center;
  padding: 0.45rem;
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--size-minus1);
  text-transform: uppercase;
  letter-spacing: var(--xwide);
}
@media print, screen and (min-width: 50em) {
  .quotes .quote-single .card .text {
    padding: 1.35rem;
  }
}
.quotes .quote-single .card .top {
  top: 0;
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
}
.quotes .quote-single .card .middle {
  font-weight: var(--weight-bold);
  font-size: var(--size-plus2);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 50em) {
  .quotes .quote-single .card .middle {
    font-size: var(--size-plus4);
    font-size: 1.743214285vw;
  }
  .quotes .quote-single .card .middle.small {
    font-size: var(--size-plus3);
    font-size: 1.371607142 0.5vw;
  }
}
.quotes .quote-single .card .bottom {
  letter-spacing: var(--xxwide);
  font-weight: var(--weight-normal);
  bottom: 0;
}
.quotes .quote-single .card-front {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--text-select);
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.quotes .quote-single .card-back {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.5s;
  color: #ffffff;
  text-align: center;
}
.quotes .quote-single .card-back h2 {
  margin: 60% auto 35% auto;
  font-size: 26px;
}
.quotes .quote-single .card-back h2 span {
  font-size: 20px;
}
.quotes .quote-single .card-back a {
  height: 20px;
  width: 20px;
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 20px;
}
.quotes .quote-single .card-back a:hover {
  color: #000000;
  background-color: #fff;
}

.link-grid-container {
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 50em) {
  .link-grid-container {
    margin-top: 3.6rem;
  }
}
.link-grid-container .link-item {
  margin-bottom: 1.8rem;
}
.link-grid-container .link-item h4, .link-grid-container .link-item h3 {
  margin: 0.9rem 0 0.45rem 0;
}
.link-grid-container .link-item p {
  margin: 0;
}

.related-posts hr {
  margin-top: 3.6rem;
  margin-bottom: 0.9rem;
}
@media print, screen and (min-width: 50em) {
  .related-posts hr {
    margin-top: 33vh;
  }
}

.social-sharing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 100%;
  text-align: right;
}
.social-sharing-list li a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--black);
  padding: 0.9rem 2.7rem 0 0;
  font-size: var(--size);
}
.social-sharing-list li a.npad {
  padding: 0.225em 0 0 0;
}
@media print, screen and (min-width: 50em) {
  .social-sharing-list li a {
    font-size: var(--size-plus1);
  }
}

/* Slide left / right */
.ch-left {
  transition: all 750ms cubic-bezier(0, 0, 0.2, 1);
  position: fixed;
  width: 100vw;
}

.ch-left-enter {
  background: red;
  transform: translateX(-100vw);
}

.ch-left-exit {
  background: blue;
  transform: translateX(100vw);
}

/* Slide left / right */
.ch-right {
  transition: all 750ms cubic-bezier(0, 0, 0.2, 1);
  position: fixed;
  width: 100vw;
}

.ch-right-enter {
  background: red;
  transform: translateX(100vw);
}

.ch-right-exit {
  background: blue;
  transform: translateX(-100vw);
}

.ch-close {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 2.7rem;
}

.ch-close span {
  display: inline-block;
  padding: 0.8rem 0;
  color: var(--black);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.ch-close span::before,
.ch-close span::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: var(--black);
  content: "";
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.ch-close span::before {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}

.ch-close span::after {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}

.ch-close span:hover,
.ch-close span:focus {
  color: var(--dark-gray);
}

.ch-close span:hover::before,
.ch-close span:hover::after,
.ch-close span:focus::before,
.ch-close span:focus::after {
  opacity: 0.1;
}

.ch-close span:hover::before,
.ch-close span:focus::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ch-close span:hover::after,
.ch-close span:focus::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.grid-container.full.special.marquee-text-block {
  overflow: hidden;
}

.moonray-form-state-error {
  background: var(--white);
  padding: 0.45rem;
  float: left;
}

/*# sourceMappingURL=main.css.map */