@charset "UTF-8";

/*! 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: .67em 0
}

hr {
  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: -.25em
}

sup {
  top: -.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
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  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] {
  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=85em&xxxlarge=120em"
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #010101;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #f1f1f1;
  -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: 0
}

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  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: 1.25rem;
  padding-left: 1.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:40em) {
  .grid-container {
    padding-right: 2.625rem;
    padding-left: 2.625rem
  }
}

@media print,
screen and (min-width:64em) {
  .grid-container {
    padding-right: 3.75rem;
    padding-left: 3.75rem
  }
}

@media screen and (min-width:85em) {
  .grid-container {
    padding-right: 3.75rem;
    padding-left: 3.75rem
  }
}

.grid-container.fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:40em) {
  .grid-container.fluid {
    padding-right: 2.625rem;
    padding-left: 2.625rem
  }
}

@media print,
screen and (min-width:64em) {
  .grid-container.fluid {
    padding-right: 3.75rem;
    padding-left: 3.75rem
  }
}

@media screen and (min-width:85em) {
  .grid-container.fluid {
    padding-right: 3.75rem;
    padding-left: 3.75rem
  }
}

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

.grid-x {
  display: flex;
  flex-flow: row wrap
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.cell.auto {
  flex: 1 1 0px
}

.cell.shrink {
  flex: 0 0 auto
}

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

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

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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-full,
.grid-x>.small-shrink {
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .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-full,
  .grid-x>.medium-shrink {
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .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-full,
  .grid-x>.large-shrink {
    flex-basis: auto
  }
}

@media screen and (min-width:75em) {

  .grid-x>.xlarge-1,
  .grid-x>.xlarge-10,
  .grid-x>.xlarge-11,
  .grid-x>.xlarge-12,
  .grid-x>.xlarge-2,
  .grid-x>.xlarge-3,
  .grid-x>.xlarge-4,
  .grid-x>.xlarge-5,
  .grid-x>.xlarge-6,
  .grid-x>.xlarge-7,
  .grid-x>.xlarge-8,
  .grid-x>.xlarge-9,
  .grid-x>.xlarge-full,
  .grid-x>.xlarge-shrink {
    flex-basis: auto
  }
}

@media screen and (min-width:85em) {

  .grid-x>.xxlarge-1,
  .grid-x>.xxlarge-10,
  .grid-x>.xxlarge-11,
  .grid-x>.xxlarge-12,
  .grid-x>.xxlarge-2,
  .grid-x>.xxlarge-3,
  .grid-x>.xxlarge-4,
  .grid-x>.xxlarge-5,
  .grid-x>.xxlarge-6,
  .grid-x>.xxlarge-7,
  .grid-x>.xxlarge-8,
  .grid-x>.xxlarge-9,
  .grid-x>.xxlarge-full,
  .grid-x>.xxlarge-shrink {
    flex-basis: auto
  }
}

@media screen and (min-width:120em) {

  .grid-x>.xxxlarge-1,
  .grid-x>.xxxlarge-10,
  .grid-x>.xxxlarge-11,
  .grid-x>.xxxlarge-12,
  .grid-x>.xxxlarge-2,
  .grid-x>.xxxlarge-3,
  .grid-x>.xxxlarge-4,
  .grid-x>.xxxlarge-5,
  .grid-x>.xxxlarge-6,
  .grid-x>.xxxlarge-7,
  .grid-x>.xxxlarge-8,
  .grid-x>.xxxlarge-9,
  .grid-x>.xxxlarge-full,
  .grid-x>.xxxlarge-shrink {
    flex-basis: auto
  }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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 {
  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:40em) {
  .grid-x>.medium-auto {
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .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-shrink {
    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:64em) {
  .grid-x>.large-auto {
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .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-shrink {
    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%
  }
}

@media screen and (min-width:75em) {
  .grid-x>.xlarge-auto {
    flex: 1 1 0px;
    width: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:85em) {
  .grid-x>.xxlarge-auto {
    flex: 1 1 0px;
    width: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:120em) {
  .grid-x>.xxxlarge-auto {
    flex: 1 1 0px;
    width: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x>.xxxlarge-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: -.625rem;
  margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-margin-x>.cell {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
  .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)
  }

  .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:64em) {
  .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)
  }
}

@media screen and (min-width:75em) {
  .grid-margin-x>.auto {
    width: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x>.medium-12 {
    width: calc(100% - 2rem)
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x>.large-12 {
    width: calc(100% - 2rem)
  }

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

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

  .grid-margin-x>.xlarge-1 {
    width: calc(8.33333% - 2rem)
  }

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

  .grid-margin-x>.xlarge-3 {
    width: calc(25% - 2rem)
  }

  .grid-margin-x>.xlarge-4 {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x>.xlarge-5 {
    width: calc(41.66667% - 2rem)
  }

  .grid-margin-x>.xlarge-6 {
    width: calc(50% - 2rem)
  }

  .grid-margin-x>.xlarge-7 {
    width: calc(58.33333% - 2rem)
  }

  .grid-margin-x>.xlarge-8 {
    width: calc(66.66667% - 2rem)
  }

  .grid-margin-x>.xlarge-9 {
    width: calc(75% - 2rem)
  }

  .grid-margin-x>.xlarge-10 {
    width: calc(83.33333% - 2rem)
  }

  .grid-margin-x>.xlarge-11 {
    width: calc(91.66667% - 2rem)
  }

  .grid-margin-x>.xlarge-12 {
    width: calc(100% - 2rem)
  }
}

@media screen and (min-width:85em) {
  .grid-margin-x>.xxlarge-auto {
    width: auto
  }

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

  .grid-margin-x>.xxlarge-1 {
    width: calc(8.33333% - 2rem)
  }

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

  .grid-margin-x>.xxlarge-3 {
    width: calc(25% - 2rem)
  }

  .grid-margin-x>.xxlarge-4 {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x>.xxlarge-5 {
    width: calc(41.66667% - 2rem)
  }

  .grid-margin-x>.xxlarge-6 {
    width: calc(50% - 2rem)
  }

  .grid-margin-x>.xxlarge-7 {
    width: calc(58.33333% - 2rem)
  }

  .grid-margin-x>.xxlarge-8 {
    width: calc(66.66667% - 2rem)
  }

  .grid-margin-x>.xxlarge-9 {
    width: calc(75% - 2rem)
  }

  .grid-margin-x>.xxlarge-10 {
    width: calc(83.33333% - 2rem)
  }

  .grid-margin-x>.xxlarge-11 {
    width: calc(91.66667% - 2rem)
  }

  .grid-margin-x>.xxlarge-12 {
    width: calc(100% - 2rem)
  }
}

@media screen and (min-width:120em) {
  .grid-margin-x>.xxxlarge-auto {
    width: auto
  }

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

  .grid-margin-x>.xxxlarge-1 {
    width: calc(8.33333% - 2rem)
  }

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

  .grid-margin-x>.xxxlarge-3 {
    width: calc(25% - 2rem)
  }

  .grid-margin-x>.xxxlarge-4 {
    width: calc(33.33333% - 2rem)
  }

  .grid-margin-x>.xxxlarge-5 {
    width: calc(41.66667% - 2rem)
  }

  .grid-margin-x>.xxxlarge-6 {
    width: calc(50% - 2rem)
  }

  .grid-margin-x>.xxxlarge-7 {
    width: calc(58.33333% - 2rem)
  }

  .grid-margin-x>.xxxlarge-8 {
    width: calc(66.66667% - 2rem)
  }

  .grid-margin-x>.xxxlarge-9 {
    width: calc(75% - 2rem)
  }

  .grid-margin-x>.xxxlarge-10 {
    width: calc(83.33333% - 2rem)
  }

  .grid-margin-x>.xxxlarge-11 {
    width: calc(91.66667% - 2rem)
  }

  .grid-margin-x>.xxxlarge-12 {
    width: calc(100% - 2rem)
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-padding-x>.cell {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.small-offset-0 {
  margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}

@media print,
screen and (min-width:64em) {
  .large-offset-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}

@media screen and (min-width:75em) {
  .xlarge-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.xlarge-offset-0 {
    margin-left: calc(0% + 1rem)
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%
  }

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

  .xlarge-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.xlarge-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }

  .xlarge-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.xlarge-offset-3 {
    margin-left: calc(25% + 1rem)
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.xlarge-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.xlarge-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }

  .xlarge-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.xlarge-offset-6 {
    margin-left: calc(50% + 1rem)
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.xlarge-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.xlarge-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }

  .xlarge-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.xlarge-offset-9 {
    margin-left: calc(75% + 1rem)
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.xlarge-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.xlarge-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

@media screen and (min-width:85em) {
  .xxlarge-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.xxlarge-offset-0 {
    margin-left: calc(0% + 1rem)
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%
  }

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

  .xxlarge-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.xxlarge-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }

  .xxlarge-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.xxlarge-offset-3 {
    margin-left: calc(25% + 1rem)
  }

  .xxlarge-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.xxlarge-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }

  .xxlarge-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.xxlarge-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }

  .xxlarge-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.xxlarge-offset-6 {
    margin-left: calc(50% + 1rem)
  }

  .xxlarge-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.xxlarge-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }

  .xxlarge-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.xxlarge-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }

  .xxlarge-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.xxlarge-offset-9 {
    margin-left: calc(75% + 1rem)
  }

  .xxlarge-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.xxlarge-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }

  .xxlarge-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.xxlarge-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.xxxlarge-offset-0 {
    margin-left: calc(0% + 1rem)
  }

  .xxxlarge-offset-1 {
    margin-left: 8.33333%
  }

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

  .xxxlarge-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.xxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1rem)
  }

  .xxxlarge-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.xxxlarge-offset-3 {
    margin-left: calc(25% + 1rem)
  }

  .xxxlarge-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.xxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1rem)
  }

  .xxxlarge-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.xxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1rem)
  }

  .xxxlarge-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.xxxlarge-offset-6 {
    margin-left: calc(50% + 1rem)
  }

  .xxxlarge-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.xxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1rem)
  }

  .xxxlarge-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.xxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1rem)
  }

  .xxxlarge-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.xxxlarge-offset-9 {
    margin-left: calc(75% + 1rem)
  }

  .xxxlarge-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.xxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1rem)
  }

  .xxxlarge-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.xxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1rem)
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap
}

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

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

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

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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-full,
.grid-y>.small-shrink {
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .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-full,
  .grid-y>.medium-shrink {
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .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-full,
  .grid-y>.large-shrink {
    flex-basis: auto
  }
}

@media screen and (min-width:75em) {

  .grid-y>.xlarge-1,
  .grid-y>.xlarge-10,
  .grid-y>.xlarge-11,
  .grid-y>.xlarge-12,
  .grid-y>.xlarge-2,
  .grid-y>.xlarge-3,
  .grid-y>.xlarge-4,
  .grid-y>.xlarge-5,
  .grid-y>.xlarge-6,
  .grid-y>.xlarge-7,
  .grid-y>.xlarge-8,
  .grid-y>.xlarge-9,
  .grid-y>.xlarge-full,
  .grid-y>.xlarge-shrink {
    flex-basis: auto
  }
}

@media screen and (min-width:85em) {

  .grid-y>.xxlarge-1,
  .grid-y>.xxlarge-10,
  .grid-y>.xxlarge-11,
  .grid-y>.xxlarge-12,
  .grid-y>.xxlarge-2,
  .grid-y>.xxlarge-3,
  .grid-y>.xxlarge-4,
  .grid-y>.xxlarge-5,
  .grid-y>.xxlarge-6,
  .grid-y>.xxlarge-7,
  .grid-y>.xxlarge-8,
  .grid-y>.xxlarge-9,
  .grid-y>.xxlarge-full,
  .grid-y>.xxlarge-shrink {
    flex-basis: auto
  }
}

@media screen and (min-width:120em) {

  .grid-y>.xxxlarge-1,
  .grid-y>.xxxlarge-10,
  .grid-y>.xxxlarge-11,
  .grid-y>.xxxlarge-12,
  .grid-y>.xxxlarge-2,
  .grid-y>.xxxlarge-3,
  .grid-y>.xxxlarge-4,
  .grid-y>.xxxlarge-5,
  .grid-y>.xxxlarge-6,
  .grid-y>.xxxlarge-7,
  .grid-y>.xxxlarge-8,
  .grid-y>.xxxlarge-9,
  .grid-y>.xxxlarge-full,
  .grid-y>.xxxlarge-shrink {
    flex-basis: auto
  }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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 {
  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:40em) {
  .grid-y>.medium-auto {
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .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-shrink {
    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:64em) {
  .grid-y>.large-auto {
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .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-shrink {
    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%
  }
}

@media screen and (min-width:75em) {
  .grid-y>.xlarge-auto {
    flex: 1 1 0px;
    height: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:85em) {
  .grid-y>.xxlarge-auto {
    flex: 1 1 0px;
    height: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:120em) {
  .grid-y>.xxxlarge-auto {
    flex: 1 1 0px;
    height: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-padding-y>.cell {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

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

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-margin-y>.cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
  .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)
  }

  .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:64em) {
  .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)
  }
}

@media screen and (min-width:75em) {
  .grid-margin-y>.auto {
    height: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-y>.medium-12 {
    height: calc(100% - 2rem)
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-y>.large-12 {
    height: calc(100% - 2rem)
  }

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

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

  .grid-margin-y>.xlarge-1 {
    height: calc(8.33333% - 2rem)
  }

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

  .grid-margin-y>.xlarge-3 {
    height: calc(25% - 2rem)
  }

  .grid-margin-y>.xlarge-4 {
    height: calc(33.33333% - 2rem)
  }

  .grid-margin-y>.xlarge-5 {
    height: calc(41.66667% - 2rem)
  }

  .grid-margin-y>.xlarge-6 {
    height: calc(50% - 2rem)
  }

  .grid-margin-y>.xlarge-7 {
    height: calc(58.33333% - 2rem)
  }

  .grid-margin-y>.xlarge-8 {
    height: calc(66.66667% - 2rem)
  }

  .grid-margin-y>.xlarge-9 {
    height: calc(75% - 2rem)
  }

  .grid-margin-y>.xlarge-10 {
    height: calc(83.33333% - 2rem)
  }

  .grid-margin-y>.xlarge-11 {
    height: calc(91.66667% - 2rem)
  }

  .grid-margin-y>.xlarge-12 {
    height: calc(100% - 2rem)
  }
}

@media screen and (min-width:85em) {
  .grid-margin-y>.xxlarge-auto {
    height: auto
  }

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

  .grid-margin-y>.xxlarge-1 {
    height: calc(8.33333% - 2rem)
  }

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

  .grid-margin-y>.xxlarge-3 {
    height: calc(25% - 2rem)
  }

  .grid-margin-y>.xxlarge-4 {
    height: calc(33.33333% - 2rem)
  }

  .grid-margin-y>.xxlarge-5 {
    height: calc(41.66667% - 2rem)
  }

  .grid-margin-y>.xxlarge-6 {
    height: calc(50% - 2rem)
  }

  .grid-margin-y>.xxlarge-7 {
    height: calc(58.33333% - 2rem)
  }

  .grid-margin-y>.xxlarge-8 {
    height: calc(66.66667% - 2rem)
  }

  .grid-margin-y>.xxlarge-9 {
    height: calc(75% - 2rem)
  }

  .grid-margin-y>.xxlarge-10 {
    height: calc(83.33333% - 2rem)
  }

  .grid-margin-y>.xxlarge-11 {
    height: calc(91.66667% - 2rem)
  }

  .grid-margin-y>.xxlarge-12 {
    height: calc(100% - 2rem)
  }
}

@media screen and (min-width:120em) {
  .grid-margin-y>.xxxlarge-auto {
    height: auto
  }

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

  .grid-margin-y>.xxxlarge-1 {
    height: calc(8.33333% - 2rem)
  }

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

  .grid-margin-y>.xxxlarge-3 {
    height: calc(25% - 2rem)
  }

  .grid-margin-y>.xxxlarge-4 {
    height: calc(33.33333% - 2rem)
  }

  .grid-margin-y>.xxxlarge-5 {
    height: calc(41.66667% - 2rem)
  }

  .grid-margin-y>.xxxlarge-6 {
    height: calc(50% - 2rem)
  }

  .grid-margin-y>.xxxlarge-7 {
    height: calc(58.33333% - 2rem)
  }

  .grid-margin-y>.xxxlarge-8 {
    height: calc(66.66667% - 2rem)
  }

  .grid-margin-y>.xxxlarge-9 {
    height: calc(75% - 2rem)
  }

  .grid-margin-y>.xxxlarge-10 {
    height: calc(83.33333% - 2rem)
  }

  .grid-margin-y>.xxxlarge-11 {
    height: calc(91.66667% - 2rem)
  }

  .grid-margin-y>.xxxlarge-12 {
    height: calc(100% - 2rem)
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.75;
  text-rendering: optimizeLegibility
}

em,
i {
  font-style: italic;
  line-height: inherit
}

b,
strong {
  font-weight: 700;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PP Object Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: rgba(241, 241, 241, .7)
}

.h1,
h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h2,
h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h3,
h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h4,
h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h5,
h5 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h6,
h6 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {

  .h1,
  h1 {
    font-size: 5rem
  }

  .h2,
  h2 {
    font-size: 4.5rem
  }

  .h3,
  h3 {
    font-size: 2.375rem
  }

  .h4,
  h4 {
    font-size: 1.75rem
  }

  .h5,
  h5 {
    font-size: 1.5rem
  }

  .h6,
  h6 {
    font-size: 1.5rem
  }
}

@media screen and (min-width:85em) {

  .h1,
  h1 {
    font-size: 7.5rem
  }

  .h2,
  h2 {
    font-size: 6.25rem
  }

  .h3,
  h3 {
    font-size: 2.75rem
  }

  .h4,
  h4 {
    font-size: 1.75rem
  }

  .h5,
  h5 {
    font-size: 1.5rem
  }

  .h6,
  h6 {
    font-size: 1.5rem
  }
}

@media screen and (min-width:120em) {

  .h1,
  h1 {
    font-size: 9.0625rem
  }

  .h2,
  h2 {
    font-size: 7.375rem
  }

  .h3,
  h3 {
    font-size: 3.375rem
  }

  .h4,
  h4 {
    font-size: 2.125rem
  }

  .h5,
  h5 {
    font-size: 1.875rem
  }

  .h6,
  h6 {
    font-size: 1.875rem
  }
}

a {
  line-height: inherit;
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer
}

a:focus,
a:hover {
  color: #cfcfcf
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(241, 241, 241, .7);
  border-left: 0
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.75
}

li {
  font-size: inherit
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc
}

ol {
  margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid rgba(241, 241, 241, .7)
}

blockquote,
blockquote p {
  line-height: 1.75;
  color: #313131
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #010101;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #f1f1f1;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #010101
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #313131
}

.lead {
  font-size: 125%;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none
}

.cite-block,
cite {
  display: block;
  color: #313131;
  font-size: .8125rem
}

.cite-block:before,
cite:before {
  content: "— "
}

.code-inline,
code {
  border: 1px solid rgba(241, 241, 241, .7);
  background-color: #f1f1f1;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #010101;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: .125rem .3125rem .0625rem
}

.code-block {
  border: 1px solid rgba(241, 241, 241, .7);
  background-color: #f1f1f1;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #010101;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width:40em) {
  .medium-text-left {
    text-align: left
  }

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

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

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width:64em) {
  .large-text-left {
    text-align: left
  }

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

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

  .large-text-justify {
    text-align: justify
  }
}

@media screen and (min-width:75em) {
  .xlarge-text-left {
    text-align: left
  }

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

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

  .xlarge-text-justify {
    text-align: justify
  }
}

@media screen and (min-width:85em) {
  .xxlarge-text-left {
    text-align: left
  }

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

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

  .xxlarge-text-justify {
    text-align: justify
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-text-left {
    text-align: left
  }

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

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

  .xxxlarge-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-print-color-adjust: economy;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print {
    display: table-cell !important
  }

  th.show-for-print {
    display: table-cell !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  .ir a:after,
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  blockquote,
  pre {
    border: 1px solid #313131;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
  outline: 0
}

.cc-window .menu .cc-btn,
.cc-window .menu .cc-deny,
.menu .button,
.menu .cc-window .cc-btn,
.menu .cc-window .cc-deny,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0
}

.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0
}

.menu input {
  display: inline-block
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column
}

.menu.expanded li {
  flex: 1 1 0px
}

.menu.simple {
  align-items: center
}

.menu.simple li+li {
  margin-left: 1rem
}

.menu.simple a {
  padding: 0
}

@media print,
screen and (min-width:40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.medium-expanded li {
    flex: 1 1 0px
  }

  .menu.medium-simple li {
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width:64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.large-expanded li {
    flex: 1 1 0px
  }

  .menu.large-simple li {
    flex: 1 1 0px
  }
}

@media screen and (min-width:75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.xlarge-expanded li {
    flex: 1 1 0px
  }

  .menu.xlarge-simple li {
    flex: 1 1 0px
  }
}

@media screen and (min-width:85em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.xxlarge-expanded li {
    flex: 1 1 0px
  }

  .menu.xxlarge-simple li {
    flex: 1 1 0px
  }
}

@media screen and (min-width:120em) {
  .menu.xxxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row
  }

  .menu.xxxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .menu.xxxlarge-expanded li {
    flex: 1 1 0px
  }

  .menu.xxxlarge-simple li {
    flex: 1 1 0px
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem
}

.menu.icons a {
  display: flex
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
  display: flex
}

.menu.icon-left li a {
  flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: .25rem
}

.menu.icon-right li a {
  flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: .25rem
}

.menu.icon-top li a {
  flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu.icon-bottom li a {
  flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu .is-active>a {
  background: #9a1aff;
  color: #fff
}

.menu .active>a {
  background: #9a1aff;
  color: #fff
}

.menu.align-left {
  justify-content: flex-start
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end
}

.menu.align-right li .submenu li {
  justify-content: flex-start
}

.menu.align-right.vertical li {
  display: block;
  text-align: right
}

.menu.align-right.vertical li .submenu li {
  text-align: right
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0
}

.menu.align-center li {
  display: flex;
  justify-content: center
}

.menu.align-center li .submenu li {
  justify-content: flex-start
}

.menu .menu-text {
  padding: .7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit
}

.menu-centered>.menu {
  justify-content: center
}

.menu-centered>.menu li {
  display: flex;
  justify-content: center
}

.menu-centered>.menu li .submenu li {
  justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
  display: none
}

.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print,
screen and (min-width:40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width:39.99875em) {
  .show-for-medium {
    display: none !important
  }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print,
screen and (min-width:64em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width:63.99875em) {
  .show-for-large {
    display: none !important
  }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
  .show-for-large-only {
    display: none !important
  }
}

@media screen and (min-width:75em) {
  .hide-for-xlarge {
    display: none !important
  }
}

@media screen and (max-width:74.99875em) {
  .show-for-xlarge {
    display: none !important
  }
}

@media screen and (min-width:75em) and (max-width:84.99875em) {
  .hide-for-xlarge-only {
    display: none !important
  }
}

@media screen and (max-width:74.99875em),
screen and (min-width:85em) {
  .show-for-xlarge-only {
    display: none !important
  }
}

@media screen and (min-width:85em) {
  .hide-for-xxlarge {
    display: none !important
  }
}

@media screen and (max-width:84.99875em) {
  .show-for-xxlarge {
    display: none !important
  }
}

@media screen and (min-width:85em) and (max-width:119.99875em) {
  .hide-for-xxlarge-only {
    display: none !important
  }
}

@media screen and (max-width:84.99875em),
screen and (min-width:120em) {
  .show-for-xxlarge-only {
    display: none !important
  }
}

@media screen and (min-width:120em) {
  .hide-for-xxxlarge {
    display: none !important
  }
}

@media screen and (max-width:119.99875em) {
  .show-for-xxxlarge {
    display: none !important
  }
}

@media screen and (min-width:120em) {
  .hide-for-xxxlarge-only {
    display: none !important
  }
}

@media screen and (max-width:119.99875em) {
  .show-for-xxxlarge-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important
}

@media screen and (orientation:landscape) {

  .hide-for-portrait,
  .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

@media screen and (orientation:landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important
  }
}

.align-left {
  justify-content: flex-start
}

.align-right {
  justify-content: flex-end
}

.align-center {
  justify-content: center
}

.align-justify {
  justify-content: space-between
}

.align-spaced {
  justify-content: space-around
}

.align-left.vertical.menu>li>a {
  justify-content: flex-start
}

.align-right.vertical.menu>li>a {
  justify-content: flex-end
}

.align-center.vertical.menu>li>a {
  justify-content: center
}

.align-top {
  align-items: flex-start
}

.align-self-top {
  align-self: flex-start
}

.align-bottom {
  align-items: flex-end
}

.align-self-bottom {
  align-self: flex-end
}

.align-middle {
  align-items: center
}

.align-self-middle {
  align-self: center
}

.align-stretch {
  align-items: stretch
}

.align-self-stretch {
  align-self: stretch
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center
}

.small-order-1 {
  order: 1
}

.small-order-2 {
  order: 2
}

.small-order-3 {
  order: 3
}

.small-order-4 {
  order: 4
}

.small-order-5 {
  order: 5
}

.small-order-6 {
  order: 6
}

@media print,
screen and (min-width:40em) {
  .medium-order-1 {
    order: 1
  }

  .medium-order-2 {
    order: 2
  }

  .medium-order-3 {
    order: 3
  }

  .medium-order-4 {
    order: 4
  }

  .medium-order-5 {
    order: 5
  }

  .medium-order-6 {
    order: 6
  }
}

@media print,
screen and (min-width:64em) {
  .large-order-1 {
    order: 1
  }

  .large-order-2 {
    order: 2
  }

  .large-order-3 {
    order: 3
  }

  .large-order-4 {
    order: 4
  }

  .large-order-5 {
    order: 5
  }

  .large-order-6 {
    order: 6
  }
}

@media screen and (min-width:75em) {
  .xlarge-order-1 {
    order: 1
  }

  .xlarge-order-2 {
    order: 2
  }

  .xlarge-order-3 {
    order: 3
  }

  .xlarge-order-4 {
    order: 4
  }

  .xlarge-order-5 {
    order: 5
  }

  .xlarge-order-6 {
    order: 6
  }
}

@media screen and (min-width:85em) {
  .xxlarge-order-1 {
    order: 1
  }

  .xxlarge-order-2 {
    order: 2
  }

  .xxlarge-order-3 {
    order: 3
  }

  .xxlarge-order-4 {
    order: 4
  }

  .xxlarge-order-5 {
    order: 5
  }

  .xxlarge-order-6 {
    order: 6
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-order-1 {
    order: 1
  }

  .xxxlarge-order-2 {
    order: 2
  }

  .xxxlarge-order-3 {
    order: 3
  }

  .xxxlarge-order-4 {
    order: 4
  }

  .xxxlarge-order-5 {
    order: 5
  }

  .xxxlarge-order-6 {
    order: 6
  }
}

.flex-container {
  display: flex
}

.flex-child-auto {
  flex: 1 1 auto
}

.flex-child-grow {
  flex: 1 0 auto
}

.flex-child-shrink {
  flex: 0 1 auto
}

.flex-dir-row {
  flex-direction: row
}

.flex-dir-row-reverse {
  flex-direction: row-reverse
}

.flex-dir-column {
  flex-direction: column
}

.flex-dir-column-reverse {
  flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
  .medium-flex-container {
    display: flex
  }

  .medium-flex-child-auto {
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto
  }

  .medium-flex-dir-row {
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@media print,
screen and (min-width:64em) {
  .large-flex-container {
    display: flex
  }

  .large-flex-child-auto {
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    flex: 0 1 auto
  }

  .large-flex-dir-row {
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@media screen and (min-width:75em) {
  .xlarge-flex-container {
    display: flex
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto
  }

  .xlarge-flex-dir-row {
    flex-direction: row
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .xlarge-flex-dir-column {
    flex-direction: column
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@media screen and (min-width:85em) {
  .xxlarge-flex-container {
    display: flex
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto
  }

  .xxlarge-flex-dir-row {
    flex-direction: row
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .xxlarge-flex-dir-column {
    flex-direction: column
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-flex-container {
    display: flex
  }

  .xxxlarge-flex-child-auto {
    flex: 1 1 auto
  }

  .xxxlarge-flex-child-grow {
    flex: 1 0 auto
  }

  .xxxlarge-flex-child-shrink {
    flex: 0 1 auto
  }

  .xxxlarge-flex-dir-row {
    flex-direction: row
  }

  .xxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse
  }

  .xxxlarge-flex-dir-column {
    flex-direction: column
  }

  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse
  }
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/dm-sans-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/dm-sans-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'PP Object Sans';
  src: url(../fonts/PPObjectSans-Regular.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'PP Object Sans';
  src: url(../fonts/PPObjectSans-Regular.woff2) format("woff2"), url(../fonts/PPObjectSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

body::-webkit-scrollbar {
  width: 6px;
  background: 0 0
}

body::-webkit-scrollbar-track {
  background: 0 0
}

body::-webkit-scrollbar-thumb {
  background: rgba(154, 26, 255, .6);
  border-radius: 16px;
  -webkit-transition: background .3s;
  transition: background .3s
}

body::-webkit-scrollbar-thumb:hover {
  background: rgba(154, 26, 255, .8);
  -webkit-transition: background .3s;
  transition: background .3s
}

img.lazy {
  transition: .3s;
  transition-property: opacity, visibility
}

img.lazy:not(.loaded) {
  visibility: hidden;
  opacity: 0
}

svg {
  display: inline-block;
  vertical-align: middle;
  transition-timing-function: ease-in;
  transition-duration: .2s;
  transition-property: fill, stroke
}

[type=button],
[type=submit],
a,
button {
  transition-timing-function: ease-in;
  transition-duration: .2s;
  transition-property: color, border-color, background-color, opacity, transform
}

[type=button] svg,
[type=submit] svg,
a svg,
button svg {
  fill: currentColor
}

.h1,
h1 {
  letter-spacing: -.045em
}

@media print,
screen and (min-width:40em) {

  .h1,
  h1 {
    letter-spacing: -.04em
  }
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.02em;
  line-height: 1.15
}

.h2,
h2 {
  line-height: .88
}

.h1,
.h3,
h1,
h3 {
  line-height: 1
}

.grid-container {
  position: relative;
  z-index: 1
}

@media screen and (min-width:120em) {
  .grid-container {
    max-width: 2000px
  }
}

@media screen and (min-width:120em) {
  p {
    font-size: 18px
  }
}

.is-style-subheader,
.zg-extra-text {
  display: block;
  font: 400 18px/28px "PP Object Sans", sans-serif;
  letter-spacing: -.002em;
  text-transform: uppercase;
  color: rgba(241, 241, 241, .7)
}

.zg-text-content {
  letter-spacing: -.002em
}

@media print,
screen and (max-width:39.99875em) {
  .zg-text-content+.zg-text-content {
    margin-top: 24px
  }
}

@media screen and (min-width:120em) {
  .zg-text-content {
    font-size: 18px
  }
}

.zg-text-content>:last-child {
  margin-bottom: 0
}

.zg-text-content a {
  display: inline-block;
  position: relative
}

.zg-text-content a:after {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 6px;
  transition: transform .3s cubic-bezier(.08, .45, .33, 1.01);
  transform-origin: 0 0
}

@media (hover) {
  .zg-text-content a:hover:after {
    transform: scaleX(0)
  }
}

.zg-text-content ul {
  margin-left: 0;
  list-style: none
}

.zg-text-content ul li {
  padding-left: 40px;
  text-indent: -40px
}

.zg-text-content ul li::before {
  content: '';
  margin-right: 22px;
  margin-left: 10px;
  width: 8px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle
}

.zg-text-content ul li+li {
  margin-top: 16px
}

.zg-block-img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.error404 .off-canvas-content,
.error404 .off-canvas-wrapper {
  overflow-y: visible !important
}

.not-found-page {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px
}

@media print,
screen and (min-width:40em) {
  .not-found-page {
    height: 100vh;
    padding-top: 188px
  }
}

.not-found-page__bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0;
  width: 640px
}

@media print,
screen and (min-width:40em) {
  .not-found-page__bg {
    width: auto
  }
}

@media print,
screen and (max-width:63.99875em) {
  .not-found-page__bg {
    height: 800px
  }
}

.not-found-page__text {
  color: #f1f1f1
}

@media print,
screen and (min-width:64em) {
  .not-found-page__text {
    max-width: 60%
  }
}

.not-found-page__text>p {
  margin-bottom: 32px
}

.not-found-page+.grid-container {
  display: none
}

.not-found-page .zg-line-h {
  margin-top: 60px
}

.not-found {
  font-family: "PP Object Sans", sans-serif;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 180px;
  letter-spacing: -.04em;
  color: #fff
}

.not-found>img {
  max-height: 180px
}

@media print,
screen and (min-width:64em) {
  .not-found {
    font-size: 206px
  }

  .not-found>img {
    max-height: 220px
  }
}

@media screen and (min-width:75em) {
  .not-found {
    font-size: 318px
  }

  .not-found>img {
    max-height: none
  }
}

.not-found>.h2 {
  font-size: inherit
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#wpadminbar {
  position: fixed !important
}

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

@media print,
screen and (min-width:40em) {
  .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}

@media screen and (min-width:75em) {
  .grid-padding-x {
    margin-left: -1rem;
    margin-right: -1rem
  }
}

.align-baseline {
  align-items: baseline
}

@media print,
screen and (min-width:40em) {
  .medium-align-top {
    align-items: flex-start
  }
}

@media print,
screen and (min-width:40em) {
  .medium-align-center {
    justify-content: center
  }
}

@media screen and (min-width:75em) {
  .grid-x>.xlarge-1-5 {
    width: 11%;
    flex: 0 0 auto
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-2-5 {
    width: 19%;
    flex: 0 0 auto
  }
}

.ml-xxs {
  margin-left: 16px
}

.mb-0 {
  margin-bottom: 0
}

.mb-xxs {
  margin-bottom: 16px
}

.mb-xs {
  margin-bottom: 24px
}

.mb-s {
  margin-bottom: 32px
}

.mb-m {
  margin-bottom: 80px
}

.mb-l {
  margin-bottom: 120px
}

.mb-xl {
  margin-bottom: 160px
}

.mb-xxl {
  margin-bottom: 200px
}

.mb-xxxl {
  margin-bottom: 240px
}

@media print,
screen and (min-width:40em) {
  .medium-mb-0 {
    margin-bottom: 0
  }
}

@media print,
screen and (min-width:40em) {
  .medium-mb-s {
    margin-bottom: 32px
  }
}

@media print,
screen and (min-width:40em) {
  .medium-mb-m {
    margin-bottom: 80px
  }
}

@media print,
screen and (min-width:40em) {
  .medium-mb-l {
    margin-bottom: 120px
  }
}

@media print,
screen and (min-width:40em) {
  .medium-mb-xl {
    margin-bottom: 160px
  }
}

@media print,
screen and (min-width:40em) {
  .medium-mb-xxl {
    margin-bottom: 200px
  }
}

@media print,
screen and (min-width:40em) {
  .medium-mb-xxxl {
    margin-bottom: 240px
  }
}

@media print,
screen and (min-width:64em) {
  .large-mb-0 {
    margin-bottom: 0
  }
}

@media print,
screen and (min-width:64em) {
  .large-mb-xl {
    margin-bottom: 160px
  }
}

@media print,
screen and (min-width:64em) {
  .large-mb-l {
    margin-bottom: 120px
  }
}

@media print,
screen and (min-width:64em) {
  .large-mb-xxl {
    margin-bottom: 200px
  }
}

@media print,
screen and (min-width:64em) {
  .large-mb-xxxl {
    margin-bottom: 240px
  }
}

@media screen and (min-width:75em) {
  .xlarge-mb-l {
    margin-bottom: 120px
  }
}

@media screen and (min-width:75em) {
  .xlarge-mb-xxl {
    margin-bottom: 200px
  }
}

@media screen and (min-width:85em) {
  .xxlarge-mb-xxl {
    margin-bottom: 200px
  }
}

@media screen and (min-width:85em) {
  .xxlarge-mb-xxxl {
    margin-bottom: 240px
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-mb-xl {
    margin-bottom: 160px
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-mb-xxxl {
    margin-bottom: 240px
  }
}

@media screen and (min-width:120em) {
  .xxxlarge-mb-xxxxl {
    margin-bottom: 340px
  }
}

@media screen and (min-width:75em) {
  .grid-padding-x>.cell.xlarge-cell-collapse {
    padding-right: 0
  }
}

.hidden {
  display: none
}

.overflow-hidden {
  overflow: hidden
}

.screen-reader-response,
.visually-hidden,
.wpcf7-form .wpcf7-response-output {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px
}

.position-relative {
  position: relative;
  z-index: 1
}

.z-index-2 {
  z-index: 2
}

.zg-animation-spin {
  transform-origin: 50%;
  animation: spin 12s linear infinite
}

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

.zg-lottie-wrap {
  position: absolute;
  z-index: 2;
  will-change: transform;
  pointer-events: none
}

.line-mask {
  display: block;
  overflow: hidden
}

@media print,
screen and (min-width:40em) {

  h1:not(.zg-title-lines) .line-mask,
  h2:not(.zg-title-lines) .line-mask,
  h3:not(.zg-title-lines) .line-mask {
    margin-bottom: -14px
  }
}

@media print,
screen and (min-width:40em) {

  h1:not(.zg-title-lines) .line,
  h2:not(.zg-title-lines) .line,
  h3:not(.zg-title-lines) .line {
    display: block;
    padding-bottom: 14px
  }
}

.zg-animation-morph,
.zg-animation-move {
  transform-origin: 50%;
  animation: move 12s ease-in-out infinite alternate
}

.zg-animation-morph--reverse,
.zg-animation-move--reverse {
  animation-direction: alternate-reverse
}

.zg-animation-morph {
  animation-name: morph
}

@keyframes move {
  0% {
    transform: scaleX(1)
  }

  20% {
    transform: scale(1, .9) translateX(3%) rotate(-5deg)
  }

  50% {
    transform: scale(1.1, 1) translateX(-3%) rotate(0)
  }

  80% {
    transform: scale(1.1, 1.1) translate(3%, 5%)
  }

  100% {
    transform: scale(1, 1) translate(3%, 5%) rotate(5deg)
  }
}

@keyframes morph {
  0% {
    transform: scaleX(1)
  }

  20% {
    transform: scale(1, .95) translateX(2%)
  }

  50% {
    transform: scale(.95, 1) skewX(2deg) translateX(3%)
  }

  80% {
    transform: scale(1, .95) translate(3%, -4%)
  }

  100% {
    transform: scale(1, 1) skewX(-2deg) translate(0, -3%)
  }
}

.zg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition-property: background, top;
  transition-duration: .3s, .5s;
  transition-timing-function: ease-in, cubic-bezier(.57, .76, .14, .92)
}

.zg-header.zg-hidden {
  top: -70px
}

.zg-header.has-bg {
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.offcanvas-open .zg-header {
  top: 0;
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.admin-bar .zg-header {
  margin-top: 32px
}

.zg-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0
}

.zg-toggle {
  width: 24px;
  height: 36px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 0;
  margin-left: 26px
}

.zg-toggle span {
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  background-color: currentColor;
  transition: visibility 0s ease .3s
}

.zg-toggle:after,
.zg-toggle:before {
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: currentColor;
  position: absolute;
  transition: top .3s ease .3s, width .3s ease .3s, transform .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transform-origin: 50% 50%
}

.zg-toggle:before {
  top: 10px
}

.zg-toggle:after {
  top: 26px
}

.zg-toggle.close span {
  visibility: hidden
}

.zg-toggle.close:after,
.zg-toggle.close:before {
  top: 18px;
  transition: top .3s ease, width .3s ease, transform .3s cubic-bezier(.215, .61, .355, 1) .3s
}

.zg-toggle.close:after {
  transform: rotate(-45deg)
}

.zg-toggle.close:before {
  transform: rotate(45deg)
}

.off-canvas {
  height: 100vh
}

.off-canvas>ul.menu {
  padding: 1rem
}

.off-canvas>ul.menu a {
  color: #fff
}

.menu a {
  font: 400 12px/1 "PP Object Sans", sans-serif;
  letter-spacing: -.002em;
  color: #f1f1f1
}

@media (hover) {
  .menu a:hover {
    color: rgba(241, 241, 241, .5)
  }
}

@media screen and (min-width:120em) {
  .menu a {
    font-size: 16px
  }
}

.cc-window .menu .cc-btn,
.cc-window .menu .cc-deny,
.menu .button,
.menu .cc-window .cc-btn,
.menu .cc-window .cc-deny {
  line-height: 34px;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 17px;
  font-size: 12px;
  color: #f1f1f1
}

.cc-window .menu .cc-btn:hover,
.cc-window .menu .cc-deny:hover,
.menu .button:hover,
.menu .cc-window .cc-btn:hover,
.menu .cc-window .cc-deny:hover {
  color: #f1f1f1
}

@media screen and (min-width:120em) {

  .cc-window .menu .cc-btn,
  .cc-window .menu .cc-deny,
  .menu .button,
  .menu .cc-window .cc-btn,
  .menu .cc-window .cc-deny {
    font-size: 16px
  }
}

@media print,
screen and (min-width:40em) {
  .zg-desktop-nav li+li {
    margin-left: 32px
  }
}

.zg-footer {
  padding: 40px 0;
  position: relative;
  z-index: 0
}

@media print,
screen and (min-width:40em) {
  .zg-footer {
    padding: 50px 0 60px
  }
}

.error404 .zg-footer {
  display: none
}

.zg-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #fff
}

@media print,
screen and (max-width:39.99875em) {
  .zg-to-top {
    margin-top: -31px
  }
}

@media (hover) {
  .zg-to-top:hover {
    color: rgba(255, 255, 255, .5)
  }
}

.zg-to-top:active {
  color: #9a1aff
}

.zg-socilas {
  margin: -20px -10px 0;
  justify-content: space-between
}

@media print,
screen and (min-width:40em) {
  .zg-socilas {
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-socilas {
    justify-content: flex-end
  }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
  .zg-socilas {
    margin-left: -15px;
    margin-right: -15px
  }
}

.zg-socilas li {
  margin: 20px 10px 0
}

@media print,
screen and (min-width:40em) {
  .zg-socilas li {
    margin-left: 20px;
    margin-right: 20px
  }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
  .zg-socilas li {
    margin-left: 15px;
    margin-right: 15px
  }
}

.zg-socilas a {
  font-size: 18px;
  text-transform: lowercase;
  position: relative
}

@media screen and (min-width:120em) {
  .zg-socilas a {
    font-size: 22px
  }
}

.zg-socilas a:after {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: -2px;
  transition: transform .3s cubic-bezier(.08, .45, .33, 1.01);
  transform-origin: 0 0;
  transform: scaleX(0)
}

@media (hover) {
  .zg-socilas a:hover {
    color: #fff
  }

  .zg-socilas a:hover:after {
    transform: scaleX(1)
  }
}

.zg-logo-footer {
  display: inline-flex
}

@media print,
screen and (min-width:40em) {
  .zg-logo-footer {
    margin-bottom: 45px
  }
}

@media screen and (min-width:120em) {
  .zg-logo-footer img {
    width: 181px
  }
}

.zg-footer-nav {
  margin-bottom: 60px;
  margin-top: 40px
}

@media print,
screen and (min-width:40em) {
  .zg-footer-nav {
    margin: 0
  }
}

.zg-footer-nav li+li {
  margin-top: 26px
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zg-footer-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch
  }
}

.zgraya {
  font: 400 12px/14px "DM Sans", sans-serif;
  letter-spacing: -.002em;
  color: rgba(241, 241, 241, .7);
  display: inline-flex;
  align-items: center;
  opacity: .8
}

@media print,
screen and (max-width:39.99875em) {
  .zgraya {
    margin-top: 66px
  }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zgraya {
    margin-top: 34px
  }
}

@media print,
screen and (min-width:64em) {
  .zgraya {
    margin-top: 58px
  }
}

@media screen and (min-width:120em) {
  .zgraya {
    font-size: 14px
  }

  .zgraya svg {
    width: 57px;
    height: 11px
  }
}

.zgraya a {
  color: #f1f1f1
}

@media (hover) {
  .zgraya a:hover {
    color: #00fda8
  }
}

.zgraya a,
.zgraya svg {
  display: block;
  flex-shrink: 0
}

.zgraya a {
  margin: 3px 0 0 5px
}

.zg-footer-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
  overflow: hidden
}

body#tinymce {
  height: auto;
  max-width: 90rem;
  padding: 1.25rem !important
}

.zg-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  z-index: 99
}

button,
label {
  cursor: pointer
}

.button,
.cc-window .cc-btn,
.cc-window .cc-deny {
  text-decoration: none;
  color: #000;
  background-color: #00fda8;
  border-radius: 25px;
  font: 400 18px/48px "PP Object Sans", sans-serif;
  display: inline-flex;
  letter-spacing: -.002em;
  padding: 0 48px;
  align-items: center;
  justify-content: center;
  background-size: 0 0;
  transition-property: color, background, border-radius, background-size;
  transition-timing-function: cubic-bezier(.08, .45, .33, 1.01)
}

@media (hover) {

  .button:hover,
  .cc-window .cc-btn:hover,
  .cc-window .cc-deny:hover {
    border-radius: 8px;
    background-size: 100% 100%;
    color: #000;
    background-color: #00fda8
  }
}

.button:active,
.cc-window .cc-btn:active,
.cc-window .cc-deny:active {
  background-size: 800% 800%
}

@media screen and (min-width:120em) {

  .button,
  .cc-window .cc-btn,
  .cc-window .cc-deny {
    font-size: 22px;
    line-height: 54px
  }
}

.button--small {
  font-size: 12px;
  line-height: 34px;
  border-radius: 17px;
  padding: 0 20px
}

.button svg,
.cc-window .cc-btn svg,
.cc-window .cc-deny svg {
  margin-left: 16px;
  flex-shrink: 0;
  filter:  brightness(0) invert(0);
}

.button--thin-outline,
.cc-window .cc-deny {
  border: 1px solid #313131
}

.menu-button {
  text-decoration: none;
  color: #000;
  background-color: #00fda8;
  border-radius: 25px;
  font: 400 18px/38px "PP Object Sans", sans-serif;
  font-size: 14px;
  display: inline-flex;
  letter-spacing: -.002em;
  padding: 0 22px;
  margin-left: 20px;
  align-items: center;
  justify-content: center;
  background-size: 0 0;
  transition-property: color, background, border-radius, background-size, padding;
  transition-timing-function: cubic-bezier(.08, .45, .33, 1.01)
}

.menu-button:hover {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  padding: 3px 22px;
}

.zg-creeping-line {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 72px
}

@media print,
screen and (min-width:40em) {
  .zg-creeping-line {
    height: 116px
  }
}

@media screen and (min-width:120em) {
  .zg-creeping-line {
    height: 118px
  }
}

.zg-creeping-line__inner {
  position: absolute;
  width: 400vw;
  transform: translateX(-50%);
  left: 50%
}

@media print,
screen and (min-width:40em) {
  .zg-creeping-line__inner {
    width: 4000px
  }
}

.zg-creeping-line__item {
  position: absolute;
  padding: 16px 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  margin: 0
}

@media print,
screen and (min-width:40em) {
  .zg-creeping-line__item {
    padding: 32px 0
  }
}

.zg-creeping-line__item svg {
  fill: none;
  width: 40px;
  height: 40px;
  margin: 0 24px;
  flex-shrink: 0
}

@media print,
screen and (min-width:40em) {
  .zg-creeping-line__item svg {
    width: 52px;
    height: 52px;
    margin: 0 33px
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0)
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0)
  }
}

@keyframes marquee2 {
  0% {
    transform: translate3d(100%, 0, 0)
  }

  100% {
    transform: translate3d(-100%, 0, 0)
  }
}

.off-canvas-content {
  overflow: hidden
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}

.zg-offcanvas {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
  padding: 108px 0 60px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateY(-100%);
  transition: transform .8s cubic-bezier(.81, 0, .2, 1);
  transform-origin: 50% 0;
  transition-delay: .8s
}

.zg-offcanvas.active {
  transition-delay: 0s;
  transform: translateY(0)
}

.cc-window .zg-offcanvas.active .cc-btn,
.cc-window .zg-offcanvas.active .cc-deny,
.zg-offcanvas.active .button,
.zg-offcanvas.active .cc-window .cc-btn,
.zg-offcanvas.active .cc-window .cc-deny {
  opacity: 1;
  transition-delay: .3s
}

.cc-window .zg-offcanvas .cc-btn,
.cc-window .zg-offcanvas .cc-deny,
.zg-offcanvas .button,
.zg-offcanvas .cc-window .cc-btn,
.zg-offcanvas .cc-window .cc-deny {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.81, 0, .2, 1);
  transition-delay: 0s
}

@media print,
screen and (max-width:63.99875em) {
  body.offcanvas-open {
    overflow: hidden;
    height: 100vh
  }
}

.zg-offcanvas-menu {
  margin-bottom: 80px
}

@media print,
screen and (min-width:40em) {
  .zg-offcanvas-menu {
    margin-bottom: 60px
  }
}

.zg-offcanvas-menu li {
  overflow: hidden
}

.zg-offcanvas-menu a {
  display: block;
  padding: 24px 0;
  font-size: 36px;
  transition: transform 1s cubic-bezier(.81, 0, .2, 1);
  transition-delay: 0s;
  transform: translateY(100%)
}

@media print,
screen and (min-width:40em) {
  .zg-offcanvas-menu a {
    font-size: 38px
  }
}

.zg-offcanvas.active .zg-offcanvas-menu a {
  transition-delay: .4s;
  transform: translateY(0)
}

.zg-offcanvas-menu li+li:before,
.zg-offcanvas-menu:after {
  content: '';
  height: 1px;
  display: block;
  background: #313131;
  transition: transform 1s cubic-bezier(.81, 0, .2, 1);
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition-delay: 0s
}

.zg-offcanvas.active .zg-offcanvas-menu li+li:before,
.zg-offcanvas.active .zg-offcanvas-menu:after {
  transition-delay: .4s;
  transform: scaleX(1)
}

.zg-offcanvas-menu:after {
  background: #fff
}

.zg-top-bar-menu {
  transition: 1s cubic-bezier(.81, 0, .2, 1);
  transition-property: opacity, visibility;
  transition-delay: .4s
}

.offcanvas-open .zg-top-bar-menu {
  transition-delay: 0s
}

@media print,
screen and (max-width:63.99875em) {
  .offcanvas-open .zg-top-bar-menu {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
  -webkit-user-select: none;
  user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
  display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
  display: block
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide__progress__bar {
  width: 0
}

.splide {
  outline: 0;
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__slider {
  position: relative
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

.zg-box {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(1, 1, 1, .5);
  padding: 15px 15px 26px;
  background: #010101;
  position: relative
}

.zg-box--alt {
  padding: 11px
}

@media print,
screen and (min-width:40em) {
  .zg-box {
    border-radius: 16px
  }
}

a.zg-box {
  background-size: 0 0;
  transition-duration: .6s;
  transition-property: color, transform;
  transition-timing-function: cubic-bezier(.08, .45, .33, 1.01);
  position: relative
}

@media (hover) {
  a.zg-box:hover {
    transform: translateY(-80px)
  }

  a.zg-box:hover:before {
    opacity: 1
  }
}

a.zg-box>* {
  position: relative;
  z-index: 1
}

a.zg-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/web/20230516033320im_/https://releap.xyz/wp-content/themes/releap/dist/assets/images/card-bg.svg);
  background-size: cover;
  transition-duration: .5s;
  transition-property: opacity;
  transition-timing-function: inherit;
  opacity: 0
}

.zg-box-inner {
  padding: 0 20px 20px
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zg-box-inner {
    padding: 0 12px 12px
  }
}

.zg-box-title-small {
  font: 400 18px/1 "PP Object Sans", sans-serif;
  letter-spacing: -.002em;
  color: #fff;
  margin-bottom: 8px
}

.zg-box-meta {
  font-size: 16px;
  letter-spacing: -.002em;
  color: rgba(241, 241, 241, .7);
  white-space: nowrap
}

@media screen and (min-width:120em) {
  .zg-box-meta {
    font-size: 18px
  }
}

.zg-box-img {
  display: block;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media print,
screen and (min-width:40em) {
  .zg-box-img {
    border-radius: 16px;
    margin-bottom: 18px
  }
}

.zg-box-img img {
  display: block;
  width: 100%;
  border-radius: inherit
}

.zg-box-img--mb-s {
  margin-bottom: 28px
}

@media print,
screen and (min-width:40em) {
  .zg-box-img--mb-s {
    margin-bottom: 32px
  }
}

.zg-box-footer {
  display: flex;
  align-items: center
}

.zg-box-footer a {
  flex-shrink: 0;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  overflow: hidden
}

.zg-box-footer a+a {
  margin-left: 24px
}

@media (hover) {
  .zg-box-footer a:hover {
    color: rgba(255, 255, 255, .7)
  }
}

@media screen and (min-width:120em) {
  .zg-box-footer a svg {
    width: 44px;
    height: 44px
  }
}

.zg-accordion-title {
  cursor: pointer;
  padding: 24px 0;
  margin: 0;
  transition: color .3s ease-in-out
}

@media print,
screen and (min-width:40em) {
  .zg-accordion-title {
    padding: 32px 0
  }
}

@media (hover) {
  .zg-accordion-title:hover {
    color: rgba(255, 255, 255, .7)
  }
}

.zg-accordion-text {
  padding-bottom: 24px
}

@media print,
screen and (min-width:40em) {
  .zg-accordion-text {
    padding-bottom: 32px
  }
}

.zg-accordion-body {
  display: none;
  overflow: hidden
}

.zg-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none
}

.zg-shape--faq {
  right: -20px;
  top: -60px;
  width: 159px
}

@media print,
screen and (min-width:40em) {
  .zg-shape--faq {
    width: 209px;
    right: 0;
    top: -40px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-shape--faq {
    left: 20%;
    width: 203px;
    right: auto;
    top: 0
  }
}

@media screen and (min-width:75em) {
  .zg-shape--faq {
    left: 18%;
    width: 308px;
    top: -90px
  }
}

.zg-shape--team {
  width: 522px;
  bottom: -60px;
  right: -400px
}

@media print,
screen and (min-width:64em) {
  .zg-shape--team {
    right: -250px
  }
}

@media screen and (min-width:75em) {
  .zg-shape--team {
    width: 737px
  }
}

.zg-shape--subscribe-1 {
  top: -100px;
  right: 48%
}

.zg-shape--subscribe-2 {
  top: -80px;
  right: 75%
}

.zg-shape--process {
  width: 160px;
  left: 100%;
  top: -40px;
  margin-left: -40px
}

@media print,
screen and (min-width:40em) {
  .zg-shape--process {
    width: 320px;
    margin-left: -30px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-shape--process {
    width: 420px;
    top: -120px
  }
}

@media screen and (min-width:85em) {
  .zg-shape--process {
    width: 532px;
    top: -155px;
    margin-left: -90px
  }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  margin: 0 0 25px 0;
  color: #fff;
  box-shadow: none;
  font: 400 16px/1.75 "DM Sans", sans-serif;
  letter-spacing: -.002em;
  width: 100%;
  outline: 0;
  padding: 8px 0;
  transition-timing-function: ease-in;
  transition-duration: .2s;
  transition-property: color, border-color, background-color, opacity, transform
}

[type=color][aria-invalid=true],
[type=date][aria-invalid=true],
[type=datetime-local][aria-invalid=true],
[type=datetime][aria-invalid=true],
[type=email][aria-invalid=true],
[type=month][aria-invalid=true],
[type=number][aria-invalid=true],
[type=password][aria-invalid=true],
[type=search][aria-invalid=true],
[type=tel][aria-invalid=true],
[type=text][aria-invalid=true],
[type=time][aria-invalid=true],
[type=url][aria-invalid=true],
[type=week][aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  border-color: #fd3860
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #fff
}

textarea {
  height: 29px;
  resize: none
}

.zg-form {
  background-color: #010101;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 16px;
  padding: 24px
}

@media print,
screen and (min-width:40em) {
  .zg-form {
    padding: 50px
  }
}

.wpcf7.success {
  opacity: 0;
  pointer-events: none
}

.wpcf7.success+.zg-modal-window__message {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s ease
}

.wpcf7-form {
  position: relative
}

@media print,
screen and (min-width:40em) {

  .cc-window .wpcf7-form .cc-deny,
  .wpcf7-form .button--thin-outline,
  .wpcf7-form .cc-window .cc-deny {
    margin-left: 24px
  }
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  margin-top: 5px;
  color: #fd3860
}

.cc-window {
  position: fixed;
  z-index: 13;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: #010101;
  border-top: 1px solid #fff;
  transition: opacity .3s
}

@media print,
screen and (min-width:40em) {
  .cc-window {
    flex-direction: row;
    align-items: center
  }
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-window .cc-compliance {
  display: flex;
  flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
  .cc-window .cc-compliance {
    flex-direction: row-reverse;
    margin-left: 40px
  }
}

@media print,
screen and (min-width:64em) {
  .cc-window .cc-compliance {
    margin-left: 80px
  }
}

.cc-window .cc-message {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.002em;
  color: #fff;
  margin-bottom: 24px
}

@media print,
screen and (min-width:40em) {
  .cc-window .cc-message {
    margin-bottom: 0
  }
}

.cc-window .cc-allow {
  margin-bottom: 16px
}

@media print,
screen and (min-width:40em) {
  .cc-window .cc-allow {
    margin-right: 24px;
    margin-bottom: 0
  }
}

.cc-window .cc-allow::after {
  display: inline-block;
  content: "";
  height: 14px;
  width: 20px;
  margin-left: 16px;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.cc-revoke {
  display: none !important
}

.zg-modal-window {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 1rem;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out;
  transition-property: opacity, visibility
}

.zg-modal-window__inner {
  max-width: 577px;
  opacity: 0;
  transform: translateY(-30%);
  transition-timing-function: ease-in;
  transition-duration: .2s;
  transition-property: color, border-color, background-color, opacity, transform
}

.zg-modal-window.modal-active {
  opacity: 1;
  visibility: visible
}

.zg-modal-window.modal-active .zg-modal-window__inner {
  opacity: 1;
  transform: translateY(0)
}

.zg-modal-window__title {
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 16px
}

.zg-modal-window__text {
  font-size: 16px;
  max-width: 400px;
  line-height: 1.75;
  letter-spacing: -.002em;
  margin-bottom: 30px
}

.zg-modal-window__message {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #010101;
  z-index: 1;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.002em;
  pointer-events: none;
  transition: opacity .3s ease
}

.zg-modal-window__message::after {
  display: block;
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: -24px;
  bottom: -24px;
  background: linear-gradient(180deg, rgba(28, 39, 222, .2) 8.69%, rgba(44, 204, 255, .54) 101.75%);
  opacity: .7;
  filter: blur(200px)
}

@media print,
screen and (min-width:64em) {
  .zg-modal-window__message::after {
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px
  }
}

@media print,
screen and (min-width:64em) {

  .zg-modal-window__message h3,
  .zg-modal-window__message h4,
  .zg-modal-window__message h5,
  .zg-modal-window__message>h2 {
    margin-bottom: 30px
  }
}

.zg-modal-window__message>svg {
  position: absolute;
  right: 0;
  bottom: 0
}

.zg-modal-window__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px
}

@media print,
screen and (max-width:39.99875em) {

  .cc-window .zg-modal-window__buttons>.cc-btn:not(:first-child),
  .cc-window .zg-modal-window__buttons>.cc-deny:not(:first-child),
  .zg-modal-window__buttons>.button:not(:first-child) {
    margin-top: 20px
  }
}

@media print,
screen and (min-width:40em) {
  .zg-modal-window__buttons {
    align-items: center;
    flex-direction: row
  }
}

* {
  cursor: none !important
}

.cursor {
  display: none
}

@media (any-pointer:fine) {
  .cursor {
    position: fixed;
    display: block;
    pointer-events: none;
    z-index: 999;
    opacity: 0;
    transform-origin: 0 0;
    transform: scale(.25)
  }

  .cursor__text {
    font-size: 16px;
    letter-spacing: -.002em;
    color: #010101
  }

  .cursor__inner {
    background-color: #00fda8;
    width: 78px;
    height: 78px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.zg-section-title {
  margin-bottom: 32px
}

@media print,
screen and (min-width:40em) {
  .zg-section-title {
    margin-bottom: 120px
  }
}

@media screen and (min-width:120em) {
  .zg-section-title--max {
    max-width: 870px
  }
}

.zg-section-bg {
  position: absolute;
  max-width: initial;
  pointer-events: none;
  z-index: 0
}

.zg-section-bg--intro {
  top: -100px;
  width: 611px;
  left: -30%
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--intro {
    width: 140%;
    left: -80px;
    top: -100px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-section-bg--intro {
    top: -150px;
    max-width: 100%;
    margin-left: -600px;
    left: 50%;
    width: auto
  }
}

@media screen and (min-width:75em) {
  .zg-section-bg--intro {
    margin-left: -750px
  }
}

.zg-section-bg--about {
  top: -350px;
  width: 962px;
  height: auto;
  left: -70%
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--about {
    width: 2300px;
    left: 50%;
    transform: translate(-60%, -50%);
    top: 50%
  }
}

@media print,
screen and (min-width:64em) {
  .zg-section-bg--about {
    transform: translate(-62%, -48%)
  }
}

@media screen and (min-width:75em) {
  .zg-section-bg--about {
    transform: translate(-64%, -42%)
  }
}

.zg-section-bg--discover {
  width: 869px;
  right: -230px;
  bottom: -250px
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--discover {
    width: auto;
    right: -64%;
    bottom: -200px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-section-bg--discover {
    right: -50%;
    bottom: -300px
  }
}

@media screen and (min-width:75em) {
  .zg-section-bg--discover {
    right: 50%;
    transform: translateX(44%);
    bottom: -430px
  }
}

.zg-section-bg--process {
  right: -250px;
  top: -18%;
  width: 800px
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--process {
    top: 30%;
    transform: translateY(-50%);
    right: -200px;
    left: auto;
    width: initial
  }
}

.zg-section-bg--roadmap {
  left: 50%;
  top: 50%;
  width: 1030px;
  transform: translate(-40%, -60%)
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--roadmap {
    transform: translate(-33%, -46%);
    left: auto;
    width: initial
  }
}

@media print,
screen and (min-width:64em) {
  .zg-section-bg--roadmap {
    left: 50%;
    transform: translate(-70%, -44%)
  }
}

@media screen and (min-width:75em) {
  .zg-section-bg--roadmap {
    top: 5%;
    transform: translate(-70%, 0)
  }
}

.zg-section-bg--earn {
  top: 50%;
  left: 50%;
  transform: translate(-65%, -75%);
  width: 700px
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--earn {
    width: auto;
    transform: translate(-85%, -55%)
  }
}

.zg-section-bg--faq {
  left: 50%;
  top: -200px;
  transform: translateX(-45%);
  width: 1000px
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--faq {
    width: initial;
    left: auto;
    right: -400px;
    top: -450px;
    transform: translateX(0)
  }
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--faq {
    top: -550px;
    right: -450px
  }
}

@media screen and (min-width:75em) {
  .zg-section-bg--faq {
    right: 50%;
    top: -300px;
    transform: translateX(80%)
  }
}

.zg-section-bg--footer {
  right: -130px;
  bottom: -300px;
  width: 626px
}

@media print,
screen and (min-width:40em) {
  .zg-section-bg--footer {
    width: 1154px;
    bottom: -200px;
    right: -220px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-section-bg--footer {
    bottom: -260px;
    right: -140px
  }
}

@media screen and (min-width:75em) {
  .zg-section-bg--footer {
    bottom: -460px;
    right: -100px
  }
}

@media screen and (min-width:85em) {
  .zg-section-bg--footer {
    right: 50%;
    transform: translateX(75%)
  }
}

.zg-subtitle {
  font: 400 12px/14px "PP Object Sans", sans-serif;
  letter-spacing: -.002em;
  display: inline-block
}

@media screen and (min-width:120em) {
  .zg-subtitle {
    font-size: 16px
  }
}

.zg-section-hero {
  padding-top: 152px;
  padding-bottom: 120px
}

@media print,
screen and (min-width:40em) {
  .zg-section-hero {
    padding-top: 148px;
    padding-bottom: 160px
  }
}

@media screen and (min-width:75em) {
  .zg-section-hero {
    padding-top: 230px;
    padding-bottom: 200px
  }
}

.zg-intro-title {
  margin-bottom: 80px;
  line-height: 1
}

.zg-intro-title svg {
  max-width: 100%;
  height: auto
}

@media screen and (min-width:120em) {
  .zg-solana-logo {
    width: 180px
  }
}

@media screen and (min-width:120em) {
  .zg-intro-circle {
    width: 100px
  }
}

.zg-intro-cell {
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
  line-height: 1
}

span.zg-intro-cell:not(.cell):not(.flex-container) {
  display: block
}

.zg-line-h {
  height: 1px;
  background: #fff;
  display: block
}

.zg-line-h--fade {
  opacity: .2
}

.zg-line-v {
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none
}

.zg-line-v--right {
  left: auto;
  right: 0
}

@media print,
screen and (max-width:39.99875em) {
  .zg-section-grid {
    min-height: 610px;
    padding: 0 0 40px;
    display: flex;
    align-items: flex-end
  }

  .zg-section-grid .grid-container {
    width: 100%
  }
}

@media print,
screen and (min-width:40em) {
  .zg-section-grid {
    padding: 98px 0
  }
}

@media screen and (min-width:75em) {
  .zg-section-grid {
    padding: 115px 0
  }
}

.zg-section-grid--alt {
  min-height: initial;
  padding-top: 60px;
  padding-bottom: 176px;
  display: block
}

@media print,
screen and (min-width:40em) {
  .zg-section-grid--alt {
    padding-top: 16px;
    padding-bottom: 138px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-section-grid--alt {
    padding: 76px 0
  }
}

@media screen and (min-width:75em) {
  .zg-section-grid--alt {
    padding: 58px 0
  }
}

@media print,
screen and (max-width:39.99875em) {
  .zg-title-lines {
    font-size: 36px
  }
}

.zg-title-lines .line,
.zg-title-lines .line-mask {
  display: block;
  line-height: 1
}

@media print,
screen and (min-width:40em) {

  .zg-title-lines .line+.line,
  .zg-title-lines .line+.line-mask,
  .zg-title-lines .line-mask+.line,
  .zg-title-lines .line-mask+.line-mask {
    margin-top: 12px
  }

  .zg-title-lines .line-mask:nth-child(even),
  .zg-title-lines .line:nth-child(even) {
    padding-left: 30px
  }

  .zg-title-lines .line-mask:nth-child(odd),
  .zg-title-lines .line:nth-child(odd) {
    padding-left: 14px
  }
}

@media print,
screen and (min-width:64em) {

  .zg-title-lines .line-mask:nth-child(even),
  .zg-title-lines .line:nth-child(even) {
    padding-left: 78px
  }

  .zg-title-lines .line-mask:nth-child(odd),
  .zg-title-lines .line:nth-child(odd) {
    padding-left: 38px
  }
}

@media screen and (min-width:75em) {

  .zg-title-lines .line-mask:nth-child(even),
  .zg-title-lines .line:nth-child(even) {
    padding-left: 113px
  }
}

.zg-title-lines .line-mask:first-child,
.zg-title-lines .line:first-child {
  padding-left: 0
}

.zg-grid-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0
}

@media print,
screen and (max-width:39.99875em) {
  .zg-grid-bg {
    max-width: 470px;
    width: 100%
  }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zg-grid-bg {
    max-width: initial;
    width: 1160px;
    left: auto;
    right: 42px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-grid-bg {
    left: auto;
    right: 60px;
    width: 1200px;
    max-width: initial
  }
}

@media screen and (min-width:75em) {
  .zg-grid-bg {
    max-width: 100%;
    width: calc(100% - 120px)
  }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zg-grid-bg--alt {
    top: -16px;
    margin-top: 0
  }
}

@media print,
screen and (max-width:39.99875em) {
  .zg-grid-bg--small-alt {
    top: 0;
    margin-top: 0;
    width: 100%;
    max-width: initial;
    bottom: auto
  }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zg-grid-bg--team {
    width: 160%;
    left: -30%;
    right: -30%
  }
}

@media print,
screen and (max-width:74.99875em) {
  .zg-grid-bg--team {
    transform: translateY(100px)
  }
}

@media screen and (min-width:75em) {
  .zg-grid-bg--team {
    transform: translateY(104px)
  }
}

@media print,
screen and (max-width:39.99875em) {
  .zg-cd-line {
    left: -4px;
    top: 0;
    width: 862px
  }
}

@media print,
screen and (min-width:40em) {
  .zg-cd-line {
    top: 50%;
    left: -290px;
    transform: translate3d(0, -50%, 0);
    width: 1368px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-cd-line {
    left: -110px;
    width: 1318px
  }
}

@media screen and (min-width:75em) {
  .zg-cd-line {
    right: 0;
    left: 0;
    margin: auto;
    width: 1442px
  }
}

@media screen and (min-width:120em) {
  .zg-cd-line {
    width: 2100px
  }
}

.zg-playlist-screenshot {
  width: 592px;
  display: block
}

@media print,
screen and (min-width:40em) {
  .zg-playlist-screenshot {
    width: 823px
  }
}

@media screen and (min-width:75em) {
  .zg-playlist-screenshot {
    width: 899px
  }
}

@media screen and (min-width:120em) {
  .zg-playlist-screenshot {
    width: 1197px
  }
}

.zg-playlist-screenshot img {
  display: block;
  width: 100%
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
  .zg-socials-title {
    font-size: 72px
  }
}

.zg-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  margin: 0;
  width: 100%;
  min-width: 128px
}

@media print,
screen and (min-width:40em) {
  .zg-social-link {
    min-height: 96px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-social-link {
    min-height: 112px
  }
}

@media screen and (min-width:85em) {
  .zg-social-link {
    min-height: 152px
  }
}

@media screen and (min-width:120em) {
  .zg-social-link {
    min-height: 182px
  }
}

@media (hover) {
  .zg-social-link:hover {
    color: rgba(255, 255, 255, .5)
  }
}

.zg-social-link:active {
  color: #fff;
  background-color: #9a1aff
}

.zg-social-star {
  width: 48px;
  height: 48px
}

@media print,
screen and (min-width:64em) {
  .zg-social-star {
    width: 80px;
    height: 80px
  }
}

@media screen and (min-width:120em) {
  .zg-social-star {
    width: 120px;
    height: 120px
  }
}

.zg-section-process,
.zg-section-roadmap {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center
}

.zg-section-process .grid-container,
.zg-section-roadmap .grid-container {
  width: 100%
}

.zg-section-roadmap {
  padding-bottom: 80px
}

.zg-process-row {
  list-style: none;
  padding: 0;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content
}

.zg-process {
  width: 247px;
  margin-right: 40px;
  flex-shrink: 0
}

@media print,
screen and (min-width:40em) {
  .zg-process {
    width: 308px;
    margin-right: 30px
  }
}

.zg-process__index {
  margin-bottom: 24px
}

.zg-roadmap-wrap {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 12px
}

.zg-roadmap-line {
  margin-bottom: 45px
}

@media screen and (min-width:75em) {
  .zg-roadmap-line {
    margin-bottom: 93px
  }
}

@media print,
screen and (min-width:40em) {
  .zg-milestone {
    margin-right: 60px
  }
}

@media screen and (min-width:75em) {
  .zg-milestone {
    margin-right: 142px
  }
}

.zg-milestone:last-child {
  margin-right: 0
}

.zg-milestone__suptitle {
  margin-bottom: 12px
}

@media print,
screen and (min-width:40em) {
  .zg-milestone__suptitle {
    margin-bottom: 16px
  }
}

.zg-milestone__title {
  margin-bottom: 24px
}

@media print,
screen and (min-width:40em) {
  .zg-milestone__title {
    margin-bottom: 32px
  }
}

.zg-milestone__line {
  height: 25px;
  bottom: 100%;
  top: auto;
  margin-bottom: 33px
}

@media screen and (min-width:75em) {
  .zg-milestone__line {
    margin-bottom: 81px
  }
}

.zg-cd-fall {
  left: -204px;
  top: -238px;
  width: 520px
}

@media print,
screen and (min-width:40em) {
  .zg-cd-fall {
    top: -390px;
    left: -400px;
    width: 900px
  }
}

@media print,
screen and (min-width:64em) {
  .zg-cd-fall {
    top: -420px;
    left: -330px
  }
}

@media screen and (min-width:75em) {
  .zg-cd-fall {
    width: 1030px;
    left: -290px;
    top: -470px
  }
}

@media screen and (min-width:120em) {
  .zg-cd-fall {
    width: 1250px;
    top: -575px;
    left: -172px
  }
}

.zg-partner {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

@media print,
screen and (min-width:40em) {
  .zg-partner {
    border-radius: 16px;
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.zg-partner img {
  display: block;
  aspect-ratio: 306/118;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

.zg-tracks-count {
  align-items: baseline
}

.zg-tracks-count__total {
  margin-left: 17px;
  font: 400 18px/1 "PP Object Sans", sans-serif;
  letter-spacing: -.002em
}

.splide__arrow {
  color: #fff
}

.splide__arrow+.splide__arrow {
  margin-left: 24px
}

.splide__arrow:disabled {
  opacity: .2
}

.zg-team-slider,
.zg-tracks-slider {
  visibility: visible;
  margin: 0 -10px
}

@media print,
screen and (min-width:40em) {

  .zg-team-slider,
  .zg-tracks-slider {
    margin: 0 -15px
  }
}

@media screen and (min-width:75em) {

  .zg-team-slider,
  .zg-tracks-slider {
    margin: 0 -16px
  }
}

@media screen and (min-width:75em) {

  .zg-team-slider:after,
  .zg-team-slider:before,
  .zg-tracks-slider:after,
  .zg-tracks-slider:before {
    position: absolute;
    z-index: 3;
    content: '';
    width: 40vw;
    background: linear-gradient(90deg, #000 85%, rgba(0, 0, 0, 0) 100%);
    height: 150%;
    bottom: -5px;
    pointer-events: none
  }

  .zg-team-slider:before,
  .zg-tracks-slider:before {
    right: 100%
  }

  .zg-team-slider:after,
  .zg-tracks-slider:after {
    left: 100%;
    background: linear-gradient(-90deg, #000 85%, rgba(0, 0, 0, 0) 100%)
  }
}

.zg-team-slider .splide__arrows,
.zg-tracks-slider .splide__arrows {
  display: none
}

.zg-team-slider .splide__track,
.zg-tracks-slider .splide__track {
  overflow: visible
}

.zg-team-slider .zg-box,
.zg-tracks-slider .zg-box {
  height: inherit;
  margin: 0 10px
}

@media print,
screen and (min-width:40em) {

  .zg-team-slider .zg-box,
  .zg-tracks-slider .zg-box {
    margin: 0 15px
  }
}

@media screen and (min-width:75em) {

  .zg-team-slider .zg-box,
  .zg-tracks-slider .zg-box {
    margin: 0 16px
  }
}

.zg-tracks-slider .splide__track {
  padding-top: 80px;
  margin-top: -80px
}

.zg-tracks-slider.is-initialized .zg-box-wrap {
  height: 100%;
  position: relative
}

@media screen and (min-width:75em) {
  .zg-team-slider:after {
    left: 150%
  }
}

.zg-team-slider .zg-box {
  direction: ltr
}

.zg-team-slider.is-initialized .zg-box {
  height: 100%
}

.zg-team-controls {
  height: 26px
}

@media print,
screen and (max-width:39.99875em) {
  .zg-team-controls {
    margin-top: 67px;
    display: flex;
    justify-content: flex-end
  }
}

.zg-faq-title {
  position: relative;
  z-index: 2;
  pointer-events: none
}

@media print,
screen and (min-width:64em) {
  .zg-faq-title {
    margin-bottom: -88px
  }
}

.zg-faq-toggle {
  color: #fff
}

@media (hover) {
  .zg-faq-toggle:hover {
    color: rgba(255, 255, 255, .7)
  }
}

.zg-faq-toggle:before {
  content: attr(aria-label)
}

.zg-faq-toggle.opened:before {
  content: attr(data-text-less)
}

.zg-section-team {
  z-index: 2
}

@media print,
screen and (max-width:39.99875em) {
  .zg-section-team {
    background: url(images/grid-small-2.svg), url(images/grid-small-2.svg);
    background-repeat: no-repeat;
    background-size: 375px 333px;
    background-position: 50% 80px, 50% 356px
  }
}

@media print,
screen and (max-width:39.99875em) {
  .zg-subscribe-section>.zg-grid-bg {
    width: 500px
  }
}

.zg-page {
  padding-top: 150px;
  padding-bottom: 120px
}

@media print,
screen and (min-width:40em) {
  .zg-page {
    padding-top: 190px;
    padding-bottom: 240px
  }
}

.zg-page h2,
.zg-page h3,
.zg-page h4,
.zg-page h5 {
  margin-bottom: 32px
}

.zg-page p+.is-style-subheader {
  margin-top: 32px
}

.is-style-subheader {
  color: #fff
}

/*
     FILE ARCHIVED ON 03:33:20 May 16, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:36:50 Aug 29, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.528
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 5.434
  LoadShardBlock: 91.817 (3)
  PetaboxLoader3.datanode: 77.187 (4)
  load_resource: 53.907
  PetaboxLoader3.resolve: 39.831
*/