/*
 * Theme Name:   Clay
 * Theme URI:    https://fiasco.design
 * Version:      4.0
 * Author:       Fiasco Design
 * Author URI:   https://fiasco.design
 * Tags:         design, animation, bristol
 * Run:          stylus -w -u nib -c wp-content/themes/clay/stylus/style.styl -o wp-content/themes/clay
 * Run all:      stylus -w -u nib wp-content/themes/clay/stylus/style.styl wp-content/themes/clay/stylus/editor-gutenberg.styl wp-content/themes/clay/stylus/editor-wysiwyg.styl -o wp-content/themes/clay


------------------------------------------


WELCOME TO THE CLAY THEME.

We use: 
- Bitbucket Git repository for file version
- BEM classes
- Stylus
- Gutenberg
- CSS Variables
- Mixture of .JS and Javascript
- Flickity for slideshows

To get compiling styles use your Terminal to navigate to the Wordpress root folder and run the following command:
stylus -w -u nib wp-content/themes/{themefolder}/stylus/style.styl wp-content/themes/{themefolder}/stylus/editor-gutenberg.styl wp-content/themes/{themefolder}/stylus/editor-wysiwyg.styl -o wp-content/themes/{themefolder}

Running the above code will collate three .css files: 
- 'style.css' in the root for the front end
- 'editor-wysiwyg.css' for the WYSIWYG editor in the backend.
- 'editor-gutenberg.css' for the Gutenberg editor in the backend.

All .styl files put in the /blocks folder will be automatically compiled.

Use CSS Variables in the theme.styl file to get the basics of your theme set up.


------------------------------------------


OUR APPROACH TO STYLING

- Look over the designs. You should have a clear idea of which areas need to be modular, and which need to be fixed in place. If you're not clear, ask some more questions.
- To maximise reusability and flexibility, each part of the site should be built as a fully context neutral block which will retain all of it's styling even if dropped into another page or template.
- 



------------------------------------------
*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
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: none;
  text-decoration: underline;
  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;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }
}
:root {
  --white: #fff;
  --black: #000;
  --grey: #d8d8d8;
  --blue: #342f87;
  --red: #ff3154;
  --green: #337f7d;
  --darkgreen: #0a3f3d;
  --lightgreen: #337f7d;
  --teal: #337f7d;
  --yellow: #f4f41e;
  --pink: #ff3154;
  --peach: #f8bf95;
  --lightpeach: #fad4b8;
  --orange: #f6aa72;
  --cream: #fff7f3;
  --mint: #ccdfde;
  --color-dark: var(--black);
  --color-light: var(--white);
  --color-primary: var(--blue);
  --color-secondary: var(--teal);
  --color-success: #36ed9c;
  --color-error: #ff3154;
  --text-color: var(--black);
  --link-color: inherit;
  --link-hover: var(--red);
  --background: var(--white);
  --button-bg: var(--color-primary);
  --button-text: var(--color-light);
  --button-padding: 0.5rem 1rem;
  --button-radius: 15px;
  --content-width: calc(100% - 2rem);
  --vpad: 25px;
  --hpad: 25px;
  --nav-height: 80px;
}
@media (min-width: 768px) {
  :root {
    --content-width: 600px;
    --nav-height: 100px;
  }
}
@media (min-width: 1024px) {
  :root {
    --content-width: 700px;
  }
}
@media (min-width: 1240px) {
  :root {
    --content-width: 940px;
    --nav-height: 120px;
  }
}
@media (min-width: 1600px) {
  :root {
    --content-width: 1240px;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'fiascons';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff');
  font-display: swap;
}
:root {
  --headingFont: 'buenosaires', 'Helvetica', sans-serif;
  --textFont: 'buenosaires', 'Helvetica', sans-serif;
  --monoFont: Monaco, "Courier New", Courier, monospace;
  --iconFont: 'fiascons' !important;
  --fs-h1: 3rem;
  --fs-h2: 2rem;
  --fs-h3: 1.5rem;
  --fs-h4: 1.3rem;
  --fs-b: 1rem;
  --fs-small: 0.9rem;
  --fs-caption: var(--fs-small);
}
@media (min-width: 768px) {
  :root {
    --fs-h1: 3rem;
    --fs-h2: 2rem;
    --fs-h3: 1.5rem;
    --fs-h4: 1.3rem;
    --fs-b: 1rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --fs-h1: 4rem;
    --fs-h2: 3rem;
    --fs-h3: 2rem;
    --fs-h4: 2rem;
    --fs-b: 1.1rem;
  }
}
body {
  font-family: var(--textFont);
  font-size: var(--fs-b);
  line-height: 1.4em;
  font-weight: 400;
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
li,
blockquote,
input,
textarea {
  font-size: inherit;
}
p {
  margin: 0 0 1.25rem 0;
  color: inherit;
}
h1,
.h1 {
  font-size: var(--fs-h1);
}
h2,
.h2 {
  font-size: var(--fs-h2);
}
h3,
.h3 {
  font-size: var(--fs-h3);
}
h4,
.h4 {
  font-size: var(--fs-h4);
}
h5,
h6,
.h5,
.h6 {
  font-size: var(--fs-b);
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: var(--headingFont);
  color: inherit;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  text-align: inherit;
  margin: 0 0 1rem 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2,
h3,
.h2,
.h3 {
  font-weight: 600;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--headingFont);
  color: inherit;
  letter-spacing: 0;
  text-align: inherit;
  margin: 0 0 1rem 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  outline: none;
  font-weight: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
button {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
b,
strong {
  display: inline;
  font-family: var(--textFont);
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.strong {
  font-weight: 600;
}
.caps {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.white {
  color: var(--white);
}
.white p,
.white ul {
  color: inherit;
}
i,
em,
mark {
  display: inline;
}
mark {
  color: var(--text-color);
  background: var(--color-primary);
  padding: 0 0.3rem;
}
u {
  display: inline;
}
ul,
ol {
  margin: 0;
  padding: 0;
  color: inherit;
}
li {
  font-size: var(--fs-b);
  line-height: 1.2em;
  margin: 1rem 0;
}
blockquote {
  width: 100%;
  max-width: 1000px;
  margin: 1.25rem auto;
  padding-left: 0;
  position: relative;
  font-family: var(--headingFont);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3em;
}
blockquote p {
  max-width: 1000px;
  font-family: var(--headingFont);
  font-weight: 600;
  font-style: normal;
  font-size: var(--fs-h4);
  line-height: 1.3em;
}
blockquote cite {
  font-style: normal;
  font-size: var(--fs-small);
  line-height: 1.375em;
}
label,
.label,
input,
textarea,
select {
  font-family: var(--textFont);
}
:root {
  font-size: 16px;
}
@media (min-width: 768px) {
  :root {
    font-size: 20px;
  }
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: var(--background);
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
}
body {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  position: relative;
  background-color: var(--background);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  scroll-behavior: smooth;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 0px 0px;
  grid-template-areas: "." ".";
}
main {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: var(--nav-height);
}
.site-main {
  display: block;
  width: 100%;
}
.site-main:before,
.site-main:after {
  content: "";
  display: table;
}
.site-main:after {
  clear: both;
}
.contain {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
.max-width,
.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
.alignwide {
  margin-left: calc(-10vw);
  margin-right: calc(-10vw);
  max-width: 100vw;
}
section {
  width: 100%;
  position: relative;
}
section h1,
section h2 {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-10 {
  width: 100%;
}
.w-20 {
  width: 100%;
}
.w-25 {
  width: 100%;
}
.w-30 {
  width: 100%;
}
.w-33 {
  width: 100%;
}
.w-34 {
  width: 100%;
}
.w-40 {
  width: 100%;
}
.w-50 {
  width: 100%;
}
.w-60 {
  width: 100%;
}
.w-70 {
  width: 100%;
}
.w-75 {
  width: 100%;
}
.w-80 {
  width: 100%;
}
.w-90 {
  width: 100%;
}
.w-100 {
  width: 100%;
}
@media (min-width: 600px) {
  .w-10 {
    width: 10%;
  }
}
@media (min-width: 600px) {
  .w-20 {
    width: 20%;
  }
}
@media (min-width: 600px) {
  .w-25 {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .w-30 {
    width: 30%;
  }
}
@media (min-width: 600px) {
  .w-33 {
    width: 33%;
  }
}
@media (min-width: 600px) {
  .w-34 {
    width: 34%;
  }
}
@media (min-width: 600px) {
  .w-40 {
    width: 40%;
  }
}
@media (min-width: 600px) {
  .w-50 {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .w-60 {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .w-70 {
    width: 70%;
  }
}
@media (min-width: 600px) {
  .w-75 {
    width: 75%;
  }
}
@media (min-width: 600px) {
  .w-80 {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .w-90 {
    width: 90%;
  }
}
@media (min-width: 600px) {
  .w-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-10-tb {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .w-20-tb {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .w-25-tb {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .w-30-tb {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .w-33-tb {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .w-34-tb {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .w-40-tb {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .w-50-tb {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-60-tb {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .w-70-tb {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .w-75-tb {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-80-tb {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .w-90-tb {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .w-100-tb {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .w-10-lp {
    width: 10%;
  }
}
@media (min-width: 1024px) {
  .w-20-lp {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .w-25-lp {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .w-30-lp {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .w-33-lp {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .w-34-lp {
    width: 34%;
  }
}
@media (min-width: 1024px) {
  .w-40-lp {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .w-50-lp {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .w-60-lp {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .w-70-lp {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .w-75-lp {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .w-80-lp {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .w-90-lp {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .w-100-lp {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .w-10-dp {
    width: 10%;
  }
}
@media (min-width: 1240px) {
  .w-20-dp {
    width: 20%;
  }
}
@media (min-width: 1240px) {
  .w-25-dp {
    width: 25%;
  }
}
@media (min-width: 1240px) {
  .w-30-dp {
    width: 30%;
  }
}
@media (min-width: 1240px) {
  .w-33-dp {
    width: 33%;
  }
}
@media (min-width: 1240px) {
  .w-34-dp {
    width: 34%;
  }
}
@media (min-width: 1240px) {
  .w-40-dp {
    width: 40%;
  }
}
@media (min-width: 1240px) {
  .w-50-dp {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .w-60-dp {
    width: 60%;
  }
}
@media (min-width: 1240px) {
  .w-70-dp {
    width: 70%;
  }
}
@media (min-width: 1240px) {
  .w-75-dp {
    width: 75%;
  }
}
@media (min-width: 1240px) {
  .w-80-dp {
    width: 80%;
  }
}
@media (min-width: 1240px) {
  .w-90-dp {
    width: 90%;
  }
}
@media (min-width: 1240px) {
  .w-100-dp {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .w-10-ld {
    width: 10%;
  }
}
@media (min-width: 1600px) {
  .w-20-ld {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .w-25-ld {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .w-30-ld {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .w-33-ld {
    width: 33%;
  }
}
@media (min-width: 1600px) {
  .w-34-ld {
    width: 34%;
  }
}
@media (min-width: 1600px) {
  .w-40-ld {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .w-50-ld {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .w-60-ld {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .w-70-ld {
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .w-75-ld {
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .w-80-ld {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .w-90-ld {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .w-100-ld {
    width: 100%;
  }
}
.flex__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  width: 100%;
}
.flex--no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.flex--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
}
.flex--justified {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex--justified-left:after {
  content: '';
  display: block;
  margin-right: auto;
}
.flex--justified-left .flex__row:after {
  content: '';
  display: block;
  margin-right: auto;
}
.flex--aligncenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex--alignbottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.scroll-down {
  color: inherit;
  position: relative;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  margin: 2rem auto;
  display: block;
}
.scroll-down:after {
  content: '';
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  height: 36px;
  width: 36px;
  font-size: 2.3em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 130%;
  background: url("img/icon-chevron-down.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
p.icon {
  background: #fdeadc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  p.icon {
    width: 90px;
    height: 90px;
  }
}
p.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60% !important;
  width: auto !important;
  padding: 5px;
  object-fit: contain;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-m {
  margin: 0;
}
video.cover {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wysiwyg text-align left,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg p,
.wysiwyg blockquote,
.wysiwyg ul,
.wysiwyg ol {
  margin: 1em auto 1em 0;
}
.wysiwyg.wysiwyg--center h1,
.wysiwyg.wysiwyg--center h2,
.wysiwyg.wysiwyg--center h3,
.wysiwyg.wysiwyg--center h4,
.wysiwyg.wysiwyg--center h5,
.wysiwyg.wysiwyg--center p,
.wysiwyg.wysiwyg--center blockquote,
.wysiwyg.wysiwyg--center ul,
.wysiwyg.wysiwyg--center ol {
  text-align: center;
}
.wysiwyg.wysiwyg--right {
  text-align: right;
}
.wysiwyg.wysiwyg--right h1,
.wysiwyg.wysiwyg--right h2,
.wysiwyg.wysiwyg--right h3,
.wysiwyg.wysiwyg--right h4,
.wysiwyg.wysiwyg--right h5,
.wysiwyg.wysiwyg--right p,
.wysiwyg.wysiwyg--right blockquote,
.wysiwyg.wysiwyg--right ul,
.wysiwyg.wysiwyg--right ol {
  margin: 1em 0 1em auto;
}
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg p:first-child {
  margin-top: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  letter-spacing: -0.01em;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.wysiwyg b,
.wysiwyg strong {
  color: inherit;
}
.wysiwyg blockquote {
  margin: 60px auto;
}
.wysiwyg blockquote p {
  text-align: center;
  padding: 0 30px;
  color: inherit;
}
.wysiwyg p a:not(.button),
.wysiwyg ul a:not(.button),
.wysiwyg ol a:not(.button) {
  border-bottom: 1px solid var(--color-primary);
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  text-decoration: none;
}
.wysiwyg p a:not(.button):hover,
.wysiwyg ul a:not(.button):hover,
.wysiwyg ol a:not(.button):hover {
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.wysiwyg p:last-of-type {
  margin-bottom: 2em;
}
.wysiwyg ul {
  text-align: left;
  margin: 2em 0;
  padding: 0;
}
.wysiwyg ul li {
  margin: 0 0 1.5em 0;
  padding-left: 2.5em;
  list-style: none;
  position: relative;
}
.wysiwyg ul li:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("img/rounded-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.2em;
}
.wysiwyg img.aligncenter,
.wysiwyg img.alignnone {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}
.wysiwyg .wp-caption,
.wysiwyg .wp-caption.alignright,
.wysiwyg .wp-caption.alignleft,
.wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1.6em 0;
}
.wysiwyg .wp-caption img,
.wysiwyg .wp-caption.alignright img,
.wysiwyg .wp-caption.alignleft img {
  margin: 0;
}
.wysiwyg .wp-caption {
  position: relative;
}
.wysiwyg .wp-caption .wp-caption-text {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: var(--fs-caption);
  line-height: 1.3em;
  font-family: var(--headingFont);
  padding: 6px 12px 8px 0px;
  vertical-align: middle;
}
.wysiwyg .gallery .gallery-item,
.wysiwyg .gallery .gallery__item {
  position: relative;
  margin: 0 !important;
}
.wysiwyg .gallery .gallery-item img,
.wysiwyg .gallery .gallery__item img {
  border: 3px solid #fff !important;
  margin: 0;
}
.wysiwyg .gallery .gallery-item:hover .gallery-caption,
.wysiwyg .gallery .gallery__item:hover .gallery-caption {
  bottom: 3px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.wysiwyg .gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 3px;
  max-width: 90%;
  background: var(--black);
  padding: 0.2em 0.5em 0.4em 0.5em;
  line-height: 1em;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.wysiwyg video,
.wysiwyg iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wysiwyg *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .wysiwyg .wp-caption.alignright,
  .wysiwyg img.alignright,
  .wysiwyg .wp-caption.alignleft,
  .wysiwyg img.alignleft {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    word-wrap: normal;
  }
  .wysiwyg .wp-caption.alignleft,
  .wysiwyg img.alignleft {
    margin-right: 60px;
    margin-left: -60px;
  }
}
.link {
  display: inline-block;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  font-family: var(--textFont);
  font-weight: 500;
  text-align: center;
  width: auto;
  text-decoration: none;
  border-bottom: 2px solid var(--text-color);
  color: inherit;
}
.link.link--arrow:before {
  display: none;
}
.link.link--arrow:after {
  content: '>';
  color: inherit;
  font-family: var(--iconFont);
  margin-left: 0.3em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.link.link--arrow.link--left:before {
  content: '<';
  font-family: var(--iconFont);
  margin-right: 0.3em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.link--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button,
a.button,
.button-small,
.button-large,
input[type='button'],
input[type='submit'],
button[type='submit'] {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  background-color: var(--button-bg);
  color: var(--white);
  padding: var(--button-padding);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: var(--button-radius);
  -moz-border-radius: var(--button-radius);
  -webkit-border-radius: var(--button-radius);
  -o-border-radius: var(--button-radius);
}
.button.button--arrow:before,
a.button.button--arrow:before,
.button-small.button--arrow:before,
.button-large.button--arrow:before,
input[type='button'].button--arrow:before,
input[type='submit'].button--arrow:before,
button[type='submit'].button--arrow:before {
  display: none;
}
.button.button--arrow:after,
a.button.button--arrow:after,
.button-small.button--arrow:after,
.button-large.button--arrow:after,
input[type='button'].button--arrow:after,
input[type='submit'].button--arrow:after,
button[type='submit'].button--arrow:after {
  content: '>';
  color: inherit;
  font-family: var(--iconFont);
  margin-left: 0.3em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.button.button--arrow.button--left:before,
a.button.button--arrow.button--left:before,
.button-small.button--arrow.button--left:before,
.button-large.button--arrow.button--left:before,
input[type='button'].button--arrow.button--left:before,
input[type='submit'].button--arrow.button--left:before,
button[type='submit'].button--arrow.button--left:before {
  content: '<';
  font-family: var(--iconFont);
  margin-right: 0.3em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.button-small {
  padding: 0.5em 1.5em;
}
.button-large {
  padding: 1em 2.5em;
}
.button--disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.button-outline {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.7em 2em;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid var(--color-primary);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: var(--button-radius);
  -moz-border-radius: var(--button-radius);
  -webkit-border-radius: var(--button-radius);
  -o-border-radius: var(--button-radius);
}
.button-outline.button--arrow:before {
  display: none;
}
.button-outline.button--arrow:after {
  content: '>';
  color: inherit;
  font-family: var(--iconFont);
  margin-left: 0.3em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.button-outline.button--arrow.button--left:before {
  content: '<';
  font-family: var(--iconFont);
  margin-right: 0.3em;
  line-height: 0.5em;
  margin-bottom: 0.2em;
}
.cta {
  display: block;
  background: var(--button-bg);
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#cookie-law-info-bar {
  background-color: var(--color-primary) !important;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  color: var(--text-color) !important;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cookie-law-info-bar span {
  display: block;
  position: relative;
  line-height: 1.4em;
  max-width: 1410px;
  margin: 0 auto;
}
#cookie-law-info-bar .cli_action_button {
  line-height: 1rem;
  margin: 1rem 0 0 0 !important;
  border-radius: var(--button-radius);
  -moz-border-radius: var(--button-radius);
  -webkit-border-radius: var(--button-radius);
  -o-border-radius: var(--button-radius);
  background-color: var(--button-bg) !important;
  text-align: center;
  vertical-align: middle;
  color: var(--button-text) !important;
  padding: var(--button-padding);
}
#cookie-law-info-bar .cli_action_button:hover {
  background-color: var(--button-bg) !important;
  color: var(--button-text) !important;
}
@media (min-width: 1296px) {
  #cookie-law-info-bar .cli_action_button {
    margin: 0 0 0 3rem !important;
  }
}
@media (min-width: 1296px) {
  #cookie-law-info-bar br {
    display: none;
  }
}
#cookie-law-info-bar .cli_settings_button {
  color: var(--button-bg) !important;
  text-decoration: underline;
  margin: 0 !important;
}
#cookie-law-info-bar .cli-plugin-main-link {
  font-weight: 500 !important;
}
.cli-bar-container {
  display: block;
}
:root {
  --footer-bg: linear-gradient(180deg, rgba(237,113,51,0.4) 0%, rgba(237,113,51,0) 100%), #f6aa72;
  --footer-text: var(--text-color);
  --footer-link: var(--link-color);
}
footer {
  display: block;
  width: 100%;
  background: var(--footer-bg);
  color: var(--footer-text);
  clear: both;
}
footer a {
  text-decoration: none;
}
footer a:link,
footer a:visited {
  color: inherit;
}
footer p {
  margin: 0.5rem 0;
  color: inherit;
}
@media (min-width: 1024px) {
  footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer > div {
    width: 100%;
  }
}
.footer__content {
  margin: 0 auto;
}
@media (max-width: $table -1) {
  .footer__content .footer__column {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .footer__content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-align: top;
    -moz-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    font-size: 0.9rem;
  }
}
.footer__content.footer__content--last {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__content.footer__content--last {
    margin-top: 2rem;
  }
}
.footer__contact {
  text-align: center;
  margin: 0 auto 2rem auto;
  padding: 4rem 30px;
  position: relative;
}
@media (min-width: 600px) {
  .footer__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .footer__contact {
    padding: 2rem 30px;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .footer__contact {
    max-width: 1410px;
  }
}
.footer__menu {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  color: var(--white);
  padding-left: 0;
  margin: 0;
  max-width: 800px;
}
.footer__menu li {
  display: inline-block;
  margin-right: 2rem;
}
.site-credit {
  font-size: var(--fs-small);
  font-weight: 400;
  margin: 3em 0 0 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-credit {
    margin-top: 0;
    margin-right: auto !important;
    order: -1;
  }
}
@media (max-width: 767px) {
  .footer__column {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .footer__column {
    width: 100%;
    max-width: 33%;
  }
  .footer__column .caps {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer__column {
    width: auto;
    padding-right: 100px;
  }
}
:root {
  --field-padding: var(--button-padding);
  --field-bg: var(--grey);
  --field-radius: var(--button-radius);
  --field-margins: 0.5em;
  --field-font-size: var(--fs-b);
  --placeholder-color: var(--text-color);
}
input,
textarea,
select {
  padding: var(--field-padding);
  background-color: var(--field-bg);
  margin-bottom: var(--field-margins);
  font-size: var(--field-font-size);
}
label,
.label {
  font-weight: 400;
  color: inherit;
  line-height: 1rem;
  margin-bottom: 0.2em;
  font-size: var(--field-font-size);
}
input[type='button'],
input[type='submit'] {
  width: auto;
  min-width: 120px;
  border-radius: var(--field-radius);
  -moz-border-radius: var(--field-radius);
  -webkit-border-radius: var(--field-radius);
  -o-border-radius: var(--field-radius);
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='password'] {
  border-radius: var(--field-radius);
  -moz-border-radius: var(--field-radius);
  -webkit-border-radius: var(--field-radius);
  -o-border-radius: var(--field-radius);
  border: none;
  text-align: left;
  width: 100%;
  outline: none;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus {
  border-color: var(--text-color);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 0.5em 0 0;
}
textarea {
  border: 0;
  text-align: left;
  width: 100%;
  outline: none;
  height: 10em;
  line-height: 1.25em;
  padding: var(--field-padding);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--field-radius);
  -moz-border-radius: var(--field-radius);
  -webkit-border-radius: var(--field-radius);
  -o-border-radius: var(--field-radius);
}
textarea:focus {
  border-color: var(--text-color);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.not-empty {
  border-color: var(--green);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.empty {
  border-color: var(--red);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: 0;
  width: 100%;
  outline: none;
  color: inherit;
  height: auto;
  padding: var(--field-padding);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: var(--field-radius);
  -moz-border-radius: var(--field-radius);
  -webkit-border-radius: var(--field-radius);
  -o-border-radius: var(--field-radius);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
option {
  padding: var(--field-padding);
}
*::-webkit-input-placeholder {
  color: var(--placeholder-color);
}
*input:-moz-placeholder {
  color: var(--placeholder-color) !important;
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color);
}
input:-moz-placeholder {
  color: var(--placeholder-color);
}
.gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-column-gap: 2%;
  grid-row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
.gform_heading,
.hidden_label label {
  display: none;
}
.gform_title {
  font-weight: 800;
  color: var(--color-primary);
}
.gfield_label {
  margin-bottom: 1em;
}
.ginput_container input {
  height: auto;
  line-height: 1em;
}
.gfield--width-full {
  grid-column: span 12;
}
.gfield--width-half {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .gfield--width-half {
    grid-column: span 6;
  }
}
.gform_footer {
  padding-bottom: 0 !important;
  text-align: right;
}
.gform_footer .gform_button {
  margin-left: auto;
}
.gform_submission_error {
  color: var(--candy) !important;
}
.gform_confirmation_message {
  font-size: var(--fs-h4);
  color: var(--teal);
}
.gform_required_legend {
  color: var(--teal);
}
.header {
  margin: 100px 0;
}
.header .inner-wrapper {
  margin: 0 auto;
  max-width: none;
  position: relative;
}
.header__image-wrapper {
  display: block;
  width: 100%;
  height: 80vw;
  max-height: 90vh;
  overflow: hidden;
}
.header__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.header__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("img/pattern-two-green.svg") no-repeat center center #0a3f3d;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px;
  margin-left: 3rem;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.header__content h3,
.header__content h2 {
  margin-top: 0;
}
.header-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.header-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #ff0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  padding: 15px 60px 20px 30px;
  -o-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  text-decoration: none;
}
.header-button:hover {
  background: #008000 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header {
    margin: 132px 0;
  }
  .header.header--flip .inner-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
  }
  .header__content {
    padding: 50px 5vw 50px 50px;
    align-self: flex-end;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    bottom: 0;
  }
  .header__image-wrapper {
    width: auto;
    margin-right: 5vw;
    height: 50vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1350px) {
  .header .inner-wrapper {
    padding: 0;
  }
  .header__content {
    padding: 60px 11vw 60px 100px;
  }
}
.hero {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
.hero img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.hero--halfscreen {
  height: 50vh;
}
.hero--fullscreen {
  height: 100vh;
  position: relative;
}
.hero--fullscreen img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero--notattop {
  margin-top: var(--nav-height);
}
ul.arrows {
  text-align: left;
  margin: 3em 0 2em;
  padding: 0;
}
ul.arrows li {
  margin: 0 0 2.5em 0;
  padding-left: 3em;
  list-style: none;
  position: relative;
  font-weight: 500;
}
ul.arrows li:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("img/rounded-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.2em;
}
ul.arrows li span {
  font-weight: 300;
}
ul.icons {
  text-align: center;
  margin: 2em 0;
  padding: 2rem 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 400;
}
@media (min-width: 1024px) {
  ul.icons {
    padding: 4rem 0;
    margin: 4rem 0 0 0;
  }
}
ul.icons li {
  list-style: none;
  display: block;
  width: 50%;
  overflow: hidden;
  margin: 2rem 0;
}
@media (min-width: 600px) {
  ul.icons li {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  ul.icons li {
    width: 25%;
  }
}
ul.icons span.caps {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2rem;
  margin: 1em 0;
  display: block;
}
.icon-list {
  display: block;
}
.icon-list li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.icon-list li:last-child {
  margin-right: 0;
}
.icon-list li a {
  width: 1rem;
  height: 1rem;
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8354 1.63509V22.3642C23.8354 22.7114 23.7138 23.0152 23.4708 23.2757C23.2277 23.5361 22.9152 23.6663 22.5333 23.6663H16.5958V14.6038H19.6166L20.0854 11.1142H16.5958V8.87465C16.5958 8.28438 16.7 7.86771 16.9083 7.62466C17.1861 7.31216 17.6548 7.15591 18.3145 7.15591H20.1895V3.97883C19.4604 3.90939 18.5576 3.87467 17.4812 3.87467C16.127 3.87467 15.0333 4.27397 14.2 5.07258C13.3666 5.87119 12.95 7.01702 12.95 8.51007V11.1142H9.92914V14.6038H12.95V23.6663H1.80416C1.42221 23.6663 1.10971 23.5361 0.866658 23.2757C0.623602 23.0152 0.502075 22.7114 0.502075 22.3642V1.63509C0.502075 1.25314 0.623602 0.940646 0.866658 0.69759C1.10971 0.454535 1.42221 0.333008 1.80416 0.333008H22.5333C22.8805 0.333008 23.1843 0.454535 23.4447 0.69759C23.7051 0.940646 23.8354 1.25314 23.8354 1.63509Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .icon-list {
    margin-top: 2rem;
  }
}
.icon-list .icon-list__twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.97721 15C13.1453 15 17.067 9.22846 17.067 4.22492C17.067 4.06266 17.0633 3.8968 17.0558 3.73455C17.8187 3.19849 18.4771 2.53451 19 1.7738C18.2895 2.08095 17.5351 2.28154 16.7627 2.36873C17.576 1.89504 18.185 1.15088 18.4768 0.27422C17.7116 0.714812 16.8748 1.02561 16.0023 1.1933C15.4144 0.586358 14.6371 0.184492 13.7906 0.0498316C12.9441 -0.0848291 12.0754 0.0552155 11.319 0.448313C10.5626 0.841411 9.96059 1.46567 9.60596 2.22457C9.25133 2.98347 9.16388 3.83474 9.35713 4.64678C7.80781 4.57123 6.29212 4.18018 4.90832 3.49897C3.52452 2.81776 2.30351 1.8616 1.32443 0.692474C0.826816 1.52608 0.674545 2.51251 0.898566 3.45128C1.12259 4.39005 1.70609 5.21072 2.53049 5.74649C1.91158 5.7274 1.30623 5.5655 0.764453 5.27416V5.32103C0.763899 6.19584 1.07516 7.04383 1.64533 7.72087C2.2155 8.39791 3.00938 8.86221 3.89203 9.03483C3.31871 9.18725 2.71699 9.20945 2.13342 9.09974C2.38249 9.85207 2.86708 10.5101 3.51957 10.982C4.17206 11.4538 4.95989 11.716 5.77311 11.7318C4.3925 12.7856 2.68705 13.3571 0.931445 13.3544C0.620102 13.3539 0.309066 13.3354 0 13.2989C1.78351 14.4106 3.85821 15.0011 5.97721 15Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-list .icon-list__instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50557 1.71108C12.0453 1.71108 12.3461 1.72221 13.3449 1.76675C14.2732 1.80758 14.7745 1.96347 15.1087 2.09338C15.5505 2.26411 15.8698 2.47197 16.2003 2.80231C16.5345 3.13635 16.7387 3.45185 16.9095 3.89353C17.0395 4.22758 17.1954 4.73237 17.2363 5.65657C17.2808 6.65872 17.292 6.95937 17.292 9.49443C17.292 12.0332 17.2808 12.3339 17.2363 13.3323C17.1954 14.2602 17.0395 14.7613 16.9095 15.0953C16.7387 15.537 16.5308 15.8562 16.2003 16.1866C15.8661 16.5206 15.5505 16.7248 15.1087 16.8955C14.7745 17.0254 14.2695 17.1813 13.3449 17.2221C12.3424 17.2667 12.0416 17.2778 9.50557 17.2778C6.9658 17.2778 6.66504 17.2667 5.66621 17.2221C4.73793 17.1813 4.23666 17.0254 3.90248 16.8955C3.46062 16.7248 3.14129 16.5169 2.81083 16.1866C2.47665 15.8525 2.27243 15.537 2.10162 15.0953C1.97166 14.7613 1.81571 14.2565 1.77487 13.3323C1.73031 12.3301 1.71917 12.0295 1.71917 9.49443C1.71917 6.95566 1.73031 6.65501 1.77487 5.65657C1.81571 4.72866 1.97166 4.22758 2.10162 3.89353C2.27243 3.45185 2.48036 3.13264 2.81083 2.80231C3.14501 2.46826 3.46062 2.26411 3.90248 2.09338C4.23666 1.96347 4.74165 1.80758 5.66621 1.76675C6.66504 1.72221 6.9658 1.71108 9.50557 1.71108ZM9.50557 0C6.92496 0 6.60192 0.011135 5.58824 0.0556749C4.57827 0.100215 3.88392 0.263528 3.28239 0.497363C2.65488 0.742332 2.1239 1.06525 1.59664 1.59601C1.06566 2.12307 0.742623 2.65384 0.497557 3.2774C0.263631 3.8824 0.100254 4.57277 0.0556967 5.58234C0.0111393 6.59934 0 6.92225 0 9.50186C0 12.0815 0.0111393 12.4044 0.0556967 13.4177C0.100254 14.4272 0.263631 15.1213 0.497557 15.7226C0.742623 16.3499 1.06566 16.8806 1.59664 17.4077C2.1239 17.9348 2.65488 18.2614 3.27868 18.5026C3.88392 18.7365 4.57456 18.8998 5.58452 18.9443C6.5982 18.9889 6.92124 19 9.50186 19C12.0825 19 12.4055 18.9889 13.4192 18.9443C14.4292 18.8998 15.1235 18.7365 15.725 18.5026C16.3488 18.2614 16.8798 17.9348 17.4071 17.4077C17.9343 16.8806 18.2611 16.3499 18.5024 15.7263C18.7364 15.1213 18.8997 14.4309 18.9443 13.4214C18.9889 12.4081 19 12.0852 19 9.50557C19 6.92596 18.9889 6.60305 18.9443 5.58976C18.8997 4.58019 18.7364 3.88611 18.5024 3.28482C18.2685 2.65384 17.9455 2.12307 17.4145 1.59601C16.8872 1.06896 16.3563 0.742333 15.7325 0.501074C15.1272 0.26724 14.4366 0.103927 13.4266 0.0593866C12.4092 0.011135 12.0862 0 9.50557 0Z' fill='%23ffffff'/%3E%3Cpath d='M9.5 5C6.73954 5 4.5 7.23954 4.5 10C4.5 12.7605 6.73954 15 9.5 15C12.2605 15 14.5 12.7605 14.5 10C14.5 7.23954 12.2605 5 9.5 5ZM9.5 13.2433C7.70913 13.2433 6.25665 11.7909 6.25665 10C6.25665 8.20913 7.70913 6.75665 9.5 6.75665C11.2909 6.75665 12.7433 8.20913 12.7433 10C12.7433 11.7909 11.2909 13.2433 9.5 13.2433Z' fill='%23ffffff'/%3E%3Cpath d='M15 4C15 4.55375 14.5505 5 14 5C13.4463 5 13 4.55049 13 4C13 3.44625 13.4495 3 14 3C14.5505 3 15 3.44951 15 4Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-list .icon-list__youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8107 2.80505C18.8107 2.80505 18.6252 1.53069 18.0537 0.971119C17.3301 0.234657 16.5211 0.231047 16.15 0.187726C13.493 -1.03286e-07 9.50371 0 9.50371 0H9.49629C9.49629 0 5.50703 -1.03286e-07 2.85 0.187726C2.47891 0.231047 1.66992 0.234657 0.946289 0.971119C0.374805 1.53069 0.192969 2.80505 0.192969 2.80505C0.192969 2.80505 0 4.30325 0 5.79783V7.19855C0 8.69314 0.189258 10.1913 0.189258 10.1913C0.189258 10.1913 0.374805 11.4657 0.942578 12.0253C1.66621 12.7617 2.61621 12.7365 3.03926 12.8159C4.56074 12.9567 9.5 13 9.5 13C9.5 13 13.493 12.9928 16.15 12.8087C16.5211 12.7653 17.3301 12.7617 18.0537 12.0253C18.6252 11.4657 18.8107 10.1913 18.8107 10.1913C18.8107 10.1913 19 8.69675 19 7.19855V5.79783C19 4.30325 18.8107 2.80505 18.8107 2.80505ZM7.53691 8.89892V3.70397L12.6691 6.31047L7.53691 8.89892Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.icon-list .icon-list__pinterest {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3712 12.9996C26.3712 15.326 25.7896 17.4788 24.6265 19.458C23.4633 21.4371 21.8921 23.0083 19.9129 24.1715C17.9338 25.3347 15.781 25.9163 13.4546 25.9163C12.1352 25.9163 10.8678 25.7253 9.65253 25.3434C10.4859 23.9545 11.0067 22.826 11.215 21.958L12.0484 18.885C12.2567 19.3017 12.6386 19.6489 13.1942 19.9267C13.7497 20.2045 14.3574 20.3434 15.0171 20.3434C16.2671 20.3434 17.4042 19.9875 18.4285 19.2757C19.4529 18.5639 20.2515 17.6003 20.8244 16.3851C21.3973 15.1698 21.6837 13.8417 21.6837 12.4007C21.6837 10.9597 21.3365 9.66632 20.6421 8.52049C19.9476 7.37466 18.9928 6.48056 17.7775 5.8382C16.5622 5.19584 15.2081 4.87466 13.715 4.87466C11.9442 4.87466 10.3817 5.23925 9.02753 5.96841C7.81225 6.66285 6.86607 7.60903 6.18899 8.80695C5.51191 10.0049 5.17337 11.2983 5.17337 12.6871C5.17337 13.6941 5.42511 14.6923 5.92858 15.6819C6.43205 16.6715 7.06573 17.3399 7.82961 17.6871C8.07267 17.7913 8.21156 17.7392 8.24628 17.5309L8.61086 16.0726C8.64558 15.9337 8.61086 15.8121 8.5067 15.708C8.22892 15.3608 8.00322 14.918 7.82961 14.3799C7.656 13.8417 7.5692 13.2948 7.5692 12.7392C7.5692 11.767 7.80357 10.8556 8.27232 10.0049C8.74107 9.15417 9.40947 8.4684 10.2775 7.94757C11.1803 7.39202 12.222 7.11424 13.4025 7.11424C14.9997 7.11424 16.3018 7.60903 17.3088 8.59861C18.3157 9.58819 18.8192 10.8469 18.8192 12.3746C18.8192 14.1108 18.4285 15.5344 17.6473 16.6455C16.8661 17.7566 15.9025 18.3121 14.7567 18.3121C14.097 18.3121 13.5761 18.0778 13.1942 17.609C12.8122 17.1403 12.6907 16.5934 12.8296 15.9684C12.899 15.5864 13.0553 15.0309 13.2984 14.3017C13.6803 13.017 13.8713 12.1229 13.8713 11.6194C13.8713 11.116 13.7324 10.6993 13.4546 10.3694C13.1768 10.0396 12.7775 9.87465 12.2567 9.87465C11.597 9.87465 11.0414 10.1698 10.59 10.7601C10.1386 11.3503 9.91294 12.0969 9.91294 12.9996C9.91294 13.7635 10.0345 14.4059 10.2775 14.9267L8.81919 21.333C8.61086 22.201 8.5935 23.4336 8.76711 25.0309C6.30184 24.0934 4.314 22.5309 2.80358 20.3434C1.29317 18.1559 0.537964 15.708 0.537964 12.9996C0.537964 10.6733 1.11956 8.52049 2.28275 6.54133C3.44594 4.56216 5.01712 2.99099 6.99628 1.8278C8.97544 0.664604 11.1282 0.0830078 13.4546 0.0830078C15.781 0.0830078 17.9338 0.664604 19.9129 1.8278C21.8921 2.99099 23.4633 4.56216 24.6265 6.54133C25.7896 8.52049 26.3712 10.6733 26.3712 12.9996Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.js img.lazy {
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.js img.lazy.lazy--loaded {
  opacity: 1;
}
.js img[data-src] :not(.lazy--placeholder) {
  opacity: 0;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}
.js img.lazy--placeholder {
  filter: blur(20px);
  -o-transition: filter 1.5s ease;
  -moz-transition: filter 1.5s ease;
  -webkit-transition: filter 1.5s ease;
  transition: filter 1.5s ease;
}
.js img.lazy--placeholder.lazy--loaded {
  filter: blur(0px);
  -o-transition: filter 1.5s ease;
  -moz-transition: filter 1.5s ease;
  -webkit-transition: filter 1.5s ease;
  transition: filter 1.5s ease;
}
.js img.lazy--background {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat center center #000;
  -webkit-background-size: cover;
  background-size: cover;
}
div.lazy--background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #f00;
  -webkit-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
div.lazy--background div {
  position: absolute;
  -webkit-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
div.lazy--background div.lazy--loaded {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.appear {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.appear--opacity {
  opacity: 0;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
section.loaded .appear,
div.loaded .appear {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
section.loaded .appear.delay:nth-child(1),
div.loaded .appear.delay:nth-child(1) {
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
section.loaded .appear.delay:nth-child(2),
div.loaded .appear.delay:nth-child(2) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
section.loaded .appear.delay:nth-child(3),
div.loaded .appear.delay:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
section.loaded .appear.delay:nth-child(4),
div.loaded .appear.delay:nth-child(4) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
section.loaded .appear.delay:nth-child(5),
div.loaded .appear.delay:nth-child(5) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
section.loaded .appear.delay:nth-child(6),
div.loaded .appear.delay:nth-child(6) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
section.loaded .appear.delay:nth-child(7),
div.loaded .appear.delay:nth-child(7) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
section.loaded .appear.delay:nth-child(8),
div.loaded .appear.delay:nth-child(8) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
section.loaded .appear.delay:nth-child(9),
div.loaded .appear.delay:nth-child(9) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
section.loaded .appear.delay:nth-child(10),
div.loaded .appear.delay:nth-child(10) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
section.loaded .appear.delay:nth-child(11),
div.loaded .appear.delay:nth-child(11) {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
}
section.loaded .appear.delay:nth-child(12),
div.loaded .appear.delay:nth-child(12) {
  transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
}
section.loaded .appear.delay:nth-child(13),
div.loaded .appear.delay:nth-child(13) {
  transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
}
section.loaded .appear.delay:nth-child(14),
div.loaded .appear.delay:nth-child(14) {
  transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
}
section.loaded .appear.delay:nth-child(15),
div.loaded .appear.delay:nth-child(15) {
  transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
}
section.loaded .appear.delay:nth-child(16),
div.loaded .appear.delay:nth-child(16) {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
}
section.loaded .appear.delay:nth-child(17),
div.loaded .appear.delay:nth-child(17) {
  transition-delay: 3.200000000000001s;
  -moz-transition-delay: 3.200000000000001s;
  -webkit-transition-delay: 3.200000000000001s;
  -o-transition-delay: 3.200000000000001s;
}
section.loaded .appear.delay:nth-child(18),
div.loaded .appear.delay:nth-child(18) {
  transition-delay: 3.400000000000001s;
  -moz-transition-delay: 3.400000000000001s;
  -webkit-transition-delay: 3.400000000000001s;
  -o-transition-delay: 3.400000000000001s;
}
section.loaded .appear.delay:nth-child(19),
div.loaded .appear.delay:nth-child(19) {
  transition-delay: 3.600000000000001s;
  -moz-transition-delay: 3.600000000000001s;
  -webkit-transition-delay: 3.600000000000001s;
  -o-transition-delay: 3.600000000000001s;
}
section.loaded .appear.delay:nth-child(20),
div.loaded .appear.delay:nth-child(20) {
  transition-delay: 3.800000000000001s;
  -moz-transition-delay: 3.800000000000001s;
  -webkit-transition-delay: 3.800000000000001s;
  -o-transition-delay: 3.800000000000001s;
}
section.loaded .appear.delay:nth-child(21),
div.loaded .appear.delay:nth-child(21) {
  transition-delay: 4.000000000000001s;
  -moz-transition-delay: 4.000000000000001s;
  -webkit-transition-delay: 4.000000000000001s;
  -o-transition-delay: 4.000000000000001s;
}
section.loaded .appear.delay:nth-child(22),
div.loaded .appear.delay:nth-child(22) {
  transition-delay: 4.200000000000001s;
  -moz-transition-delay: 4.200000000000001s;
  -webkit-transition-delay: 4.200000000000001s;
  -o-transition-delay: 4.200000000000001s;
}
section.loaded .appear.delay:nth-child(23),
div.loaded .appear.delay:nth-child(23) {
  transition-delay: 4.400000000000001s;
  -moz-transition-delay: 4.400000000000001s;
  -webkit-transition-delay: 4.400000000000001s;
  -o-transition-delay: 4.400000000000001s;
}
section.loaded .appear.delay:nth-child(24),
div.loaded .appear.delay:nth-child(24) {
  transition-delay: 4.600000000000001s;
  -moz-transition-delay: 4.600000000000001s;
  -webkit-transition-delay: 4.600000000000001s;
  -o-transition-delay: 4.600000000000001s;
}
section.loaded .appear.delay:nth-child(25),
div.loaded .appear.delay:nth-child(25) {
  transition-delay: 4.800000000000002s;
  -moz-transition-delay: 4.800000000000002s;
  -webkit-transition-delay: 4.800000000000002s;
  -o-transition-delay: 4.800000000000002s;
}
section.loaded .appear.delay:nth-child(26),
div.loaded .appear.delay:nth-child(26) {
  transition-delay: 5.000000000000002s;
  -moz-transition-delay: 5.000000000000002s;
  -webkit-transition-delay: 5.000000000000002s;
  -o-transition-delay: 5.000000000000002s;
}
section.loaded .appear.delay:nth-child(27),
div.loaded .appear.delay:nth-child(27) {
  transition-delay: 5.200000000000002s;
  -moz-transition-delay: 5.200000000000002s;
  -webkit-transition-delay: 5.200000000000002s;
  -o-transition-delay: 5.200000000000002s;
}
section.loaded .appear.delay:nth-child(28),
div.loaded .appear.delay:nth-child(28) {
  transition-delay: 5.400000000000002s;
  -moz-transition-delay: 5.400000000000002s;
  -webkit-transition-delay: 5.400000000000002s;
  -o-transition-delay: 5.400000000000002s;
}
section.loaded .appear.delay:nth-child(29),
div.loaded .appear.delay:nth-child(29) {
  transition-delay: 5.600000000000002s;
  -moz-transition-delay: 5.600000000000002s;
  -webkit-transition-delay: 5.600000000000002s;
  -o-transition-delay: 5.600000000000002s;
}
section.loaded .appear.delay:nth-child(30),
div.loaded .appear.delay:nth-child(30) {
  transition-delay: 5.800000000000002s;
  -moz-transition-delay: 5.800000000000002s;
  -webkit-transition-delay: 5.800000000000002s;
  -o-transition-delay: 5.800000000000002s;
}
section.loaded .appear.delay:nth-child(31),
div.loaded .appear.delay:nth-child(31) {
  transition-delay: 6.000000000000003s;
  -moz-transition-delay: 6.000000000000003s;
  -webkit-transition-delay: 6.000000000000003s;
  -o-transition-delay: 6.000000000000003s;
}
section.loaded .appear.delay:nth-child(32),
div.loaded .appear.delay:nth-child(32) {
  transition-delay: 6.200000000000003s;
  -moz-transition-delay: 6.200000000000003s;
  -webkit-transition-delay: 6.200000000000003s;
  -o-transition-delay: 6.200000000000003s;
}
section.loaded .appear.delay:nth-child(33),
div.loaded .appear.delay:nth-child(33) {
  transition-delay: 6.400000000000003s;
  -moz-transition-delay: 6.400000000000003s;
  -webkit-transition-delay: 6.400000000000003s;
  -o-transition-delay: 6.400000000000003s;
}
section.loaded .appear.delay:nth-child(34),
div.loaded .appear.delay:nth-child(34) {
  transition-delay: 6.600000000000003s;
  -moz-transition-delay: 6.600000000000003s;
  -webkit-transition-delay: 6.600000000000003s;
  -o-transition-delay: 6.600000000000003s;
}
section.loaded .appear.delay:nth-child(35),
div.loaded .appear.delay:nth-child(35) {
  transition-delay: 6.800000000000003s;
  -moz-transition-delay: 6.800000000000003s;
  -webkit-transition-delay: 6.800000000000003s;
  -o-transition-delay: 6.800000000000003s;
}
section.loaded .appear--opacity,
div.loaded .appear--opacity {
  opacity: 1;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
section.loaded .appear--opacity.delay:nth-child(1),
div.loaded .appear--opacity.delay:nth-child(1) {
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
section.loaded .appear--opacity.delay:nth-child(2),
div.loaded .appear--opacity.delay:nth-child(2) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
section.loaded .appear--opacity.delay:nth-child(3),
div.loaded .appear--opacity.delay:nth-child(3) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
section.loaded .appear--opacity.delay:nth-child(4),
div.loaded .appear--opacity.delay:nth-child(4) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
section.loaded .appear--opacity.delay:nth-child(5),
div.loaded .appear--opacity.delay:nth-child(5) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
section.loaded .appear--opacity.delay:nth-child(6),
div.loaded .appear--opacity.delay:nth-child(6) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
section.loaded .appear--opacity.delay:nth-child(7),
div.loaded .appear--opacity.delay:nth-child(7) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
section.loaded .appear--opacity.delay:nth-child(8),
div.loaded .appear--opacity.delay:nth-child(8) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
section.loaded .appear--opacity.delay:nth-child(9),
div.loaded .appear--opacity.delay:nth-child(9) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
section.loaded .appear--opacity.delay:nth-child(10),
div.loaded .appear--opacity.delay:nth-child(10) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
section.loaded .appear--opacity.delay:nth-child(11),
div.loaded .appear--opacity.delay:nth-child(11) {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
}
section.loaded .appear--opacity.delay:nth-child(12),
div.loaded .appear--opacity.delay:nth-child(12) {
  transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
}
section.loaded .appear--opacity.delay:nth-child(13),
div.loaded .appear--opacity.delay:nth-child(13) {
  transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
}
section.loaded .appear--opacity.delay:nth-child(14),
div.loaded .appear--opacity.delay:nth-child(14) {
  transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
}
section.loaded .appear--opacity.delay:nth-child(15),
div.loaded .appear--opacity.delay:nth-child(15) {
  transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
}
section.loaded .appear--opacity.delay:nth-child(16),
div.loaded .appear--opacity.delay:nth-child(16) {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
}
section.loaded .appear--opacity.delay:nth-child(17),
div.loaded .appear--opacity.delay:nth-child(17) {
  transition-delay: 3.200000000000001s;
  -moz-transition-delay: 3.200000000000001s;
  -webkit-transition-delay: 3.200000000000001s;
  -o-transition-delay: 3.200000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(18),
div.loaded .appear--opacity.delay:nth-child(18) {
  transition-delay: 3.400000000000001s;
  -moz-transition-delay: 3.400000000000001s;
  -webkit-transition-delay: 3.400000000000001s;
  -o-transition-delay: 3.400000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(19),
div.loaded .appear--opacity.delay:nth-child(19) {
  transition-delay: 3.600000000000001s;
  -moz-transition-delay: 3.600000000000001s;
  -webkit-transition-delay: 3.600000000000001s;
  -o-transition-delay: 3.600000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(20),
div.loaded .appear--opacity.delay:nth-child(20) {
  transition-delay: 3.800000000000001s;
  -moz-transition-delay: 3.800000000000001s;
  -webkit-transition-delay: 3.800000000000001s;
  -o-transition-delay: 3.800000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(21),
div.loaded .appear--opacity.delay:nth-child(21) {
  transition-delay: 4.000000000000001s;
  -moz-transition-delay: 4.000000000000001s;
  -webkit-transition-delay: 4.000000000000001s;
  -o-transition-delay: 4.000000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(22),
div.loaded .appear--opacity.delay:nth-child(22) {
  transition-delay: 4.200000000000001s;
  -moz-transition-delay: 4.200000000000001s;
  -webkit-transition-delay: 4.200000000000001s;
  -o-transition-delay: 4.200000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(23),
div.loaded .appear--opacity.delay:nth-child(23) {
  transition-delay: 4.400000000000001s;
  -moz-transition-delay: 4.400000000000001s;
  -webkit-transition-delay: 4.400000000000001s;
  -o-transition-delay: 4.400000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(24),
div.loaded .appear--opacity.delay:nth-child(24) {
  transition-delay: 4.600000000000001s;
  -moz-transition-delay: 4.600000000000001s;
  -webkit-transition-delay: 4.600000000000001s;
  -o-transition-delay: 4.600000000000001s;
}
section.loaded .appear--opacity.delay:nth-child(25),
div.loaded .appear--opacity.delay:nth-child(25) {
  transition-delay: 4.800000000000002s;
  -moz-transition-delay: 4.800000000000002s;
  -webkit-transition-delay: 4.800000000000002s;
  -o-transition-delay: 4.800000000000002s;
}
section.loaded .appear--opacity.delay:nth-child(26),
div.loaded .appear--opacity.delay:nth-child(26) {
  transition-delay: 5.000000000000002s;
  -moz-transition-delay: 5.000000000000002s;
  -webkit-transition-delay: 5.000000000000002s;
  -o-transition-delay: 5.000000000000002s;
}
section.loaded .appear--opacity.delay:nth-child(27),
div.loaded .appear--opacity.delay:nth-child(27) {
  transition-delay: 5.200000000000002s;
  -moz-transition-delay: 5.200000000000002s;
  -webkit-transition-delay: 5.200000000000002s;
  -o-transition-delay: 5.200000000000002s;
}
section.loaded .appear--opacity.delay:nth-child(28),
div.loaded .appear--opacity.delay:nth-child(28) {
  transition-delay: 5.400000000000002s;
  -moz-transition-delay: 5.400000000000002s;
  -webkit-transition-delay: 5.400000000000002s;
  -o-transition-delay: 5.400000000000002s;
}
section.loaded .appear--opacity.delay:nth-child(29),
div.loaded .appear--opacity.delay:nth-child(29) {
  transition-delay: 5.600000000000002s;
  -moz-transition-delay: 5.600000000000002s;
  -webkit-transition-delay: 5.600000000000002s;
  -o-transition-delay: 5.600000000000002s;
}
section.loaded .appear--opacity.delay:nth-child(30),
div.loaded .appear--opacity.delay:nth-child(30) {
  transition-delay: 5.800000000000002s;
  -moz-transition-delay: 5.800000000000002s;
  -webkit-transition-delay: 5.800000000000002s;
  -o-transition-delay: 5.800000000000002s;
}
section.loaded .appear--opacity.delay:nth-child(31),
div.loaded .appear--opacity.delay:nth-child(31) {
  transition-delay: 6.000000000000003s;
  -moz-transition-delay: 6.000000000000003s;
  -webkit-transition-delay: 6.000000000000003s;
  -o-transition-delay: 6.000000000000003s;
}
section.loaded .appear--opacity.delay:nth-child(32),
div.loaded .appear--opacity.delay:nth-child(32) {
  transition-delay: 6.200000000000003s;
  -moz-transition-delay: 6.200000000000003s;
  -webkit-transition-delay: 6.200000000000003s;
  -o-transition-delay: 6.200000000000003s;
}
section.loaded .appear--opacity.delay:nth-child(33),
div.loaded .appear--opacity.delay:nth-child(33) {
  transition-delay: 6.400000000000003s;
  -moz-transition-delay: 6.400000000000003s;
  -webkit-transition-delay: 6.400000000000003s;
  -o-transition-delay: 6.400000000000003s;
}
section.loaded .appear--opacity.delay:nth-child(34),
div.loaded .appear--opacity.delay:nth-child(34) {
  transition-delay: 6.600000000000003s;
  -moz-transition-delay: 6.600000000000003s;
  -webkit-transition-delay: 6.600000000000003s;
  -o-transition-delay: 6.600000000000003s;
}
section.loaded .appear--opacity.delay:nth-child(35),
div.loaded .appear--opacity.delay:nth-child(35) {
  transition-delay: 6.800000000000003s;
  -moz-transition-delay: 6.800000000000003s;
  -webkit-transition-delay: 6.800000000000003s;
  -o-transition-delay: 6.800000000000003s;
}
.nav {
  --menu-primary: var(--text-color);
  display: block;
  width: 100%;
  height: auto;
  z-index: 99;
  background-color: var(--color-light);
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .nav {
    background-color: transparent;
  }
  .nav .nav__mobile {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 768px) {
  .nav {
    background-color: transparent;
    bottom: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -o-transition: transform 0.3s ease, background-color 0.3s;
    -moz-transition: transform 0.3s ease, background-color 0.3s;
    -webkit-transition: transform 0.3s ease, background-color 0.3s;
    transition: transform 0.3s ease, background-color 0.3s;
  }
}
.nav__content {
  position: relative;
}
@media (min-width: 768px) {
  .nav__content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: var(--nav-height);
  }
}
.nav__overlay {
  position: relative;
}
.nav__mobile {
  width: 100%;
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px;
}
.nav__mobile li {
  margin: 2rem 0;
}
.nav__mobile a:link,
.nav__mobile a:visited {
  color: inherit;
}
.nav__mobile > li {
  font-weight: 600;
}
.nav__mobile .sub-menu li {
  font-weight: 500;
}
.nav__mobile .sub-menu li:before {
  content: '- ';
}
@media (min-width: 768px) {
  .nav__mobile {
    display: none !important;
  }
}
.nav__desktop {
  display: none;
  color: var(--menu-primary);
  width: 100%;
  text-align: right;
  margin: 0 auto;
}
.nav__desktop li {
  vertical-align: top;
  margin: 0;
  font-size: var(--fs-small);
}
.nav__desktop li a {
  display: block;
  padding: 1.5rem 1.2rem;
  text-decoration: none;
}
@media (min-width: 1600px) {
  .nav__desktop li a {
    padding: 1.8rem 1.8rem;
  }
}
.nav__desktop a:link,
.nav__desktop a:visited {
  color: var(--menu-primary);
}
.nav__desktop > li {
  font-weight: 600;
}
.nav__desktop .menu-item-has-children {
  height: 124px;
  overflow: visible;
}
.nav__desktop .menu-item-has-children:hover {
  background: #fdeadc;
}
.nav__desktop .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  background: #fdeadc;
}
.nav__desktop .menu-item-has-children:hover > a {
  color: var(--link-hover);
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__desktop .sub-menu {
  opacity: 0;
  pointer-events: none;
}
.nav__desktop .sub-menu li {
  font-weight: 500;
  display: block;
  margin: 0;
  text-align: left;
}
.nav__desktop .sub-menu li a {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1rem 2rem;
  display: block;
}
.nav__desktop .sub-menu li a:before {
  content: '- ';
}
@media (min-width: 768px) {
  .nav__desktop {
    display: block;
  }
  .nav__desktop li {
    display: inline-block;
  }
}
.menu-item-has-children > a:after {
  content: ' +';
}
.nav__button {
  position: fixed;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .nav__button {
    top: 30px;
    right: 40px;
  }
}
.nav__close {
  color: var(--menu-primary) !important;
  position: absolute;
  top: 10px;
  right: 20px;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.nav__close:before {
  content: 'Menu';
}
@media (min-width: 768px) {
  .nav__close {
    display: none;
  }
}
.nav__icon {
  background-color: transparent;
  color: var(--menu-primary);
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 11;
  cursor: pointer;
  width: 28px;
  height: 24px;
  -o-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.nav__icon div {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.nav__icon div span {
  background-color: var(--menu-primary);
  display: block;
  height: 3px;
  margin-bottom: 6px;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__icon div span:first-of-type {
  -ms-transform-origin: 8px 6px;
  -o-transform-origin: 8px 6px;
  -webkit-transform-origin: 8px 6px;
  -moz-transform-origin: 8px 6px;
  -webkit-transform-origin: 8px 6px;
  -ms-transform-origin: 8px 6px;
  transform-origin: 8px 6px;
}
.nav__icon div span:last-of-type {
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.nav__icon b {
  opacity: 1;
  line-height: 9px;
  text-align: center;
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 1px;
  -o-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  font-size: 9px;
  width: 100%;
  display: block;
  font-family: inherit;
}
@media (min-width: 768px) {
  .nav__icon {
    display: none;
  }
}
.site-logo {
  display: block;
  top: 0;
  left: 0;
  width: 80px;
  margin: 20px 0;
}
.site-logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .site-logo {
    width: 133px;
  }
}
@media (min-width: 768px) {
  .nav--light .nav {
    --menu-primary: var(--color-light);
  }
  .nav--light .site-logo svg path,
  .nav--light .site-logo svg polygon {
    fill: var(--menu-primary);
  }
}
.nav--open .nav__close {
  color: var(--menu-primary);
}
.nav--open .nav__close:before {
  content: 'Close';
}
.nav--open .nav__icon div span {
  background-color: var(--menu-primary);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav--open .nav__icon div span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav--open .nav__icon div span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(5px, -3px);
  -moz-transform: rotate(-45deg) translate(5px, -3px);
  -o-transform: rotate(-45deg) translate(5px, -3px);
  -ms-transform: rotate(-45deg) translate(5px, -3px);
  transform: rotate(-45deg) translate(5px, -3px);
}
.nav--open .nav__icon div span:last-of-type {
  opacity: 0;
}
@media (max-width: 767px) {
  .nav--open {
    overflow: hidden;
  }
  .nav--open .nav {
    background-color: var(--color-secondary);
    bottom: 0;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav--open .nav .nav__mobile {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .nav--show .nav {
    background-color: var(--color-primary);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -o-transition: transform 0.3s ease, background-color 0.3s;
    -moz-transition: transform 0.3s ease, background-color 0.3s;
    -webkit-transition: transform 0.3s ease, background-color 0.3s;
    transition: transform 0.3s ease, background-color 0.3s;
  }
}
.nav--show.nav--light .site-logo svg path {
  fill: var(--menu-primary);
}
.nav--show .site-logo {
  margin: 32px 0;
}
.nav--show .nav__desktop li a {
  padding: 2rem 1.2rem 1.5rem 1.2rem;
}
@media (min-width: 1640px) {
  .nav--show .nav__desktop li a {
    padding: 2rem 1.8rem 1.5rem 1.8rem;
  }
}
@media (min-width: 768px) {
  .nav--hide .nav {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -o-transition: transform 0.3s ease, background-color 0.3s;
    -moz-transition: transform 0.3s ease, background-color 0.3s;
    -webkit-transition: transform 0.3s ease, background-color 0.3s;
    transition: transform 0.3s ease, background-color 0.3s;
  }
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-button {
  position: absolute;
  background: rgba(255,255,255,0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  -moz-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.slider .tile {
  opacity: 0.5;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0 20px;
}
.slider .is-selected {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slider__nav .tile__content {
  display: none;
}
.slider--gradientoverflow {
  position: relative;
}
.slider--gradientoverflow:before,
.slider--gradientoverflow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 1;
  background: #fff;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
}
.slider--gradientoverflow:before {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.slider--gradientoverflow .flickity-slider *:last-child {
  margin-right: 30vw;
}
.social-feed {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .social-feed {
    padding: 50px 50px 80px 50px;
  }
}
@media (min-width: 1240px) {
  .social-feed {
    padding: 70px 70px 120px 70px;
  }
}
.social-feed__title {
  line-height: 0.9em;
  margin-bottom: 1em;
}
.social-feed__wrapper {
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 600px) {
  .social-feed__wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    float: none;
  }
}
.social-feed__item {
  display: inline-block;
  margin-bottom: 30px;
  aspect-ratio: 1/1;
}
@media (min-width: 600px) {
  .social-feed__item {
    margin-left: 10px !important;
  }
  .social-feed__item:first-child {
    margin-left: 0;
  }
  .social-feed__item:nth-child(even) {
    position: relative;
    top: 50px;
  }
}
@media (min-width: 768px) {
  .social-feed__item:nth-child(4) {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .social-feed__item:nth-child(4) {
    display: inline-block !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .social-feed__item:nth-child(4),
  .social-feed__item:nth-child(3) {
    display: none !important;
  }
}
.tiles {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tiles__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.tile {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.tile a {
  width: 100%;
  height: auto;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tile {
    width: calc(33.333% - 1rem);
  }
}
@media (min-width: 1024px) {
  .tile {
    width: calc(25% - 1rem);
  }
}
.tile__image {
  width: 100%;
  height: auto;
  position: relative;
  background: rgba(0,0,0,0.1);
}
.tile__image img {
  display: block;
  width: 100%;
  height: auto;
}
.tile__content {
  display: block;
  padding-top: 1rem;
}
.tile__format {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.tile__format img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tile__placeholder {
  padding-bottom: 67%;
}
.tile__meta {
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 0.02em;
  margin-bottom: 0.9em;
}
.tile--spacer {
  opacity: 0;
}
.accordions {
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 4rem auto;
}
.accordions .center h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .accordions {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .accordions {
    width: calc(100% - 80px);
  }
}
.accordion {
  width: 100%;
  max-width: 700px;
  margin-left: 0;
}
@media (min-width: 1240px) {
  .accordion {
    max-width: 940px;
  }
}
.accordion__tab {
  cursor: pointer;
  padding: 20px 0 20px 50px;
  font-weight: 600;
  max-width: 726px;
}
.accordion__tab:after {
  content: '';
  position: absolute;
  top: 1.2em;
  bottom: 100%;
  left: 0px;
  line-height: 1.8em;
  font-weight: 500;
  width: 2em;
  min-height: 2em;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.54696 13.3828H8.44611V8.44318H13.3857V5.54403H8.44611V0.604402H5.54696V5.54403H0.607333V8.44318H5.54696V13.3828Z' fill='%23FDFDFD'/%3E%3C/svg%3E%0A") center center no-repeat var(--purple);
  -webkit-background-size: auto auto;
  background-size: auto auto;
  color: var(--white);
  text-align: center;
  -o-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  font-family: $iconFont;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
}
.accordion__tab button {
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  color: var(--text-color);
}
@media (min-width: 1240px) {
  .accordion__tab {
    padding-left: 60px;
  }
}
.accordion__button {
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1.5em;
}
.accordion__panel {
  position: relative;
  padding: 0 1rem;
  border-bottom: 2px solid #e8e2ff;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.accordion__content {
  display: block;
  overflow: hidden;
  padding-left: 50px;
  max-width: 726px;
  max-height: 0;
  opacity: 0;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__content p {
  font-weight: 400;
}
@media (min-width: 1240px) {
  .accordion__content {
    padding-left: 60px;
  }
}
.accordion__panel--open .accordion__tab:after {
  content: '';
  bottom: 2em;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background: url("data:image/svg+xml,%3Csvg width='10' height='3' viewBox='0 0 10 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25755 0.248579H0.744762V3H9.25755V0.248579Z' fill='%236341FF'/%3E%3C/svg%3E%0A") center center no-repeat var(--lilac);
  color: var(--purple);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.accordion__panel--open .accordion__content {
  max-height: 999px;
  opacity: 1;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero {
  width: 100%;
  position: relative;
}
.hero__content {
  background: url("img/pattern-two-green.svg") no-repeat center center #0a3f3d;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 50vw;
  padding: 150px 40px 40px 40px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.hero__content:before,
.hero__content:after {
  content: "";
  display: table;
}
.hero__content:after {
  clear: both;
}
.hero__content h1 {
  max-width: 600px;
  margin-bottom: 2rem;
}
.hero__content p {
  max-width: 600px;
}
@media (max-width: 767px) {
  .hero__content h1,
  .hero__content p {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    width: 55%;
    padding: 150px 100px 80px 80px;
    height: 60vh;
  }
}
@media (min-width: 1240px) {
  .hero__content {
    min-height: 40vw;
    max-height: 50vh;
    padding: 10vw 5vw 10vw 15vw;
  }
}
@media (min-width: 1600px) {
  .hero__content {
    min-height: 70vh;
    height: 40vw;
    max-height: 80vh;
  }
}
.hero__image-wrapper {
  width: 100%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero__image-wrapper {
    position: absolute;
    right: 0;
    top: 6%;
    bottom: -6%;
    width: 50%;
  }
}
.hero__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.two-columns {
  margin: 30px 0;
}
.two-columns .inner-wrapper {
  margin: 0 auto;
  max-width: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.two-columns.two-columns-nopadding {
  margin-top: 0;
  margin-bottom: 0;
}
.two-columns__image-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}
.two-columns__image-wrapper .two-columns-image-one {
  width: 100%;
  height: auto;
}
.two-columns__image-wrapper img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  max-width: 100%;
  height: auto;
}
.two-columns__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .two-columns__content {
    padding: 40px;
    max-width: 770px;
  }
}
.two-columns__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 15px auto 15px 0;
}
.two-columns-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.two-columns-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #ff0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  padding: 15px 60px 20px 30px;
  -o-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  text-decoration: none;
}
.two-columns-button:hover {
  background: #008000 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
.two-columns.two-columns--first {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .two-columns.two-columns--first .inner-wrapper {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
  }
}
.two-columns:not(.two-columns--portrait):not(.two-columns--square) .two-columns__image-wrapper {
  max-height: 50vw;
}
.two-columns:not(.two-columns--portrait):not(.two-columns--square) .two-columns__image-wrapper img {
  max-width: none;
}
.two-columns:not(.two-columns--portrait):not(.two-columns--square) .two-columns__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .two-columns .inner-wrapper {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .two-columns {
    margin: 50px 0;
  }
  .two-columns .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
  }
  .two-columns.two-columns--flip .inner-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
  }
  .two-columns.two-columns--square .inner-wrapper {
    margin-left: 0;
    max-width: none;
  }
  .two-columns.two-columns--square .two-columns__image-wrapper {
    width: 40%;
    max-width: 768px;
  }
  .two-columns.two-columns--square .two-columns__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
  }
  .two-columns.two-columns--portrait img {
    margin: 0 auto;
  }
  .two-columns__content {
    padding: 20px 50px;
  }
  .two-columns__image-wrapper,
  .two-columns__content {
    width: 50%;
  }
  .two-columns__image-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .two-columns.two-columns--first .two-columns__content {
    padding-top: 100px;
  }
  .two-columns.two-columns--first .two-columns__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1600px) {
  .two-columns {
    margin: 100px 0;
  }
  .two-columns .inner-wrapper {
    padding: 0;
  }
  .two-columns__content {
    padding: 20px 150px;
  }
}
.four-o-four {
  height: auto;
}
@media (min-width: 768px) {
  .four-o-four h1 {
    font-size: 3.5rem;
  }
}
body.home .video--fullwidth {
  padding-top: 2rem;
}
body.home .video--fullwidth .fluid-width-video-wrapper {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -o-transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
body.home .video--fullwidth.animateIn .fluid-width-video-wrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page h1 {
  max-width: 950px;
}
.page h3.center {
  text-align: center;
}
