html {
  font-family: sans-serif;
  /* 1 */
}

body {
  margin: 0;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  color: #EFEFEF;
  font-family: "Oldschool", helvetica;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}

body.alt-style {
  background: #043F4F;
}

body.alt-style .button {
  border: solid 1px #A1E1EB;
  color: #EFEFEF;
}

body.alt-style .button svg {
  stroke: #EFEFEF;
}

.site-wrap {
  margin-top: 124px;
}

@media (max-width: 960px) {
  .site-wrap {
    margin-top: 65px;
  }
}

.wrapper {
  padding: 0 40px;
}

@media (max-width: 800px) {
  .wrapper {
    padding: 0 20px;
  }
}

.wrapper--margin {
  margin: 0 40px;
}

@media (max-width: 800px) {
  .wrapper--margin {
    margin: 0 20px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.button {
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A1E1EB;
  padding: 16px 25px;
  border: solid 1px #043F4F;
  border-radius: 25px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: transparent;
  height: 50px;
}

@media (max-width: 800px) {
  .button {
    font-size: 13px;
  }
}

.button:hover {
  background: #043F4F;
}

.button svg {
  width: 7px;
  height: 9px;
  margin-left: 10px;
  stroke: #A1E1EB;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--play::before {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  border-left: solid 8px currentColor;
  border-top: solid 4.5px transparent;
  border-bottom: solid 4.5px transparent;
  margin-right: 9px;
}

.button--arrow {
  width: 50px;
  position: relative;
}

.button--arrow svg {
  width: 22px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.button--arrow--reverse svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button--map {
  background: #D1D1D1;
  border: solid 1px #D1D1D1 !important;
  color: #043F4F !important;
}

.button--map svg {
  width: 10px;
  height: 12px;
  margin-left: 0;
  margin-right: 7.4px;
  stroke: none !important;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.button--map:hover {
  background: #b8b8b8;
}

.button--full {
  background: #043F4F !important;
  color: #A1E1EB !important;
  border: solid 1px #043F4F !important;
}

.button--full:hover {
  background: #032c37 !important;
}

.button--submit, .contact-page__form .gform_wrapper.gravity-theme .gform_footer input, .contact-page__form .gform_wrapper.gravity-theme .gform_page_footer input {
  background: #EFEFEF;
  border: solid 1px #EFEFEF;
  color: #043F4F;
  min-width: 200px;
}

.button--submit svg, .contact-page__form .gform_wrapper.gravity-theme .gform_footer input svg, .contact-page__form .gform_wrapper.gravity-theme .gform_page_footer input svg {
  stroke: #043F4F;
}

.button--submit:hover, .contact-page__form .gform_wrapper.gravity-theme .gform_footer input:hover, .contact-page__form .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background: #A1E1EB;
  border: solid 1px #A1E1EB;
}

body.alt-style .button:hover {
  background: #A1E1EB;
  color: #043F4F;
}

body.alt-style .button:hover svg {
  stroke: #043F4F;
}

svg.arrow-right {
  fill: none;
  stroke-width: 2;
}

svg.big-arrow {
  fill: none;
}

.form-row + .form-row,
.form-row + .gfield,
.gfield + .form-row,
.gfield + .gfield {
  margin-top: 16px;
}

.form-row input,
.form-row textarea,
.gfield input,
.gfield textarea {
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  color: #EFEFEF;
  display: block;
  width: 100%;
  background: transparent;
  padding: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-row input::-webkit-input-placeholder,
.form-row textarea::-webkit-input-placeholder,
.gfield input::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder {
  color: rgba(239, 239, 239, 0.6);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input::-moz-placeholder,
.form-row textarea::-moz-placeholder,
.gfield input::-moz-placeholder,
.gfield textarea::-moz-placeholder {
  color: rgba(239, 239, 239, 0.6);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input:-moz-placeholder,
.form-row textarea:-moz-placeholder,
.gfield input:-moz-placeholder,
.gfield textarea:-moz-placeholder {
  color: rgba(239, 239, 239, 0.6);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input:-ms-input-placeholder,
.form-row textarea:-ms-input-placeholder,
.gfield input:-ms-input-placeholder,
.gfield textarea:-ms-input-placeholder {
  color: rgba(239, 239, 239, 0.6);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.form-row input:focus,
.form-row textarea:focus,
.gfield input:focus,
.gfield textarea:focus {
  border: solid 1px #A1E1EB;
  outline: 0;
}

.form-row textarea,
.gfield textarea {
  height: 240px;
}

.wpml-ls {
  margin-right: 86px;
  width: 90px;
}

.wpml-ls a {
  color: #EFEFEF;
  background: transparent;
  border: 0;
  padding-right: 24px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  text-transform: uppercase;
}

.wpml-ls a:hover {
  color: #EFEFEF;
  background: transparent;
  -webkit-text-decoration-color: #EFEFEF;
          text-decoration-color: #EFEFEF;
}

.wpml-ls a.wpml-ls-item-toggle {
  padding-right: 18px;
}

.wpml-ls a.wpml-ls-item-toggle:after {
  right: 0;
  top: 3px;
}

.wpml-ls .wpml-ls-current-language:hover > a {
  color: #EFEFEF !important;
  background: transparent !important;
}

.wpml-ls .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  opacity: 1;
  pointer-events: all;
}

.wpml-ls .wpml-ls-sub-menu {
  padding-top: 12px;
  border-top: 0;
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@font-face {
  font-family: 'Ano';
  src: url("../fonts/stencil.woff");
  src: url("../fonts/stencil.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oldschool';
  src: url("../fonts/OldschoolGrotesk_W-Book.woff");
  src: url("../fonts/OldschoolGrotesk_W-Book.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oldschool';
  src: url("../fonts/OldschoolGrotesk_W-Medium.woff");
  src: url("../fonts/OldschoolGrotesk_W-Medium.woff2");
  font-weight: bold;
  font-style: normal;
}

.article-content {
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: "Oldschool", helvetica;
  font-size: 0.875em;
  line-height: 1.5625em;
}

@media (max-width: 660px) {
  .article-content {
    font-size: 1em;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h5,
.article-content h6 {
  clear: both;
  margin: 0 0 24px;
  text-align: left;
  font-family: "Oldschool", helvetica;
  color: #000;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 660px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    line-height: 1em;
  }
}

.article-content h1 {
  font-size: 1.5em;
}

.article-content h2 {
  font-size: 1em;
}

.article-content h3 {
  font-size: 0.75em;
}

.article-content h5 {
  font-size: 0.625em;
}

.article-content h6 {
  font-size: 0.5em;
}

.article-content h4 {
  font-size: 0.625em;
  font-family: "Oldschool", helvetica;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.article-content h4:before, .article-content h4:after {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
}

.article-content h4:before {
  right: 2em;
  margin-left: -50%;
}

.article-content h4:after {
  left: 2em;
  margin-right: -50%;
}

.article-content b,
.article-content strong {
  font-family: "Oldschool", helvetica;
}

.article-content address {
  font-family: "Oldschool", helvetica;
  font-style: italic;
  font-weight: normal;
}

.article-content a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
  text-decoration: none;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1em;
  font-weight: bold;
  text-shadow: 2px 1px rgba(255, 255, 255, 0.1), -1px 1px rgba(255, 255, 255, 0.1);
}

.article-content abbr[title],
.article-content acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.article-content cite {
  font-size: 0.875em;
  padding-left: .5em;
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
  -ms-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
}

.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}

.article-content pre {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8a8a8a;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article-content p {
  margin-bottom: 1.5em;
}

.article-content small {
  font-size: smaller;
}

.article-content big {
  font-size: 125%;
}

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

.article-content sup {
  bottom: 1ex;
}

.article-content sub {
  top: .5ex;
}

.article-content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.article-content figure {
  margin: 0;
}

.article-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

.article-content legend {
  white-space: normal;
}

.article-content hr {
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
  margin-bottom: 2em;
  width: 100%;
}

.article-content p > embed,
.article-content p > iframe,
.article-content p > object,
.article-content span > embed,
.article-content span > iframe,
.article-content span > object {
  margin-bottom: 0;
}

.article-content blockquote,
.article-content q {
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  text-align: center;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 1em 2em;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 2px;
}

.article-content blockquote cite,
.article-content blockquote small,
.article-content q cite,
.article-content q small {
  font-size: 0.625em;
  display: block;
  margin-top: .5em;
  padding: 0;
}

.article-content blockquote em,
.article-content blockquote i,
.article-content blockquote cite,
.article-content q em,
.article-content q i,
.article-content q cite {
  font-style: normal;
}

.article-content blockquote strong,
.article-content blockquote b,
.article-content q strong,
.article-content q b {
  font-weight: 400;
}

.article-content table {
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid gray;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

.article-content th,
.article-content td {
  border: 1px solid gray;
  font-size: 1em;
}

.article-content caption,
.article-content th,
.article-content td {
  font-weight: normal;
  text-align: left;
  padding: .5em .8em;
}

.article-content th {
  border-width: 0 1px 1px 0;
}

.article-content td {
  border-width: 0 1px 1px 0;
}

.article-content thead th {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

.article-content tbody th {
  font-size: 1em;
  text-align: right;
}

.article-content tbody tr:nth-of-type(even) {
  background-color: #999999;
}

.article-content dl {
  margin-bottom: 48px;
}

.article-content dt {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
}

.article-content dd {
  margin-bottom: 1em;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: square inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ul li {
  margin: 0 0 .2em;
}

.article-content ul ul {
  margin: 0 0 .5em 3em;
  list-style: disc;
}

.article-content ul ul ul {
  list-style: circle;
}

.article-content ol {
  margin: 0;
  padding: 0;
  list-style: decimal-leading-zero inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ol li {
  margin: 0 0 .2em;
}

.article-content ol ol {
  margin: 0 0 .5em 3em;
  list-style: lower-roman;
}

.article-content ol ol ol {
  list-style: lower-alpha;
}

.article-content .alignnone {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-content .alignleft {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignleft {
    max-width: 40%;
  }
}

.article-content .alignright {
  float: right;
  margin: 0 0 0 1.5em;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignright {
    max-width: 40%;
  }
}

.article-content .aligncenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}

.article-content .wp-caption-text {
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  color: rgba(105, 105, 103, 0.44);
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  margin: .5em 0 1em;
  display: block;
}

.article-content .double-img {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  display: block;
  overflow: auto;
}

.article-content .double-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.article-content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

#sitecredit {
  position: relative;
}

@-webkit-keyframes madebyhover {
  0% {
    width: 4px;
    right: 100%;
    height: 1px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    width: 8px;
    right: 0;
    height: 1px;
  }
  51% {
    width: 1px;
    height: 2px;
  }
  100% {
    width: 100%;
    right: 0;
    height: 1.5px;
    opacity: .8;
  }
}

@keyframes madebyhover {
  0% {
    width: 4px;
    right: 100%;
    height: 1px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    width: 8px;
    right: 0;
    height: 1px;
  }
  51% {
    width: 1px;
    height: 2px;
  }
  100% {
    width: 100%;
    right: 0;
    height: 1.5px;
    opacity: .8;
  }
}

@-webkit-keyframes madebyhoverreverse {
  0% {
    width: 100%;
    right: 0;
    height: 1.5px;
    opacity: .8;
  }
  50% {
    opacity: .8;
  }
  100% {
    width: 0;
    right: 100%;
    height: 1;
    opacity: 0;
  }
}

@keyframes madebyhoverreverse {
  0% {
    width: 100%;
    right: 0;
    height: 1.5px;
    opacity: .8;
  }
  50% {
    opacity: .8;
  }
  100% {
    width: 0;
    right: 100%;
    height: 1;
    opacity: 0;
  }
}

#sitecredit::before {
  content: ' ';
  display: block;
  width: 4px;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  right: 100%;
  opacity: 0;
  -webkit-animation: madebyhoverreverse .4s 1 ease-in-out;
          animation: madebyhoverreverse .4s 1 ease-in-out;
}

#sitecredit:hover::before {
  -webkit-animation: madebyhover .6s 1 ease-in-out forwards;
          animation: madebyhover .6s 1 ease-in-out forwards;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  position: relative;
}

.hamburger-inner {
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #A1E1EB;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
          transform: translate3d(40px, 40px, 0) rotate(45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
          transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
          transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
          transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
          transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 124px;
  background: #000;
  padding-top: 40px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .main-header {
    display: none;
  }
}

.main-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-header__left > a {
  width: 180px;
  height: 16px;
}

.main-header__left > a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.main-header__left > div {
  margin-left: 86px;
  margin-right: 0;
}

.main-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-header ul li {
  margin-right: 163px;
}

@media (max-width: 1170px) {
  .main-header ul li {
    margin-right: 0;
  }
}

@media (max-width: 1170px) {
  .main-header ul li + li {
    margin-left: 163px;
  }
}

.main-header ul li.current-menu-item a {
  border-bottom: solid 1px #043F4F;
}

.main-header ul a {
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EFEFEF;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 3px;
}

.mob-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  border-bottom: solid 1px #043F4F;
  background: #000;
  z-index: 999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

@media (max-width: 960px) {
  .mob-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mob-header > a {
  width: 132px;
  height: 14px;
}

.mob-header > a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mob-header button {
  width: 16px;
  height: 12px;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}

.mob-header button svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.alt-style .mob-header {
  background: #043F4F;
  border-bottom: solid 1px #A1E1EB;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}

.video-modal__shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
}

.video-modal__close, .image-modal__close {
  position: absolute;
  top: 52px;
  right: 52px;
  width: 32px;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}

@media (max-width: 1080px) {
  .video-modal__close, .image-modal__close {
    top: 34px;
    right: 24px;
    width: 26px;
    height: 26px;
  }
}

.video-modal__close svg, .image-modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.video-modal__main {
  width: calc(100% - 272px);
  max-width: 960px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

@media (max-width: 1080px) {
  .video-modal__main {
    width: calc(100% - 104px);
  }
}

@media (max-width: 800px) {
  .video-modal__main {
    width: calc(100% - 40px);
  }
}

.video-modal__wrap {
  padding-top: 56.25%;
  position: relative;
}

.video-modal__wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
}

@media (max-width: 960px) {
  .image-modal__close {
    top: 24px;
  }
}

.image-modal__main {
  width: calc(100% - 272px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1080px) {
  .image-modal__main {
    width: calc(100% - 148px);
  }
}

@media (max-width: 960px) {
  .image-modal__main {
    width: 100%;
    height: calc(100vh - 148px);
    margin-top: 74px;
    position: static;
  }
}

.image-modal__main button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: none;
  padding: 0;
  border: 0;
  z-index: 10;
}

@media (max-width: 1080px) {
  .image-modal__main button {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 960px) {
  .image-modal__main button {
    top: auto;
    bottom: 24px;
  }
}

.image-modal__main button svg {
  width: 100%;
  height: 100%;
  stroke: #EFEFEF;
}

.image-modal__main button.prev {
  right: 100%;
  margin-right: 52px;
}

@media (max-width: 1080px) {
  .image-modal__main button.prev {
    margin-right: 24px;
  }
}

@media (max-width: 960px) {
  .image-modal__main button.prev {
    left: 24px;
    right: auto;
    margin-right: 0;
  }
}

.image-modal__main button.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.image-modal__main button.next {
  left: 100%;
  margin-left: 52px;
}

@media (max-width: 1080px) {
  .image-modal__main button.next {
    margin-left: 24px;
  }
}

@media (max-width: 960px) {
  .image-modal__main button.next {
    right: 24px;
    left: auto;
    margin-left: 0;
  }
}

.image-modal__main .inner {
  height: 100vh;
}

@media (max-width: 960px) {
  .image-modal__main .inner {
    height: calc(100vh - 148px);
  }
}

.image-modal__main .slick-track {
  width: 100% !important;
  height: 100vh !important;
}

.image-modal__main .slide {
  height: 100%;
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

@media (max-width: 960px) {
  .image-modal__main .slide {
    height: calc(100vh - 148px);
  }
}

.image-modal__main .img-wrap {
  height: 100vh;
  width: 100%;
}

@media (max-width: 960px) {
  .image-modal__main .img-wrap {
    height: calc(100vh - 148px);
  }
}

.image-modal__main img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #043F4F;
  z-index: 1000;
  padding-top: 25px;
  padding-bottom: 40px;
  display: none;
}

.menu-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.menu-modal__inner .mob-menu-trigger {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 48px;
  height: 48px;
  padding: 18px;
  border: 0;
  margin: 0;
  background: none;
}

.menu-modal__inner .mob-menu-trigger svg {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-modal__inner > a {
  width: 50px;
  height: 26px;
}

.menu-modal__inner > a svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #A1E1EB;
}

.menu-modal .wpml-ls {
  position: absolute;
  top: 6px;
  left: 76px;
}

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

.menu-modal ul.menu li + li {
  margin-top: 11px;
}

.menu-modal ul.menu li a {
  color: #EFEFEF;
  display: block;
  padding-right: 40px;
  position: relative;
  font-size: 58px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.menu-modal ul.menu li a::after {
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.menu-modal__info, .contact-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  line-height: 162%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
}

.menu-modal__info h4, .contact-page__info h4 {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.menu-modal__info p, .contact-page__info p {
  margin: 0;
}

.menu-modal__info p:last-child, .contact-page__info p:last-child {
  margin-top: 12px;
}

.menu-modal__info p a, .contact-page__info p a {
  color: #EFEFEF;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-modal__info p a:hover, .contact-page__info p a:hover {
  border-bottom: solid 1px #EFEFEF;
}

.menu-modal__info a.cta, .contact-page__info a.cta {
  color: #A1E1EB;
  font-size: 13px;
  line-height: 129%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-modal__info a.cta svg, .contact-page__info a.cta svg {
  margin-left: 8px;
  width: 7px;
  height: 9px;
  stroke: #A1E1EB;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 130px;
}

@media (max-width: 960px) {
  .footer__top {
    display: block;
    margin-bottom: 64px;
  }
}

.footer__cta {
  width: 50%;
  padding-left: 8.75%;
  color: #EFEFEF;
}

@media (max-width: 1260px) {
  .footer__cta {
    padding-left: 4%;
  }
}

@media (max-width: 1080px) {
  .footer__cta {
    padding-left: 0;
  }
}

@media (max-width: 960px) {
  .footer__cta {
    margin-bottom: 24px;
    display: inline-block;
    width: auto;
  }
}

.footer__cta span {
  display: block;
  font-weight: normal;
  font-size: 92px;
  line-height: 83%;
  letter-spacing: -0.04em;
}

@media (max-width: 960px) {
  .footer__cta span {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .footer__cta span {
    font-size: 68px;
  }
}

.footer__cta span + span {
  margin-left: 150px;
  display: inline-block;
  position: relative;
}

@media (max-width: 960px) {
  .footer__cta span + span {
    margin-left: 75px;
  }
}

.footer__cta span svg {
  width: 23px;
  height: 24px;
  fill: #A1E1EB;
  margin-bottom: 30px;
  margin-left: 30px;
  position: absolute;
  bottom: 0;
  left: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .footer__cta span svg {
    margin-left: 12px;
    margin-bottom: 12px;
    width: 20px;
    height: 20px;
  }
}

.footer__cta:hover svg {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  font-size: 15px;
  line-height: 162%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
}

@media (max-width: 960px) {
  .footer__info {
    margin-left: 0 !important;
    max-width: 400px !important;
  }
}

.footer__info h4 {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.footer__info p {
  margin: 0;
}

.footer__info p:last-child {
  margin-top: 12px;
}

.footer__info p a {
  color: #EFEFEF;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__info p a:hover {
  border-bottom: solid 1px #EFEFEF;
}

.footer__info a.cta {
  color: #A1E1EB;
  font-size: 13px;
  line-height: 129%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer__info a.cta svg {
  margin-left: 8px;
  width: 7px;
  height: 9px;
  stroke: #A1E1EB;
}

.footer__bottom {
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #043F4F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .footer__bottom {
    padding: 24px 0 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__logo {
  width: 99px;
  height: 47px;
}

.footer__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #043F4F;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__logo:hover svg {
  fill: #EFEFEF;
}

.footer__nav {
  padding-right: 0 !important;
}

@media (max-width: 960px) {
  .footer__nav {
    width: auto !important;
    margin: 0 !important;
  }
}

.footer__nav ul {
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media (max-width: 960px) {
  .footer__nav ul {
    margin-top: -3px;
  }
}

.footer__nav ul li {
  display: inline-block;
}

.footer__nav ul li + li {
  margin-left: 17px;
}

.footer__nav ul li a {
  font-size: 13px;
  line-height: 129%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A1E1EB;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .footer__nav ul li a {
    font-size: 11px;
    line-height: 1;
  }
}

.footer__nav ul li a:hover {
  border-bottom: solid 1px #EFEFEF;
}

.footer__nav .credit {
  font-size: 13px;
  line-height: 162%;
  margin-top: 11px;
}

@media (max-width: 960px) {
  .footer__nav .credit {
    margin-top: 8px;
    font-size: 10px;
  }
}

.footer__nav .credit a {
  margin-left: 14px;
  position: relative;
  color: #EFEFEF;
}

@media (max-width: 1080px) {
  .footer__nav .credit a {
    margin-left: 0;
    margin-top: 8px;
    display: block;
  }
}

.footer__nav .credit a svg {
  width: 157px;
  height: 9px;
}

@media (max-width: 1080px) {
  .footer__nav .credit a svg {
    width: 105px;
    height: 6px;
  }
}

body.home .site-wrap {
  margin-top: 0;
}

@media (max-width: 960px) {
  body.home .site-wrap {
    margin-top: 65px;
  }
}

body.home .main-header {
  display: none;
}

.hp-hero {
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 128px);
}

@media (max-width: 960px) {
  .hp-hero {
    display: block;
    height: auto;
    padding-top: 30px;
  }
}

.hp-hero__fixed-logo {
  position: fixed;
  top: 0;
  right: 0;
  padding: 40px 36px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .hp-hero__fixed-logo {
    display: none;
  }
}

.hp-hero__fixed-logo > a {
  margin-top: -1px;
  width: 132px;
  height: 14px;
}

.hp-hero__fixed-logo > a svg {
  width: 100%;
  height: 100%;
}

.hp-hero__video {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 960px) {
  .hp-hero__video {
    width: 500px;
    height: 300px;
    margin: 0 auto 26px;
  }
}

@media (max-width: 600px) {
  .hp-hero__video {
    width: 100%;
    padding-top: 60%;
    position: relative;
    height: 0;
  }
}

.hp-hero__video .video-wrap {
  height: 100%;
  position: relative;
  background: #043f4f;
  -webkit-mask-image: url("../img/svg/raw/logo-icon-filled.svg");
          mask-image: url("../img/svg/raw/logo-icon-filled.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (max-width: 960px) {
  .hp-hero__video .video-wrap {
    -webkit-mask-position: center;
            mask-position: center;
  }
}

@media (max-width: 600px) {
  .hp-hero__video .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.hp-hero__video .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .46;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.hp-hero__main, .footer__info, .footer__nav, .hp-main__about__inner, .hp-main__projects__top .right-side, .hp-footer .footer__top {
  width: calc(530px + 5vw);
  margin-left: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 5vw;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 100px;
}

@media (max-width: 1170px) {
  .hp-hero__main, .footer__info, .footer__nav, .hp-main__about__inner, .hp-main__projects__top .right-side, .hp-footer .footer__top {
    padding-right: 0;
    width: 530px;
  }
}

@media (max-width: 1080px) {
  .hp-hero__main, .footer__info, .footer__nav, .hp-main__about__inner, .hp-main__projects__top .right-side, .hp-footer .footer__top {
    width: 430px;
  }
}

@media (max-width: 960px) {
  .hp-hero__main, .footer__info, .footer__nav, .hp-main__about__inner, .hp-main__projects__top .right-side, .hp-footer .footer__top {
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .hp-hero__main, .footer__info, .footer__nav, .hp-main__about__inner, .hp-main__projects__top .right-side, .hp-footer .footer__top {
    max-width: 100%;
  }
}

@media (min-width: 961px) {
  .hp-hero__main--main {
    margin-left: 0;
  }
}

.hp-hero__main h2, .footer__info h2, .footer__nav h2, .hp-main__about__inner h2, .hp-main__projects__top .right-side h2, .hp-footer .footer__top h2 {
  margin: 0;
  font-family: "Oldschool", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: -0.04em;
  margin-left: -7px;
}

@media (max-width: 1080px) {
  .hp-hero__main h2, .footer__info h2, .footer__nav h2, .hp-main__about__inner h2, .hp-main__projects__top .right-side h2, .hp-footer .footer__top h2 {
    font-size: 72px;
  }
}

@media (max-width: 600px) {
  .hp-hero__main h2, .footer__info h2, .footer__nav h2, .hp-main__about__inner h2, .hp-main__projects__top .right-side h2, .hp-footer .footer__top h2 {
    font-size: 58px;
  }
}

@media (max-width: 400px) {
  .hp-hero__main h2, .footer__info h2, .footer__nav h2, .hp-main__about__inner h2, .hp-main__projects__top .right-side h2, .hp-footer .footer__top h2 {
    font-size: 48px;
  }
}

.hp-hero__main h2.hp-hero-switcher, .footer__info h2.hp-hero-switcher, .footer__nav h2.hp-hero-switcher, .hp-main__about__inner h2.hp-hero-switcher, .hp-main__projects__top .right-side h2.hp-hero-switcher, .hp-footer .footer__top h2.hp-hero-switcher {
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .hp-hero__main h2 + h2, .footer__info h2 + h2, .footer__nav h2 + h2, .hp-main__about__inner h2 + h2, .hp-main__projects__top .right-side h2 + h2, .hp-footer .footer__top h2 + h2 {
    margin-left: 80px;
  }
}

@media (max-width: 600px) {
  .hp-hero__main h2 + h2, .footer__info h2 + h2, .footer__nav h2 + h2, .hp-main__about__inner h2 + h2, .hp-main__projects__top .right-side h2 + h2, .hp-footer .footer__top h2 + h2 {
    margin-left: 66px;
  }
}

@media (max-width: 400px) {
  .hp-hero__main h2 + h2, .footer__info h2 + h2, .footer__nav h2 + h2, .hp-main__about__inner h2 + h2, .hp-main__projects__top .right-side h2 + h2, .hp-footer .footer__top h2 + h2 {
    margin-left: 55px;
  }
}

.hp-hero__main > p, .footer__info > p, .footer__nav > p, .hp-main__about__inner > p, .hp-main__projects__top .right-side > p, .hp-footer .footer__top > p {
  margin: 21px 0 34px;
  font-size: 16px;
  line-height: 141%;
}

@media (max-width: 600px) {
  .hp-hero__main > p, .footer__info > p, .footer__nav > p, .hp-main__about__inner > p, .hp-main__projects__top .right-side > p, .hp-footer .footer__top > p {
    margin: 9px 0 20px;
    font-size: 15px;
  }
}

.hp-main {
  position: relative;
  padding-bottom: 109px;
}

@media (max-width: 960px) {
  .hp-main {
    padding-bottom: 90px;
  }
}

.hp-main__nav {
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 960px) {
  .hp-main__nav {
    display: none;
  }
}

.hp-main__nav > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hp-main__nav ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-main__nav ul a {
  color: #EFEFEF;
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: all;
}

.hp-main__nav ul a:hover {
  border-bottom: solid 1px #EFEFEF;
}

.hp-main__nav ul li + li {
  margin-left: 160px;
}

@media (max-width: 1170px) {
  .hp-main__nav ul li + li {
    margin-left: 86px;
  }
}

.hp-main__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 72px;
}

@media (max-width: 960px) {
  .hp-main__stats {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 23px;
    grid-column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .hp-main__stats {
    grid-column-gap: 20px;
  }
}

.hp-main__stats .stat {
  width: calc(25% - 18px);
  border-left: solid 1px #043F4F;
  padding-left: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .hp-main__stats .stat {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    border-bottom: solid 1px #043F4F;
    padding-bottom: 20px;
  }
}

.hp-main__stats .stat h4 {
  display: block;
  font-family: "Ano", helvetica;
  font-size: 95px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #043F4F;
  margin-bottom: 6px;
  margin-top: 0;
  font-weight: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .hp-main__stats .stat h4 {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .hp-main__stats .stat h4 {
    font-size: 62px;
  }
}

.hp-main__stats .stat h4 small {
  font-size: 100%;
}

.hp-main__stats .stat h3 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

@media (max-width: 1080px) {
  .hp-main__stats .stat h3 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .hp-main__stats .stat h3 {
    font-size: 16px;
  }
}

.hp-main__stats .stat + .stat {
  margin-left: 24px;
}

@media (max-width: 960px) {
  .hp-main__stats .stat + .stat {
    margin-left: 0;
  }
}

.hp-main__stats .stat:nth-child(2) {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .hp-main__stats .stat:nth-child(2) {
    margin-bottom: 0;
    margin-top: 32px;
  }
}

.hp-main__stats .stat:nth-child(3) {
  margin-bottom: 140px;
}

@media (max-width: 960px) {
  .hp-main__stats .stat:nth-child(3) {
    margin-bottom: 0;
  }
}

.hp-main__stats .stat:nth-child(4) {
  margin-bottom: 215px;
}

@media (max-width: 960px) {
  .hp-main__stats .stat:nth-child(4) {
    margin-bottom: 0;
    margin-top: 32px;
  }
}

.hp-main__about__inner {
  margin-left: auto;
  position: relative;
}

.hp-main__about__inner > span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Ano", helvetica;
  font-style: normal;
  font-size: 95px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #043F4F;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .hp-main__about__inner > span {
    font-size: 80px;
  }
}

@media (max-width: 960px) {
  .hp-main__about__inner > span {
    position: static;
    display: block;
    margin-bottom: 9px;
  }
}

@media (max-width: 600px) {
  .hp-main__about__inner > span {
    font-size: 62px;
  }
}

.hp-main__about .content {
  padding-top: 31px;
  border-top: solid 1px #043F4F;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 162%;
  margin-bottom: 22px;
}

@media (max-width: 960px) {
  .hp-main__about .content {
    padding-top: 0;
    border-top: 0;
  }
}

.hp-main__about .content p {
  margin: 0;
}

.hp-main__about .content p + p {
  margin-top: 16px;
}

.hp-main__projects {
  margin-top: 155px;
}

@media (max-width: 800px) {
  .hp-main__projects {
    margin-top: 78px;
  }
}

.hp-main__projects__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hp-main__projects__top h2 {
  margin: 0;
  font-weight: normal;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

@media (max-width: 600px) {
  .hp-main__projects__top h2 {
    font-size: 68px;
  }
}

.hp-main__projects__top h2 span {
  color: #043F4F;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .hp-main__projects__top h2 span {
    display: block;
  }
}

.hp-main__projects__top .right-side {
  margin-bottom: 15px;
  margin-left: 0;
}

@media (max-width: 960px) {
  .hp-main__projects__top .right-side {
    display: none;
  }
}

.hp-main__projects__top .right-side .inner {
  border-top: solid 1px #043F4F;
  padding-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hp-main__projects__top .right-side .controls button + button {
  margin-left: 10px;
}

.hp-main__projects__top .right-side .controls button.slick-disabled {
  opacity: .5;
  pointer-events: none;
}

.hp-main__projects__main-wrap {
  margin-top: 33px;
  margin: 33px -40px 0;
  padding: 0 40px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .hp-main__projects__main-wrap {
    margin: 12px -20px 0;
    padding: 0 20px;
  }
}

.hp-main__projects__main .slick-list {
  overflow: visible;
}

.hp-main__video-section {
  margin-top: 108px;
}

@media (max-width: 960px) {
  .hp-main__video-section {
    margin-top: 76px;
  }
}

.hp-main__video-section .video-wrap {
  position: relative;
  padding-top: 59.4%;
  border-radius: 15px 0px;
  overflow: hidden;
}

.hp-main__video-section .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-project {
  position: relative;
  width: 43vw;
  margin-right: 27px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .hp-project {
    width: 50vw;
  }
}

@media (max-width: 600px) {
  .hp-project {
    margin-right: 14px;
  }
}

.hp-project .img-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 15px 0px;
  overflow: hidden;
  position: relative;
}

.hp-project .img-wrap::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 2;
}

.hp-project img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.hp-project .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 93px 30px 33px;
  width: 100%;
  z-index: 3;
}

@media (max-width: 960px) {
  .hp-project .content {
    position: static;
    padding: 0;
    margin: 15px 0 0;
  }
}

.hp-project .content h3 {
  margin: 0 0 3px;
  font-weight: normal;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .hp-project .content h3 {
    font-size: 25px;
  }
}

.hp-project .content p {
  font-size: 15px;
  line-height: 162%;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

@media (max-width: 960px) {
  .hp-project .content p {
    max-height: 100%;
    opacity: 1;
  }
}

.hp-project .content .logo-arrow {
  position: absolute;
  bottom: 38px;
  right: 33px;
  width: 23px;
  height: 23px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  fill: #EFEFEF;
}

@media (max-width: 960px) {
  .hp-project .content .logo-arrow {
    display: none;
  }
}

.hp-project:hover p {
  max-height: 75px;
  opacity: 1;
}

.hp-project:hover .logo-arrow {
  opacity: 1;
}

body.alt-style .hp-main__stats .stat {
  border-left: solid 1px #A1E1EB;
}

@media (max-width: 960px) {
  body.alt-style .hp-main__stats .stat {
    border-left: 0;
    border-bottom: solid 1px #A1E1EB;
  }
}

body.alt-style .hp-main__stats .stat h4,
body.alt-style .hp-main__about__inner > span,
body.alt-style .hp-main__projects__top h2 span {
  color: #A1E1EB;
}

body.alt-style .hp-main__about .content,
body.alt-style .hp-main__projects__top .right-side .inner {
  border-top: solid 1px #A1E1EB;
}

@media (max-width: 960px) {
  body.alt-style .hp-main__about .content,
  body.alt-style .hp-main__projects__top .right-side .inner {
    border-top: 0;
  }
}

body.alt-style .footer__bottom {
  border-top: solid 1px #A1E1EB;
}

body.alt-style .footer__logo svg {
  fill: #A1E1EB;
}

body.alt-style .footer__logo:hover svg {
  fill: #EFEFEF;
}

.hp-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 960px) {
  .hp-footer {
    display: block;
  }
}

.hp-footer::before {
  content: ' ';
  display: block;
  width: 430px;
  position: absolute;
  top: 0;
  right: 5vw;
  background: #A1E1EB;
  height: 1px;
  margin-right: 40px;
}

@media (max-width: 1170px) {
  .hp-footer::before {
    right: 0;
  }
}

@media (max-width: 1080px) {
  .hp-footer::before {
    width: 330px;
  }
}

@media (max-width: 960px) {
  .hp-footer::before {
    display: none;
  }
}

.hp-footer .video-wrap {
  width: 100%;
}

.hp-footer .video-wrap > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.hp-footer .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-footer .footer__top {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
  display: block;
  margin-left: 0;
}

@media (max-width: 960px) {
  .hp-footer .footer__top {
    width: 100% !important;
    margin: 90px 0 0 !important;
    max-width: 100%;
    padding-top: 90px;
    border-top: solid 1px #A1E1EB;
  }
}

@media (max-width: 1440px) {
  .hp-footer .footer__top .footer__cta span {
    font-size: 72px;
  }
}

.hp-footer .footer__cta {
  width: 100%;
  display: block;
  padding-left: 0;
  position: relative;
}

@media (max-width: 1170px) {
  .hp-footer .footer__cta span {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .hp-footer .footer__cta span {
    font-size: 68px;
  }
}

.hp-footer .footer__cta span + span {
  margin-left: 68px;
}

.hp-footer .footer__info {
  width: 100%;
  margin: 36px 0 0;
  padding: 0;
}

@media (max-width: 1440px) {
  .hp-footer .footer__info {
    margin: 36px 0 0;
  }
}

@media (max-width: 1280px) {
  .hp-footer .footer__info {
    margin: 20px 0 0;
  }
}

.hp-footer .footer__info div {
  width: calc(50% - 26px);
}

.project-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  color: #000;
  display: none;
}

.project-panel.open .project-panel__panel {
  -webkit-transform: none;
          transform: none;
}

.project-panel__button-text {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.project-panel__shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}

.project-panel__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 935px;
  background: #EFEFEF;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.project-panel__header {
  padding: 34px 55px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 800px) {
  .project-panel__header {
    padding: 20px;
    font-size: 13px;
  }
}

.project-panel__header h3 {
  font-weight: normal;
  margin: 0;
}

.project-panel__header h3 span::before {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D1D1D1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
}

.project-panel__header button {
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project-panel__header button:hover {
  border-bottom: solid 1px #000;
}

.project-panel__wrap {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
  background: white;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.project-panel__wrap.open {
  opacity: 1;
  pointer-events: all;
}

.project-panel__intro > div {
  margin-top: 3px;
}

.project-panel__main {
  padding: 0 55px;
  height: 100%;
  overflow: auto;
  padding-bottom: 24px;
}

@media (max-width: 800px) {
  .project-panel__main {
    padding: 0 20px 34px;
  }
}

.project-panel__main > h2 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 52px;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .project-panel__main > h2 {
    margin: 0 0 20px;
    font-size: 42px;
  }
}

.project-panel__main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .project-panel__main .inner {
    display: block;
  }
}

.project-panel__slideshow {
  width: calc(50% - 24px);
}

@media (max-width: 800px) {
  .project-panel__slideshow {
    width: 100%;
  }
}

.project-panel__content {
  width: calc(50% - 24px);
  font-size: 15px;
  line-height: 162%;
}

@media (max-width: 800px) {
  .project-panel__content {
    width: 100%;
    margin-top: 32px;
  }
}

.project-panel__content h4 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
}

.project-panel__content h4 + p {
  margin-top: 3px;
}

.project-panel__content p {
  margin: 0;
}

.project-panel__content p + p {
  margin-top: 12px;
}

.project-panel__stats {
  margin: 25px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.project-panel__stats span {
  font-size: 21px;
  line-height: 112%;
}

.project-panel__stats .stat:last-child {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.project-panel__footer {
  height: 96px;
  border-top: solid 1px #D1D1D1;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .project-panel__footer {
    height: 66px;
  }
}

.project-panel__footer button {
  width: 50%;
  height: 100%;
  padding: 0 55px;
  border: 0;
  margin: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

@media (max-width: 800px) {
  .project-panel__footer button {
    padding: 0 20px;
  }
}

.project-panel__footer button:hover {
  background: #D1D1D1;
}

.project-panel__footer button img {
  width: 32px;
  height: auto;
  margin-right: 13px;
}

.project-panel__footer button h5 {
  margin: 0;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-top: 3px;
}

@media (max-width: 800px) {
  .project-panel__footer button h5 {
    font-size: 0;
  }
}

.project-panel__footer button h5 span {
  display: block;
  font-size: 12px;
  line-height: 129%;
  letter-spacing: 0.06em;
  color: #939393;
}

@media (max-width: 800px) {
  .project-panel__footer button h5 span {
    font-size: 13px;
    color: #000;
  }
}

.project-panel__footer button.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.project-panel__footer button.next img {
  margin-right: 0;
  margin-left: 13px;
}

.project-panel__footer button.next::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  right: 100%;
  background: #D1D1D1;
  margin: auto;
  z-index: 2;
  position: absolute;
}

.project-panel__footer button:only-child {
  width: 100%;
}

.panel-slideshow-wrap {
  position: relative;
}

@media (max-width: 800px) {
  .panel-slideshow-wrap {
    overflow: hidden;
    margin: 0 -20px;
  }
}

.panel-slideshow-inner {
  border-radius: 15px 0px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .panel-slideshow-inner {
    overflow: visible;
    padding: 0 20px;
  }
}

@media (max-width: 800px) {
  .panel-slideshow-inner .slick-list {
    overflow: visible;
  }
}

@media (max-width: 800px) {
  .panel-slideshow-inner .slide {
    margin-right: 14px;
  }
}

.panel-slideshow-inner .img-wrap {
  padding-top: 100%;
  position: relative;
}

@media (max-width: 800px) {
  .panel-slideshow-inner .img-wrap {
    border-radius: 15px 0px;
    overflow: hidden;
  }
}

.panel-slideshow-inner .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel-slideshow-controls {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 129%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #EFEFEF;
  border-radius: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .panel-slideshow-controls {
    display: none;
  }
}

.panel-slideshow-controls:hover {
  background: #000;
}

.panel-slideshow-controls button {
  background: none;
  border: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}

.panel-slideshow-controls button:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.panel-slideshow-controls button svg {
  width: 9px;
  height: 9px;
  stroke: #EFEFEF;
}

.panel-slideshow-controls button:hover svg {
  stroke: #A1E1EB;
}

.panel-slideshow-expand {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .panel-slideshow-expand {
    display: none;
  }
}

.panel-slideshow-expand svg {
  width: 13px;
  height: 13px;
  fill: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.panel-slideshow-expand:hover {
  background: #000;
}

.panel-slideshow-buttons {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.panel-slideshow-buttons .button {
  width: calc(50% - 8px);
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 800px) {
  .panel-slideshow-buttons .button {
    width: calc(50% - 6px);
  }
}

.panel-slideshow-buttons .button.only-child {
  width: 100%;
}

.loader {
  border: 10px solid #043F4F;
  /* Light grey */
  border-top: 10px solid #A1E1EB;
  /* Blue */
  border-radius: 50%;
  width: 140px;
  height: 140px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.loader + svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 53px;
  height: 53px;
  margin: auto;
  fill: #043F4F;
  z-index: 1;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}

.projects-page__top, .about-page__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 108px;
}

@media (max-width: 1080px) {
  .projects-page__top, .about-page__intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 960px) {
  .projects-page__top, .about-page__intro {
    display: block;
  }
}

@media (max-width: 800px) {
  .projects-page__top, .about-page__intro {
    padding-top: 64px;
    padding-bottom: 24px;
  }
}

.projects-page__top > h2, .about-page__intro > h2 {
  font-weight: normal;
  font-size: 92px;
  line-height: 100%;
  letter-spacing: -0.04em;
  margin: 0;
}

@media (max-width: 1080px) {
  .projects-page__top > h2, .about-page__intro > h2 {
    font-size: 75px;
  }
}

@media (max-width: 800px) {
  .projects-page__top > h2, .about-page__intro > h2 {
    font-size: 58px;
  }
}

.projects-page__intro, .contact-page__main, .about-page__intro .content {
  width: 694.56px;
  font-weight: normal;
  font-size: 16px;
  line-height: 162%;
  padding-right: 163px;
}

@media (max-width: 1170px) {
  .projects-page__intro, .contact-page__main, .about-page__intro .content {
    padding-right: 0;
    width: 531.55px;
  }
}

@media (max-width: 960px) {
  .projects-page__intro, .contact-page__main, .about-page__intro .content {
    width: 100%;
    margin-top: 24px;
  }
}

.projects-page__intro p, .contact-page__main p, .about-page__intro .content p {
  margin: 0;
}

.projects-page__intro p + p, .contact-page__main p + p, .about-page__intro .content p + p {
  marginp-top: 12px;
}

.projects-page__nav {
  border-top: solid 1px #043F4F;
  padding-top: 24px;
  margin-bottom: 48px;
}

@media (max-width: 960px) {
  .projects-page__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
}

.projects-page__nav button {
  font-size: 15px;
  line-height: 162%;
  text-align: center;
  text-transform: uppercase;
  color: #A1E1EB;
  width: 160px;
  padding: 8px 0;
  border-radius: 100px;
  background: transparent;
  border: solid 1px #043F4F;
  margin-right: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .projects-page__nav button {
    width: calc(25% - 9px);
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .projects-page__nav button {
    font-size: 12px;
    width: calc(25% - 4.5px);
  }
}

.projects-page__nav button.active, .projects-page__nav button:hover {
  background: #043F4F;
}

.projects-page__projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: solid 1px #043F4F;
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .projects-page__projects {
    display: block;
  }
}

.projects-page__list {
  width: calc(58% - 20px);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 1080px) {
  .projects-page__list {
    width: calc(63% - 20px);
  }
}

@media (max-width: 960px) {
  .projects-page__list {
    width: 100%;
  }
}

.projects-page__map {
  width: 42%;
  position: relative;
}

@media (max-width: 1080px) {
  .projects-page__map {
    width: 37%;
  }
}

@media (max-width: 960px) {
  .projects-page__map {
    width: 100%;
    margin-bottom: 40px;
  }
}

.projects-page__map .inner {
  padding-top: 93%;
  border-radius: 24px 0px;
  overflow: hidden;
  position: sticky;
  top: 124px;
}

@media (max-width: 960px) {
  .projects-page__map .inner {
    position: relative;
    top: 0;
    padding-top: 68%;
  }
}

.projects-page__map .inner .map {
  background: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .list-project {
    display: block;
  }
}

.list-project__slideshow {
  width: calc(42% - 20px);
  height: 100%;
  position: relative;
}

@media (max-width: 600px) {
  .list-project__slideshow {
    width: 100%;
  }
}

.list-project__slideshow img {
  border-radius: 15px 0px;
}

.list-project__controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 129%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #EFEFEF;
  border-radius: 25px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-project__controls button {
  background: none;
  border: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}

.list-project__controls button:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-project__controls button svg {
  width: 9px;
  height: 9px;
  stroke: #EFEFEF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-project__controls button:hover svg {
  stroke: #A1E1EB;
}

.list-project__controls:hover {
  background: #000;
}

.list-project__content {
  width: 58%;
}

@media (max-width: 600px) {
  .list-project__content {
    width: 100%;
    margin-top: 16px;
  }
}

.list-project__content h3 {
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .list-project__content h3 {
    font-size: 25px;
    margin: 0 0 8px;
  }
}

.list-project__content h3:hover {
  color: #A1E1EB;
}

.list-project__content p {
  margin: 0;
  font-size: 15px;
  line-height: 162%;
}

@media (max-width: 1080px) {
  .list-project__content p {
    font-size: 12px;
  }
}

.list-project__content p + p {
  margin-top: 12px;
}

.list-project + .list-project {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #043F4F;
}

.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 112px;
  margin-bottom: 240px;
}

@media (max-width: 960px) {
  .contact-page {
    display: block;
    padding-top: 80px;
    margin-bottom: 128px;
  }
}

.contact-page__sidebar {
  max-width: 362px;
  width: 100%;
}

.contact-page__sidebar > h2 {
  font-weight: normal;
  font-size: 92px;
  line-height: 100%;
  letter-spacing: -0.04em;
  margin: 0 0 80px;
}

@media (max-width: 1080px) {
  .contact-page__sidebar > h2 {
    font-size: 75px;
  }
}

@media (max-width: 960px) {
  .contact-page__sidebar > h2 {
    margin: 0 0 48px;
  }
}

@media (max-width: 800px) {
  .contact-page__sidebar > h2 {
    font-size: 58px;
  }
}

@media (max-width: 960px) {
  .contact-page__main {
    margin-top: 48px;
  }
}

.contact-page__content {
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .contact-page__content {
    margin-bottom: 48px;
    height: auto;
  }
}

.contact-page__content p {
  width: 100%;
}

.contact-page__form .gform_heading {
  display: none;
}

.contact-page__form .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

.contact-page__form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.contact-page__form .gform_wrapper.gravity-theme .gform_footer, .contact-page__form .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 36px;
  padding: 0;
}

.contact-page__form .gform_confirmation_message {
  text-align: center;
}

.contact-page__form .gform_confirmation_message img {
  width: 96px;
}

.contact-page + .footer .footer__top {
  display: none;
}

.generic-page {
  max-width: 705px;
  margin: 0 auto;
  padding-top: 75px;
  margin-bottom: 240px;
}

@media (max-width: 800px) {
  .generic-page {
    padding-top: 60px;
    margin-bottom: 140px;
  }
}

.generic-page + .footer .footer__top {
  display: none;
}

.generic-page__title {
  margin: 0 0 24px;
}

.generic-page__title h2 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

@media (max-width: 800px) {
  .generic-page__title h2 {
    font-size: 72px;
  }
}

@media (max-width: 600px) {
  .generic-page__title h2 {
    font-size: 60px;
  }
}

.generic-page__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}

@media (max-width: 800px) {
  .generic-page__content {
    font-size: 15px;
  }
}

.generic-page__content a {
  color: #A1E1EB;
  font-weight: normal;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(161, 225, 235, 0.5);
          text-decoration-color: rgba(161, 225, 235, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.generic-page__content a:hover {
  -webkit-text-decoration-color: #a1e1eb;
          text-decoration-color: #a1e1eb;
}

.generic-page__content h2 {
  margin: 64px 0 24px;
  font-family: "Oldschool", helvetica;
  color: #EFEFEF;
  font-weight: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: none;
}

@media (max-width: 800px) {
  .generic-page__content h2 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}

.generic-page__content h3 {
  margin: 24px 0 3px;
  font-size: 13px;
  line-height: 162%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #EFEFEF;
  font-weight: normal;
}

.generic-page__content p {
  margin: 0;
}

.generic-page__content p + p {
  margin-top: 24px;
}

.generic-page__content .wp-block-image {
  margin: 24px 0;
}

.generic-page__content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.generic-page__content ul {
  margin: 24px 0;
}

.generic-page__content ul li::before {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}

.generic-page__content ol {
  margin: 24px 0;
  counter-reset: article-ol;
}

.generic-page__content ol li {
  counter-increment: article-ol;
}

.generic-page__content ol li::before {
  content: counter(article-ol) ".";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  color: #A1E1EB;
}

.generic-page__content li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}

.generic-page__content li + li {
  margin-top: 4px;
}

.about-page {
  font-family: "Oldschool", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 162%;
}

.about-page .about-title {
  font-family: "Oldschool", helvetica;
  font-weight: normal;
  font-size: 62px;
  line-height: 83%;
  letter-spacing: -0.04em;
  margin: 0;
}

@media (max-width: 960px) {
  .about-page .about-title {
    margin-bottom: 36px;
    font-size: 50px;
  }
}

.about-page__intro .content {
  width: calc(50% - 10px);
  padding-right: 0;
}

@media (max-width: 960px) {
  .about-page__intro .content {
    width: 100%;
  }
}

.about-page__intro + .about-page__intro {
  border-top: solid 1px #043F4F;
}

.about-page__mission {
  padding: 97px 62px;
  border-top: solid 1px #043F4F;
  text-align: center;
}

@media (max-width: 960px) {
  .about-page__mission {
    padding: 60px 0 90px;
  }
}

.about-page__mission small {
  font-family: "Oldschool", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.about-page__mission h3 {
  margin: 27px 0 0;
  font-family: "Oldschool", helvetica;
  font-weight: normal;
  font-size: 62px;
  line-height: 94%;
  letter-spacing: -0.04em;
}

@media (max-width: 960px) {
  .about-page__mission h3 {
    font-size: 48px;
  }
}

.about-page__strategy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 91px 0 118px;
  border-top: solid 1px #043F4F;
}

@media (max-width: 960px) {
  .about-page__strategy {
    display: block;
    padding: 60px 0 90px;
  }
}

.about-page__strategy > h2 {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__strategy > h2 {
    width: 100%;
  }
}

.about-page__strategy .content {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__strategy .content {
    width: 100%;
  }
}

.about-page__strategy .content p {
  margin: 0;
}

.about-page__strategy .content p + p {
  margin-top: 24px;
}

@media (max-width: 960px) {
  .about-page__strategy .content p + p {
    margin-top: 12px;
  }
}

.about-page__single-strategy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #043F4F;
  border-radius: 24px 0;
  margin-top: 24px;
  padding: 0 50px;
  font-family: "Oldschool", helvetica;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

@media (max-width: 1170px) {
  .about-page__single-strategy {
    padding: 0 30px;
    height: 120px;
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .about-page__single-strategy {
    font-size: 20px;
  }
}

.about-page__values {
  padding: 106px 0 93px;
  border-top: solid 1px #043F4F;
}

@media (max-width: 960px) {
  .about-page__values {
    padding: 60px 0 90px;
  }
}

.about-page__values .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .about-page__values .top {
    display: block;
  }
}

.about-page__values .top > h2 {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__values .top > h2 {
    width: 100%;
  }
}

.about-page__values .top .content {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__values .top .content {
    width: 100%;
  }
}

.about-page__values .top .content p {
  margin: 0;
}

.about-page__values .top .content p + p {
  margin-top: 24px;
}

.about-page__values-grid {
  margin-left: auto;
  margin-top: 48px;
}

.about-page__values-grid .row {
  text-align: center;
  font-size: 0;
}

.about-page__values-grid .row + .row {
  margin-top: 20px;
}

.about-page__values-grid .row:first-child {
  text-align: right;
}

.about-page__values-grid .row:last-child {
  text-align: left;
}

.about-page__values-grid .value {
  width: calc(25% - 15px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #043F4F;
  border-radius: 24px 0;
  font-family: "Oldschool", helvetica;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1170px) {
  .about-page__values-grid .value {
    padding: 0 30px;
    height: 120px;
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  .about-page__values-grid .value {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .about-page__values-grid .value {
    font-size: 20px;
  }
}

.about-page__values-grid .value + .value {
  margin-left: 20px;
}

.about-page__team-wrap {
  border-bottom: solid 1px #043F4F;
}

.about-page__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 67px 0 85px;
  border-top: solid 1px #043F4F;
}

@media (max-width: 960px) {
  .about-page__team {
    display: block;
    padding: 60px 0 90px;
  }
}

.about-page__team > h2 {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__team > h2 {
    width: 100%;
  }
}

.about-page__team .content {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__team .content {
    width: 100%;
  }
}

.about-page__team .content p {
  margin: 0;
}

.about-page__team .content p + p {
  margin-top: 24px;
}

.about-page__team .content img {
  margin-top: 42px;
  display: block;
  width: 100%;
  height: auto;
}

.about-page__team-list {
  padding-bottom: 131px;
}

.about-page__team-members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 34px;
}

@media (max-width: 1170px) {
  .about-page__team-members {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .about-page__team-members {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.about-page__team-members + .about-page__team-members {
  margin-top: 34px;
}

.about-page__team-members.closed {
  display: none;
}

.about-page__team-cta {
  margin-top: 55px;
  padding-left: calc(50% + 12px);
}

@media (max-width: 1170px) {
  .about-page__team-cta {
    padding-left: 0;
  }
}

.about-page__team-cta button {
  border: solid 1px #043F4F;
  border-radius: 25px;
  padding: 16px 20px 14px;
  font-family: "Oldschool", helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  background: transparent;
  color: #A1E1EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-page__team-cta button svg {
  width: 8px;
  height: 8px;
  fill: transparent;
}

.about-page__team-cta button:hover {
  border: solid 1px #EFEFEF;
}

.about-page .team-member-card {
  cursor: pointer;
}

.about-page .team-member-card img {
  border-radius: 14px 0px;
  display: block;
}

.about-page .team-member-card .content {
  position: relative;
  margin: 20px 0 0;
  padding-right: 24px;
}

.about-page .team-member-card .content svg {
  width: 13px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.about-page .team-member-card .content h2 {
  font-family: "Oldschool", helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  /* 22px */
  letter-spacing: -0.88px;
  margin: 0;
}

@media (max-width: 600px) {
  .about-page .team-member-card .content h2 {
    font-size: 19px;
  }
}

.about-page .team-member-card .content h3 {
  margin: 4px 0 0;
  font-family: "Oldschool", helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.16px;
  color: #A1E1EB;
}

@media (max-width: 600px) {
  .about-page .team-member-card .content h3 {
    font-size: 14px;
  }
}

.about-page__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 82px 0 100px;
  border-top: solid 1px #043F4F;
  border-bottom: solid 1px #043F4F;
  margin-bottom: 100px;
}

@media (max-width: 960px) {
  .about-page__partners {
    display: block;
    padding: 60px 0 90px;
    margin-bottom: 64px;
  }
}

.about-page__partners > h2 {
  width: calc(50% - 10px);
}

@media (max-width: 960px) {
  .about-page__partners > h2 {
    width: 100%;
  }
}

.about-page__partners-grid {
  width: calc(50% - 10px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (max-width: 960px) {
  .about-page__partners-grid {
    width: 100%;
  }
}

.about-page__partners-grid a {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-page__partners-grid a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.team-modal__shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.team-modal__main {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 698px;
  background: #000;
}

.team-modal__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-modal__single {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 38px 35px;
  background: #000;
  z-index: 5;
}

@media (max-width: 600px) {
  .team-modal__single {
    padding: 72px 20px 24px;
  }
}

.team-modal__close {
  position: absolute;
  top: 38px;
  right: 35px;
  width: 18px;
  height: 18px;
  background: none;
  border: 0;
  padding: 0;
  z-index: 9999;
}

@media (max-width: 600px) {
  .team-modal__close {
    top: 24px;
    right: 20px;
  }
}

.team-modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.team-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}

@media (max-width: 600px) {
  .team-modal__header {
    display: block;
  }
}

.team-modal__header img {
  border-radius: 24px 0px;
  width: calc(50% - 12px);
}

@media (max-width: 600px) {
  .team-modal__header img {
    width: 100%;
  }
}

.team-modal__header .content {
  width: calc(50% - 12px);
}

@media (max-width: 600px) {
  .team-modal__header .content {
    width: 100%;
    margin-top: 24px;
  }
}

.team-modal__header .content h2 {
  margin: 0;
  font-family: "Oldschool", helvetica;
  font-size: 42px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  /* 42px */
  letter-spacing: -1.68px;
}

@media (max-width: 600px) {
  .team-modal__header .content h2 {
    font-size: 30px;
  }
}

.team-modal__header .content h3 {
  margin: 4px 0 0;
  font-family: "Oldschool", helvetica;
  font-size: 23px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  /* 23px */
  letter-spacing: -0.23px;
  color: #A1E1EB;
}

@media (max-width: 600px) {
  .team-modal__header .content h3 {
    font-size: 20px;
  }
}

.team-modal__content p {
  max-width: 518px;
  font-size: 16px;
  line-height: 162%;
  margin: 0;
}

.team-modal__content p + p {
  margin-top: 24px;
}

.team-modal__content div {
  margin-top: 36px;
}

.team-modal__content div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oldschool", helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  /* 16.77px */
  letter-spacing: 0.52px;
  text-transform: uppercase;
  color: #A1E1EB;
}

.team-modal__content div a + a {
  margin-left: 28px;
}

.team-modal__content div a svg {
  width: 10px;
  height: 10px;
  fill: transparent;
  stroke: #A1E1EB;
  margin-left: 6px;
  margin-bottom: 2px;
}

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