﻿@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 1.8181818182rem;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.5681818182rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 68.1818181818rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.5681818182rem;
  margin-left: -0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.8522727273rem;
    margin-left: -0.8522727273rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.8522727273rem;
    margin-left: -0.8522727273rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.8522727273rem;
  padding-left: 0.8522727273rem;
}

.column, .columns {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.1363636364rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.7045454545rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.7272727273rem;
  }
  h2, .h2 {
    font-size: 2.2727272727rem;
  }
  h3, .h3 {
    font-size: 1.7613636364rem;
  }
  h4, .h4 {
    font-size: 1.4204545455rem;
  }
  h5, .h5 {
    font-size: 1.1363636364rem;
  }
  h6, .h6 {
    font-size: 0.9090909091rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.8977272727rem;
  }
  h2, .h2 {
    font-size: 2.4431818182rem;
  }
  h3, .h3 {
    font-size: 2.0454545455rem;
  }
  h4, .h4 {
    font-size: 1.7045454545rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.0227272727rem;
  }
}
a {
  line-height: inherit;
  color: #0F161D;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(12.9, 18.92, 24.94);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 2rem;
  padding: 0.5113636364rem 1.1363636364rem 0 1.0795454545rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.8;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0F161D;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: rgb(12.75, 18.7, 24.65);
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0F161D;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(12, 17.6, 23.2);
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #777;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #000;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #0F161D;
  color: #0F161D;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(7.5, 11, 14.5);
  color: rgb(7.5, 11, 14.5);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #0F161D;
  color: #0F161D;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(7.5, 11, 14.5);
  color: rgb(7.5, 11, 14.5);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(59.5, 59.5, 59.5);
  color: rgb(59.5, 59.5, 59.5);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0F161D;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(7.5, 11, 14.5);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0F161D;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(7.5, 11, 14.5);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #777;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(59.5, 59.5, 59.5);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ec5840;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #0F161D;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0F161D;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #777;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ec5840;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.2159090909rem;
  margin: 0 0 0.9090909091rem;
  padding: 0.4545454545rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.9090909091rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 0.9090909091rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4545454545rem;
  margin-right: 0.9090909091rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.4545454545rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.7954545455rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 0.9090909091rem;
  line-height: 1.5;
  padding: 0.5113636364rem 0;
}

.help-text {
  margin-top: -0.4545454545rem;
  font-size: 0.7386363636rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.9090909091rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.2159090909rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9090909091rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.4545454545rem;
}

.fieldset {
  margin: 1.0227272727rem 0;
  padding: 1.1363636364rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1704545455rem;
  padding: 0 0.1704545455rem;
}

select {
  height: 2.2159090909rem;
  margin: 0 0 0.9090909091rem;
  padding: 0.4545454545rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.9090909091rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -0.9090909091rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.3636363636rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: rgb(252.2, 237.4, 235);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.4545454545rem;
  margin-bottom: 0.9090909091rem;
  font-size: 0.6818181818rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range][disabled] {
  opacity: 0.25;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #e6e6e6;
}
input[type=range]::-webkit-slider-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #0F161D;
}
input[type=range]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #e6e6e6;
}
input[type=range]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #0F161D;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #fefefe;
  border-bottom: 0.45rem solid #fefefe;
  background: #e6e6e6;
  overflow: visible;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #0F161D;
}
input[type=range]::-ms-fill-lower {
  background: #cacaca;
}
input[type=range]::-ms-fill-upper {
  background: #e6e6e6;
}
output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.6818181818rem;
  line-height: 1;
  color: #0a0a0a;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0F161D transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0F161D transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #0F161D;
  color: #fefefe;
}
.badge.primary {
  background: #0F161D;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #ec5840;
  color: #0a0a0a;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.625rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #0F161D;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #0F161D;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(12, 17.6, 23.2);
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #777;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #000;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ec5840;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #000;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #0F161D;
  color: #0F161D;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(7.5, 11, 14.5);
  color: rgb(7.5, 11, 14.5);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #0F161D;
  color: #0F161D;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(7.5, 11, 14.5);
  color: rgb(7.5, 11, 14.5);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: rgb(59.5, 59.5, 59.5);
  color: rgb(59.5, 59.5, 59.5);
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #0F161D;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(7.5, 11, 14.5);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #0F161D;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(7.5, 11, 14.5);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #777;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: rgb(59.5, 59.5, 59.5);
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ec5840;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button-group.no-gaps .button {
  margin-right: -0.0568181818rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(208.9295454545, 220.05, 231.1704545455);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.6, 234.6, 234.6);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(252.15, 229.95, 226.35);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0F161D;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0F161D;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0F161D transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0F161D transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 16rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0F161D transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #0F161D;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0F161D transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0F161D;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0F161D transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0F161D transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0F161D;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0F161D transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0F161D transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0F161D;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0F161D transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0F161D;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0F161D;
  color: #0a0a0a;
}
.label.primary {
  background: #0F161D;
  color: #0a0a0a;
}
.label.secondary {
  background: #777;
  color: #0a0a0a;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #ec5840;
  color: #0a0a0a;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: transparent;
  color: #fefefe;
}
.menu .active > a {
  background: transparent;
  color: #fefefe;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

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

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .position-left {
    width: 250px;
    transform: translateX(-250px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .position-right {
    width: 250px;
    transform: translateX(250px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0568181818rem;
  border-radius: 0;
  font-size: 0.7954545455rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1704545455rem 0.5681818182rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1704545455rem 0.5681818182rem;
  background: #0F161D;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1704545455rem 0.5681818182rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1704545455rem 0.5681818182rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #0F161D;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0F161D;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  appearance: none;
  border: 0;
  background: #cacaca;
}
progress::-webkit-progress-bar {
  background: #cacaca;
}
progress::-webkit-progress-value {
  background: #0F161D;
}
progress::-moz-progress-bar {
  background: #0F161D;
}
progress.primary {
  color: #0F161D;
}
progress.primary::-webkit-progress-value {
  background: #0F161D;
}
progress.primary::-moz-progress-bar {
  background: #0F161D;
}
progress.secondary {
  color: #777;
}
progress.secondary::-webkit-progress-value {
  background: #777;
}
progress.secondary::-moz-progress-bar {
  background: #777;
}
progress.success {
  color: #3adb76;
}
progress.success::-webkit-progress-value {
  background: #3adb76;
}
progress.success::-moz-progress-bar {
  background: #3adb76;
}
progress.warning {
  color: #ffae00;
}
progress.warning::-webkit-progress-value {
  background: #ffae00;
}
progress.warning::-moz-progress-bar {
  background: #ffae00;
}
progress.alert {
  color: #ec5840;
}
progress.alert::-webkit-progress-value {
  background: #ec5840;
}
progress.alert::-moz-progress-bar {
  background: #ec5840;
}
progress::-ms-fill {
  border: 0;
}

meter {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  /*! autoprefixer: off */
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: #cacaca;
}
meter::-webkit-meter-bar {
  border: 0;
  background: #cacaca;
}
meter::-webkit-meter-optimum-value {
  background: #3adb76;
}
meter::-webkit-meter-suboptimum-value {
  background: #ffae00;
}
meter::-webkit-meter-even-less-good-value {
  background: #ec5840;
}
meter::-moz-meter-bar {
  background: #0F161D;
}
meter:-moz-meter-optimum::-moz-meter-bar {
  background: #3adb76;
}
meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #ffae00;
}
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #ec5840;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #0F161D;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(12.75, 18.7, 24.65);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.7954545455rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #0F161D;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(181.8, 181.8, 181.8);
}
input:focus-visible ~ .switch-paddle::after {
  background: #fefefe;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(12.75, 18.7, 24.65);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.5681818182rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.6818181818rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 0.9090909091rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.4545454545rem 0.5681818182rem 0.5681818182rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4545454545rem 0.5681818182rem 0.5681818182rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4545454545rem 0.5681818182rem 0.5681818182rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #0F161D;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(22.9431818182, 33.65, 44.3568181818);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.6818181818rem;
  line-height: 1;
  color: #0F161D;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(12.9, 18.92, 24.94);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #0F161D;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(15, 22, 29, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 0;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.container,
.footer {
  background: #fefefe;
}

@media print, screen and (min-width: 40em) {
  #content {
    margin-top: 100vh;
  }
}
body.home #content {
  margin-top: 0;
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.keyfact-image-and-copy {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .keyfact-image-and-copy {
    text-align: left;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .fancytitle {
    text-align: center;
  }
  .press-list-wrapper,
  p {
    font-size: 15px;
    line-height: 21.4px;
  }
}
*:focus {
  outline: none;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background: #faf8f0;
}

#content code {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #bebab0;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4D4D4D;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: none;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: none;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.intro-border {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  border: 20px solid #fff;
}

.intro-bg {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #0F161D;
}

.intro-loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30%;
  opacity: 0;
  transition: opacity 0.3s;
}
.intro-loader.is-loading {
  opacity: 1;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Magnific Popup CSS */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.temp-navblock,
.temp-backtotop {
  height: 100vh;
  background-color: #fff;
  color: #fefefe;
  position: relative;
}

.temp-returnlink {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.grid-block-cover {
  display: none;
}

.temp-page-content {
  height: 200vh;
  position: relative;
}
.temp-page-content h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

body.home #temp-backtotop,
body.home #footer-container {
  display: none;
}

/* Navigation breakpoints */
.nav-bg {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100px;
  z-index: 4;
  transition: background 0.5s;
  background: transparent;
}

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem;
}

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9;
}

.top-bar-right {
  position: absolute;
  top: 0;
  right: 0;
}
.top-bar-right .menu li {
  float: left;
}

.mobile-nav-bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .mobile-nav-bg {
    height: auto;
    width: auto;
    position: static;
    left: auto;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.mobmenu-is-open .mobile-nav-bg {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .navigation-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navigation-wrapper ul.menu {
    width: 100%;
  }
  .navigation-wrapper ul.menu li {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .navigation-wrapper {
    float: right;
  }
}

.menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem 0.8rem 1rem 1rem;
  z-index: 10;
}
.menu-toggle a {
  color: #fefefe;
  height: 33px;
  line-height: 33px;
}
@media print, screen and (min-width: 40em) {
  .menu-toggle {
    display: none;
    padding: 1.2rem;
  }
}

/* Tablet and desktop menu */
.top-bar {
  margin: 0px;
  text-transform: uppercase;
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    margin: 30px;
    width: calc(100% - 60px);
  }
}
.top-bar .menu .home {
  position: absolute;
  z-index: 10;
}
.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9;
  transition: color 0.2s;
}
.top-bar .menu .home a svg.intro-element path {
  fill: #fefefe;
  transition: fill 0.2s;
}
.top-bar .menu li:not(.home) a {
  height: 70px;
  line-height: 70px;
  color: #fefefe;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  position: relative;
  transition: color 0.2s;
}
@media print, screen and (min-width: 40em) {
  .top-bar .menu li:not(.home) a {
    height: 45px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar .menu li:not(.home) a {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.top-bar .menu li:not(.home) a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-bar .menu li:not(.home) a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.top-bar .menu li a:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-bar .menu li.current-menu-item a:before {
  visibility: visible;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  transition: all 0.3s ease-in-out 0s;
}
.top-bar .menu > li:not(.menu-text) > a {
  padding: 1.8rem 0.4rem;
}
@media print, screen and (min-width: 40em) {
  .top-bar .menu > li:not(.menu-text) > a {
    padding: 1rem;
  }
}
.top-bar .menu > li.home > a {
  padding: 1rem;
  padding-left: 0.8rem;
}
@media print, screen and (min-width: 40em) {
  .top-bar .menu > li.home > a {
    padding: 0.3rem 1rem;
  }
}
.top-bar .dropdown.menu .submenu {
  color: #e6e6e6;
  border: 0;
}
.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem;
}
.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0;
}
.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

/* Basic styles for post navigation. Nicolas Gallagher's "Micro clearfix" https://css-tricks.com/snippets/css/clear-fix/ */
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table;
}

.post-navigation:after {
  clear: both;
}

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.top-bar-gridnav-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.top-bar-gridnav-indicator svg {
  margin-top: -5px;
}
.top-bar-gridnav-indicator svg .mainbars rect {
  fill: #fefefe;
}
.top-bar-gridnav-indicator:hover {
  opacity: 0.6;
}

ul.menu {
  float: left;
}

body.nav-is-black:not(.mobmenu-is-open) {
  transition: all 0.5s;
}
body.nav-is-black:not(.mobmenu-is-open) .nav-bg {
  background: rgba(0, 0, 0, 0.1);
}
body.nav-is-black:not(.mobmenu-is-open) .nav-bg:hover {
  background: rgba(0, 0, 0, 0.6);
}
body.nav-is-black:not(.mobmenu-is-open) .top-bar .menu .home a {
  color: #ffffff;
}
body.nav-is-black:not(.mobmenu-is-open) .top-bar .menu .home a svg.intro-element path {
  fill: #ffffff;
}
body.nav-is-black:not(.mobmenu-is-open) .top-bar .menu a {
  color: #ffffff;
}
body.nav-is-black:not(.mobmenu-is-open) .top-bar .menu a:before {
  background-color: #ffffff;
}
body.nav-is-black:not(.mobmenu-is-open) .menu-toggle a {
  color: #0a0a0a;
}

body.menu-is-open .navigation-wrapper a {
  pointer-events: none;
}

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: 3.4090909091rem;
}
#footer-container #footer {
  max-width: 68.1818181818rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.7045454545rem 0;
}
#footer-container #footer::before, #footer-container #footer::after {
  display: table;
  content: " ";
}
#footer-container #footer::after {
  clear: both;
}
#footer-container #footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  .sidebar {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
.sidebar, .sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.sidebar:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .sidebar {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .sidebar {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (min-width: 40em) {
  .sidebar, .sidebar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

body#tinymce {
  height: auto;
  max-width: 68.1818181818rem;
  padding: 1.1363636364rem !important;
}

.devs {
  position: fixed;
  top: 0;
  right: 0;
  /* right: 0; */
  /* bottom: 0; */
  overflow: hidden;
  z-index: 5;
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  z-index: -5;
}

.devs-thumbs_block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

.devs-thumbs_thumb {
  height: 100vh;
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
  position: absolute;
}

.devs-list_block {
  width: 100vw;
  left: 0;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: white;
}
@media print, screen and (min-width: 40em) {
  .devs-list_block {
    width: 50%;
    left: 50%;
  }
}

.devs-list_list {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.devs-list_title,
.devs-list_mapbtn {
  margin: 2rem 0;
}

.map-icon,
.map-label {
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (max-width: 39.99875em) {
  .map-icon,
  .map-label {
    display: none;
  }
}

.map-toggle-icon {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  overflow: hidden;
}
.map-toggle-icon .map-toggle-icon-map,
.map-toggle-icon .map-toggle-icon-cross {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.5s all;
}
.map-toggle-icon .map-toggle-icon-cross {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}

body.dev-map-is-visible .map-label {
  color: rgb(172, 111, 14);
}
body.dev-map-is-visible .map-toggle-icon-map {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
body.dev-map-is-visible .map-toggle-icon-cross {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.map-label {
  padding-left: 1em;
}
.map-label:hover {
  color: rgb(172, 111, 14);
}

.devs-list_mapbtn {
  line-height: 1.2em;
}
@media print, screen and (max-width: 39.99875em) {
  .devs-list_mapbtn {
    display: none !important;
  }
}

.devs-list_list li {
  padding: 0.4rem 1rem;
  margin: 0.5rem 0 0.5rem 2rem;
  line-height: 1.5;
  display: block;
  cursor: pointer;
}
@media print, screen and (max-width: 39.99875em) {
  .devs-list_list li {
    font-size: 1em;
    margin: 0.4rem 1rem;
  }
}
@media screen and (min-width: 90em) {
  .devs-list_list li {
    padding: 0.8rem 1rem;
  }
}

.devs-list_closebtn {
  cursor: pointer;
  position: fixed;
  top: 2%;
  right: 2%;
  display: none;
}

.overlay-map-wrapper {
  width: 50vw;
  height: 100%;
  background-color: #bada55;
  left: 0;
  position: fixed;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media print, screen and (max-width: 39.99875em) {
  .overlay-map-wrapper {
    display: none;
  }
}

body.dev-map-is-visible .overlay-map-wrapper {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.overlay-map {
  width: 100%;
  height: 100%;
  position: absolute;
}

.devs-list_item a {
  transition: all 0.3s;
}
.devs-list_item a.is-highlighted, .devs-list_item a:hover {
  color: rgb(172, 111, 14);
}

.contactoverlay {
  position: fixed;
  top: 0;
  right: 0;
  /* right: 0; */
  /* bottom: 0; */
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -5;
  display: none;
}
.contactoverlay h2 {
  color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact_closebtn {
  cursor: pointer;
  position: fixed;
  top: 2%;
  right: 2%;
}
@media print, screen and (min-width: 40em) {
  .contact_closebtn {
    right: 52%;
  }
}

.sales-contacts {
  text-transform: uppercase;
}
.sales-contacts--list {
  padding-bottom: 0.75rem;
  font-size: 0.8rem;
}
.sales-contacts--select {
  width: 80%;
  text-transform: uppercase;
  text-align-last: center;
}
.sales-contacts select {
  font-size: 0.8rem;
  height: auto;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.sales-contacts select option {
  text-align: center;
}
.sales-contacts--info-block {
  display: none;
  opacity: 0;
}
.sales-contacts--info-block.is-selected {
  display: block;
  opacity: 0;
  animation: fade-in ease 0.4s forwards;
}

.contact-info {
  background-color: #fefefe;
  top: 0;
  position: fixed;
  height: 100vh;
  text-align: center;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .contact-info {
    width: 50%;
    left: 0;
  }
}

.contact-info-content {
  width: 100%;
  text-transform: uppercase;
  font-size: 0.7em;
}
@media print, screen and (min-width: 40em) {
  .contact-info-content {
    font-size: 1em;
    margin-bottom: 2em;
  }
}
.contact-info-content a {
  border-bottom: 1px solid black;
}
.contact-info-content h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 110%;
  color: #0a0a0a;
  margin-top: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-info-content h3 {
    line-height: 1.2em;
  }
}
.contact-info-content h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 110%;
  color: #0a0a0a;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-info-content h4 {
    line-height: 1.2em;
  }
}
.contact-info-content p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.contact-email-address-wrapper,
.contact-address-wrapper {
  margin: 0.6em 0 0;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .contact-email-address-wrapper,
  .contact-address-wrapper {
    margin: 0.5em 0 0;
  }
}

.contact-email-address-wrapper {
  margin-top: 1em;
}

.contact-logo-mobile {
  display: block;
  margin: 0 auto 2em;
}
@media print, screen and (min-width: 40em) {
  .contact-logo-mobile {
    display: none;
  }
}

.contact-logo {
  margin: 0 auto;
  margin-bottom: 0;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .contact-logo {
    display: block;
    margin-bottom: 2em;
    max-width: 170px;
    max-height: 101px;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#sb_instagram {
  margin: 0;
  height: 100vh;
  background: rgb(0, 0, 0) !important;
}

.sbi_item {
  height: 25vh;
  opacity: 0.4;
}
.sbi_item:hover {
  opacity: 1;
}

.sbi_photo {
  height: 25vh !important;
}

.sbi_link {
  opacity: 0 !important;
}

.instagram_feed {
  width: 50%;
  height: 100vh;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .instagram_feed {
    right: 0;
    position: absolute;
  }
}

.instagram-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.instagram-logo svg {
  width: 60px;
  height: 60px;
}

.mobile-instagram-link a {
  margin: 1em 0;
  display: block;
  border-bottom: none;
}
.mobile-instagram-link svg {
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 40em) {
  .mobile-instagram-link svg {
    width: 30px;
    height: 30px;
  }
}

.privacy-policy-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 40em) {
  .privacy-policy-link {
    bottom: 2rem;
  }
}

.hero-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #0a0a0a;
  position: fixed;
  z-index: -5;
  top: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .hero-wrapper {
    position: static;
    min-height: 100vh;
    height: 500px;
  }
}

.homepage-background {
  display: none;
}

body.home .homepage-background {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.home .single-logo,
body.home .hero-wrapper {
  z-index: 0;
}
@media print, screen and (max-width: 39.99875em) {
  body.home .single-hero,
  body.home .hero-wrapper {
    height: 100vh;
  }
}

.single-hero {
  background-color: #0a0a0a;
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .single-hero {
    min-height: 100vh;
    height: 500px;
  }
}
.single-hero h2 {
  color: #fefefe;
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.single-hero.current-hero {
  opacity: 1;
}

.hero-homepage {
  background-color: #0F161D;
}

.hero-about {
  background-color: #333;
}

.hero-approach {
  background-color: #666;
}

.hero-development-1 {
  background-color: #999;
}

.hero-development-2 {
  background-color: #000;
}

.hero-development-3 {
  background-color: #111;
}

.hero-development-4 {
  background-color: #222;
}

.homepage-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #0a0a0a;
}

.homepage-bg {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homepage-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homepage-cta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  border: 1px solid #fefefe;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1em 2em;
  cursor: pointer !important;
  z-index: 2;
}
.homepage-cta:focus, .homepage-cta:hover {
  background-color: rgb(255, 255, 255);
  color: #0a0a0a;
}

.single-logo {
  width: 200px;
  height: 150px;
  position: absolute;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 40em) {
  .single-logo {
    position: fixed;
    z-index: -1;
  }
}

.single-logo img,
.single-logo .cdlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 150px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}

.single-logo .cdlogo {
  width: 200px;
  height: 150px;
}
@media print, screen and (min-width: 40em) {
  .single-logo .cdlogo {
    width: 300px;
    height: 300px;
  }
}

body.page-template-page-about .single-logo .cdlogo,
body.page-id-56 .single-logo .cdlogo,
body.home .single-logo .cdlogo {
  opacity: 1;
  transform: translate(-50%, -60%);
  z-index: -1;
}

body.home .single-logo .cdlogo {
  z-index: 0;
}

body.postid-52 .single-logo img.single-logo-mpr {
  opacity: 1;
  transform: translate(-50%, -57%);
  width: 300px;
  height: 300px;
  max-width: none;
}
body.postid-52 .single-logo .cdlogo {
  opacity: 0 !important;
}

body.postid-53 .single-logo img.single-logo-mansion {
  opacity: 1;
  transform: translate(-50%, -65%);
  width: 200px;
  height: 200px;
}
body.postid-53 .single-logo .cdlogo {
  opacity: 0 !important;
}

body.postid-54 .single-logo img.single-logo-brook-street {
  opacity: 1;
  transform: translate(-50%, -65%);
  width: 200px;
  height: 200px;
}
body.postid-54 .single-logo .cdlogo {
  opacity: 0 !important;
}

body.postid-55 #hero-development-3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a0a0a;
  opacity: 0.2;
}
body.postid-55 .single-logo {
  width: 480px;
}
body.postid-55 .single-logo img.single-logo-hanover {
  opacity: 1;
  transform: translate(-50%, -65%);
  width: 480px;
  height: 300px;
}
body.postid-55 .single-logo .cdlogo {
  opacity: 0 !important;
}

body.postid-403 .single-logo img.single-logo-brook-street-two {
  opacity: 1;
  transform: translate(-50%, -65%);
  width: 200px;
  height: 200px;
}
body.postid-403 .single-logo .cdlogo {
  opacity: 0 !important;
}

body.postid-400 .single-logo img.single-logo-cht {
  opacity: 1;
  transform: translate(-50%, -65%);
  width: 200px;
  height: 200px;
}
body.postid-400 .single-logo .cdlogo {
  opacity: 0 !important;
}

.ajax-loader-indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 28px 0 #fefefe;
  position: relative;
  animation: loader11 1s ease-in-out alternate infinite;
  animation-delay: 0.4s;
  top: -28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 70%;
  opacity: 0;
  transition: all 0.6s;
}
.ajax-loader-indicator:after, .ajax-loader-indicator:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 28px 0 #fefefe;
  animation: loader11 1s ease-in-out alternate infinite;
}
.ajax-loader-indicator:before {
  left: -26px;
  animation-delay: 0.6s;
}
.ajax-loader-indicator:after {
  right: -26px;
  animation-delay: 0.2s;
}
@keyframes loader11 {
  0% {
    box-shadow: 0 28px 0 #fefefe;
  }
  100% {
    box-shadow: 0 14px 0 #fefefe;
  }
}

body.loading .ajax-loader-indicator {
  opacity: 1;
}

body.postid-53.loading .single-logo img.single-logo-mpr,
body.postid-53.loading .single-logo img.single-logo-mansion,
body.postid-52.loading .single-logo img.single-logo-mpr,
body.postid-52.loading .single-logo img.single-logo-mansion {
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}

.next-up-block {
  height: 100vh;
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
}
.next-up-block-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: #171717;
}

.next-up-block-image-crop {
  position: absolute;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .next-up-block-image-crop {
    height: 90vh;
    width: 94vw;
    top: 5vh;
    left: 3vw;
  }
}

.next-up-block-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
  position: absolute;
  background-color: #0a0a0a;
  background-image: url("../images/hires/man1.jpg");
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 40em) {
  .next-up-block-bg-image {
    left: -3vw;
    top: -5vh;
  }
}

.next-up-cta {
  background-color: #1a1a1a;
  color: #fefefe;
  height: 60vh;
  width: 90vw;
  position: absolute;
  top: 20vh;
  left: 5vw;
}
.next-up-cta .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  width: 80%;
}
.next-up-cta .content hr {
  width: 10%;
}
.next-up-cta .content span, .next-up-cta .content hr, .next-up-cta .content h4 {
  float: left;
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .next-up-cta {
    top: 20vh;
    left: 10vh;
    height: 60vh;
    width: 65vw;
  }
  .next-up-cta .content {
    left: 15%;
    width: 70%;
  }
  .next-up-cta .content span, .next-up-cta .content hr, .next-up-cta .content h4 {
    float: left;
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .next-up-cta {
    height: 80vh;
    top: 5vh;
    width: 35vw;
  }
}

.page-next-block {
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .page-next-block {
    height: 100vh;
  }
}

.page-next-block-bg {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .page-next-block-bg {
    display: block;
    bottom: 0;
    left: 0;
    height: 50vh;
    background-color: #171717;
    position: absolute;
    width: 100%;
  }
}

.page-next-block-cta {
  background-color: #1a1a1a;
  color: #fefefe;
  height: 350px;
  width: 100vw;
  top: 0;
  left: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media print, screen and (min-width: 64em) {
  .page-next-block-cta {
    position: absolute;
    height: 60vh;
    width: 40vw;
    top: 20vh;
    left: 10vh;
  }
}
.page-next-block-cta:hover .darken-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-next-block-cta .darken-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-next-block-cta .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
  width: 70%;
}
.page-next-block-cta .content hr {
  width: 10%;
}
.page-next-block-cta .content span, .page-next-block-cta .content hr, .page-next-block-cta .content h4 {
  float: left;
  clear: both;
}

.page-next-block-cta.page-next-block-cta-two {
  background-image: url("../images/hires/mpr5.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .page-next-block-cta.page-next-block-cta-two {
    background-color: #0F161D;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .page-next-block-cta.page-next-block-cta-two {
    background-color: #0F161D;
  }
}
@media print, screen and (min-width: 64em) {
  .page-next-block-cta.page-next-block-cta-two {
    right: 10vh;
    left: auto;
  }
}

.key-fact-row {
  max-width: none;
  position: relative;
  margin: 2em 0;
}

@media print, screen and (max-width: 39.99875em) {
  .keyfact-image-and-copy .copy-wrapper {
    padding-top: 1em;
    float: left;
    width: 100%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .keyfact-image-and-copy .copy-wrapper {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .keyfact-image-and-copy .copy-wrapper, .keyfact-image-and-copy .copy-wrapper:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .keyfact-image-and-copy .copy-wrapper:last-child:not(:first-child) {
    float: right;
  }
}
.keyfact-image-and-copy .image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 0;
  padding-bottom: 56%;
}
@media print, screen and (min-width: 40em) {
  .keyfact-image-and-copy .image {
    height: 50vw;
    padding-bottom: 0;
    width: 50vw;
  }
}
.keyfact-image-and-copy h1, .keyfact-image-and-copy h2, .keyfact-image-and-copy h3, .keyfact-image-and-copy h4, .keyfact-image-and-copy h5 {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .keyfact-image-and-copy h1, .keyfact-image-and-copy h2, .keyfact-image-and-copy h3, .keyfact-image-and-copy h4, .keyfact-image-and-copy h5 {
    font-size: 1.25rem;
  }
}
@-webkit-keyframes copyfadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.image_collage_wrapper {
  overflow: hidden;
  margin-top: 6em;
  margin-bottom: 6em;
}

@media print, screen and (min-width: 40em) {
  .keyfact-image-and-copy-1 .copy-wrapper {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: 10%;
    text-align: right;
  }
  .keyfact-image-and-copy-1 .image {
    width: 70vw;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    height: 40vw;
    background-repeat: no-repeat;
  }
  .keyfact-image-and-copy-1 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-1 h5:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 30vw;
  }
  .keyfact-image-and-copy-1 h5:after {
    margin-left: 15px;
  }
  .keyfact-image-and-copy-2 .copy-wrapper {
    width: 30vw;
    position: absolute;
    right: 5vw;
    top: 10%;
    text-align: left;
  }
  .keyfact-image-and-copy-2 .image {
    width: 60vw;
    height: 40vw;
    float: left;
    left: 0;
  }
  .keyfact-image-and-copy-2 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-2 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-2 h5:before {
    right: 100%;
    margin-right: 30px;
  }
  .keyfact-image-and-copy-3 .copy-wrapper {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: 10%;
  }
  .keyfact-image-and-copy-3 .image {
    width: 70vw;
    height: 60vw;
    float: right;
  }
  .keyfact-image-and-copy-3 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-3 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-3 h5:before {
    left: 100%;
    margin-left: 15px;
  }
  .keyfact-image-and-copy-4 .copy-wrapper {
    width: 30vw;
    position: absolute;
    right: 5vw;
    top: 10%;
    text-align: left;
  }
  .keyfact-image-and-copy-4 .image {
    width: 60vw;
    height: 60vw;
    float: left;
    left: 0;
  }
  .keyfact-image-and-copy-4 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-4 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-4 h5:before {
    margin-right: 30px;
    right: 100%;
  }
  .keyfact-image-and-copy-5 .copy-wrapper {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: 10%;
  }
  .keyfact-image-and-copy-5 .image {
    width: 70vw;
    height: 60vw;
    float: right;
  }
  .keyfact-image-and-copy-5 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-5 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-5 h5:before {
    left: 100%;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .keyfact-image-reveal,
  .keyfact-image-reveal-vertical,
  .keyfact-image-reveal-horizontal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .keyfact-image-reveal-horizontal {
    overflow: hidden;
  }
  .keyfact-image-reveal-horizontal .reveal-element-left {
    width: 100px;
    height: 100%;
    background-color: #fefefe;
    position: absolute;
    left: 0;
  }
  .keyfact-image-reveal-horizontal .reveal-element-right {
    width: 100px;
    height: 100%;
    background-color: #fefefe;
    position: absolute;
    right: 0;
  }
  .keyfact-is-revealed .keyfact-image-reveal-horizontal {
    overflow: hidden;
  }
  .keyfact-is-revealed .keyfact-image-reveal-horizontal .reveal-element-left {
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
    transition: all 2s ease-out;
  }
  .keyfact-is-revealed .keyfact-image-reveal-horizontal .reveal-element-right {
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    transition: all 2s ease-out;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .key-facts {
    background-color: #0F161D;
    color: #fefefe;
    padding-bottom: 2em;
  }
  .key-facts .slick-dots {
    background-color: #0F161D;
    color: #fefefe;
    bottom: 1em;
  }
  .key-facts .slick-dots li button:before,
  .key-facts .slick-dots li button:after {
    color: #fefefe;
    font-size: 25px;
  }
  .key-fact-row {
    margin: 0;
  }
}
.development-stats-block {
  margin-bottom: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #f0f1ec;
  background-repeat: no-repeat;
  background-position-x: right;
}
@media print, screen and (min-width: 64em) {
  .development-stats-block {
    margin-bottom: 6em;
    padding-top: 6em;
    padding-bottom: 6em;
    background-image: url("../svg/dev-stats-bg.svg");
    background-size: 40%;
    background-position: right;
  }
}
.development-stats-block h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.development-stats-block h5 {
  font-size: 1rem;
  padding-bottom: 0.5em;
}
.development-stats-block hr {
  width: 50%;
  margin-left: 0;
}
.development-stats-block .dev-stat {
  margin-bottom: 3em;
}
.development-stats-block .dev-stat:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .development-stats-block {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .development-stats-block .dev-stat {
    margin-bottom: 0;
    margin-left: 1em;
  }
  .development-stats-block .dev-stat:last-child {
    margin-bottom: 0;
  }
  .development-stats-block .slick-dots {
    color: #fefefe;
  }
  .development-stats-block .slick-dots li button:before,
  .development-stats-block .slick-dots li button:after {
    color: #0F161D;
    font-size: 25px;
  }
}

.homepage_annoucement {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  background-color: #0a0a0a;
  color: #fefefe;
  padding: 1rem;
}
@media print, screen and (min-width: 64em) {
  .homepage_annoucement {
    width: 50%;
  }
}
.homepage_annoucement h1, .homepage_annoucement h2, .homepage_annoucement h3, .homepage_annoucement h4 {
  color: #fefefe;
}
.homepage_annoucement--inner-wrapper {
  padding: 1rem 2rem;
  outline: 1px solid #fefefe;
}
.homepage_annoucement img {
  max-height: 240px;
  margin: 1rem 0;
}
@media print, screen and (min-width: 64em) {
  .homepage_annoucement img {
    max-height: 300px;
  }
}
.homepage_annoucement p {
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #fefefe;
}

.loading-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #0a0a0a;
  z-index: 10;
  opacity: 1;
}
.loading-overlay .cdlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 200px;
  height: 150px;
  opacity: 0;
  animation: fade-in ease 0.4s forwards;
  animation-delay: 1.3s;
}
@media print, screen and (min-width: 40em) {
  .loading-overlay .cdlogo {
    width: 300px;
    height: 300px;
  }
}

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none;
}

.btn.disabled {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.2;
  color: #000 !important;
}
.btn.disabled:after {
  width: 100%;
}

.btn:hover,
.btn:active {
  color: #000;
}

.btn:hover:after,
.btn:active:after {
  width: 100%;
}

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 1.8181818182rem;
  position: relative;
  height: 11.3636363636rem;
}

.no-featured-image-set {
  height: 0.9090909091rem !important;
}

@media print, screen and (min-width: 40em) {
  #featured-hero {
    height: 22.7272727273rem;
  }
}
.dotted {
  border-style: dashed;
  margin: 2rem 0;
}

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput=mouse] a:focus, button:focus [data-whatinput=touch] a:focus,
button:focus {
  outline: none;
}

.type_mayfair {
  font-size: 1.2em;
  font-family: "trajan-pro-3", sans-serif;
  font-weight: 400;
}

.type_hyde {
  font-size: 1.8em;
  font-family: "trajan-pro-3", sans-serif;
  font-weight: 400;
}

.type_waterloo {
  text-transform: uppercase;
  font-size: 0.8em;
}

.image_collage_wrapper {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  .image_collage_wrapper {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}

.college-image-reveal,
.college-image-reveal-vertical,
.college-image-reveal-horizontal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .college-image-reveal,
  .college-image-reveal-vertical,
  .college-image-reveal-horizontal {
    display: none;
  }
}

.college-image-reveal-horizontal {
  overflow: hidden;
}
.college-image-reveal-horizontal .reveal-element-left {
  width: 100px;
  height: 100%;
  background-color: #fefefe;
  position: absolute;
  left: 0;
}
.college-image-reveal-horizontal .reveal-element-right {
  width: 100px;
  height: 100%;
  background-color: #fefefe;
  position: absolute;
  right: 0;
}

.college-image-reveal-vertical {
  overflow: hidden;
}
.college-image-reveal-vertical .reveal-element-top {
  height: 100px;
  width: 100%;
  background-color: #fefefe;
  position: absolute;
  top: 0;
}
.college-image-reveal-vertical .reveal-element-bottom {
  height: 100px;
  width: 100%;
  background-color: #fefefe;
  position: absolute;
  bottom: 0;
}

.college-image-is-revealed .college-image-reveal-horizontal {
  overflow: hidden;
}
.college-image-is-revealed .college-image-reveal-horizontal .reveal-element-left {
  -webkit-transform: translateX(-103%);
  transform: translateX(-103%);
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reveal-horizontal .reveal-element-right {
  -webkit-transform: translateX(103%);
  transform: translateX(103%);
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reveal-vertical {
  overflow: hidden;
}
.college-image-is-revealed .college-image-reveal-vertical .reveal-element-top {
  -webkit-transform: translateY(-103%);
  transform: translateY(-103%);
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reveal-vertical .reveal-element-bottom {
  -webkit-transform: translateY(103%);
  transform: translateY(103%);
  transition: all 2s ease-out;
}

.collage_image_container {
  height: 100vh;
  position: relative;
}
.collage_image_container.layout1:first-child {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .collage_image_container.layout1:first-child {
    margin-bottom: 0;
  }
}
.collage_image_container.layout2 {
  height: 75vh;
}
.collage_image_container.layout2:first-child {
  margin-bottom: 1em;
}
.collage_image_container.layout3-leftcol {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .collage_image_container.layout3-leftcol {
    padding-bottom: 0;
    margin-top: 10vh;
  }
}
.collage_image_container.layout3-rightcol {
  height: 60vh;
}
.collage_image_container.layout3-rightcol:first-child {
  padding-bottom: 2em;
}
.collage_image_container.layout4-leftcol {
  height: 60vh;
  padding-bottom: 1em;
}
.collage_image_container.layout4-leftcol:first-child {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .collage_image_container.layout4-leftcol {
    padding-bottom: 0;
  }
}
.collage_image_container.layout4-rightcol {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .collage_image_container.layout4-rightcol {
    padding-bottom: 0;
    margin-top: 10vh;
  }
}
.collage_image_container.layout5-toprow {
  height: 80vh;
  margin-bottom: 2em;
}
.collage_image_container.layout5-bottomrow {
  height: 70vh;
}
.collage_image_container.layout6-toprow {
  height: 70vh;
  margin-bottom: 2em;
}
.collage_image_container.layout6-bottomrow {
  height: 80vh;
}
.collage_image_container.layout6-bottomrow:first-child {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .collage_image_container.layout6-bottomrow:first-child {
    padding-bottom: 0;
  }
}

.collage_image_image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 1px solid #fefefe;
}

@media print, screen and (max-width: 39.99875em) {
  .layout1-mobile img,
  .layout2-mobile img,
  .layout3-mobile img,
  .layout4-mobile img,
  .layout5-mobile img,
  .layout6-mobile img {
    margin-top: 1em;
  }
}
.full-bleed-image {
  width: 100vw;
}
@media print, screen and (max-width: 39.99875em) {
  .full-bleed-image {
    padding-bottom: 1em;
  }
}

.full-bleed-slider {
  width: 100vw;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .full-bleed-slider {
    height: 100vh;
  }
}

.full-bleed-slider-image {
  width: 100vw;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .full-bleed-slider-image {
    width: 100vw;
    height: 100vh;
  }
}

.full-bleed-slider .slick-dots {
  bottom: 25px;
}
.full-bleed-slider .slick-dots li button:before {
  color: #fefefe;
  opacity: 0.5;
}
.full-bleed-slider .slick-dots li.slick-active button:before {
  opacity: 0.9;
}
@media print, screen and (max-width: 39.99875em) {
  .full-bleed-slider .slick-dots li button:before,
  .full-bleed-slider .slick-dots li button:after {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 40em) {
  .full-bleed-slider .slick-next {
    z-index: 1;
    width: 50vw;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    right: 0;
    cursor: url(../icons/next-cursor.png), default;
    -webkit-transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
    transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
  }
  .full-bleed-slider .slick-next:before {
    content: none;
  }
  .full-bleed-slider .slick-prev {
    z-index: 1;
    width: 50vw;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    left: 0;
    cursor: url(../icons/prev-cursor.png), default;
    -webkit-transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
    -moz-transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
    transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
  }
  .full-bleed-slider .slick-prev:before {
    content: none;
  }
}

.copy-block {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .copy-block {
    margin-top: 6em;
    margin-bottom: 6em;
    transition: all 2s ease-out;
  }
}
.copy-block h1, .copy-block h2, .copy-block h3, .copy-block h4, .copy-block h5, .copy-block h6 {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  .copy-block h1, .copy-block h2, .copy-block h3, .copy-block h4, .copy-block h5, .copy-block h6 {
    padding-bottom: 3em;
  }
}

.copy-block.intro-copy-block {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .copy-block.intro-copy-block {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
.copy-block.intro-copy-block h1, .copy-block.intro-copy-block h2, .copy-block.intro-copy-block h3, .copy-block.intro-copy-block h4, .copy-block.intro-copy-block h5, .copy-block.intro-copy-block h6 {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  .copy-block.intro-copy-block h1, .copy-block.intro-copy-block h2, .copy-block.intro-copy-block h3, .copy-block.intro-copy-block h4, .copy-block.intro-copy-block h5, .copy-block.intro-copy-block h6 {
    padding-bottom: 3em;
  }
}

.devtitle-block.copy-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .devtitle-block.copy-block {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
.devtitle-block.copy-block h1, .devtitle-block.copy-block h2, .devtitle-block.copy-block h3, .devtitle-block.copy-block h4, .devtitle-block.copy-block h5, .devtitle-block.copy-block h6 {
  padding-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .press-list {
    padding-top: 1em;
  }
}

.press-list-wrapper {
  position: relative;
  min-height: 100vh;
  margin-top: 50vh;
}
@media print, screen and (min-width: 64em) {
  .press-list-wrapper {
    margin-top: 0;
  }
}
.press-list-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .press-list-wrapper ul {
    margin-left: 5vw;
  }
}
.press-list-wrapper ul li {
  margin: 1rem 0;
}
.press-list-wrapper ul li .bold {
  color: #0a0a0a;
  transition: all 0.2s;
}
.press-list-wrapper ul li a {
  color: rgb(176.25, 176.25, 176.25);
}
.press-list-wrapper ul li a:hover .bold {
  color: rgb(172, 111, 14);
}

.press-list-row {
  position: relative;
}

.press-list-image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
  width: 100%;
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .press-list-image {
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
  }
}

.section-title {
  margin-top: 2em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .section-title {
    margin-top: 12em;
    margin-bottom: 6em;
  }
}

.acf-map {
  width: 100%;
  height: 50vh;
  border: none;
  margin: 1em 0;
  position: relative;
  background-color: var(--map-background-color, #f5f5f5);
}
@media print, screen and (min-width: 40em) {
  .acf-map {
    height: 80vh;
  }
}
@media print, screen and (min-width: 64em) {
  .acf-map {
    display: block;
  }
}
.acf-map.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  background-image: url("../images/loading-gray.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.acf-map.loading::before {
  content: "Loading map...";
  color: var(--map-loading-text-color, #666);
  font-size: var(--map-loading-text-size, 1rem);
  position: absolute;
  bottom: 20px;
}
.acf-map img {
  max-width: inherit !important;
  height: auto !important;
}
.acf-map .gm-style .gm-style-cc,
.acf-map .gm-style .gmnoprint {
  opacity: 1;
}

.map-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 200px;
  padding: var(--map-error-padding, 2rem);
  background-color: var(--map-error-background, #f8f8f8);
  border: 1px solid var(--map-error-border-color, #ddd);
  border-radius: var(--map-error-border-radius, 4px);
  text-align: center;
}
.map-error h4 {
  margin: 0 0 1rem 0;
  color: var(--map-error-title-color, #d32f2f);
  font-size: var(--map-error-title-size, 1.25rem);
  font-weight: 600;
}
.map-error p {
  margin: 0;
  color: var(--map-error-text-color, #666);
  font-size: var(--map-error-text-size, 0.9rem);
  line-height: 1.4;
}

.development-map {
  position: relative;
  margin: var(--map-section-margin, 0);
}
@media print, screen and (min-width: 64em) {
  .development-map {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
.development-map .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.development-map .google-maps-link {
  display: block;
  margin-bottom: var(--map-link-margin, 1rem);
}
@media print, screen and (min-width: 64em) {
  .development-map .google-maps-link {
    display: none;
  }
}
.development-map .google-maps-link .link-block {
  display: inline-flex;
  align-items: center;
  gap: var(--map-link-gap, 0.5rem);
  padding: var(--map-link-padding, 0.75rem 1rem);
  background-color: var(--map-link-background, #1976d2);
  color: var(--map-link-text-color, white);
  text-decoration: none;
  border-radius: var(--map-link-border-radius, 4px);
  transition: background-color 0.2s ease;
}
.development-map .google-maps-link .link-block:hover {
  background-color: var(--map-link-hover-background, #1565c0);
  color: var(--map-link-text-color, white);
}
.development-map .google-maps-link .link-block img,
.development-map .google-maps-link .link-block svg {
  width: var(--map-link-icon-size, 16px);
  height: var(--map-link-icon-size, 16px);
}

@media screen and (max-width: 768px) {
  .acf-map {
    height: 60vh;
    min-height: 300px;
  }
  .development-map .google-maps-link .link-block {
    font-size: 0.9rem;
    padding: var(--map-link-mobile-padding, 0.625rem 0.875rem);
  }
}
@media screen and (max-width: 480px) {
  .acf-map {
    height: 50vh;
    min-height: 250px;
  }
}
.link-block {
  width: 100%;
  background: #0F161D;
  color: #fefefe;
  display: block;
  text-transform: uppercase;
  position: relative;
  transition: background 0.2s;
  margin: 1em 0;
  padding: 1em;
}
@media print, screen and (min-width: 64em) {
  .link-block {
    padding: 0 3em;
    line-height: 100px;
    margin: 1em 0;
    height: 100px;
  }
}
.link-block img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  position: absolute;
  right: 1em;
}
@media print, screen and (min-width: 64em) {
  .link-block img {
    right: 2em;
  }
}
.link-block:hover, .link-block:focus {
  background: #0a0a0a;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .fancytitle span {
    float: left;
    width: 100%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
    display: inline-block;
    position: relative;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .fancytitle span {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (min-width: 40em) {
  .fancytitle span, .fancytitle span:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .fancytitle span:last-child:not(:first-child) {
    float: right;
  }
  .fancytitle span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 100vw;
  }
  .fancytitle span:before {
    right: 100%;
    margin-right: 15px;
  }
}
body.home.more-arrow-is-visible .more-arrow-wrapper {
  opacity: 0;
}

body.more-arrow-is-visible .more-arrow-wrapper {
  opacity: 1;
}

.more-arrow-wrapper {
  transition: opacity 1.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.more-arrow {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 40px;
  height: 40px;
}
.more-arrow .the-arrow {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.brochures-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--brochures-grid-gap, 2rem);
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 3rem auto 4rem;
}
@media print, screen and (min-width: 64em) {
  .brochures-grid {
    max-width: 56.8181818182rem;
  }
}
.brochures-grid .brochure-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 1 100%;
  color: var(--brochure-text-color, inherit);
}
@media print, screen and (min-width: 40em) {
  .brochures-grid .brochure-item {
    flex: 0 1 calc(50% - 1rem);
  }
}
.brochures-grid .brochure-item .brochure-thumbnail {
  width: 100%;
  background-color: var(--brochure-thumbnail-bg, #f5f5f5);
  transition: var(--brochure-thumbnail-transition, transform 0.2s ease);
  position: relative;
}
.brochures-grid .brochure-item .brochure-thumbnail.clickable {
  cursor: pointer;
}
.brochures-grid .brochure-item .brochure-thumbnail.clickable:hover {
  transform: var(--brochure-thumbnail-hover-transform, scale(1.02));
}
.brochures-grid .brochure-item .brochure-thumbnail.clickable:hover .video-play-overlay .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.brochures-grid .brochure-item .brochure-thumbnail.has-video .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.brochures-grid .brochure-item .brochure-thumbnail.has-video .video-play-overlay .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s ease;
}
.brochures-grid .brochure-item .brochure-thumbnail img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--brochure-thumbnail-radius, 0);
}
.brochures-grid .brochure-item .brochure-content {
  padding: var(--brochure-content-padding, 1rem);
  width: 100%;
}
.brochures-grid .brochure-item .brochure-title {
  font-size: var(--brochure-title-font-size, 1.125rem);
  font-weight: var(--brochure-title-font-weight, bold);
  color: var(--brochure-title-color, inherit);
  margin-bottom: var(--brochure-title-margin-bottom, 0.5rem);
  transition: var(--brochure-title-transition, color 0.2s ease);
}
.brochures-grid .brochure-item .brochure-title.clickable {
  cursor: pointer;
}
.brochures-grid .brochure-item .brochure-title.clickable:hover {
  color: var(--brochure-title-hover-color, #ac6f0d);
}
.brochures-grid .brochure-item .brochure-description {
  font-size: var(--brochure-description-font-size, 0.875rem);
  color: var(--brochure-description-color, inherit);
  margin-bottom: var(--brochure-description-margin-bottom, 0.5rem);
  line-height: 1.2;
}
.brochures-grid .brochure-item .brochure-actions {
  display: var(--brochure-actions-display, flex);
  flex-direction: column;
}
.brochures-grid .brochure-item .brochure-video-link {
  display: var(--brochure-video-display, inline-flex);
  align-items: var(--brochure-video-align-items, center);
  gap: var(--brochure-video-gap, 0.5rem);
  color: var(--brochure-video-color, white);
  text-decoration: var(--brochure-video-text-decoration, none);
  padding: var(--brochure-video-padding, 0.875rem 1.25rem);
  background-color: var(--brochure-video-bg, #0c0c0c);
  border-radius: var(--brochure-video-border-radius, 4px);
  font-weight: var(--brochure-video-font-weight, 500);
  justify-content: center;
  transition: var(--brochure-video-transition, background-color 0.2s ease);
  cursor: pointer;
  margin-bottom: var(--brochure-video-margin-bottom, 0.5rem);
}
.brochures-grid .brochure-item .brochure-video-link:hover {
  background-color: var(--brochure-video-bg-hover, #ac6f0d);
}
.brochures-grid .brochure-item .brochure-video-link:hover svg path {
  fill: var(--brochure-video-bg-hover, #ac6f0d);
}
.brochures-grid .brochure-item .brochure-flipbook-link {
  display: var(--brochure-flipbook-display, inline-flex);
  align-items: var(--brochure-flipbook-align-items, center);
  gap: var(--brochure-flipbook-gap, 0.5rem);
  color: var(--brochure-flipbook-color, white);
  text-decoration: var(--brochure-flipbook-text-decoration, none);
  padding: var(--brochure-flipbook-padding, 0.875rem 1.25rem);
  background-color: var(--brochure-flipbook-bg, #0c0c0c);
  border-radius: var(--brochure-flipbook-border-radius, 4px);
  font-weight: var(--brochure-flipbook-font-weight, 500);
  justify-content: center;
  transition: var(--brochure-flipbook-transition, background-color 0.2s ease);
  cursor: pointer;
}
.brochures-grid .brochure-item .brochure-flipbook-link:hover {
  background-color: var(--brochure-flipbook-bg-hover, #ac6f0d);
  color: var(--brochure-flipbook-color-hover, white);
}
.brochures-grid .brochure-item .brochure-download-link {
  display: var(--brochure-download-display, inline-flex);
  justify-content: center;
  align-items: var(--brochure-download-align-items, center);
  gap: var(--brochure-download-gap, 0.5rem);
  color: var(--brochure-download-color, #666);
  text-decoration: var(--brochure-download-text-decoration, none);
  padding: var(--brochure-download-padding, 0.75rem 1rem);
  background-color: var(--brochure-download-bg, transparent);
  border-radius: var(--brochure-download-border-radius, 4px);
  font-weight: var(--brochure-download-font-weight, 400);
  transition: var(--brochure-download-transition, all 0.2s ease);
  text-align: center;
}
.brochures-grid .brochure-item .brochure-download-link:hover {
  color: var(--brochure-download-color-hover, #ac6f0d);
}
.brochures-grid .brochure-item .brochure-download-link:hover svg path {
  fill: #ac6f0d;
}
.brochures-grid .brochure-item .brochure-download-link svg path {
  fill: #0c0c0c;
}

.flipbook-modal {
  max-width: 95vw;
  width: 100%;
  background: var(--flipbook-modal-bg, #333);
  border-radius: var(--flipbook-modal-border-radius, 8px);
  position: relative;
}
.flipbook-modal .mfp-close {
  display: none !important;
}
.flipbook-modal .flipbook-modal-header {
  padding: var(--flipbook-modal-header-padding, 1rem);
  background: var(--flipbook-modal-header-bg, rgba(0, 0, 0, 0.8));
  color: var(--flipbook-modal-header-color, white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--flipbook-modal-header-radius, 8px 8px 0 0);
}
.flipbook-modal .flipbook-modal-header #flipbook-modal-title {
  margin: 0;
  font-size: var(--flipbook-modal-title-size, 1.25rem);
  color: var(--flipbook-modal-title-color, white);
}
.flipbook-modal .flipbook-modal-header .flipbook-modal-close {
  background: none;
  border: none;
  color: var(--flipbook-modal-close-color, #ccc);
  font-size: var(--flipbook-modal-close-size, 1.5rem);
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.flipbook-modal .flipbook-modal-container {
  height: var(--flipbook-modal-height, 70vh);
  min-height: var(--flipbook-modal-min-height, 500px);
  background-color: var(--flipbook-modal-container-bg, #333);
  position: relative;
  overflow: hidden;
  max-height: 80vh;
}
.flipbook-modal .flipbook-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--flipbook-loading-color, #fff);
  text-align: center;
  z-index: 100;
}
.flipbook-modal .flipbook-loading .loading-spinner {
  margin-bottom: 1rem;
}
.flipbook-modal .flipbook-loading .loading-spinner .spinner {
  border: 4px solid var(--flipbook-spinner-bg, rgba(255, 255, 255, 0.3));
  border-top: 4px solid var(--flipbook-spinner-color, #fff);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: flipbook-spin 1s linear infinite;
  margin: 0 auto;
}
.flipbook-modal .flipbook-loading p {
  margin: 0;
  font-size: var(--flipbook-loading-font-size, 1rem);
}
.flipbook-modal .flipbook-error {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--flipbook-error-color, #fff);
  text-align: center;
  z-index: 100;
  padding: 2rem;
  max-width: 90%;
}
.flipbook-modal .flipbook-error h4 {
  color: var(--flipbook-error-title-color, #ff6b6b);
  margin-bottom: 1rem;
}
.flipbook-modal .flipbook-error #flipbook-modal-error-message {
  margin-bottom: 1.5rem;
  font-size: var(--flipbook-error-font-size, 1rem);
}
.flipbook-modal .flipbook-error .flipbook-error-actions .button {
  background-color: var(--flipbook-retry-bg, #007ACC);
  color: var(--flipbook-retry-color, white);
  padding: var(--flipbook-retry-padding, 0.75rem 1.5rem);
  border: none;
  border-radius: var(--flipbook-retry-radius, 4px);
  margin-right: 1rem;
  cursor: pointer;
}
.flipbook-modal .flipbook-error .flipbook-error-actions .button.secondary {
  background-color: var(--flipbook-download-alt-bg, #6c757d);
  color: var(--flipbook-download-alt-color, white);
  padding: var(--flipbook-download-alt-padding, 0.75rem 1.5rem);
  text-decoration: none;
  border-radius: var(--flipbook-download-alt-radius, 4px);
}
.flipbook-modal .flipbook-noscript {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--flipbook-noscript-color, #fff);
  text-align: center;
  padding: 2rem;
}
.flipbook-modal .flipbook-noscript h4 {
  color: var(--flipbook-noscript-title-color, #ffc107);
  margin-bottom: 1rem;
}
.flipbook-modal .flipbook-noscript p {
  margin-bottom: 1.5rem;
  font-size: var(--flipbook-noscript-font-size, 1rem);
}
.flipbook-modal .flipbook-modal-footer {
  padding: var(--flipbook-modal-footer-padding, 1rem);
  background: var(--flipbook-modal-footer-bg, rgba(0, 0, 0, 0.8));
  text-align: center;
  border-radius: var(--flipbook-modal-footer-radius, 0 0 8px 8px);
}
.flipbook-modal .flipbook-modal-footer .button.secondary {
  background-color: var(--flipbook-control-bg, #6c757d);
  color: var(--flipbook-control-color, white);
  padding: var(--flipbook-control-padding, 0.5rem 1rem);
  border: none;
  border-radius: var(--flipbook-control-radius, 4px);
  margin-right: 1rem;
  cursor: pointer;
  font-size: var(--flipbook-control-font-size, 0.9rem);
}
.flipbook-modal .flipbook-modal-footer .button.alert {
  background-color: var(--flipbook-close-bg, #dc3545);
  color: var(--flipbook-close-color, white);
  padding: var(--flipbook-close-padding, 0.5rem 1rem);
  border: none;
  border-radius: var(--flipbook-close-radius, 4px);
  cursor: pointer;
  font-size: var(--flipbook-control-font-size, 0.9rem);
}

@keyframes flipbook-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flipbook-modal {
    margin: 1rem !important;
    max-width: calc(100vw - 2rem) !important;
  }
  .flipbook-modal .flipbook-modal-container {
    height: 60vh !important;
    min-height: 400px !important;
  }
  .flipbook-modal .flipbook-modal-footer .button {
    font-size: 0.875rem !important;
    padding: 0.5rem 0.75rem !important;
    margin: 0.25rem !important;
  }
}
.mfp-container .mfp-content .flipbook-modal {
  margin: 0 auto;
}

.mfp-video-modal .mfp-content {
  max-width: 1200px;
  margin: 0 auto;
}
.mfp-video-modal iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

:root {
  /* Layout & Spacing Variables
     ========================================================================== */
  /* Forminator Grid System
     ========================================================================== */
  /* Typography
     ========================================================================== */
  /* Input Fields
     ========================================================================== */
  /* Input States
     ========================================================================== */
  --forminator-input-focus-bg: #f3f3f3;
  /* Textarea
     ========================================================================== */
  /* Radio & Checkbox
     ========================================================================== */
  --forminator-accent-color: #ac6f0d;
  /* Error States
     ========================================================================== */
  /* Submit Button
     ========================================================================== */
  /* Response Messages
     ========================================================================== */
  /* Select Dropdowns
     ========================================================================== */
  --forminator-dropdown-bg: #f3f3f3;
  /* Calendar/Datepicker
     ========================================================================== */
}

.enquiry-forms-block {
  padding: var(--enquiry-forms-padding, 2rem 0);
  background-color: var(--enquiry-forms-bg, transparent);
  margin-bottom: 2rem;
}
.enquiry-forms-block .enquiry-forms-section-title {
  margin-bottom: var(--enquiry-forms-title-margin-bottom, 2rem);
  text-align: var(--enquiry-forms-title-align, center);
}
.enquiry-forms-block .enquiry-forms-section-title h2 {
  color: var(--enquiry-forms-title-color, inherit);
  font-size: var(--enquiry-forms-title-font-size, 1.4rem);
  margin: var(--enquiry-forms-title-margin, 0);
}
.enquiry-forms-block .enquiry-forms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--enquiry-forms-grid-gap, 2rem);
  margin: 0 auto;
}
.enquiry-forms-block .enquiry-form-item {
  background-color: var(--enquiry-form-item-bg, #fff);
  padding: var(--enquiry-form-item-padding, 2rem);
  border-radius: var(--enquiry-form-item-border-radius, 0);
  box-shadow: var(--enquiry-form-item-shadow, 0 2px 10px rgba(0, 0, 0, 0.1));
}
.enquiry-forms-block .enquiry-form-item .enquiry-form-title {
  margin-bottom: var(--enquiry-form-title-margin-bottom, 1rem);
}
.enquiry-forms-block .enquiry-form-item .enquiry-form-title h3 {
  color: var(--enquiry-form-title-color, inherit);
  font-size: var(--enquiry-form-title-font-size, 1.4rem);
  margin: var(--enquiry-form-title-margin, 0);
}
.enquiry-forms-block .enquiry-form-item .enquiry-form-description {
  color: var(--enquiry-form-description-color, #666);
  margin-bottom: var(--enquiry-form-description-margin-bottom, 1.5rem);
  font-size: var(--enquiry-form-description-font-size, inherit);
}
.enquiry-forms-block .enquiry-form-item .enquiry-form-forminator {
  color: var(--enquiry-form-forminator-color, inherit);
}
.enquiry-forms-block .enquiry-form-item .forminator-fallback {
  padding: var(--forminator-fallback-padding, 1rem);
  background-color: var(--forminator-fallback-bg, #f9f9f9);
  border: var(--forminator-fallback-border, 1px solid #ddd);
  border-radius: var(--forminator-fallback-border-radius, 4px);
}
.enquiry-forms-block .enquiry-form-item .forminator-fallback p {
  margin: 0;
  color: var(--forminator-fallback-color, #666);
}
.enquiry-forms-block .enquiry-form-item .forminator-fallback p:nth-child(2) {
  margin: 0.5rem 0 0 0;
  font-size: var(--forminator-fallback-note-size, 0.9em);
  color: var(--forminator-fallback-note-color, #999);
}

.enquiry-forms-block .enquiry-form-forminator form.forminator-ui {
  width: 100%;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: calc(var(--forminator-gutter, 15px) * -1) !important;
  margin-right: calc(var(--forminator-gutter, 15px) * -1) !important;
  margin-bottom: var(--forminator-row-spacing, 30px) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-row:last-child {
  margin-bottom: 0 !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: var(--forminator-gutter, 15px) !important;
  padding-right: var(--forminator-gutter, 15px) !important;
  margin-bottom: var(--forminator-field-spacing, 30px) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col {
    margin-bottom: 0 !important;
  }
  .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-12, .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-6, .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-4, .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-md-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-3, .enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-col.forminator-col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-label {
  display: block !important;
  margin-bottom: var(--forminator-label-spacing, 0.5rem) !important;
  font-size: var(--forminator-label-font-size, 12px) !important;
  font-weight: var(--forminator-label-weight, bold) !important;
  color: var(--forminator-label-color, #777771) !important;
  font-family: var(--forminator-label-font-family, inherit) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-label .forminator-required {
  color: var(--forminator-required-color, #ac6f0d) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field {
  width: 100% !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=text],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=email],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=tel],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=url],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=number],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=date],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=password],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field textarea,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field select {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  padding: var(--forminator-input-padding, 9px) !important;
  font-size: var(--forminator-input-font-size, 16px) !important;
  font-family: var(--forminator-input-font-family, inherit) !important;
  font-weight: var(--forminator-input-font-weight, normal) !important;
  line-height: var(--forminator-input-line-height, 1.5) !important;
  border-width: var(--forminator-input-border-width, 1px) !important;
  border-style: var(--forminator-input-border-style, solid) !important;
  border-color: var(--forminator-input-border-color, #bbb) !important;
  border-radius: var(--forminator-input-border-radius, 10px) !important;
  background-color: var(--forminator-input-bg, #f9f9f9) !important;
  color: var(--forminator-input-color, #000) !important;
  transition: all 0.2s ease !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=text]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=email]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=tel]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=url]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=number]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=date]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=password]::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field textarea::placeholder,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field select::placeholder {
  color: var(--forminator-placeholder-color, #888) !important;
  opacity: 1 !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=text]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=email]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=tel]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=url]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=number]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=date]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=password]:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field textarea:hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field select:hover {
  border-color: var(--forminator-input-hover-border, #777) !important;
  background-color: var(--forminator-input-hover-bg, #fff) !important;
  color: var(--forminator-input-hover-color, #000) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=text]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=email]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=tel]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=url]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=number]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=date]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=password]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field textarea:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field select:focus {
  outline: none !important;
  border-color: var(--forminator-input-focus-border, #ac6f0d) !important;
  background-color: var(--forminator-input-focus-bg, #E6E6E6) !important;
  box-shadow: 0 0 0 3px var(--forminator-input-focus-shadow, rgba(172, 111, 13, 0.1)) !important;
  color: var(--forminator-input-focus-color, #000) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=text]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=email]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=tel]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=url]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=number]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=date]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field input[type=password]::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field textarea::selection,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field select::selection {
  background-color: var(--forminator-selection-bg, rgba(172, 111, 13, 0.2)) !important;
  color: var(--forminator-selection-color, inherit) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field textarea {
  min-height: var(--forminator-textarea-min-height, 120px) !important;
  resize: var(--forminator-textarea-resize, vertical) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-field select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 1rem !important;
  padding-right: 2.5rem !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-has_error .forminator-input,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-has_error .forminator-textarea,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-has_error .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-has_error select {
  border-color: var(--forminator-error-border, #E04562) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-error-message {
  display: block !important;
  margin-top: var(--forminator-error-spacing, 0.25rem) !important;
  padding: var(--forminator-error-padding, 0.5rem) !important;
  background-color: var(--forminator-error-bg, #F9E4E8) !important;
  color: var(--forminator-error-color, #E04562) !important;
  font-size: var(--forminator-error-font-size, 14px) !important;
  font-weight: var(--forminator-error-font-weight, 500) !important;
  border-radius: var(--forminator-error-radius, 4px) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox {
  display: block !important;
  margin-bottom: var(--forminator-choice-spacing, 0.75rem) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio label,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox label {
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  font-size: var(--forminator-choice-font-size, 14px) !important;
  color: var(--forminator-choice-color, #000) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio input[type=radio],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio input[type=checkbox],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox input[type=radio],
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox input[type=checkbox] {
  accent-color: var(--forminator-accent-color, #ac6f0d) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio input[type=radio]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio input[type=checkbox]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox input[type=radio]:focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox input[type=checkbox]:focus {
  outline: 2px solid var(--forminator-accent-color, #ac6f0d) !important;
  outline-offset: 2px !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio .forminator-radio-bullet,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio .forminator-checkbox-box,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox .forminator-radio-bullet,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox .forminator-checkbox-box {
  border-color: var(--forminator-choice-border, #bbb) !important;
  background-color: var(--forminator-choice-bg, #f9f9f9) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio .forminator-radio-bullet:before,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio .forminator-checkbox-box:before,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox .forminator-radio-bullet:before,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox .forminator-checkbox-box:before {
  color: var(--forminator-accent-color, #ac6f0d) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio input:checked + .forminator-radio-bullet,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-radio input:checked + .forminator-checkbox-box,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox input:checked + .forminator-radio-bullet,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-checkbox input:checked + .forminator-checkbox-box {
  border-color: var(--forminator-accent-color, #ac6f0d) !important;
  background-color: var(--forminator-choice-checked-bg, #EDEDED) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-button-submit {
  width: 100% !important;
  display: block !important;
  margin-top: var(--forminator-submit-margin-top, 1.5rem) !important;
  padding: var(--forminator-submit-padding, 1rem 2rem) !important;
  background-color: var(--forminator-submit-bg, #0c0c0c) !important;
  color: var(--forminator-submit-color, white) !important;
  border: none !important;
  border-radius: var(--forminator-submit-radius, 4px) !important;
  font-size: var(--forminator-submit-font-size, 18px) !important;
  font-weight: var(--forminator-submit-font-weight, 500) !important;
  font-family: var(--forminator-submit-font-family, inherit) !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-button-submit:hover {
  background-color: var(--forminator-submit-bg-hover, #ac6f0d) !important;
  color: var(--forminator-submit-color-hover, white) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-button-submit:focus {
  outline: 2px solid var(--forminator-submit-focus-outline, #ac6f0d) !important;
  outline-offset: 2px !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-button-submit:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-response-message {
  margin-top: var(--forminator-response-margin, 1rem) !important;
  padding: var(--forminator-response-padding, 1rem) !important;
  border-radius: var(--forminator-response-radius, 4px) !important;
  font-size: var(--forminator-response-font-size, 15px) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-response-message.forminator-success {
  background-color: var(--forminator-success-bg, #d4edda) !important;
  color: var(--forminator-success-color, #155724) !important;
  box-shadow: inset 2px 0 0 0 var(--forminator-success-border, #1ABCA1) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-response-message.forminator-error {
  background-color: var(--forminator-error-msg-bg, #f8d7da) !important;
  color: var(--forminator-error-msg-color, #721c24) !important;
  box-shadow: inset 2px 0 0 0 var(--forminator-error-msg-border, #E04562) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-response-message.forminator-loading {
  background-color: var(--forminator-loading-bg, #F8F8F8) !important;
  color: var(--forminator-loading-color, #666) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-select2 + .forminator-select .select2-selection--single {
  height: auto !important;
  padding: var(--forminator-input-padding, 9px) !important;
  border-color: var(--forminator-input-border-color, #bbb) !important;
  border-radius: var(--forminator-input-border-radius, 10px) !important;
  background-color: var(--forminator-input-bg, #f9f9f9) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-select2 + .forminator-select .select2-selection--single .select2-selection__rendered {
  color: var(--forminator-input-color, #000) !important;
  padding: 0 !important;
  line-height: inherit !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-select2 + .forminator-select .select2-selection--single .select2-selection__arrow {
  color: var(--forminator-select-arrow-color, #777771) !important;
  right: 1rem !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-select2 + .forminator-select .select2-selection--single:hover {
  border-color: var(--forminator-input-hover-border, #777) !important;
  background-color: var(--forminator-input-hover-bg, #fff) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-select2 + .forminator-select.select2-container--open .select2-selection--single {
  border-color: var(--forminator-input-focus-border, #ac6f0d) !important;
  background-color: var(--forminator-input-focus-bg, #E6E6E6) !important;
}
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-datepicker .ui-state-active,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-datepicker .ui-state-hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-datepicker .ui-state-focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .forminator-datepicker .ui-state-highlight,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .ui-datepicker .ui-state-active,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .ui-datepicker .ui-state-hover,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .ui-datepicker .ui-state-focus,
.enquiry-forms-block .enquiry-form-forminator .forminator-custom-form .ui-datepicker .ui-state-highlight {
  background-color: var(--forminator-accent-color, #ac6f0d) !important;
  border-color: var(--forminator-accent-color, #ac6f0d) !important;
  color: white !important;
}

@media print, screen and (max-width: 39.99875em) {
  .enquiry-forms-block .enquiry-form-item {
    padding: var(--enquiry-form-item-padding-mobile, 1.5rem);
  }
  .enquiry-forms-block .forminator-custom-form .forminator-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .enquiry-forms-block .forminator-custom-form .forminator-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default {
  border-color: var(--forminator-dropdown-border, #777) !important;
  background-color: var(--forminator-dropdown-bg, #E6E6E6) !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-search input,
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-search input:focus,
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-search input:hover {
  border-color: var(--forminator-input-border-color, #bbb) !important;
  background-color: var(--forminator-dropdown-search-bg, #FFFFFF) !important;
  color: var(--forminator-input-color, #000) !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-search input:focus,
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-search input:focus:focus,
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-search input:hover:focus {
  border-color: var(--forminator-input-focus-border, #ac6f0d) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px var(--forminator-input-focus-shadow, rgba(172, 111, 13, 0.1)) !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
  color: var(--forminator-dropdown-color, #777771) !important;
  font-size: var(--forminator-input-font-size, 16px) !important;
  font-family: var(--forminator-input-font-family, inherit) !important;
  font-weight: var(--forminator-input-font-weight, normal) !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-results .select2-results__options .select2-results__option span:not(.forminator-checkbox-box) {
  color: inherit !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
  background-color: var(--forminator-dropdown-hover-bg, #DDDDDD) !important;
  color: var(--forminator-dropdown-hover-color, #000) !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted span:not(.forminator-checkbox-box) {
  background-color: transparent !important;
  color: var(--forminator-dropdown-hover-color, #000) !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: var(--forminator-accent-color, #ac6f0d) !important;
  color: white !important;
}
.forminator-select-dropdown-container--open [class*=forminator-custom-form-].forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box) {
  background-color: transparent !important;
  color: white !important;
}
.forminator-select-dropdown-container--open.forminator-dropdown--multiple [class*=forminator-custom-form-].forminator-dropdown--default .select2-results__option .forminator-checkbox {
  color: var(--forminator-choice-color, #000) !important;
}
.forminator-select-dropdown-container--open.forminator-dropdown--multiple [class*=forminator-custom-form-].forminator-dropdown--default .select2-results__option .forminator-checkbox .forminator-checkbox-box {
  border-color: var(--forminator-choice-border, #bbb) !important;
  background-color: var(--forminator-choice-bg, #f9f9f9) !important;
  color: var(--forminator-accent-color, #ac6f0d) !important;
}
.forminator-select-dropdown-container--open.forminator-dropdown--multiple [class*=forminator-custom-form-].forminator-dropdown--default .select2-results__option .forminator-checkbox input:checked + .forminator-checkbox-box {
  border-color: var(--forminator-accent-color, #ac6f0d) !important;
  background-color: var(--forminator-choice-checked-bg, #EDEDED) !important;
}

[class*=forminator-custom-form-].forminator-calendar--default {
  font-family: var(--forminator-input-font-family, inherit) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default:before {
  border-color: var(--forminator-accent-color, #ac6f0d) !important;
  background-color: var(--forminator-input-focus-bg, #E6E6E6) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-header .ui-corner-all {
  background-color: var(--forminator-accent-color, #ac6f0d) !important;
  color: white !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-header .ui-datepicker-title select {
  border-color: var(--forminator-input-border-color, #BBBBBB) !important;
  background-color: white !important;
  color: var(--forminator-input-color, #777771) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar thead th {
  color: var(--forminator-calendar-header-color, #333333) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span {
  border-color: var(--forminator-calendar-day-border, #E6E6E6) !important;
  background-color: var(--forminator-calendar-day-bg, #E6E6E6) !important;
  color: var(--forminator-calendar-day-color, #777771) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default:hover, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-hover, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span:hover, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-hover {
  border-color: var(--forminator-calendar-hover-border, #DDDDDD) !important;
  background-color: var(--forminator-calendar-hover-bg, #DDDDDD) !important;
  color: var(--forminator-calendar-hover-color, #777771) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default:active, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-active, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span:active, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-active {
  border-color: var(--forminator-accent-color, #ac6f0d) !important;
  background-color: var(--forminator-accent-color, #ac6f0d) !important;
  color: white !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-highlight {
  border-color: var(--forminator-accent-color, #ac6f0d) !important;
  background-color: var(--forminator-calendar-today-bg, #C8DEE7) !important;
  color: var(--forminator-accent-color, #ac6f0d) !important;
}
[class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight:active, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight.ui-state-active, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-highlight:active, [class*=forminator-custom-form-].forminator-calendar--default .ui-datepicker-calendar tbody td.ui-state-disabled span.ui-state-highlight.ui-state-active {
  background-color: var(--forminator-accent-color, #ac6f0d) !important;
  color: white !important;
}

.enquiry-form-title,
.enquiry-form-description {
  width: 90%;
}

.enquiry-forms-block .enquiry-form-forminator form.forminator-ui {
  width: 90vw;
  max-width: 1100px;
}

@media print, screen and (max-width: 39.9988em) {
  .enquiry-forms-grid .enquiry-form-item {
    box-shadow: none !important;
  }
}
.forminator-custom-form .forminator-input,
.forminator-custom-form .forminator-textarea,
.forminator-custom-form .forminator-select {
  padding: 0 !important;
  border: none !important;
}

.forminator-custom-form {
  max-width: 100%;
  overflow-x: visible;
}
.forminator-custom-form * {
  max-width: 100%;
  box-sizing: border-box;
}
.forminator-custom-form .forminator-row {
  margin: 0;
}
.forminator-custom-form .forminator-row .forminator-col {
  padding: var(--forminator-col-padding, 0 0.5rem);
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-row .forminator-col {
    width: 100% !important;
    float: none !important;
    padding: var(--forminator-col-mobile-padding, 0.25rem 0);
  }
}
.forminator-custom-form .forminator-input,
.forminator-custom-form .forminator-textarea,
.forminator-custom-form .forminator-select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  font-size: var(--forminator-input-font-size, 16px);
  padding: var(--forminator-input-padding, 0.75rem);
  border: var(--forminator-input-border, 1px solid #ddd);
  border-radius: var(--forminator-input-border-radius, 4px);
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-input,
  .forminator-custom-form .forminator-textarea,
  .forminator-custom-form .forminator-select {
    font-size: 16px;
    padding: var(--forminator-input-mobile-padding, 0.875rem);
  }
}
.forminator-custom-form .forminator-textarea {
  resize: vertical;
  min-height: var(--forminator-textarea-min-height, 120px);
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-textarea {
    min-height: var(--forminator-textarea-mobile-min-height, 100px);
  }
}
.forminator-custom-form .forminator-button {
  width: var(--forminator-button-width, auto);
  max-width: 100%;
  padding: var(--forminator-button-padding, 0.875rem 2rem);
  font-size: var(--forminator-button-font-size, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-button {
    width: var(--forminator-button-mobile-width, 100%);
    padding: var(--forminator-button-mobile-padding, 1rem);
    font-size: var(--forminator-button-mobile-font-size, 1rem);
  }
}
.forminator-custom-form .forminator-radio .forminator-option,
.forminator-custom-form .forminator-checkbox .forminator-option {
  margin-bottom: var(--forminator-option-spacing, 0.5rem);
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-radio .forminator-option,
  .forminator-custom-form .forminator-checkbox .forminator-option {
    margin-bottom: var(--forminator-option-mobile-spacing, 0.75rem);
  }
}
.forminator-custom-form .forminator-radio label,
.forminator-custom-form .forminator-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: var(--forminator-label-gap, 0.5rem);
  line-height: 1.4;
  cursor: pointer;
  word-break: break-word;
}
.forminator-custom-form .forminator-label {
  display: block;
  margin-bottom: var(--forminator-label-spacing, 0.5rem);
  font-weight: var(--forminator-label-font-weight, 600);
  color: var(--forminator-label-color, inherit);
  font-size: var(--forminator-label-font-size, 0.9rem);
  line-height: 1.4;
  word-break: break-word;
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-label {
    font-size: var(--forminator-label-mobile-font-size, 1rem);
  }
}
.forminator-custom-form .forminator-required {
  color: var(--forminator-required-color, #e74c3c);
}
.forminator-custom-form .forminator-error-message {
  font-size: var(--forminator-error-font-size, 0.875rem);
  color: var(--forminator-error-color, #e74c3c);
  margin-top: var(--forminator-error-spacing, 0.25rem);
  line-height: 1.3;
  word-break: break-word;
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-error-message {
    font-size: var(--forminator-error-mobile-font-size, 0.9rem);
  }
}
.forminator-custom-form .forminator-success-message {
  padding: var(--forminator-success-padding, 1rem);
  background-color: var(--forminator-success-bg, #d4edda);
  color: var(--forminator-success-color, #155724);
  border: var(--forminator-success-border, 1px solid #c3e6cb);
  border-radius: var(--forminator-success-border-radius, 4px);
  margin: var(--forminator-success-margin, 1rem 0);
  word-break: break-word;
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-success-message {
    padding: var(--forminator-success-mobile-padding, 0.875rem);
    font-size: var(--forminator-success-mobile-font-size, 0.9rem);
  }
}
.forminator-custom-form .forminator-file-upload .forminator-button {
  width: auto;
  min-width: var(--forminator-file-button-min-width, 120px);
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-file-upload .forminator-button {
    width: 100%;
    min-width: auto;
  }
}
.forminator-custom-form .forminator-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: var(--forminator-pagination-gap, 0.5rem);
  margin: var(--forminator-pagination-margin, 1.5rem 0);
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-custom-form .forminator-pagination {
    justify-content: center;
  }
  .forminator-custom-form .forminator-pagination .forminator-button {
    flex: 1;
    min-width: var(--forminator-pagination-button-min-width, 100px);
    max-width: var(--forminator-pagination-button-max-width, 150px);
  }
}

.enquiry-forms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--enquiry-forms-grid-gap, 2rem);
}
@media print, screen and (min-width: 40em) {
  .enquiry-forms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  .enquiry-forms-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 68.1818181818rem;
    margin: 0 auto;
  }
}
.enquiry-forms-grid .enquiry-form-item {
  background-color: var(--enquiry-form-item-bg, #fff);
  padding: var(--enquiry-form-item-padding, 2rem);
  border-radius: var(--enquiry-form-item-border-radius, 8px);
  box-shadow: var(--enquiry-form-item-shadow, 0 2px 10px rgba(0, 0, 0, 0.1));
}
@media print, screen and (max-width: 39.99875em) {
  .enquiry-forms-grid .enquiry-form-item {
    padding: var(--enquiry-form-item-mobile-padding, 1.5rem);
  }
}

.forminator-ui.forminator-popup {
  max-width: 95vw;
  max-height: 95vh;
  overflow: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .forminator-ui.forminator-popup {
    width: 95vw !important;
    height: auto !important;
    top: 2.5vh !important;
    left: 2.5vw !important;
    transform: none !important;
  }
}

.flipbook-viewer-page {
  background-color: var(--flipbook-page-bg, #333);
  min-height: 100vh;
  padding: var(--flipbook-page-padding, 1rem 0);
}
.flipbook-viewer-page .row {
  max-width: 100%;
  margin: 0 auto;
}

.flipbook-container {
  width: 100%;
  height: var(--flipbook-height, 80vh);
  min-height: var(--flipbook-min-height, 500px);
  background-color: var(--flipbook-bg, #333);
  border-radius: var(--flipbook-border-radius, 8px);
  position: relative;
  overflow: hidden;
  box-shadow: var(--flipbook-shadow, 0 4px 20px rgba(0, 0, 0, 0.3));
}
@media print, screen and (max-width: 39.99875em) {
  .flipbook-container {
    height: var(--flipbook-mobile-height, 70vh);
    min-height: var(--flipbook-mobile-min-height, 400px);
  }
}
.flipbook-container > div {
  width: 100% !important;
  height: 100% !important;
}

.flipbook-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--flipbook-loading-color, #fff);
  text-align: center;
  z-index: 100;
}
.flipbook-loading .spinner {
  border: 4px solid var(--flipbook-spinner-bg, rgba(255, 255, 255, 0.3));
  border-top: 4px solid var(--flipbook-spinner-color, #fff);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: flipbook-spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.flipbook-loading p {
  margin: 0;
  font-size: var(--flipbook-loading-font-size, 1rem);
  font-weight: var(--flipbook-loading-font-weight, 400);
}

.flipbook-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--flipbook-error-color, #fff);
  text-align: center;
  z-index: 100;
  padding: var(--flipbook-error-padding, 2rem);
  max-width: 90%;
}
.flipbook-error h3 {
  color: var(--flipbook-error-title-color, #ff6b6b);
  margin-bottom: 1rem;
  font-size: var(--flipbook-error-title-size, 1.5rem);
}
.flipbook-error p {
  margin-bottom: 1.5rem;
  font-size: var(--flipbook-error-font-size, 1rem);
  line-height: 1.5;
}
.flipbook-error .flipbook-error-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 39.99875em) {
  .flipbook-error .flipbook-error-actions {
    flex-direction: column;
    align-items: center;
  }
}

.flipbook-noscript {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--flipbook-noscript-color, #fff);
  text-align: center;
  padding: var(--flipbook-noscript-padding, 2rem);
  max-width: 90%;
}
.flipbook-noscript h3 {
  color: var(--flipbook-noscript-title-color, #ffc107);
  margin-bottom: 1rem;
  font-size: var(--flipbook-noscript-title-size, 1.5rem);
}
.flipbook-noscript p {
  margin-bottom: 1.5rem;
  font-size: var(--flipbook-noscript-font-size, 1rem);
  line-height: 1.5;
}

.flipbook-controls {
  margin-top: var(--flipbook-controls-margin-top, 1rem);
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .flipbook-controls {
    margin-top: var(--flipbook-controls-mobile-margin-top, 0.5rem);
  }
}
.flipbook-controls .button {
  background-color: var(--flipbook-control-bg, #6c757d);
  color: var(--flipbook-control-color, white);
  padding: var(--flipbook-control-padding, 0.5rem 1rem);
  text-decoration: none;
  border-radius: var(--flipbook-control-radius, 4px);
  border: none;
  cursor: pointer;
  margin: var(--flipbook-control-margin, 0.25rem);
  font-size: var(--flipbook-control-font-size, 0.9rem);
  transition: background-color 0.2s ease;
}
.flipbook-controls .button:hover {
  background-color: var(--flipbook-control-bg-hover, #5a6268);
  color: var(--flipbook-control-color-hover, white);
}
.flipbook-controls .button.secondary {
  background-color: var(--flipbook-control-secondary-bg, #6c757d);
}
.flipbook-controls .button.secondary:hover {
  background-color: var(--flipbook-control-secondary-bg-hover, #5a6268);
}
.flipbook-controls .button.alert {
  background-color: var(--flipbook-close-bg, #dc3545);
}
.flipbook-controls .button.alert:hover {
  background-color: var(--flipbook-close-bg-hover, #c82333);
}
@media print, screen and (max-width: 39.99875em) {
  .flipbook-controls .button {
    font-size: var(--flipbook-control-mobile-font-size, 0.875rem);
    padding: var(--flipbook-control-mobile-padding, 0.5rem 0.75rem);
  }
}

.flipbook-container .default-book-view {
  background-color: var(--flipbook-3d-bg, #333) !important;
}
.flipbook-container canvas {
  max-width: 100% !important;
  height: auto !important;
}
.flipbook-container .book-ui .book-ui-panel {
  background-color: var(--flipbook-ui-panel-bg, rgba(0, 0, 0, 0.8)) !important;
  border-radius: var(--flipbook-ui-panel-radius, 4px) !important;
}
.flipbook-container .book-ui .book-ui-btn {
  background-color: var(--flipbook-ui-btn-bg, #007ACC) !important;
  color: var(--flipbook-ui-btn-color, white) !important;
  border-radius: var(--flipbook-ui-btn-radius, 4px) !important;
}
.flipbook-container .book-ui .book-ui-btn:hover {
  background-color: var(--flipbook-ui-btn-bg-hover, #005999) !important;
}

.flipbook-container:-webkit-full-screen {
  background-color: var(--flipbook-fullscreen-bg, #000);
}

.flipbook-container:-moz-full-screen {
  background-color: var(--flipbook-fullscreen-bg, #000);
}

.flipbook-container:fullscreen {
  background-color: var(--flipbook-fullscreen-bg, #000);
}

.flipbook-container:focus-within {
  outline: var(--flipbook-focus-outline, 2px solid #007ACC);
  outline-offset: var(--flipbook-focus-outline-offset, 2px);
}

@media print {
  .flipbook-viewer-page .flipbook-controls,
  .flipbook-viewer-page .flipbook-loading,
  .flipbook-viewer-page .flipbook-error {
    display: none !important;
  }
  .flipbook-viewer-page .flipbook-container {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
}
.flipbook-modal .main {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  height: 100%;
  color: #ccc;
}
.flipbook-modal .main * {
  box-sizing: border-box;
}
.flipbook-modal .main .hidden,
.flipbook-modal .main .cmd.hidden {
  display: none;
}
.flipbook-modal .main .fade {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-in;
}
.flipbook-modal .main .hidden.fade {
  display: block;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s step-end;
}
.flipbook-modal .main input {
  outline: none;
}
.flipbook-modal ul, .flipbook-modal li {
  font-size: 0;
}
.flipbook-modal li a,
.flipbook-modal li .cmd {
  font-size: 14px;
}
.flipbook-modal a, .flipbook-modal .cmd {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease-in;
}
.flipbook-modal a:hover,
.flipbook-modal .cmd:hover {
  color: #fff;
  transition: color 0.15s ease-out;
}
.flipbook-modal a:active,
.flipbook-modal .cmd:active {
  text-shadow: 0 0 2px #fff;
}
.flipbook-modal a.active,
.flipbook-modal .cmd.active {
  color: #fff;
}
.flipbook-modal a.disabled,
.flipbook-modal .cmd.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.flipbook-modal .hbtn a,
.flipbook-modal .hbtn .cmd {
  font-size: 52px;
  color: #666;
}
.flipbook-modal .hbtn a:hover,
.flipbook-modal .hbtn .cmd:hover {
  text-shadow: 0 0 1px #000;
}
.flipbook-modal .hbtn a:active,
.flipbook-modal .hbtn .cmd:active {
  font-size: 50px;
}
.flipbook-modal .hbtn .active {
  color: #555;
}
.flipbook-modal .hbtn .disabled {
  color: #aaa;
  display: none;
}
.flipbook-modal .view {
  height: 100%;
  background: no-repeat 50%;
  background-size: cover;
}
.flipbook-modal .view.toolbar-en {
  height: calc(100% - 40px);
}
.flipbook-modal .view .render {
  height: 100%;
}
@keyframes flipbook-loader {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.flipbook-modal .loader-box {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  transform-origin: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.flipbook-modal .loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.flipbook-modal .loader div {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 10px;
  left: 10px;
  background: #353535;
  animation: flipbook-loader 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.3s;
  box-sizing: content-box;
}
.flipbook-modal .loader div:nth-child(2) {
  top: 10px;
  left: 55px;
  background: #666666;
  animation-delay: -0.2s;
}
.flipbook-modal .loader div:nth-child(3) {
  top: 55px;
  left: 10px;
  background: #9b9b9b;
  animation-delay: 0s;
}
.flipbook-modal .loader div:nth-child(4) {
  top: 55px;
  left: 55px;
  background: #d4d4d4;
  animation-delay: -0.1s;
}
.flipbook-modal .loading-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flipbook-modal .loading-progress .progress {
  background-color: #1a1a1a;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 5px;
  box-shadow: 0px 0px 3px #222;
  margin-bottom: 10px;
  position: relative;
}
.flipbook-modal .loading-progress .loader-box {
  transform: scale(0.7);
}
.flipbook-modal .loading-progress .caption {
  background-color: #1a1a1a;
  border: 1px solid #444;
  padding: 7px 10px;
  border-radius: 5px;
  font-style: italic;
}
.flipbook-modal .page-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flipbook-modal .user-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flipbook-modal .user-message .text {
  border: 1px solid transparent;
  padding: 7px 10px;
  border-radius: 5px;
}
.flipbook-modal .user-message .error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.flipbook-modal .pending-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flipbook-modal .ctrls .prev,
.flipbook-modal .ctrls .next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.flipbook-modal .ctrls .prev {
  left: 20px;
}
.flipbook-modal .ctrls .next {
  right: 20px;
}
.flipbook-modal .toolbar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  padding: 3px;
  background-color: #3c3c3c;
  text-align: center;
}
.flipbook-modal .toolbar ul,
.flipbook-modal .toolbar li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flipbook-modal .buttons {
  display: inline-block;
}
.flipbook-modal .buttons > li {
  display: inline-flex;
}
.flipbook-modal .buttons > li > a,
.flipbook-modal .buttons > li > .cmd {
  padding: 10px;
}
.flipbook-modal .buttons > li > a.active,
.flipbook-modal .buttons > li > .cmd.active {
  background-color: #222;
}
.flipbook-modal .buttons .active-hidden,
.flipbook-modal .buttons .active-visible {
  width: 12px;
}
.flipbook-modal .buttons .active-hidden,
.flipbook-modal .buttons .active .active-visible {
  display: inline-block;
}
.flipbook-modal .buttons .active-visible,
.flipbook-modal .buttons .active .active-hidden {
  display: none;
}
.flipbook-modal .dropdown, .flipbook-modal .dropup {
  position: relative;
}
.flipbook-modal .dropdown .caret {
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.flipbook-modal .dropup .caret {
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
}
.flipbook-modal .dropdown .v-menu {
  top: 100%;
}
.flipbook-modal .dropup .v-menu {
  bottom: 100%;
}
.flipbook-modal .v-menu {
  position: absolute;
  border: 1px solid #444;
  background-color: #1a1a1a;
  z-index: 10;
  min-width: 160px;
  right: 0;
  text-align: left;
  box-shadow: 3px 3px 3px #222;
}
.flipbook-modal .v-menu li .cmd {
  display: block;
  padding: 5px 10px;
  transition: background-color 0.15s ease-in;
}
.flipbook-modal .v-menu li .cmd .fa {
  color: #ccc;
}
.flipbook-modal .v-menu .divider {
  height: 1px;
  background-color: #444;
}
.flipbook-modal .v-menu .cmd:hover {
  background-color: #333;
  transition: background-color 0.15s ease-out;
}
.flipbook-modal .v-menu .active,
.flipbook-modal .v-menu .cmd:active {
  background-color: #444;
}
.flipbook-modal .pages {
  padding: 0 10px;
  display: inline-block;
}
.flipbook-modal .pages .number,
.flipbook-modal .pages .amount {
  width: 40px;
  padding: 3px 0;
  text-align: center;
  border: 0;
  color: #fff;
  background-color: rgba(56, 56, 56, 0.5);
  border-radius: 0;
  margin: 0;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.05);
  transition: background-color 0.15s ease-in-out;
}
.flipbook-modal .pages .number {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 41px;
  border-right: 1px solid rgba(35, 35, 35, 0.5);
  background-color: rgba(56, 56, 56, 0.5);
}
.flipbook-modal .pages .number:focus {
  background-color: rgba(35, 35, 35, 0.5);
}
.flipbook-modal .pages .amount {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.flipbook-modal .float-wnd {
  position: absolute;
  border-radius: 4px 4px 0 0;
  z-index: 1;
  background-color: #1a1a1a;
  box-shadow: 3px 3px 3px #222;
}
.flipbook-modal .float-wnd .head {
  border-radius: 4px 4px 0 0;
  cursor: move;
  background-color: #3c3c3c;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  padding: 7px 10px;
  border: 1px solid #444;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
}
.flipbook-modal .float-wnd .head .close {
  top: 5px;
  right: 8px;
  position: absolute;
}
.flipbook-modal .float-wnd .body {
  border: 1px solid #444;
  border-top: none;
}
.flipbook-modal .flipbook-modal-container {
  height: 70vh;
  min-height: 400px;
  width: 100%;
  position: relative;
  background: #1a1a1a;
}
@media (max-width: 768px) {
  .flipbook-modal .flipbook-modal-container {
    height: 60vh;
    min-height: 300px;
  }
}

.mfp-content:-webkit-full-screen .flipbook-modal-container,
.mfp-content:-moz-full-screen .flipbook-modal-container,
.mfp-content:fullscreen .flipbook-modal-container {
  height: calc(100vh - 80px) !important;
  width: 100vw !important;
  min-height: none !important;
}

.mfp-content:-webkit-full-screen .flipbook-modal-footer,
.mfp-content:-moz-full-screen .flipbook-modal-footer,
.mfp-content:fullscreen .flipbook-modal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  padding: 10px;
  text-align: center;
}

.mfp-content:-webkit-full-screen .flipbook-modal-header,
.mfp-content:-moz-full-screen .flipbook-modal-header,
.mfp-content:fullscreen .flipbook-modal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  padding: 10px;
}

.flipbook-modal-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: var(--flipbook-footer-bg, #f4f4f4);
  border-top: 1px solid var(--flipbook-border-color, #ddd);
}
.flipbook-modal-footer .button {
  margin: 0;
  min-width: 120px;
}

.vimeo-embed-block {
  margin: var(--vimeo-embed-margin, 2rem 0);
  width: 100%;
}
.vimeo-embed-block .vimeo-embed-header {
  margin-bottom: var(--vimeo-embed-header-margin, 1.5rem);
  text-align: var(--vimeo-embed-header-align, left);
}
.vimeo-embed-block .vimeo-embed-header .vimeo-embed-title {
  margin: 0 0 var(--vimeo-embed-title-margin, 0.75rem) 0;
  color: var(--vimeo-embed-title-color, inherit);
  font-size: var(--vimeo-embed-title-size, 1.75rem);
  font-weight: var(--vimeo-embed-title-weight, 600);
  line-height: var(--vimeo-embed-title-line-height, 1.3);
}
.vimeo-embed-block .vimeo-embed-header .vimeo-embed-description {
  color: var(--vimeo-embed-description-color, #666);
  font-size: var(--vimeo-embed-description-size, 1rem);
  line-height: var(--vimeo-embed-description-line-height, 1.5);
}
.vimeo-embed-block .vimeo-embed-header .vimeo-embed-description p {
  margin-bottom: 0.75rem;
}
.vimeo-embed-block .vimeo-embed-header .vimeo-embed-description p:last-child {
  margin-bottom: 0;
}
.vimeo-embed-block .vimeo-embed-container {
  position: relative;
  width: 100%;
  background-color: var(--vimeo-embed-background, #000);
  border-radius: var(--vimeo-embed-border-radius, 0);
  overflow: hidden;
  box-shadow: var(--vimeo-embed-shadow, none);
}
.vimeo-embed-block .vimeo-embed-container .vimeo-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vimeo-embed-block .vimeo-embed-container .vimeo-embed-wrapper.ratio-4-3 {
  padding-bottom: 75%;
}
.vimeo-embed-block .vimeo-embed-container .vimeo-embed-wrapper.ratio-21-9 {
  padding-bottom: 42.857%;
}
.vimeo-embed-block .vimeo-embed-container .vimeo-embed-wrapper.ratio-1-1 {
  padding-bottom: 100%;
}
.vimeo-embed-block .vimeo-embed-container .vimeo-embed-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: var(--vimeo-embed-iframe-background, transparent);
}
.vimeo-embed-block .vimeo-embed-container.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid var(--vimeo-embed-loader-color, rgba(255, 255, 255, 0.3));
  border-top-color: var(--vimeo-embed-loader-active-color, #fff);
  border-radius: 50%;
  animation: vimeo-embed-spin 1s linear infinite;
  z-index: 1;
}
.vimeo-embed-block .vimeo-embed-error,
.vimeo-embed-block .vimeo-embed-fallback {
  padding: var(--vimeo-embed-error-padding, 2rem);
  background-color: var(--vimeo-embed-error-background, #f8f8f8);
  border: 1px solid var(--vimeo-embed-error-border, #ddd);
  border-radius: var(--vimeo-embed-error-border-radius, 4px);
  text-align: center;
  color: var(--vimeo-embed-error-color, #666);
}
.vimeo-embed-block .vimeo-embed-error p,
.vimeo-embed-block .vimeo-embed-fallback p {
  margin: 0;
}
.vimeo-embed-block .vimeo-embed-error a,
.vimeo-embed-block .vimeo-embed-fallback a {
  color: var(--vimeo-embed-error-link-color, #0073aa);
  text-decoration: none;
}
.vimeo-embed-block .vimeo-embed-error a:hover,
.vimeo-embed-block .vimeo-embed-fallback a:hover {
  text-decoration: underline;
}
.vimeo-embed-block .vimeo-embed-error {
  background-color: var(--vimeo-embed-error-background, #fff2f2);
  border-color: var(--vimeo-embed-error-border, #ffcccc);
  color: var(--vimeo-embed-error-color, #d32f2f);
}

@keyframes vimeo-embed-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .vimeo-embed-block {
    margin: var(--vimeo-embed-mobile-margin, 1.5rem 0);
  }
  .vimeo-embed-block .vimeo-embed-header {
    margin-bottom: var(--vimeo-embed-header-mobile-margin, 1rem);
  }
  .vimeo-embed-block .vimeo-embed-header .vimeo-embed-title {
    font-size: var(--vimeo-embed-title-mobile-size, 1.5rem);
  }
  .vimeo-embed-block .vimeo-embed-header .vimeo-embed-description {
    font-size: var(--vimeo-embed-description-mobile-size, 0.9rem);
  }
  .vimeo-embed-block .vimeo-embed-container {
    border-radius: var(--vimeo-embed-mobile-border-radius, 0);
  }
}
@media screen and (max-width: 480px) {
  .vimeo-embed-block .vimeo-embed-header .vimeo-embed-title {
    font-size: var(--vimeo-embed-title-small-mobile-size, 1.25rem);
  }
}
@media (prefers-color-scheme: dark) {
  .vimeo-embed-block .vimeo-embed-header .vimeo-embed-description {
    color: var(--vimeo-embed-description-dark-color, #ccc);
  }
  .vimeo-embed-block .vimeo-embed-error,
  .vimeo-embed-block .vimeo-embed-fallback {
    background-color: var(--vimeo-embed-error-dark-background, #2a2a2a);
    border-color: var(--vimeo-embed-error-dark-border, #444);
    color: var(--vimeo-embed-error-dark-color, #ccc);
  }
  .vimeo-embed-block .vimeo-embed-error a,
  .vimeo-embed-block .vimeo-embed-fallback a {
    color: var(--vimeo-embed-error-link-dark-color, #4a9eff);
  }
  .vimeo-embed-block .vimeo-embed-error {
    background-color: var(--vimeo-embed-error-dark-background, #3a2a2a);
    border-color: var(--vimeo-embed-error-dark-border, #6a4a4a);
    color: var(--vimeo-embed-error-dark-color, #ff6b6b);
  }
}
@media (prefers-contrast: high) {
  .vimeo-embed-block .vimeo-embed-container {
    border: 2px solid var(--vimeo-embed-high-contrast-border, #000);
  }
  .vimeo-embed-block .vimeo-embed-error,
  .vimeo-embed-block .vimeo-embed-fallback {
    border-width: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vimeo-embed-block .vimeo-embed-iframe {
    transition: none;
  }
  .vimeo-embed-block .vimeo-embed-container::before {
    animation: none;
  }
  @keyframes vimeo-embed-spin {
    0%, 100% {
      transform: rotate(0deg);
    }
  }
}
#kitchen-sink {
  max-width: 68.1818181818rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#kitchen-sink::before, #kitchen-sink::after {
  display: table;
  content: " ";
}
#kitchen-sink::after {
  clear: both;
}
#kitchen-sink header {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  #kitchen-sink header {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
#kitchen-sink header, #kitchen-sink header:last-child:not(:first-child) {
  float: left;
  clear: none;
}
#kitchen-sink header:last-child:not(:first-child) {
  float: right;
}
#kitchen-sink header .lead {
  font-size: 125%;
  line-height: 1.6;
}
#kitchen-sink #components {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
#kitchen-sink #components hr {
  margin: 3rem 0;
}
@media print, screen and (min-width: 40em) {
  #kitchen-sink #components {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
#kitchen-sink #components, #kitchen-sink #components:last-child:not(:first-child) {
  float: left;
  clear: none;
}
#kitchen-sink #components:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #components {
    float: left;
    width: 75%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  #kitchen-sink #components {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #components, #kitchen-sink #components:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #kitchen-sink #components:last-child:not(:first-child) {
    float: right;
  }
}
#kitchen-sink #kitchen-sink-nav {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav {
    float: left;
    width: 25%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
    display: block;
    float: right;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  #kitchen-sink #kitchen-sink-nav {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav, #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
    float: right;
  }
  #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
    font-size: 0.85rem;
    margin-top: 1rem;
  }
  #kitchen-sink #kitchen-sink-nav .docs-menu-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #999;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.9rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #e9e9e9;
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
  #kitchen-sink #kitchen-sink-nav .docs-toc {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1rem;
  }
  #kitchen-sink #kitchen-sink-nav .docs-toc .active {
    background: #2199e8;
    color: white;
  }
  #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
#kitchen-sink .row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
  background: #e1e1e1;
}

#page {
  overflow: hidden;
}
#page .entry-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.main-content header {
  max-width: 68.1818181818rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 6em;
}
.main-content header::before, .main-content header::after {
  display: table;
  content: " ";
}
.main-content header::after {
  clear: both;
}

#page-sidebar-left {
  max-width: 68.1818181818rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#page-sidebar-left::before, #page-sidebar-left::after {
  display: table;
  content: " ";
}
#page-sidebar-left::after {
  clear: both;
}
#page-sidebar-left .main-content {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  #page-sidebar-left .main-content {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
#page-sidebar-left .main-content, #page-sidebar-left .main-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
#page-sidebar-left .main-content:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  #page-sidebar-left .main-content {
    float: left;
    width: 66.6666666667%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
    position: relative;
    left: 33.3333333333%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  #page-sidebar-left .main-content {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (min-width: 40em) {
  #page-sidebar-left .main-content, #page-sidebar-left .main-content:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #page-sidebar-left .main-content:last-child:not(:first-child) {
    float: right;
  }
}
#page-sidebar-left .sidebar {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  #page-sidebar-left .sidebar {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
#page-sidebar-left .sidebar, #page-sidebar-left .sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}
#page-sidebar-left .sidebar:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  #page-sidebar-left .sidebar {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.5681818182rem;
    padding-left: 0.5681818182rem;
    position: relative;
    left: -66.6666666667%;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  #page-sidebar-left .sidebar {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
@media print, screen and (min-width: 40em) {
  #page-sidebar-left .sidebar, #page-sidebar-left .sidebar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #page-sidebar-left .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

#page-full-width {
  max-width: 68.1818181818rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#page-full-width::before, #page-full-width::after {
  display: table;
  content: " ";
}
#page-full-width::after {
  clear: both;
}
#page-full-width .main-content {
  float: left;
  width: 100%;
  padding-right: 0.5681818182rem;
  padding-left: 0.5681818182rem;
}
@media print, screen and (min-width: 40em) {
  #page-full-width .main-content {
    padding-right: 0.8522727273rem;
    padding-left: 0.8522727273rem;
  }
}
#page-full-width .main-content, #page-full-width .main-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}
#page-full-width .main-content:last-child:not(:first-child) {
  float: right;
}

body.error404 .hero-wrapper {
  background-image: url("../images/about/4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  body.error404 .container .row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 3em;
  }
}

body.page-template-page-privacy-policy #content {
  margin-top: 0;
}
body.page-template-page-privacy-policy .nav-bg {
  background: rgba(0, 0, 0, 0.1);
}
body.page-template-page-privacy-policy .hero-wrapper {
  height: 0;
  min-height: 0;
}

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