﻿
/* @group FOUNDATION */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 46.875em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

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

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.grid-container.fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.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 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .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.3333333333% - 1rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 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.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2rem);
  }
}
@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.3333333333% - 2rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 46.875em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 46.875em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 46.875em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1rem / 2);
}

@media print, screen and (min-width: 46.875em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
.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-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .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.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@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.3333333333% - 2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

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

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .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.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@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.3333333333% - 2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}

@media print, screen and (min-width: 46.875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  h1, .h1 {
    font-size: 4.8rem;
  }
  h2, .h2 {
    font-size: 4rem;
  }
  h3, .h3 {
    font-size: 3.1rem;
  }
  h4, .h4 {
    font-size: 2.5rem;
  }
  h5, .h5 {
    font-size: 2rem;
  }
  h6, .h6 {
    font-size: 1.6rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 140rem;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.2rem 0.4rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 1.3rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.2rem 0.5rem 0.1rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  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: 46.875em) {
  .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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-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^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 46.87375em), 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;
  }
}

.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;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    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;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.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: 46.875em) {
  .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;
  }
}
.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: 46.875em) {
  .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;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 46.875em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 46.875em) {
  .reveal {
    width: 600px;
    max-width: 140rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 46.875em) {
  .reveal.tiny {
    width: 30%;
    max-width: 140rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .reveal.small {
    width: 50%;
    max-width: 140rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .reveal.large {
    width: 90%;
    max-width: 140rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 46.87375em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

/* @group MOTION-UI */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

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

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

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

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

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

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

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

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

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

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

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

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

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

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

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

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Beausite Classic";
  font-style: normal;
  font-weight: bold;
  src: url("../font/BeausiteClassicWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Beausite Classic";
  font-style: normal;
  font-weight: normal;
  src: url("../font/BeausiteClassicWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Reckless Neue";
  font-style: normal;
  font-weight: normal;
  src: url("../font/RecklessNeue-Book.woff2") format("woff2");
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

body {
  font: normal 1.8rem/1.4 "Beausite Classic", sans-serif;
  color: #2D1710;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #DFDFD8;
  letter-spacing: -0.025em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title {
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

h1,
.size-h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 3.6rem;
}

h3,
h4 {
  font-size: 2.4rem;
}

@media print, screen and (min-width: 64em) {
  h1,
  .size-h1 {
    font-size: 8rem;
    line-height: 0.9;
  }
  h2,
  h3 {
    font-size: 4.8rem;
    line-height: 1;
  }
  h4 {
    font-size: 4rem;
  }
}
p,
li {
  letter-spacing: -0.025em;
}

p {
  margin: 0;
  line-height: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
button {
  color: inherit;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  background: none;
  transition: all 200ms;
}
a:hover, a:focus,
button:hover,
button:focus {
  color: inherit;
}

a:not([href]) {
  cursor: default;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px dashed #FF864C;
}

textarea {
  resize: vertical;
  height: 19rem;
}

hr {
  height: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

img.full {
  display: block;
  width: 100%;
}

.primary {
  color: #BEBEAC;
}

.faded {
  opacity: 0.6;
}

.accent {
  color: #FF864C;
}

@keyframes MoveLeftInitial {
  to {
    transform: translate3d(-105%, 0, 0);
  }
}
@keyframes MoveLeftEnd {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}
@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-a {
  margin-bottom: auto;
}

.mt-a {
  margin-top: auto;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

@media print, screen and (min-width: 64em) {
  .large-mb-0 {
    margin-bottom: 0rem;
  }
  .large-mt-0 {
    margin-top: 0rem;
  }
  .large-mb-1 {
    margin-bottom: 1rem;
  }
  .large-mt-1 {
    margin-top: 1rem;
  }
  .large-mb-2 {
    margin-bottom: 2rem;
  }
  .large-mt-2 {
    margin-top: 2rem;
  }
  .large-mb-3 {
    margin-bottom: 3rem;
  }
  .large-mt-3 {
    margin-top: 3rem;
  }
  .large-mb-4 {
    margin-bottom: 4rem;
  }
  .large-mt-4 {
    margin-top: 4rem;
  }
  .large-mb-5 {
    margin-bottom: 5rem;
  }
  .large-mt-5 {
    margin-top: 5rem;
  }
  .large-mb-6 {
    margin-bottom: 6rem;
  }
  .large-mt-6 {
    margin-top: 6rem;
  }
  .large-mb-7 {
    margin-bottom: 7rem;
  }
  .large-mt-7 {
    margin-top: 7rem;
  }
  .large-mb-8 {
    margin-bottom: 8rem;
  }
  .large-mt-8 {
    margin-top: 8rem;
  }
  .large-mb-9 {
    margin-bottom: 9rem;
  }
  .large-mt-9 {
    margin-top: 9rem;
  }
  .large-mb-10 {
    margin-bottom: 10rem;
  }
  .large-mt-10 {
    margin-top: 10rem;
  }
  .large-mb-a {
    margin-bottom: auto;
  }
  .large-mt-a {
    margin-top: auto;
  }
  .large-ml-a {
    margin-left: auto;
  }
  .large-mr-a {
    margin-right: auto;
  }
}
.padding {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media print, screen and (min-width: 46.875em) {
  .padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.padding-xsmall {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-small {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.padding-large {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media print, screen and (min-width: 64em) {
  .padding-large {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

.no-padding {
  padding: 0;
}

.grid-container {
  max-width: 144rem;
  width: 100%;
}
.grid-container, .grid-container.fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print, screen and (min-width: 64em) {
  .grid-container, .grid-container.fluid {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.grid-container-small {
  max-width: 74rem;
}
.grid-container-medium {
  max-width: 104rem;
}
.grid-container-large {
  max-width: 160rem;
}

@media print, screen and (max-width: 46.87375em) {
  .mobile-to-edges {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.white {
  color: white;
}

.black {
  color: black;
}

.dark {
  color: #2D1710;
}

/* Moved to base to be included in the editor
.primary {
	color: $primary;
}

.faded {
	opacity: 0.6;
} */
.white-bg {
  background-color: white;
}

.grey-bg {
  background-color: #EBEBEB;
}

.primary-bg {
  background-color: #BEBEAC;
}

.secondary-bg {
  background-color: #121211;
}

.dark-bg {
  background-color: #2D1710;
}

.light-bg {
  background-color: #DFDFD8;
}

.accent-bg {
  background-color: #FF864C;
}

.font-alt {
  font-family: "Reckless Neue", sans-serif;
  letter-spacing: -0.05em;
  font-weight: normal;
}

.size-default {
  font-size: 1.8rem;
}
.size-medium, .size-large {
  font-size: 2rem;
}
.size-small {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 64em) {
  .size-large {
    font-size: 2.4rem;
  }
}

.bold {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.caps {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.underline-effect {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  position: relative;
  line-height: 1.2;
}
.underline-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 0.035em solid;
  width: 0;
  right: 0;
  transition: width 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.underline-effect:hover::after, .underline-effect:focus::after, a:hover .underline-effect::after, a:focus .underline-effect::after {
  width: 100%;
  right: auto;
  left: 0;
}
.underline-effect.underlined::after {
  width: 100%;
  right: auto;
  left: 0;
}
.underline-effect.underlined:hover::after, .underline-effect.underlined:focus::after, a:hover .underline-effect.underlined::after, a:focus .underline-effect.underlined::after {
  width: 0;
  right: 0;
  left: auto;
}

.section-title {
  font-size: 4.4rem;
}
.section-title.medium {
  font-size: 3.6rem;
}
.section-title.small {
  font-size: 2.4rem;
}
@media print, screen and (min-width: 64em) {
  .section-title {
    font-size: 6.4rem;
    line-height: 1;
  }
  .section-title.large {
    font-size: 8rem;
  }
  .section-title.medium {
    font-size: 4.8rem;
  }
}

.tag-title {
  font-size: 2rem;
  padding: 0.7rem 2.5rem;
  border-radius: 20rem;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.height-100 {
  height: 100%;
}

.min-view {
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block {
  display: block;
}

.ov-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.rounded {
  border-radius: 1.6rem;
}

.rounded-sm {
  border-radius: 0.8rem;
}

.lazybg {
  background-image: none !important;
}

.page-header {
  padding-top: 13rem;
}
@media print, screen and (min-width: 46.875em) {
  .page-header {
    padding-top: 18.6rem;
  }
}

.skipnav {
  position: absolute;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  z-index: 1001;
}
.skipnav a {
  display: inline-block;
  transform: translateY(-10rem);
}
.skipnav a:focus, .skipnav a:active {
  color: #fff;
  background-color: #000;
  transform: translateY(2rem);
  padding: 5px;
  border-radius: 8px;
  font-size: 1.2em;
}

.btn {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
  line-height: 1;
  padding: 2rem 4rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: all 300ms;
  border-radius: 1.2rem;
  text-align: center;
  border: none;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 2px dashed #FF864C;
}
.btn-black {
  background-color: #2D1710;
  color: white;
}
.btn-black:hover {
  background-color: #FF864C;
  color: #2D1710;
}
.btn-white {
  background-color: white;
  color: black;
}
.btn-white:hover {
  background-color: #FF864C;
  color: #2D1710;
}
.btn-grey {
  background-color: #EBEBEB;
  color: #0B0C0B;
}
.btn-grey:hover {
  background-color: #FF864C;
  color: #2D1710;
}
.btn-accent {
  background-color: #FF864C;
  color: #2D1710;
}
.btn-accent:hover {
  background-color: white;
  color: #2D1710;
}
.btn-accent:focus-visible {
  outline: 2px dashed #121211;
}
.btn-lg {
  font-size: 2rem;
  padding: 2.2rem 4rem;
}
.btn-sm {
  padding: 1.1rem 4rem;
}

.form__control {
  position: relative;
  padding-top: 2rem;
  margin-bottom: 4rem;
}
.form__control label {
  position: absolute;
  left: 0;
  top: 2.8rem;
  transition: all 0.2s ease;
  z-index: 2;
}
.form__control:focus-within label, .form__control.has-value label {
  top: 0;
  font-size: 1.6rem;
  color: #707070;
}
.form label {
  font-weight: normal;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form select,
.form textarea {
  padding: 1rem 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: transparent;
  letter-spacing: inherit;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  transition: all 600ms;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: #FF864C;
  box-shadow: 0 1px 0 #FF864C;
}
.form input[type=text].wpcf7-not-valid,
.form input[type=email].wpcf7-not-valid,
.form input[type=tel].wpcf7-not-valid,
.form input[type=number].wpcf7-not-valid,
.form select.wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
  border-bottom-color: #dc3232;
}
.form textarea {
  height: 10rem;
}
.form a:hover {
  color: #FF864C;
}
.form input[type=submit] {
  display: inline-block;
  cursor: pointer;
}
.form .wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
}
.form .wpcf7-not-valid-tip {
  font-size: 0.75em;
  text-align: right;
  position: absolute;
  margin-top: 0.1rem;
  right: 0;
}
.form .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  text-align: center;
}
.form .wpcf7.invalid .wpcf7-response-output {
  display: none;
}

.entry-content {
  line-height: 1.6;
}
.entry-content a {
  color: #FF864C;
  text-decoration: underline;
}
.entry-content a:hover, .entry-content a:focus {
  color: #e54a00;
  text-decoration: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em;
}
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
  padding-left: 3rem;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol li {
  margin-bottom: 1.5em;
}
.entry-content h2 {
  font-family: "Reckless Neue", sans-serif;
  letter-spacing: -0.05em;
  font-weight: normal;
  margin-bottom: 5.4rem;
  line-height: 1;
}
.entry-content h2:not(:first-child) {
  margin-top: 8rem;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold;
  margin: 1.3em 0 0.5em;
}
.entry-content h3 {
  font-size: 2.4rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 2rem;
}
.entry-content hr {
  margin: 8rem 0;
}
.entry-content img {
  margin-bottom: 2rem;
}
.entry-content img.aligncenter {
  margin: 5rem auto;
  display: block;
}
.entry-content img.alignleft {
  float: left;
  margin: 0.5rem 4rem 5rem 0;
}
.entry-content img.alignright {
  float: right;
  margin: 0.5rem 0 5rem 4rem;
}
.entry-content blockquote {
  padding: 0 10% 0 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  font-size: 1.5em;
  margin: 1.5em 0;
  font-family: "Reckless Neue", sans-serif;
  letter-spacing: -0.03em;
  font-weight: normal;
  line-height: 1.1;
}
.entry-content blockquote p {
  color: inherit;
  line-height: inherit;
}

.cta {
  background: url(../image/cta-dots.svg) no-repeat left top #C4C4BC;
  padding: 16% 16% 0;
  min-height: 36.5rem;
  border-radius: 0.8rem;
}
.cta .section-title {
  max-width: 7em;
}
.cta .btn {
  width: 100%;
  max-width: 23rem;
}
@media print, screen and (min-width: 46.875em) {
  .cta {
    padding: 0 10%;
    background-position: right top;
  }
  .cta .grid-x {
    min-height: inherit;
  }
}

.social-links {
  gap: 1rem;
}
.social-links a {
  color: inherit;
  font-size: 0;
  display: block;
  padding: 1rem;
}
.social-links a:hover, .social-links a:focus {
  color: #FF864C;
}
.social-links svg {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .social-links {
    gap: 1.5rem;
  }
  .social-links a {
    padding: 0;
  }
}

.reveal-overlay {
  overflow: hidden;
}

.reveal {
  max-width: 110rem;
  width: 100%;
  max-height: 95vh;
  border-radius: 8px 8px 0 0;
  position: relative;
  color: #2D1710;
  padding: 0;
  border: none;
  overflow: hidden;
}
.reveal:focus, .reveal:focus-visible {
  outline: none;
}
.reveal .close-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 15;
  background-color: #EBEBEB;
  border-radius: 0.8rem;
}
.reveal__slider {
  height: 100%;
  overflow: hidden;
}
.reveal__slider > .slick-list {
  height: 100%;
}
.reveal__slider > .slick-list > .slick-track {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.reveal__slider article {
  overflow: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.reveal__slider article.slick-active {
  transition-delay: 0.5s !important;
}
.reveal.slider-loaded .reveal__slider article.slick {
  opacity: 1;
}
.reveal__slider-controls button {
  width: 4rem;
  height: 4rem;
  color: white;
}
.reveal__expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
.reveal__expand::before {
  content: "";
  display: block;
  width: 9.6rem;
  height: 0.7rem;
  margin: 2.4rem auto;
  background-color: #F2F2F3;
  border-radius: 4px;
}
@media print, screen and (max-width: 63.99875em) {
  .reveal {
    position: fixed;
    bottom: 0;
    height: 68svh;
    min-height: 0;
    top: auto !important;
  }
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .reveal {
    height: 85svh;
  }
}
@media print, screen and (min-width: 64em) {
  .reveal {
    width: 90%;
    border-radius: 2rem;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .reveal .close-button {
    top: 2.5rem;
    right: 2.5rem;
  }
}

.accordion__item {
  margin-bottom: 2.8rem;
}
.accordion__content {
  overflow: hidden;
  display: none;
}
.accordion__trigger {
  padding: 0.6rem 7rem 0.6rem 0;
  font-size: 2.8rem;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: inherit;
  line-height: 1.5;
  letter-spacing: -1px;
}
.accordion__trigger svg {
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.accordion__trigger svg circle {
  transition: fill-opacity 0.3s;
}
.accordion__trigger:hover, .accordion__trigger:focus {
  outline: none;
}
.accordion__trigger:hover svg circle, .accordion__trigger:focus svg circle {
  fill-opacity: 1;
}
.accordion__trigger:focus-visible {
  outline: 2px dashed #FF864C;
}
.accordion__trigger:focus-visible svg circle {
  fill-opacity: 1;
}
.accordion__item.is-open .accordion__trigger svg {
  transform: rotate(45deg);
}

.card-stat {
  aspect-ratio: 1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 0.9em;
}
.card-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(17deg, #C5541F 13.11%, rgba(255, 126, 66, 0.58) 32.87%, rgba(255, 255, 255, 0) 61.44%);
  mix-blend-mode: multiply;
  z-index: 0;
}
.card-stat > * {
  position: relative;
  z-index: 1;
}
.card-stat__title {
  font-size: 0.84em;
  line-height: 1.25;
}
.card-stat__value {
  font-size: 1em;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.card-stat__value > * {
  display: inline-block;
}
.card-stat__value strong {
  font-weight: normal;
  font-size: 3.5em;
  line-height: 1;
}
.card-stat__description {
  font-size: 0.64em;
}
@media print, screen and (min-width: 46.875em) {
  .card-stat {
    aspect-ratio: 0.77;
  }
}

.stats-cards {
  width: 34.2rem;
  margin: 0 auto;
  padding: 0 5rem;
  position: relative;
  height: 31.4rem;
}
.stats-cards .slick-list {
  overflow: visible;
}
.stats-cards .slick-arrow {
  position: absolute;
  width: 100%;
  opacity: 0.5;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.stats-cards .slick-arrow.slick-prev {
  display: none !important;
}
@media print, screen and (max-width: 63.99875em) {
  .stats-cards {
    margin: 6rem auto 3rem;
  }
}
.stats-cards .card-stat {
  width: 24.2rem;
  height: 31.4rem;
  z-index: 1;
  border-radius: 0.9rem;
  font-size: 1.6rem;
  display: flex;
  opacity: 1 !important;
  position: absolute !important;
  background-color: #BEBEAC;
  transform-origin: center bottom;
  transform: rotate(2deg) scale(0.94);
  top: 10px !important;
  left: 42px !important;
  transition: opacity 0.2s !important;
  z-index: 1 !important;
}
.stats-cards .card-stat.slick-active {
  transform: rotate(0) scale(1);
  top: 0 !important;
  left: 0 !important;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  z-index: 100 !important;
}
.stats-cards .card-stat.next-slide {
  transform: rotate(-7deg) scale(0.93);
  left: -38px !important;
  top: 5px !important;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  z-index: 99 !important;
}
.stats-cards .card-stat.first-in-stack {
  z-index: 98 !important;
}
.stats-cards .card-stat.zoom-out {
  transform: rotate(0) scale(1.5);
  opacity: 0 !important;
  transform-origin: center;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  z-index: 101 !important;
}
.stats-cards .card-stat__value strong {
  font-size: 5.4rem;
}

.case-study-item {
  height: 50rem;
  margin: 0 0 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 0.8rem;
}
.case-study-item__content {
  background-color: white;
  color: #121211;
  padding: 2rem;
  width: 100%;
  border-radius: 0.8rem;
  min-height: 28.8rem;
  position: relative;
}
.case-study-item__content h2 {
  line-height: 1;
}
.case-study-item__hover {
  display: none;
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .case-study-item__hover {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FF864C;
    color: #2D1710;
    border-radius: 0.8rem;
    text-align: center;
    width: 0%;
    height: 0%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow: hidden;
  }
  .case-study-item__hover button {
    background-color: white !important;
  }
  .case-study-item__content:hover .case-study-item__hover {
    width: 116%;
    height: 45rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .case-study-item {
    margin: 0 1.5rem 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .case-study-item {
    height: 68rem;
    margin: 0 3.2rem 6.4rem;
  }
  .case-study-item__content {
    max-width: 35rem;
    min-height: 37.2rem;
  }
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  gap: 1.5rem;
}
.categories span {
  display: block;
  padding: 0.4rem 1.5rem;
  background-color: #EBEBEB;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  line-height: 1;
}

.slider-controls button {
  width: 6.3rem;
  height: 6.3rem;
  background-color: black;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slider-controls button > span,
.slider-controls button svg {
  display: block;
}
.slider-controls button.slick-prev:hover svg, .slider-controls button.slick-prev:focus svg {
  animation: MoveLeftInitial 0.2s forwards, MoveLeftEnd 0.2s forwards 0.2s;
}
.slider-controls button.slick-next:hover svg, .slider-controls button.slick-next:focus svg {
  animation: MoveRightInitial 0.2s forwards, MoveRightEnd 0.2s forwards 0.2s;
}

.logos-ticker {
  width: 100%;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media print, screen and (max-width: 46.87375em) {
  .logos-ticker .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logos-ticker .slick-list {
    overflow: visible;
  }
  .logos-ticker > span,
  .logos-ticker .slick-slide {
    padding: 0 1.5rem;
  }
}
.logos-ticker span {
  display: inline-block;
}
.logos-ticker img {
  width: 100%;
  height: auto;
  max-height: 6.2rem;
  max-width: 14rem;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.4;
  filter: hue-rotate(234deg);
}
.secondary-bg .logos-ticker img {
  filter: hue-rotate(-183deg) invert(1);
  opacity: 0.5;
}

.impact__list li {
  width: 100%;
}
.impact__list .arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  letter-spacing: -2px;
  font-size: min(4rem, 8.5vw);
  line-height: 1.1;
  transition-duration: 0.5s;
  opacity: 0.5;
}
.impact__list .arrow-link span {
  flex: 0 1 auto;
}
.impact__list .arrow-link svg {
  flex: 0 0 3rem;
}
.impact__list .arrow-link:hover, .impact__list .arrow-link.active {
  opacity: 1;
}
.impact__list .arrow-link:hover svg path, .impact__list .arrow-link.active svg path {
  fill: #FF864C;
}
@media print, screen and (min-width: 46.875em) {
  .impact__list .arrow-link {
    font-size: min(4.8rem, 3.6vw);
    margin-right: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .impact__list .arrow-link {
    margin-right: 0;
  }
  .impact__list .arrow-link svg {
    flex: 0 0 auto;
  }
}
.impact__slider {
  max-width: 60rem;
  margin-left: auto;
}
.impact__content {
  display: none;
}
.impact__content.active {
  display: block;
}
.impact__content img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.14;
  object-fit: cover;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media print, screen and (max-width: 46.87375em) {
  .impact__content {
    margin: 4rem auto 0;
  }
}
.impact__content.slick-active img {
  opacity: 1;
  transform: translateY(0);
}
.impact__info {
  padding: 2rem 1.6rem;
  margin-top: 1.6rem;
  background-color: #AAA293;
}
.impact__info .category {
  position: relative;
  padding-left: 2rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 63.99875em) {
  .impact__info .category {
    margin-bottom: 1rem;
  }
}
.impact__info .category::before {
  content: "";
  background-color: #FF864C;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.7rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.impact__info .cell.shrink {
  min-width: 35%;
  padding-right: 2rem;
}
.impact__info .cell.auto {
  padding-top: 0.1rem;
  min-width: 50%;
}
@media print, screen and (max-width: 46.87375em) {
  .impact__info {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .impact__info .category {
    padding-left: 1.3rem;
  }
  .impact__info .category::before {
    width: 6px;
    height: 6px;
  }
}
.impact .underlined:hover {
  color: #FF864C;
}

@media print, screen and (min-width: 64em) {
  .services-modal {
    height: 69.4rem;
  }
}

.service {
  width: 100%;
  max-width: 110rem;
  padding: 0;
  border-radius: 2rem;
  overflow: auto;
}
.service__thmbnail-wrap {
  border-radius: 1.2rem;
  aspect-ratio: 1.07;
  overflow: hidden;
}
.service__thmbnail-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .grey-bg {
  background-color: #FAFAFA;
}
.service .area-3 .section-title {
  font-size: 6.4rem;
  line-height: 0.9;
}
.service__price-table {
  text-align: left;
  font-size: 1.6rem;
}
.service__price-table li {
  padding: 1.5rem 0;
  text-align: right;
}
.service__price-table li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.service .entry-content h2 {
  font-size: 1.8rem;
  background-color: #EBEBEB;
  border-radius: 0.8rem;
  margin: 3.2rem 0 1.6rem;
  padding: 0.6rem 1.6rem;
  width: fit-content;
  font-family: "Beausite Classic", sans-serif;
}
.service .entry-content h2:first-child {
  margin-top: 0;
}
.service__footnote {
  background-color: #E1E4E1;
  text-align: center;
  border-radius: 0.6rem;
  padding: 1.8rem 1rem;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media print, screen and (max-width: 46.87375em) {
  .service {
    padding: 4rem 2.4rem 2.4rem;
  }
  .service > div {
    padding: 2.4rem 0;
  }
  .service .grey-bg {
    background-color: transparent;
  }
  .service h1 {
    font-size: 3.6rem;
  }
  .service .area-4 {
    padding-bottom: 4rem;
  }
  .service .area-3 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0;
    padding-bottom: 8rem;
  }
  .service__price-table li .grid-x {
    font-weight: bold;
  }
  .service__footnote .size-default {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 46.875em) {
  .service {
    height: 70rem;
    max-height: 90svh;
    display: grid !important;
    grid-template-columns: min(34.8rem, 32%) auto;
    grid-template-rows: auto 1fr;
  }
  .service.type-value {
    grid-template-areas: "area1 area2" "area3 area4";
  }
  .service.type-value .area-3 {
    padding-top: 0;
  }
  .service.type-table {
    grid-template-areas: "area3 area2" "area3 area4";
  }
  .service.type-table .service__thmbnail-wrap {
    aspect-ratio: 1.82;
  }
  .service > div {
    padding: 3.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .service .service__content {
    padding-left: 4rem;
    padding-right: 18%;
    border-right: none;
  }
  .service .area-1 {
    grid-area: area1;
    border-top: none;
  }
  .service .area-2 {
    grid-area: area2;
    border-top: none;
    padding-right: 12%;
  }
  .service .area-3 {
    grid-area: area3;
  }
  .service .area-4 {
    grid-area: area4;
    overflow: auto;
  }
  .service .area-4 .entry-content {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .service .area-3 .section-title:not(.default-size) {
    font-size: 8rem;
  }
}

.services-modal__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 3.2rem 3.2rem;
}
@media print, screen and (max-width: 46.87375em) {
  .services-modal__bottom {
    left: 0;
    right: 10px;
    padding: 48px 20px 24px 24px;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0) 2.46%, white 30.25%);
  }
  .services-modal__bottom .btn {
    display: block;
    margin-right: 1rem;
  }
  .services-modal article {
    max-height: 80svh;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #EBEBEB transparent;
  }
  .services-modal article::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
  }
  .services-modal article::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #EBEBEB;
  }
  .services-modal .reveal__slider-controls button {
    background-color: #EBEBEB;
    color: black;
    margin: 0 0 0 1rem;
  }
}

.site-header {
  top: 0;
  width: 100%;
  color: #161817;
  z-index: 1000;
  position: fixed;
  padding-top: 1.6rem;
}
@media screen and (min-width: 601px) {
  .logged-in.admin-bar .site-header {
    top: 30px;
  }
}
.site-header__navbar {
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 0 1.8rem;
  backdrop-filter: blur(7px);
  transition: all 0.4s;
}
.site-header__navbar[data-skin=dark] {
  color: white;
  background: rgba(120, 120, 120, 0.1);
  border: 1px solid rgba(246, 246, 246, 0.15);
}
.site-header__navbar > .grid-x {
  min-height: 4.5rem;
}
.site-header__logo svg {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .site-header__navbar {
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.05);
  }
  .site-header__navbar[data-skin=dark] .main-navigation .menu > li.menu-btn > a:hover, .site-header__navbar[data-skin=dark] .main-navigation .menu > li.menu-btn > a:focus {
    background-color: white;
    color: #2D1710;
  }
  .site-header .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 1.7rem;
  }
  .site-header .main-navigation .menu > li {
    margin-left: 3.2rem;
    position: relative;
  }
  .site-header .main-navigation .menu > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 0.8rem 0;
  }
  .site-header .main-navigation .menu > li:not(.menu-btn) > a::after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 0;
    border-top: 1px solid;
    transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .site-header .main-navigation .menu > li:not(.menu-btn) > a:hover::after, .site-header .main-navigation .menu > li:not(.menu-btn) > a:focus::after {
    width: 100%;
  }
  .site-header .main-navigation .menu > li.current-menu-item > a::after {
    width: 100%;
  }
  .site-header .main-navigation .menu > li.menu-btn > a {
    padding: 0.6rem 1.2rem;
    border-radius: 0.8rem;
    margin-left: 1.7rem;
    line-height: 1;
    background-color: #FF864C;
    color: #2D1710;
  }
  .site-header .main-navigation .menu > li.menu-btn > a:hover, .site-header .main-navigation .menu > li.menu-btn > a:focus {
    background-color: #121211;
    color: white;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .site-header .menu-handle {
    padding: 0.6rem 1.2rem;
    font-size: 1.6rem;
  }
  .site-header .menu-handle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.4rem;
    height: 2.4rem;
  }
  .site-header .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #2D1710;
    color: white;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    z-index: 1001;
  }
  .site-header .main-navigation .menu {
    line-height: inherit;
    margin-top: 6rem;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .site-header .main-navigation .menu li {
    opacity: 0;
    transform: translateY(3rem);
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header .main-navigation .menu li:not(.menu-btn) a {
    font-size: 4.8rem;
    font-family: "Reckless Neue", sans-serif;
    letter-spacing: -0.05em;
    font-weight: normal;
    line-height: 1;
    color: white;
    padding: 1rem 2rem;
    display: block;
  }
  .site-header .main-navigation .menu li.menu-btn {
    margin-top: auto;
    border: none;
    padding: 0 2rem;
    transform: none;
  }
  .site-header .main-navigation .menu li.menu-btn a {
    background-color: #FF864C;
    color: #2D1710;
    border-radius: 1.2rem;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    padding: 1.9rem 2rem;
  }
  .site-header .main-navigation .menu-handle {
    height: 6rem;
    width: 6rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .site-header .main-navigation .mobile-nav__bottom {
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .site-header .main-navigation.active {
    height: 100%;
  }
  .site-header .main-navigation.active .menu li {
    opacity: 1;
    transform: translateY(0);
  }
  .site-header .main-navigation.active .menu li:nth-child(1) {
    transition-delay: 0.3s;
  }
  .site-header .main-navigation.active .menu li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .site-header .main-navigation.active .menu li:nth-child(3) {
    transition-delay: 0.5s;
  }
  .site-header .main-navigation.active .menu li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .site-header .main-navigation.active .menu li:nth-child(5) {
    transition-delay: 0.7s;
  }
  .site-header .main-navigation.active .menu li:nth-child(6) {
    transition-delay: 0.8s;
  }
  .site-header .main-navigation.active .menu li:nth-child(7) {
    transition-delay: 0.9s;
  }
  .site-header .main-navigation.active .mobile-nav__bottom {
    opacity: 1;
    transition-delay: 0.3s;
  }
}
.site-header--landing {
  transition: top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #121211;
  color: white;
}
.site-header--landing .site-header__navbar {
  border: none;
  backdrop-filter: none;
  background-color: transparent;
  padding: 0;
}
.site-header--landing .btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0.8rem;
  margin-left: 3rem;
}
@media print, screen and (min-width: 64em) {
  .site-header--landing {
    padding-top: 0;
  }
  .site-header--landing.unpinned {
    top: -15rem;
  }
  .site-header--landing.pinned {
    top: 0;
  }
}
@media screen and (min-width: 64em) and (min-width: 601px) {
  .logged-in.admin-bar .site-header--landing:not(.unpinned) {
    top: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header--landing .site-header__navbar {
    width: auto;
  }
  .site-header--landing .site-header__navbar > .grid-x {
    height: 6.4rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .site-header--landing .site-header__navbar {
    margin: 0 -1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.site-footer {
  padding: 6rem 0 2rem;
  line-height: 1.6;
}
.site-footer .underline-effect:not(.underlined)::after {
  border-top-color: #FF864C;
}
.site-footer__main-nav a {
  display: inline-block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.site-footer__main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 2px solid #FF864C;
  width: 0;
  right: 0;
  transition: width 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-footer__main-nav a:hover::after, .site-footer__main-nav a:focus::after {
  width: 100%;
  right: auto;
  left: 0;
}
.site-footer__legal {
  gap: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__legal a:hover,
.site-footer__legal a:focus {
  color: white;
}
.site-footer__bg {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  opacity: 0.1;
  width: 63%;
}
.site-footer__bg svg {
  width: 100%;
  height: auto;
}
.site-footer .social-links a {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .social-links a:hover {
  color: #FF864C;
}
@media print, screen and (min-width: 46.875em) {
  .site-footer__address {
    text-align: right;
  }
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .site-footer .social-links {
    justify-content: end;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer {
    padding-top: 14rem;
  }
  .site-footer__first-col {
    display: block;
  }
  .site-footer__main-nav {
    font-size: 2.8rem;
  }
  .site-footer__legal {
    margin-top: 19rem;
    padding-top: 6.5vw;
  }
}
.site-footer--empty {
  padding-top: 5rem;
}
.site-footer--empty a:hover, .site-footer--empty a:focus {
  color: #FF864C;
}
.site-footer--empty .site-footer__legal {
  color: #2D1710;
  padding-top: 0;
  margin-top: 0;
}

.home .site-header {
  transition: top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  top: 0;
}
.home .site-header:not(.pinned):not(.unpinned):not(:focus-within) {
  top: -10rem;
}

.home-hero {
  position: relative;
}
.home-hero__inner {
  min-height: 100svh;
}
.home-hero h1 {
  line-height: 1;
  max-width: 52rem;
  font-size: min(4.4rem, 11vw);
}
.home-hero__logo svg {
  width: 100%;
  height: auto;
}
.home-hero__subtitle {
  max-width: 37rem;
  font-size: 1.8rem;
}
.home-hero__video-wrap {
  position: relative;
}
.home-hero video {
  border-radius: 1rem;
  aspect-ratio: 1.78;
  display: block;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .home-hero h1 {
    font-size: 4.8rem;
  }
  .home-hero__subtitle {
    margin: 0 5% 0 0;
    text-align: left;
  }
  .home-hero__video-wrap.fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .home-hero__video-placeholder {
    aspect-ratio: 1.78;
  }
  .home-hero video {
    width: calc(100% - 4rem);
    transform-origin: right bottom;
    position: absolute;
    bottom: 4rem;
    right: 2rem;
    border-radius: 2.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .home-hero video {
    width: calc(100% - 15rem);
    right: 7.5rem;
  }
}

.homepage__services {
  position: relative;
}
.homepage__services ul {
  width: fit-content;
  margin: 0 auto;
}
.homepage__services ul li:nth-child(odd) .asset {
  transform: rotate(-10.482deg);
  right: 110%;
}
.homepage__services ul li:first-child .asset {
  bottom: -10%;
}
.homepage__services ul li:nth-child(even) .asset {
  transform: rotate(10.482deg);
  left: 110%;
}
.homepage__services ul:hover .arrow-link {
  opacity: 0.25;
}
.homepage__services ul:hover .arrow-link:hover, .homepage__services ul:hover .arrow-link:focus-visible {
  opacity: 1;
}
.homepage__services .arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  position: relative;
  margin: 1rem 0;
}
.homepage__services .arrow-link svg {
  display: block;
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .homepage__services .arrow-link {
    margin: 3rem 0;
  }
  .homepage__services .arrow-link .asset {
    display: block;
  }
  .homepage__services .arrow-link:hover .asset {
    opacity: 1;
  }
}
.homepage__services .asset {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 23rem;
  transition: opacity 0.8s ease-in;
}
.homepage__services .asset img,
.homepage__services .asset video {
  border-radius: 0.8rem;
  width: 100%;
  height: 22.5rem;
  object-fit: cover;
}
@media print, screen and (max-width: 46.87375em) {
  .homepage__services .section-title {
    font-size: min(4.88rem, 10.4vw);
  }
  .homepage__services .arrow-link svg {
    width: 3.2rem;
  }
}
.homepage__testimonials h2 {
  max-width: 63rem;
}
.homepage__testimonials .categories span {
  background-color: #F5F2ED;
  font-size: 1.4rem;
  color: inherit;
  line-height: 1.1;
  padding: 0.67em 1.1em;
  border-radius: 1.2em;
}
.homepage__testimonials blockquote {
  padding: 3.2rem 7rem 2.8rem 0;
  border: none;
  border-bottom: 1px solid #AAA293;
  font-size: 1.8rem;
  margin: 0;
  color: inherit;
  line-height: 1.7;
}
.homepage__testimonials blockquote p {
  color: inherit;
}
@media print, screen and (max-width: 63.99875em) {
  .homepage__testimonials img {
    display: block;
    margin: 4rem auto 0;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 64em) {
  .homepage__testimonials h2 {
    margin-bottom: 14rem;
    max-width: 82rem;
  }
  .homepage__testimonials .accordion {
    margin: 5rem 5rem 0 0;
  }
}
.homepage__case-studies h2 {
  font-size: min(22rem, 20vw);
  line-height: 1;
}
.homepage__case-studies__wrap {
  gap: 2rem;
}
.homepage__case-studies__link {
  margin-top: 5rem;
}
@media print, screen and (min-width: 64em) {
  .homepage__case-studies h2 {
    margin-bottom: 14rem;
  }
  .homepage__case-studies__wrap {
    flex-wrap: nowrap;
    margin-top: 6rem;
  }
}
.homepage .home-case-study {
  min-height: 32.2rem;
  color: white;
}
.homepage .home-case-study__inner {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.4rem;
  border-radius: inherit;
}
.homepage .home-case-study__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(10deg, black 15%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0) 58%);
}
.homepage .home-case-study__inner > * {
  position: relative;
}
.homepage .home-case-study h3 {
  font-size: 2rem;
  font-weight: bold;
}
.homepage .home-case-study .faded {
  opacity: 0.8;
}
.homepage .home-case-study .btn {
  display: block;
}
.homepage .home-case-study .categories span {
  color: black;
  background-color: #FF864C;
  font-size: 1.4rem;
  padding: 0.5rem 1.1rem 0.3rem;
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  .homepage .home-case-study {
    flex: 1 1 20rem;
    transition: all 0.5s cubic-bezier(0.3, 0.01, 0.36, 0.99);
    height: 68svh;
    max-height: 60rem;
  }
  .homepage .home-case-study__inner {
    position: absolute;
    left: 50%;
    width: 40rem;
    transform: translateX(-50%);
  }
  .homepage .home-case-study__inner::before,
  .homepage .home-case-study .categories, .homepage .home-case-study__content {
    opacity: 0;
    transition: opacity 0.4s all 0.5s cubic-bezier(0.3, 0.01, 0.7, 1.02);
    transition-delay: 0;
  }
  .homepage .home-case-study::before {
    transition-duration: 0.6s;
  }
  .homepage .home-case-study h3 {
    font-size: 2.8rem;
  }
  .homepage .home-case-study:hover, .homepage .home-case-study:focus {
    flex: 0 0 40rem;
  }
  .homepage .home-case-study:hover .home-case-study__inner::before,
  .homepage .home-case-study:hover .categories,
  .homepage .home-case-study:hover .home-case-study__content, .homepage .home-case-study:focus .home-case-study__inner::before,
  .homepage .home-case-study:focus .categories,
  .homepage .home-case-study:focus .home-case-study__content {
    opacity: 1;
    transition-duration: 0.3s;
  }
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .homepage .home-case-study {
    flex: 0 0 48%;
  }
}

.approach__intro {
  padding-top: 20rem;
  margin-top: -10rem;
}
.approach__intro__wrap {
  padding-top: 2rem;
  padding-bottom: 6rem;
  border-radius: 0.8rem 0.8rem 0 0;
  position: relative;
}
.approach__intro__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  right: 3%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 46.87375em) {
  .approach__intro img {
    margin-bottom: 5rem;
    display: block;
    margin: 0 auto;
  }
  .approach .grid-container-small.padding-large {
    padding-top: 6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .approach__intro {
    padding-top: 18vw;
    margin-top: -7vw;
  }
  .approach__intro__wrap {
    padding-top: 7.5rem;
  }
  .approach__intro__bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DFDFD8;
    border-radius: 0.8rem 0.8rem 0 0;
    transform-origin: center bottom;
  }
}

.case-studies {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
}
.case-studies h1 {
  max-width: 60rem;
}
.case-studies__filters {
  gap: 1rem 2rem;
}
.case-studies__filters button {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
}
.case-studies__filters button.active::after {
  width: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .case-studies .filter-container {
    margin: 0 -1.5rem;
    width: auto !important;
  }
  .case-studies .filtr-item {
    max-width: 49.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .case-studies .filter-container {
    margin: 0 -3.2rem;
  }
}

.case-studies-modal .reveal__slider-controls {
  padding-bottom: 3rem;
  position: absolute;
  bottom: 0;
  padding: 2.4rem;
  width: 100%;
  background: linear-gradient(181deg, rgba(250, 250, 250, 0) 1%, #FAFAFA 99%);
}
@media print, screen and (min-width: 64em) {
  .case-studies-modal {
    height: 66.8rem;
  }
  .case-studies-modal .reveal__slider-controls {
    right: 0;
    padding: 3.2rem;
    width: auto;
    background: none;
  }
}

.case-study {
  padding-bottom: 8rem;
}
.case-study__content {
  padding: 2.4rem;
}
.case-study h1 {
  font-size: 3.6rem;
}
@media print, screen and (min-width: 64em) {
  .case-study {
    height: 66.8rem;
    padding: 0;
  }
  .case-study > .grid-x,
  .case-study > .grid-x > .cell {
    height: 100%;
  }
  .case-study__content {
    padding: 3.2rem;
    padding-right: 14%;
    overflow: auto;
  }
  .case-study h1 {
    font-size: 4.8rem;
  }
}

.type-results .case-study__stats-wrap {
  padding: 3.2rem 2.4rem;
}
.type-results .case-study__stats {
  background-color: #FF864C;
  padding: 3.2rem 10%;
  border-radius: 1.6rem;
  height: 100%;
  color: #2D1710;
  width: 100%;
}
.type-results .case-study__stats h2 {
  line-height: 1;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.type-results .case-study__stats .result-stat:not(:last-child) {
  margin-bottom: 2rem;
}
.type-results .case-study__stats .result-stat .section-title {
  line-height: 0.9;
}
.type-results .case-study__stats__bottom {
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.type-results .case-study__content h1 {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 64em) {
  .type-results .case-study__stats-wrap {
    width: min(37.2rem, 40%);
  }
  .type-results .case-study__stats {
    min-height: 60rem;
  }
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .type-results .case-study__stats .result-stat {
    max-width: 24rem;
    padding: 0 1rem;
  }
}

@media print, screen and (max-width: 46.87375em) {
  .type-project h1 {
    font-size: 2.4rem;
  }
}
.type-project .case-study__gallery {
  padding: 2.4rem;
  margin: 0 auto;
}
.type-project .case-study__gallery .slick-list,
.type-project .case-study__gallery .slick-track {
  display: flex;
}
.type-project .case-study__gallery__slider {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 0.92;
}
.type-project .case-study__gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 0.92;
  object-fit: cover;
}
.type-project .case-study__gallery__slider-nav {
  width: 100%;
}
.type-project .case-study__gallery__slider-nav:not(.slick-initialized) {
  display: flex;
}
.type-project .case-study__gallery__slider-nav .slick-track {
  transform: none !important;
  margin-left: 0;
  margin-right: auto;
}
.type-project .case-study__gallery__slide-nav {
  position: relative;
  z-index: 20;
  cursor: pointer;
  max-width: 6.4rem;
  border-radius: 0.8rem;
  padding: 3px;
  border: 1px solid transparent;
  transition: border 300ms;
}
.type-project .case-study__gallery__slide-nav.slick-current {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.type-project .case-study__gallery__slide-nav img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}
.type-project .case-study__gallery__slider-controls {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}
.type-project .case-study__gallery__slider-controls button {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  margin: 0 0 0 0.5rem;
}
.type-project .case-study__content {
  padding-top: 0;
}
.type-project .case-study__website {
  gap: 1rem;
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .type-project .case-study__gallery {
    max-width: 48svh;
  }
}
@media print, screen and (min-width: 64em) {
  .type-project .case-study__gallery {
    width: 49.4rem;
  }
  .type-project .case-study__gallery__slider,
  .type-project .case-study__gallery__slider img {
    aspect-ratio: 0.835;
  }
  .type-project .case-study__content {
    border-left: 1px solid #EBEBEB;
    padding-right: 11%;
    padding-top: 3.2rem;
  }
}

.services__intro h1 {
  max-width: 30rem;
}
@media print, screen and (min-width: 46.875em) {
  .services__intro h1 {
    font-size: 8rem;
    max-width: 54rem;
    line-height: 1;
  }
}
.services__inner-nav li:not(:last-child)::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #FF864C;
  margin: 0 0.8rem;
}
.services__inner-nav .faded:hover {
  opacity: 1;
}
.services__list h2 {
  background: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9rem 1.2rem;
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 64em) {
  .services__list h2 {
    margin-bottom: 10rem;
  }
}
.services__list h2 img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
  will-change: filter, transform;
}
.services__list > li {
  padding-right: 1%;
  margin-top: 8rem;
}
.services__list > li:hover h2 img {
  filter: grayscale(0);
  transform: scale(1.3);
}
.services__list ul {
  margin: 0;
}
.services__list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.services__list ul li a {
  padding: 1.5rem 0.5rem;
  display: block;
}
.services__list ul li a:hover {
  background-color: #F4F4F4;
}
@media print, screen and (max-width: 46.87375em) {
  .services__cta-wrap {
    padding-bottom: 2.4rem;
  }
}

@keyframes MoveDown {
  0% {
    transform: translateY(-100%);
  }
  10% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.contact__header {
  height: 115svh;
}
.contact__header > div {
  position: sticky;
  top: 0;
}
.contact__header .contact__image,
.contact__header .contact__image-wrap {
  width: 9.4rem;
  height: 8.6rem;
  opacity: 1;
}
.contact__header .contact__image-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  position: relative;
}
.contact__header .contact__image-wrap img {
  display: block;
}
.contact__header .contact__image {
  position: absolute;
  max-width: none;
  top: 0;
  left: 0;
}
.contact__header-link {
  position: absolute;
  bottom: -7vh;
  width: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .contact__header-link br {
    display: none;
  }
}
.contact__header-link .grid-x {
  gap: 1rem;
}
.contact__header-link svg {
  display: block;
  animation: MoveDown 3s infinite;
}
.contact__header.animated .contact__header-link {
  opacity: 0;
}
.contact__title {
  max-width: 102.3rem;
  margin: 0 auto;
  line-height: 1.18;
}
.contact__title img {
  display: inline-block;
  object-fit: cover;
  border-radius: 4px;
}
.contact__address {
  padding: 0 0 0 2.4rem;
  border-left: 2px solid rgba(0, 0, 0, 0.25);
}
.contact .form .btn {
  min-width: 16rem;
}
.contact__image {
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .contact__image {
    object-fit: cover;
    opacity: 0;
    display: block;
  }
  .contact__image.animated {
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
@media print, screen and (min-width: 46.875em) {
  .contact__title {
    font-size: min(7.2vw, 8rem);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .contact__title img {
    max-width: 6rem;
  }
  .contact .contact__image-wrap {
    width: auto;
    height: auto;
  }
  .contact .contact__image-wrap .contact__image {
    display: none;
  }
  .contact .form {
    margin-bottom: 8rem;
  }
}

@media print, screen and (max-width: 46.87375em) {
  .landing h1,
  .landing .size-h1 {
    line-height: 1.18;
  }
}
.landing .entry-content a {
  color: inherit;
}
.landing__intro h1 {
  font-size: 4.4rem;
}
.landing__intro h1 span {
  color: #FF864C;
}
.landing__intro .entry-content {
  color: rgba(255, 255, 255, 0.8);
}
.landing__intro .entry-content ul {
  padding: 0;
}
.landing__intro .entry-content ul li {
  list-style: none;
  padding-left: 4rem;
  background: url(../image/list-check.svg) no-repeat 0 0.3em;
}
@media print, screen and (min-width: 46.875em) {
  .landing__intro .entry-content ul {
    column-count: 2;
    column-gap: 2.8rem;
  }
  .landing__intro .entry-content ul li {
    break-inside: avoid;
  }
}
@media print, screen and (min-width: 64em) {
  .landing__intro {
    padding-top: 14.4rem;
  }
  .landing__intro h1 {
    font-size: min(4.8vw, 6.4rem);
  }
}
@media print, screen and (max-width: 46.87375em) {
  .landing__intro {
    padding-bottom: 2.4rem;
  }
}
.landing__cite {
  max-width: 58rem;
}
.landing__cite-logo {
  padding-right: 2.8rem;
  margin-right: 2.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.landing__cite-logo img {
  max-width: 11rem;
}
.landing__cite-stars {
  color: #FFB03A;
}
.landing__cite-stars svg {
  max-width: 1.2rem;
}
.landing__cite-rate {
  font-size: 1rem;
}
.landing__form {
  padding: 4.8rem 4rem;
  font-size: 1.8rem;
  max-width: 50rem;
  margin: 4rem auto 0;
}
.landing__form .form__control {
  margin-bottom: 1.4rem;
  padding-top: 1.4rem;
}
.landing__form .form__control label {
  top: 2.1rem;
}
.landing__form .form__control input,
.landing__form .form__control textarea {
  padding: 0.8rem 0;
}
.landing__form .form__control:focus-within label, .landing__form .form__control.has-value label {
  top: 0;
  font-size: 1.4rem;
}
.landing__form .btn {
  width: 100%;
}
.landing__form .btn:hover {
  background-color: #121211;
  color: white;
}
@media print, screen and (min-width: 64em) {
  .landing__form {
    height: 100%;
    margin: 0 0 0 auto;
  }
}
.landing .logos-ticker {
  max-width: 70rem;
  margin: 0 auto;
}
.landing .slider-controls button {
  background-color: #121211;
}
.landing .slider-controls button.slick-prev {
  padding-right: 0.3rem;
}
.landing .slider-controls button.slick-next {
  padding-left: 0.3rem;
}
.landing__stats {
  gap: 10rem 3rem;
}
.landing__stats li {
  max-width: 27.8rem;
}
.landing__stats .section-title {
  font-size: 8rem;
}
@media print, screen and (max-width: 46.87375em) {
  .landing__stats {
    font-size: 2rem;
  }
  .landing__stats .section-title {
    font-size: 8rem;
  }
}
.landing__testimonials {
  background-color: #C4C4BC;
}
.landing__testimonials-slider {
  max-width: 62rem;
  margin: 0 auto;
}
.landing__testimonials .slick-list {
  overflow: visible;
}
.landing__testimonials .slick-track {
  display: flex;
}
.landing__testimonials .slick-slide {
  float: none;
  height: auto;
}
.landing__testimonials blockquote {
  border: none;
  padding: 4.8rem 4rem;
  height: 100%;
  margin: 0 1rem;
}
.landing__testimonials blockquote p {
  color: inherit;
}
.landing__testimonials .slider-controls button {
  width: 5.4rem;
  height: 5.4rem;
}
@media print, screen and (max-width: 46.87375em) {
  .landing__testimonials {
    padding: 6rem 0;
  }
  .landing__testimonials .tag-title {
    font-size: 2rem;
  }
  .landing__testimonials .section-title {
    font-size: 3.6rem;
  }
  .landing__testimonials blockquote {
    margin: 0 2rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .landing__case-studies h2 {
    margin: 0;
  }
}
.landing__cs {
  padding: 8rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.landing__cs-services {
  padding-left: 2rem;
  position: relative;
}
.landing__cs-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #121211;
  border-radius: 50%;
}
.landing__cs-gallery {
  padding-right: 1rem;
}
.landing__cs-gallery .slick-slide {
  padding-right: 1.2rem;
}
.landing__cs-gallery .slick-list {
  overflow: visible;
}
.landing__cs-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
}
.landing__cs-gallery .slick-next {
  right: -1.4rem;
}
.landing__cs-gallery .slick-prev {
  left: -1rem;
}
.landing__cs-gallery .slick-disabled {
  opacity: 0;
}
.landing__cs-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .landing__cs h3 {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .landing__cs-gallery .slick-next {
    right: -2.5rem;
  }
  .landing__cs-gallery .slick-prev {
    left: -3.4rem;
  }
}
@media screen and (min-width: 75em) {
  .landing__cs-gallery .slick-slide {
    padding-right: 2rem;
  }
  .landing__cs-gallery .slick-arrow {
    width: 10.8rem;
    height: 10.8rem;
  }
  .landing__cs-gallery .slick-arrow svg {
    width: 3.8rem;
    height: 3.8rem;
  }
  .landing__cs-gallery .slick-next {
    right: -3.6rem;
  }
  .landing__cs-gallery .slick-prev {
    left: -6.7rem;
  }
}
.landing__areas {
  color: rgba(255, 255, 255, 0.5);
}
.landing__areas p:not(:last-child)::after {
  content: "•";
  color: #FF864C;
  margin: 0 0.7rem;
}
.landing--sales .landing__intro-content {
  max-width: 54rem;
}
.landing--sales .landing__intro .entry-content {
  max-width: 38rem;
}
.landing--sales .logos-ticker img {
  max-height: 5.6rem;
  max-width: 10rem;
}
@media print, screen and (min-width: 64em) {
  .landing--sales h1 {
    font-size: min(6.7vw, 8rem);
    margin-right: 5%;
  }
}

.landing-footer {
  padding: 4rem 0;
}
.landing-footer .section-title {
  max-width: 9em;
}
.landing-footer .faded {
  opacity: 0.8;
}
.landing-footer__logos {
  gap: 5rem;
}
.landing-footer__logos img {
  width: auto;
  height: auto;
  max-height: 6.8rem;
  max-width: 11rem;
  object-fit: contain;
}
.landing-footer .landing__form {
  margin-bottom: 5rem;
}
.landing-footer .social-links a {
  color: rgba(255, 255, 255, 0.5);
}
.landing-footer .social-links a:hover {
  color: #FF864C;
}
@media print, screen and (max-width: 63.99875em) {
  .landing-footer .grid-container {
    max-width: 60rem;
  }
  .landing-footer .landing__form {
    max-width: none;
  }
}
@media print, screen and (min-width: 64em) {
  .landing-footer {
    padding: 12rem 0 0;
  }
  .landing-footer .section-title {
    font-size: 4.8rem;
  }
  .landing-footer .landing__form {
    margin-top: -4rem;
    margin-bottom: -7rem;
    height: auto;
  }
  .landing-footer__logos {
    justify-content: flex-start;
    margin-bottom: 8rem;
  }
  .landing-footer__bottom {
    padding: 0 0 6rem;
  }
}

.page__header {
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 64em) {
  .page__header {
    padding-bottom: 43rem;
  }
  .page__content {
    border-radius: 0.8rem 0.8rem 0 0;
    margin-top: -29rem;
  }
}

.single-post article.post {
  padding-top: 11rem;
}
@media print, screen and (min-width: 64em) {
  .single-post h1 {
    font-size: 6.4rem;
  }
}

.post__main {
  max-width: 76.8rem;
}
.post__meta {
  gap: 2rem;
  font-size: 1.5rem;
}
.post__meta .categories span {
  background-color: #FF864C;
}
.post__reading-time::before {
  content: "•";
  color: #FF864C;
  margin: 0 0.7rem;
}
.post__aside {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 64em) {
  .post__aside {
    position: sticky;
    top: 11rem;
    max-width: 28rem;
  }
}
.post__inner-nav {
  line-height: 1.5;
}
.post__inner-nav li {
  margin-bottom: 2rem;
}
.post__inner-nav li a {
  display: block;
  opacity: 0.6;
}
.post__inner-nav li a:hover, .post__inner-nav li a:focus, .post__inner-nav li a.active {
  opacity: 1;
}

.error-404 {
  min-height: calc(100svh - 10rem);
}
.error-404 .grid-container {
  max-width: fit-content;
}
.error-404 p {
  max-width: 42rem;
  margin: 0 auto;
}

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