@charset "UTF-8";
/* 
	SETTINGS
*/
/*!
	FrontLauncher
	License: MIT
	Author: Michał Kowalczyk michal@idel.pl>
*/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.foundation-mq {
  font-family: "zero=0em&small=28.125em&phone=40.625em&medium=48em&tablet=64em&large=75em&xlarge=90em&xxlarge=120em";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 28.125em) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 28.125em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40.625em) {
  .phone-text-left {
    text-align: left;
  }
  .phone-text-right {
    text-align: right;
  }
  .phone-text-center {
    text-align: center;
  }
  .phone-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

/*!
 * 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;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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

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

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

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

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

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

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

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

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

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

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

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

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

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

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

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

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

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

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

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

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

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

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

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

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

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

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

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

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

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

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

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

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

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

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

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

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

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

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

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

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

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

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

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

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

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

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

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

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

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

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

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

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

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

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

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

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

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

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

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  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 {
  transition-delay: 0s;
}

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

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

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

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

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

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

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  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 {
  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;
  transform: rotate(-90deg);
}

body {
  float: left;
  width: 100%;
  margin: 0;
  touch-action: manipulation;
  color: var(--color-text);
  display: flex;
  min-width: 360px;
  min-height: 100vh;
  flex-direction: column;
  font-family: var(--font-normal);
  font-size: var(--font-size);
  background-color: var(--color-bg-accent);
}
body.main--active {
  height: 100vh;
  overflow: hidden;
}

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

mark {
  background-color: #fbba00;
  color: #000;
}

main {
  float: left;
  width: 100%;
  flex-grow: 1;
  z-index: 1;
  padding-top: 130px;
}
@media (max-width: 1024px) {
  main {
    min-height: 80vh;
    padding-top: 95px;
    transition: all 0.45s ease-in-out;
  }
}
main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
  z-index: -1;
  background-color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
}
@media (max-width: 1024px) {
  main:before {
    height: 170px;
  }
}
main.main--home:before {
  height: 410px;
}
@media (max-width: 1024px) {
  main.main--home:before {
    height: 85px;
  }
}
main.main--gallery:before {
  display: none;
}

.anchor {
  float: left;
  width: 100%;
  display: flex;
  padding: 12px 15px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease-in-out;
  background-color: var(--color-2);
  border-radius: var(--border-radius-smaller);
}
.anchor:hover {
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.2));
}
.anchor + .anchor {
  margin-top: 16px;
}
.anchor-title {
  font-family: var(--font-special);
  font-size: var(--font-size-small);
  color: var(--color-title);
}
.anchor-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: var(--border-radius-smaller);
  color: var(--color-3);
}
.anchor-icon svg {
  width: 15px;
  height: 15px;
}
.anchor--2 {
  background-color: var(--color-bg);
}
.anchor--2 .tile__anchor-icon, .anchor--2 .anchor-icon {
  background-color: var(--color-2);
}

.wrapper {
  width: 100%;
  margin: 0px auto;
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.slick-slide img {
  display: inline-block;
}

.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
}

input {
  box-shadow: none;
}

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

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

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

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

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}

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

samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#toast-container {
  right: 7px;
  left: auto;
  top: 145px;
  width: 300px;
  font-size: 13px;
  z-index: 10000000000 !important;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 450px) {
  #toast-container {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
}
#toast-container > div {
  opacity: 1 !important;
}
#toast-container > * {
  background-size: 13px !important;
  padding-left: 40px !important;
}
@media (max-width: 450px) {
  #toast-container .toast {
    width: 100% !important;
  }
  #toast-container .toast:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
#toast-container .toast-message {
  font-weight: 600 !important;
}
@media (max-width: 450px) {
  #toast-container .toast-message {
    width: 100% !important;
  }
}
#toast-container .toast-close-button {
  font-size: 15px;
  font-weight: normal;
}

.scrolled #toast-container {
  top: 15px;
}
@media (max-width: 1024px) {
  .scrolled #toast-container {
    top: 25px;
  }
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100% !important;
  height: 100% !important;
  transition: all 0.25s ease-in-out;
}
.icon path, .icon rect {
  fill: inherit !important;
}
.icon #icon_scope path, .icon #icon_scope rect {
  stroke: inherit !important;
}

.disabled {
  cursor: not-allowed !important;
}

.template--hidden {
  display: none;
}

.fancybox-button {
  width: 80px !important;
  height: 58px !important;
  background-color: transparent !important;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-container .fancybox-button svg path {
  fill: #fff !important;
}
.fancybox-container .fancybox-slide--iframe {
  padding: 0 !important;
}
.fancybox-container .fancybox-slide--iframe:before {
  display: none !important;
}
.fancybox-container .fancybox-slide--iframe .fancybox-content {
  max-width: 100vw;
  margin: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: transparent !important;
}
.fancybox-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.fancybox-content .card {
  display: block;
  width: 100%;
  max-width: 1181px;
  margin: 0px auto;
  float: none;
}
.fancybox-content h1, .fancybox-content h2, .fancybox-content h3, .fancybox-content h4, .fancybox-content h5 {
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 45px;
}
.fancybox-content h2 {
  font-size: 26px;
}
.fancybox-content h3 {
  font-size: 24px;
}
.fancybox-content h4 {
  font-size: 20px;
}
.fancybox-content h5 {
  font-size: 18px;
}

[data-order="0"] {
  order: 0;
}

[data-order="1"] {
  order: 1;
}

[data-order="2"] {
  order: 2;
}

[data-order="3"] {
  order: 3;
}

[data-order="4"] {
  order: 4;
}

[data-order="5"] {
  order: 5;
}

.top {
  min-height: 230px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .top {
    min-height: 100px;
  }
}

.fancybox-button {
  width: 40px;
  height: 40px;
  padding: 0 !important;
}
.fancybox-button svg {
  color: #fff;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.arrow-right svg, .arrow-left svg {
  pointer-events: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background-color: rgba(var(--color-accent), 0.9);
  border-radius: 30px;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
}

.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, "sans-serif";
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  background: #fff;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 35px;
  text-align: center;
  display: block;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: var(--color-accent);
  color: white;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}
@font-face {
  font-family: "All Round Gothic";
  src: url("/static/4387b781fdcc752283b72bdc76757065.eot"); /* IE9*/
  src: url("/static/4387b781fdcc752283b72bdc76757065.eot?#iefix") format("embedded-opentype"), url("/static/4387b781fdcc752283b72bdc76757065.woff2") format("woff2"), url("/static/4387b781fdcc752283b72bdc76757065.woff") format("woff"), url("/static/4387b781fdcc752283b72bdc76757065.ttf") format("truetype"), url("/static/4387b781fdcc752283b72bdc76757065.svg#All Round Gothic") format("svg"); /* iOS 4.1- */
}
.relative {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.tableHelper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.cellHelper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

footer {
  padding-bottom: 94px;
}
footer .wrapper {
  display: flex;
  color: var(--color-title);
  justify-content: space-between;
}
@media (max-width: 650px) {
  footer .wrapper {
    flex-wrap: wrap;
  }
  footer .wrapper > * {
    width: 100%;
    text-align: center;
  }
}
footer .wrapper a {
  transition: all 0.25s ease-in-out;
}
footer .wrapper a:hover {
  color: var(--color-text);
  text-decoration: underline;
}

.footer__recommended {
  float: left;
  width: 100%;
  margin: 80px 0 60px;
  padding: 40px 0 65px;
  background-color: #fff;
}
@media (max-width: 650px) {
  .footer__recommended {
    margin: 40px 0 40px;
    padding: 20px 0 20px;
  }
}
.footer__recommended-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 67px;
}
@media (max-width: 650px) {
  .footer__recommended-elements {
    gap: 20px;
    justify-content: space-around;
  }
}
.footer__recommended-elements > * {
  transition: all 0.25s ease-in-out;
}
.footer__recommended-elements > *:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}

header {
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 36px 0;
  position: fixed;
  background-color: #fff;
  color: var(--color-title);
  font-family: var(--font-special);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
    box-shadow: 0px 4px 10px 10px rgba(75, 62, 59, 0.1);
  }
}
header.header--scrolled {
  padding: 10px 0;
  filter: drop-shadow(0 4px 15px rgba(75, 62, 59, 0.1));
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  max-width: 250px;
  font-size: 20px;
  line-height: 1.2em;
  font-size: var(--font-size-logo);
}
@media (max-width: 1024px) {
  header .logo {
    max-width: 260px;
  }
}
header .logo > a {
  display: flex;
  align-items: center;
}
header .logo > a img {
  margin-right: 10px;
}
header .logo__title {
  letter-spacing: -0.025em;
}

.header__menu-top {
  display: none;
}
@media (max-width: 1024px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: auto;
    overflow-x: visible;
    z-index: 10000000;
    transform: translateX(100vw);
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .header__menu > * {
    width: 365px !important;
    background-color: #fff;
  }
  .main--active .header__menu {
    transform: translateX(0);
  }
  .main--active .header__menu:before {
    transform: translateX(0);
  }
  .header__menu .title {
    margin-bottom: 0;
  }
  .header__menu-top {
    display: flex;
    padding: 5px 15px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-bg-accent);
    border-bottom: 1px solid var(--color-accent);
  }
  .main--active .header__menu {
    filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.2));
  }
}
.header__menu-main {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .header__menu-main {
    flex-direction: column;
    min-height: 100%;
  }
}
.header__menu-item {
  font-size: 16px;
  position: relative;
}
.header__menu-item:not(:first-child) {
  margin-left: 35px;
}
@media all and (max-width: 1200px) {
  .header__menu-item:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 1024px) {
  .header__menu-item {
    width: 100%;
    position: static;
    margin-left: 0 !important;
  }
}
.header__menu-item > a {
  float: left;
  position: relative;
  padding: 16px 0 16px;
}
@media (max-width: 1024px) {
  .header__menu-item > a {
    width: 100%;
    padding: 15px;
    padding-right: 45px;
    font-size: var(--font-size-smaller);
    border-bottom: 1px solid var(--color-accent);
  }
}
.active .header__menu-item > a {
  color: var(--color-accent);
}
.header__menu-item > a:hover {
  color: var(--color-accent);
}
@media (min-width: 1024px) {
  .header__menu-item--parent:hover .menu__child {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }
}
.header__menu-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  padding-left: 5px;
  align-items: center;
  color: var(--color-3);
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  transform: rotate(90deg);
  background-color: var(--color-bg-accent);
  border-radius: var(--border-radius-smaller);
}
@media (max-width: 1024px) {
  .header__menu-icon {
    top: 0;
    right: 0;
    bottom: 1px;
    width: 45px;
    height: auto;
    display: flex;
    padding-left: 0;
    position: absolute;
    transform: rotate(0);
    border-radius: 0;
  }
}
.header__menu-icon svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 1024px) {
  .header__menu-icon svg {
    width: 35px;
    height: 35px;
  }
}

.menu__child {
  opacity: 0;
  top: 100%;
  margin: 0;
  width: 336px;
  padding: 24px;
  position: absolute;
  pointer-events: none;
  list-style-type: none;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-normal);
  filter: drop-shadow(0 4px 15px rgba(75, 62, 59, 0.1));
}
.menu__child-back {
  display: none;
}
@media (max-width: 1024px) {
  .menu__child {
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    padding: 0;
    z-index: 100;
    width: 365px;
    filter: unset;
    position: absolute;
    transform: scaleY(1) translateX(-365px);
    pointer-events: all;
    border-radius: 0;
    min-height: 100%;
  }
  .is-active .menu__child {
    transform: scaleY(1) translateX(0);
  }
  .menu__child-back {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 57px;
    font-size: var(--font-size-smaller);
    background-color: var(--color-bg-accent);
    border-bottom: 1px solid var(--color-accent);
  }
  .menu__child-icon {
    width: 57px;
    height: 56px;
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: rotate(180deg);
    border-left: 1px solid var(--color-accent);
  }
  .menu__child-icon svg {
    width: 30px;
    height: 30px;
  }
}
.menu__child-single {
  display: flex;
  float: left;
  width: 100%;
  padding: 0 16px;
  min-height: 48px;
  align-items: center;
  color: var(--color-title);
  font-family: var(--font-special);
  font-size: var(--font-size-small);
  background-color: var(--color-bg-accent);
  border-radius: var(--border-radius-smaller);
  margin-bottom: 12px;
}
.menu__child-single:hover {
  color: var(--color-accent);
}
.menu__child li:last-child .menu__child-single {
  margin-bottom: 0;
}

.hamburger {
  padding: 10px 8px;
  display: none;
  background-color: #fff;
  border: 1px solid var(--color-accent);
  border-radius: var(--border-radius-smaller);
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 3px;
  background-color: var(--color-accent);
}

.main {
  float: left;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .main {
    margin-top: 30px;
  }
}
.main .wrapper {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main .wrapper {
    flex-wrap: wrap;
  }
}
.main__info {
  width: 100%;
  flex-shrink: 0;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .main__info {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
}
.main__content {
  width: calc(100% - 380px);
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .main__content {
    order: 1;
    width: 100%;
  }
}
.main__content:first-child:last-child {
  width: 100%;
}

.announcements {
  float: left;
  width: 100%;
}
.announcements__more {
  float: left;
  width: 100%;
  margin: 40px 0 80px;
}
.announcements__list {
  float: left;
  width: 100%;
}

.btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .btn:active {
    transform: scale(0.8);
  }
}
.btn--1 {
  float: left;
  display: flex;
  padding: 0 26px;
  cursor: pointer;
  min-height: 60px;
  align-items: center;
  background-color: #fff;
  color: var(--color-title);
  font-family: var(--font-special);
  font-size: var(--font-size-medium);
  border-radius: var(--border-radius-small);
}
.btn--1:hover {
  color: var(--color-title);
}

.callout {
  float: left;
  width: 100%;
  display: flex;
  margin: 10px 0;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
  font-family: var(--font-special);
  font-size: var(--font-size-medium);
  border-radius: var(--border-radius-small);
}
.callout--1 {
  color: #fff;
  background-color: #3adb76;
}
.callout--2 {
  color: #fff;
  background-color: #81d4fa;
}
.callout--3 {
  color: #fff;
  background-color: #ffae00;
}
.callout--4 {
  color: #fff;
  background-color: #ec5840;
}

.date-element {
  width: 64px;
  min-height: 92px;
  display: flex;
  color: #fff;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: var(--color-accent);
  border-radius: var(--border-radius-small);
}
.date-element__day {
  line-height: 1.3em;
  font-size: var(--font-size-title);
  font-family: var(--font-special);
}
@media (max-width: 768px) {
  .date-element {
    width: 50px;
    min-height: 70px;
  }
}

.error:not(.input) {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.error__title {
  font-size: 79px;
  margin-top: 50px;
  line-height: 72px;
  color: var(--color-accent);
  margin-bottom: 40px;
  font-family: var(--font-special);
}
@media (max-width: 1024px) {
  .error__title {
    font-size: 50px;
  }
}
.error__text {
  font-size: 22px;
  color: #606060;
  line-height: 28px;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .error__text {
    font-size: 18px;
  }
}
.error__logo {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .error__image {
    padding: 0 15px;
  }
  .error__image img {
    float: left;
    width: 100%;
    max-width: 100%;
  }
}
.error:not(.input) > * {
  float: left;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.error:not(.input) > * .btn {
  max-width: 195px;
}
.error:not(.input) > * .btn .icon {
  fill: #fff;
  width: 15px;
  height: 15px;
  line-height: 0;
  margin-right: 35px;
  transform: rotate(-90deg);
}

.events-columns {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .events-columns {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
  }
}
.events-columns .single-event {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .events-columns .single-event {
    width: 100%;
  }
}

.expandable {
  float: left;
  width: 100%;
  position: relative;
}
.expandable__item {
  float: left;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 12px;
  background-color: #F7F3F2;
  border-radius: var(--border-radius-smaller);
}
.expandable__desc {
  display: none;
  width: 100%;
  clear: both;
  padding-top: 16px;
}
.expandable__title {
  font-size: 16px;
  font-family: var(--font-special);
}
.expandable__top {
  float: left;
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.expandable__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  color: var(--color-3);
  justify-content: center;
  background-color: #fff;
  transform: rotate(90deg);
  border-radius: var(--border-radius-smaller);
}
.expandable__icon svg {
  width: 8px;
  height: 8px;
}

.form {
  float: left;
  width: 100%;
  position: relative;
}
.form .input {
  float: left;
  width: 100%;
}
.form .input input:focus ~ .form__label, .form .input textarea:focus ~ .form__label {
  font-size: 12px;
  top: -20px;
  bottom: 100%;
}
.form__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.form__label span {
  font-size: 12px;
  color: #d3d3d3;
  margin-left: 10px;
}
.form__text {
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.8em;
}
.form__row {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form__row.remind {
  margin-top: 7px;
  margin-bottom: 41px;
}
.form__row.remind a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-accent);
}
.form__row.remind a:hover {
  color: #0a0a0a;
}
.form__divider {
  float: left;
  width: 100%;
  margin-top: 29px;
}

.image-slider {
  float: left;
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.image-slider .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 780/440;
}
.image-slider .swiper-slide {
  float: left;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 780/440;
  border-radius: var(--border-radius-normal);
}
.image-slider .swiper-slide a {
  float: left;
  width: 100%;
}
.image-slider .swiper-slide img {
  float: left;
  width: 100%;
  aspect-ratio: 780/440;
}
.image-slider .arrow-left, .image-slider .arrow-right {
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  position: absolute;
  border-radius: 8px;
  background-color: rgba(246, 246, 242, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-3);
  cursor: pointer;
}
@media (max-width: 768px) {
  .image-slider .arrow-left, .image-slider .arrow-right {
    width: 40px;
    height: 40px;
  }
}
.image-slider .arrow-left svg, .image-slider .arrow-right svg {
  width: 25px;
  height: 25px;
}
.image-slider .arrow-left {
  left: 40px;
  transform: rotate(180deg);
}
@media (max-width: 650px) {
  .image-slider .arrow-left {
    left: -5px;
  }
}
.image-slider .arrow-right {
  right: 40px;
}
@media (max-width: 650px) {
  .image-slider .arrow-right {
    right: -5px;
  }
}

.input {
  position: relative;
}
.input ::-moz-placeholder {
  opacity: 1;
  color: #0a0a0a;
}
.input ::placeholder {
  opacity: 1;
  color: #0a0a0a;
}
.input select, .input input, .input textarea {
  margin: 0;
}
.input .input-error {
  float: left;
  width: 100%;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  text-align: left;
  position: relative;
  background: #da261c;
  opacity: 0;
  height: 0;
  transition: all 0.25s ease-in-out;
}
.input .input-error:before {
  content: "";
  left: 0;
  width: 0;
  height: 0;
  bottom: 99.5%;
  position: absolute;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #da261c;
  opacity: 0;
}
.input .input-error:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 99.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4px 4px;
  border-color: transparent transparent #da261c transparent;
  opacity: 0;
}
.input.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.input.checkbox input {
  position: absolute;
  z-index: -10;
  opacity: 0;
  top: 0;
  left: 0;
}
.input.checkbox input:checked + .square:before {
  opacity: 1;
  transform: scale(1);
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.input.checkbox .text {
  float: left;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  font-weight: 500;
}
.input.checkbox .text a {
  color: var(--color-accent);
}
.input.checkbox .square {
  float: left;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 3px;
  margin-right: 16px;
  border: 2px solid var(--color-accent);
  cursor: pointer;
  background: #fff;
}
.input.checkbox .square:before {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  position: absolute;
  background: #eaeaea;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
.input.select {
  float: left;
  width: auto;
  min-width: 108px;
  position: relative;
}
.input.select select {
  background-image: none;
  padding: 0 15px;
  height: 37px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 40px;
  padding-right: 35px;
  border-color: #fff;
  transition: all 0.25s ease-in-out;
}
.input.select .icon {
  fill: none;
  top: 0;
  bottom: 0;
  width: 15px;
  right: 13px;
  margin: auto;
  display: flex;
  margin: auto;
  position: absolute;
  align-items: center;
}
.input.select .icon path {
  stroke: var(--color-accent);
}
.input.switch {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  align-items: center;
  background-color: inherit;
}
@media (max-width: 1024px) {
  .input.switch {
    font-size: 14px;
    font-weight: 400;
  }
}
.input.switch input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.input.switch input:checked + .switch__rail span {
  left: calc(100% - 15px);
}
.input.switch .switch__rail {
  margin: 0 10px;
  min-width: 52px;
  min-height: 18px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
  background-color: inherit;
}
.input.switch .switch__rail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
  background-color: #fff;
}
.input.switch .switch__rail span {
  z-index: 1;
  position: absolute;
  background-color: inherit;
  left: 4px;
  top: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-radius: 100%;
  transition: all 0.15s ease-in-out;
}
.input.switch .switch__rail input:checked + .switch__rail span {
  right: 4px;
  left: auto;
}
.input.error input, .input.error textarea {
  border-color: #da261c !important;
}
.input.error ::-moz-placeholder {
  opacity: 1;
  color: #da261c;
}
.input.error ::placeholder {
  opacity: 1;
  color: #da261c;
}
.input.error .input-error {
  height: auto;
  opacity: 1;
}
.input.error .input-error:after, .input.error .input-error:before {
  opacity: 1;
}
.input.error:not(.checkbox) input, .input.error:not(.checkbox) textarea {
  border-color: var(--color-accent);
}
.input.error.checkbox .input-error {
  margin-top: 10px;
}
.input.error.checkbox .input-error:after {
  display: none;
}

.select__group {
  display: flex;
  align-items: center;
}
.select__group .label {
  font-size: 16px;
  color: #606060;
  margin-right: 18px;
}

.left-sidebar {
  float: left;
  width: 100%;
}
.left-sidebar > * {
  margin-bottom: 16px;
}
.left-sidebar .title.title--1 {
  margin-bottom: 0;
}
.left-sidebar .socials {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-sidebar .socials__icons {
  font-size: 24px;
}
.left-sidebar .socials__icons svg {
  width: 32px;
  height: 32px;
  color: var(--color-accent);
}

.left-box {
  float: left;
  width: 100%;
  padding: 19px;
  display: flex;
  border: 1px solid;
  min-height: 80px;
  align-items: center;
  font-size: var(--font-size);
  border-radius: var(--border-radius-normal);
  transition: all 0.25s ease-in-out;
}
.left-box:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}
.left-box .title.title--2 {
  color: inherit;
  margin-bottom: 0;
}
.left-box__icon {
  float: left;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: inherit;
}
.left-box__icon svg {
  width: 100%;
  height: 100%;
}

.tile {
  float: left;
  width: 100%;
  padding: 24px;
  min-height: 80px;
  align-items: center;
  background-color: #fff;
  font-size: var(--font-size);
  border-radius: var(--border-radius-normal);
}
.tile .title.title--1 {
  margin-bottom: 20px;
}
.tile p {
  margin-bottom: 0;
}
.tile__block {
  padding-left: 22px;
  position: relative;
  margin-bottom: 20px;
}
.tile__block:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  bottom: -4px;
  width: 2px;
  background-color: var(--color-accent);
}
.tile__anchor {
  float: left;
  width: 100%;
  display: flex;
  padding: 12px 15px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-2);
  border-radius: var(--border-radius-smaller);
}
.tile__anchor + .tile__anchor {
  margin-top: 16px;
}
.tile__anchor-title {
  font-family: var(--font-special);
  font-size: var(--font-size-small);
  color: var(--color-title);
}
.tile__anchor-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: var(--border-radius-smaller);
}
.tile__anchor--alone {
  background-color: #fff;
}
.tile__anchor--alone .tile__anchor-icon {
  background-color: var(--color-2);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.lds-ring.dark {
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s ease-in-out;
}
.lds-ring.dark:not(.green):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 1px;
  height: 1px;
  margin: auto;
  border-radius: 100%;
  box-shadow: 1px -1px 200px 100px #fff;
}
.lds-ring.dark.act {
  opacity: 1;
  transform: scale(1);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring.dark div {
  border: 6px solid var(--color-accent);
  border-color: var(--color-accent) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.msg-wrap .msg {
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 0.7em 0;
  margin: em(7) 0;
}
.msg-wrap .msg-info {
  background: #81d4fa;
}
.msg-wrap .msg-error {
  background: #ec5840;
}
.msg-wrap .msg-success {
  background: #3adb76;
}

.formError {
  box-sizing: content-box;
  opacity: 1 !important;
}
.formError .formErrorContent {
  padding: 7px 10px !important;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  border: none !important;
  border-radius: 0 !important;
  background: #ec5840;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.4) !important;
}
.formError .line2, .formError .line1 {
  display: none !important;
}

.swal2-modal {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.blackPopup .formErrorContent,
.blackPopup .formErrorArrow div {
  background: #81d4fa !important;
}

.news-listing {
  float: left;
  width: 100%;
}

.news-single {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-normal);
}
.news-single__image {
  float: left;
  width: 100%;
  aspect-ratio: 380/200;
  background-color: #dedede;
}
.news-single__image img {
  width: 100%;
  height: 100%;
}
.news-single__details {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 20px 24px;
  background-color: #fff;
}
.news-single__title {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: var(--font-size-medium);
  font-family: var(--font-special);
  line-height: 1.2em;
}
.news-single__date {
  font-size: var(--font-size);
}
.news-single:hover {
  color: var(--color-1);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}

.pagination {
  float: left;
  padding: 0;
  width: 100%;
  display: flex;
  margin: 40px 0;
  font-size: 16px;
  align-items: center;
  font-family: var(--font-special);
  font-size: var(--font-size-medium);
}
.pagination .page-link {
  list-style-type: none;
}
.pagination .page-link__element {
  margin: 0 4px;
  display: flex;
  min-width: 40px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: var(--border-radius-small);
}
.pagination .page-link__element.active {
  border: 1px solid var(--color-accent);
}
.pagination .page-link--prev, .pagination .page-link--next {
  flex-grow: 1;
}
.pagination .page-link--prev .page-link__element, .pagination .page-link--next .page-link__element {
  min-width: auto;
  padding: 0 30px;
}
.pagination .page-link--next {
  text-align: right;
}

.see-more {
  display: flex;
  cursor: pointer;
  font-size: var(--font-size);
}
@media (max-width: 650px) {
  .see-more {
    width: 100%;
    margin-bottom: 20px;
  }
}
.see-more__icon {
  position: relative;
  width: 24px;
  height: 24px;
  color: var(--color-3);
  border-radius: 4px;
  margin-right: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.see-more--small .see-more__icon {
  background-color: var(--color-bg-accent);
}
.see-more__icon svg {
  width: 15px;
  height: 15px;
}
.see-more:hover {
  color: #000;
}

.single-event {
  float: left;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-bottom: 17px;
  background-color: #fff;
  font-size: var(--font-size);
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-normal);
}
.single-event__desc {
  padding-left: 23px;
}
.single-event__title {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.2em;
  padding-right: 40px;
  font-family: var(--font-special);
  font-size: var(--font-size-medium);
}
.single-event:hover {
  color: var(--color-text);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}

.single-link {
  display: flex;
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 24px;
  margin-bottom: 16px;
  align-items: flex-start;
  border-radius: var(--border-radius-normal);
}
@media (max-width: 1024px) {
  .single-link {
    padding: 15px;
    position: relative;
  }
}
.single-link:hover {
  color: #000;
}
.single-link__desc {
  padding-left: 23px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 64px);
}
.single-link__desc .see-more {
  margin-top: 16px;
}
.single-link__desc .see-more__icon {
  background-color: var(--color-bg-accent);
}
@media (max-width: 768px) {
  .single-link__desc {
    padding-left: 0 !important;
    width: 100%;
  }
  .single-link__desc .title {
    min-height: 72px;
    padding-left: 65px;
  }
}
@media (max-width: 768px) {
  .single-link__date {
    position: absolute;
    top: 11px;
    left: 8px;
  }
}
.single-link__title {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.2em;
  padding-right: 40px;
  font-family: var(--font-special);
  font-size: var(--font-size-medium);
}
@media (max-width: 768px) {
  .single-link__title {
    padding-right: 0;
    padding-left: 65px;
    margin-top: 0;
    min-height: 72px;
  }
}

.single-listing {
  float: left;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
  margin-bottom: 17px;
  background-color: #fff;
  align-items: flex-start;
  font-size: var(--font-size);
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-normal);
}
.single-listing:hover {
  color: var(--color-1);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}
.single-listing__img {
  width: 100%;
  max-width: 120px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--border-radius-normal);
}
@media (max-width: 650px) {
  .single-listing__img {
    max-width: 60px;
    border-radius: var(--border-radius-small);
  }
}
.single-listing__image {
  width: 100%;
  height: 100%;
}
.single-listing__title {
  float: left;
  width: 100%;
  line-height: 1.2em;
  margin-bottom: 7px;
  font-family: var(--font-special);
  font-size: var(--font-size-medium);
}
.single-listing__text {
  float: left;
  width: 100%;
}
.single-listing__desc {
  flex-grow: 1;
  padding-left: 25px;
}
.single-listing__date {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.single-tile {
  display: flex;
  position: relative;
  aspect-ratio: 240/200;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-normal);
}
.single-tile:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}
.single-tile__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-tile__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  display: flex;
  padding: 24px;
  font-size: 20px;
  line-height: 1.2em;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--font-special);
}
.single-tile__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.slider {
  width: 100%;
  float: left;
  position: relative;
}
.slider .wrapper {
  overflow: hidden;
  position: relative;
}
.slider .swiper {
  overflow: hidden;
  border-radius: 17px;
}
.slider .swiper-slide {
  position: relative;
}
.slider img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 650px) {
  .slider img {
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider video, .slider iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1160/460;
}
@media (max-width: 650px) {
  .slider video, .slider iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    position: relative;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.slider__text {
  position: absolute;
  top: 15px;
  left: 205px;
  right: 196px;
  bottom: 0;
  display: flex;
  align-items: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 650px) {
  .slider__text {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    position: relative;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.slider__top {
  color: #fff;
  font-size: 76px;
  max-width: 380px;
  line-height: 1em;
  letter-spacing: 0.02em;
  transform: translateX(30%);
  font-family: var(--font-special);
  transition: all 0.65s ease-in-out;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1024px) {
  .slider__top {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .slider__top {
    font-size: 35px;
    text-align: center;
  }
}
.swiper-slide-active .slider__top {
  transform: translateX(0);
}
.slider__desc {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-right: 6px;
  position: relative;
  padding-right: 44px;
  line-height: 1em;
  transform: translateX(40%);
  font-family: var(--font-special);
  transition: all 0.75s ease-in-out;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1024px) {
  .slider__desc {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .slider__desc {
    padding-right: 0;
    margin-top: 10px;
  }
}
.swiper-slide-active .slider__desc {
  transform: translateX(0);
}
.slider__desc:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 244px;
  top: 0;
  top: 8px;
  right: 100%;
  margin-right: 13px;
  background-color: var(--color-4);
}
@media (max-width: 650px) {
  .slider__desc:before {
    width: 100px;
  }
}
.slider .arrow-left, .slider .arrow-right {
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  color: var(--color-3);
  position: absolute;
  border-radius: 8px;
  background-color: rgba(246, 246, 242, 0.9);
}
@media (max-width: 768px) {
  .slider .arrow-left, .slider .arrow-right {
    width: 40px;
    height: 40px;
  }
}
.slider .arrow-left svg, .slider .arrow-right svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .slider .arrow-left svg, .slider .arrow-right svg {
    width: 25px;
    height: 25px;
  }
}
.slider .arrow-left {
  left: 40px;
  transform: rotate(180deg);
}
@media (max-width: 650px) {
  .slider .arrow-left {
    left: -5px;
  }
}
.slider .arrow-right {
  right: 40px;
}
@media (max-width: 650px) {
  .slider .arrow-right {
    right: -5px;
  }
}

.static-text {
  overflow: hidden;
}
.static-text .table-overflow {
  width: 100%;
  overflow-x: auto;
}
.static-text h1,
.static-text h2,
.static-text h3,
.static-text h4,
.static-text h5 {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 20px;
}
.static-text h1:before, .static-text h1:after,
.static-text h2:before,
.static-text h2:after,
.static-text h3:before,
.static-text h3:after,
.static-text h4:before,
.static-text h4:after,
.static-text h5:before,
.static-text h5:after {
  display: none;
}
.static-text h1 {
  font-size: 32px;
}
.static-text h2 {
  font-size: 28px;
}
.static-text h3 {
  font-size: 24px;
}
.static-text h4 {
  font-size: 20px;
}
.static-text h5 {
  font-size: 18px;
}
.static-text figure {
  margin: 15px 0;
  clear: both;
}
.static-text p {
  margin: 5px 0;
  line-height: 1.6em;
}
.static-text p a {
  font-weight: 600;
}
.static-text ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.static-text ul li {
  counter-increment: list;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.static-text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0;
  top: 0.5em;
}
.static-text table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .static-text table {
    width: 600px;
  }
}
.static-text table tr:nth-child(2n) td {
  background: #f5f5f5;
}
.static-text table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.three-column {
  width: 100%;
  display: flex;
  -moz-column-gap: 30;
       column-gap: 30;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .three-column {
    row-gap: 20px;
  }
}
.three-column:after {
  content: "";
  display: table;
  order: 8;
  width: 30.8%;
}
.three-column .single-tile {
  order: 0;
  width: 30.8%;
}
@media (max-width: 650px) {
  .three-column .single-tile {
    width: 100%;
  }
}

.title {
  color: var(--color-title);
  font-family: var(--font-special);
  font-size: var(--font-size-title);
  padding-left: 60px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 650px) {
  .title {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 15px;
  }
}
.title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 40px;
  background-color: var(--color-title);
}
@media (max-width: 650px) {
  .title:before {
    width: 20px;
  }
}
.title--1 {
  padding-left: 0;
  font-size: var(--font-size-medium);
}
.title--1:before {
  display: none;
}
.title--2 {
  padding-left: 0;
  font-size: var(--font-size-smaller);
}
.title--2:before {
  display: none;
}
.title--page {
  font-size: var(--font-size-heading);
  margin-bottom: 0;
  font-family: var(--font-special);
  line-height: 1.3em;
  color: var(--color-page-heading);
}
.title--page:before {
  background-color: var(--color-page-heading);
}
@media (max-width: 1024px) {
  .title--page {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  .title--page {
    font-size: var(--font-size-title);
  }
}

.two-news {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .two-news {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.two-news .single-news, .two-news .news-single {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .two-news .single-news, .two-news .news-single {
    width: 100%;
  }
}

.homepage__section {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  display: block;
}
@media all and (max-width: 895px) {
  .homepage__section {
    margin-bottom: 30px;
  }
}
.homepage__section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .homepage__section-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page__content-cover {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: var(--border-radius-small);
}
@media (max-width: 768px) {
  .page__content-cover {
    margin-bottom: 40px;
  }
}
.page__block {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page__block {
    margin-bottom: 40px;
    align-items: flex-start;
  }
}
.page__block-logo {
  width: 120px;
  aspect-ratio: 120/120;
  display: flex;
  margin-right: 32px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fbfbfb;
  border-radius: var(--border-radius-small);
}
@media (max-width: 768px) {
  .page__block-logo {
    margin-right: 15px;
  }
}
.page__section {
  float: left;
  width: 100%;
}
.page__gallery {
  gap: 40px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .page__gallery {
    gap: 20px;
  }
}
.page__gallery:before {
  order: 4;
  content: "";
  width: calc(33% - 40px);
}
@media (max-width: 650px) {
  .page__gallery:before {
    display: none;
  }
}
.page__gallery-single {
  order: 1;
  display: flex;
  overflow: hidden;
  width: calc(33% - 40px);
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-small);
}
@media (max-width: 650px) {
  .page__gallery-single {
    width: calc(50% - 10px);
  }
}
.page__gallery-single:hover {
  opacity: 0.9;
}

.contact__elements {
  gap: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 650px) {
  .contact__elements {
    gap: 30px;
  }
}
.contact__element {
  display: flex;
  align-items: center;
}
.contact__element:hover {
  color: var(--color-text);
  text-decoration: underline;
}
.contact__element-icon {
  display: flex;
  width: 64px;
  height: 64px;
  color: #fff;
  margin-right: 24px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent);
  border-radius: var(--border-radius-small);
}
.contact__element-icon svg {
  width: 25px;
  height: 25px;
}
.contact__person {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .contact__person {
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
.contact__person-image {
  width: 100%;
  max-width: 160px;
  margin-right: 40px;
  aspect-ratio: 160/192;
  overflow: hidden;
  border-radius: var(--border-radius-small);
}
@media (max-width: 650px) {
  .contact__person-image {
    margin-right: 15px;
  }
}
.contact__person--bio {
  width: 100%;
  max-width: 750px !important;
  padding: 20px 25px;
}
.contact__person .contact__person--bio {
  display: none;
}

.galleries {
  float: left;
  width: 100%;
}

.list {
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.list .single-gallery, .list .single-element {
  width: calc(50% - 20px);
}
@media (max-width: 650px) {
  .list .single-gallery, .list .single-element {
    width: 100%;
  }
}

.single-gallery, .single-element {
  float: left;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-normal);
}
.single-gallery:hover, .single-element:hover {
  color: var(--color-text);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.1));
}
.single-gallery__image, .single-element__image {
  float: left;
  width: 100%;
  position: relative;
  aspect-ratio: 380/240;
}
.single-gallery__image img, .single-element__image img {
  width: 100%;
  aspect-ratio: 380/240;
}
.single-gallery__count, .single-element__count {
  top: 24px;
  left: 24px;
  color: #fff;
  position: absolute;
  min-width: 100px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-special);
  background-color: var(--color-accent);
  border-radius: var(--border-radius-small);
}
.single-gallery__desc, .single-element__desc {
  float: left;
  width: 100%;
  padding: 24px;
  min-height: 120px;
  background-color: #fff;
  font-size: var(--font-size-small);
}
@media (max-width: 650px) {
  .single-gallery__desc, .single-element__desc {
    padding: 10px 20px;
    min-height: 90px;
  }
}
.single-gallery__desc .title, .single-element__desc .title {
  margin-bottom: 16px;
}
.single-gallery__desc .see-more__icon, .single-element__desc .see-more__icon {
  background-color: var(--color-bg-accent);
}

.gallery__top {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
.gallery__top .title {
  margin-bottom: 0;
}
.gallery__top-close {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
  background-color: #fff;
  color: var(--color-accent);
  border-radius: var(--border-radius-small);
}
.gallery__top-close svg {
  width: 30px;
  height: 30px;
}
.gallery__main {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  aspect-ratio: 1160/640;
  border-radius: var(--border-radius-small);
}
.gallery__main img {
  aspect-ratio: 1160/640;
}
.gallery__main .arrow-left, .gallery__main .arrow-right, .gallery__min .arrow-left, .gallery__min .arrow-right {
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  color: var(--color-3);
  position: absolute;
  border-radius: 8px;
  background-color: rgba(246, 246, 242, 0.9);
}
.gallery__main .arrow-left svg, .gallery__main .arrow-right svg, .gallery__min .arrow-left svg, .gallery__min .arrow-right svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1024px) {
  .gallery__main .arrow-left svg, .gallery__main .arrow-right svg, .gallery__min .arrow-left svg, .gallery__min .arrow-right svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1024px) {
  .gallery__main .arrow-left, .gallery__main .arrow-right, .gallery__min .arrow-left, .gallery__min .arrow-right {
    width: 40px;
    height: 40px;
  }
}
.gallery__main .arrow-left, .gallery__min .arrow-left {
  left: 40px;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .gallery__main .arrow-left, .gallery__min .arrow-left {
    left: -5px;
  }
}
.gallery__main .arrow-right, .gallery__min .arrow-right {
  right: 40px;
}
@media (max-width: 1024px) {
  .gallery__main .arrow-right, .gallery__min .arrow-right {
    right: -5px;
  }
}
.gallery__min {
  float: left;
  width: 100%;
}
.gallery__min .arrow-left, .gallery__min .arrow-right {
  background-color: #fff;
}
.gallery__min .swiper-slide {
  margin: 0 20px !important;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.gallery__min .swiper-slide:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}
.gallery__min .swiper-slide img {
  aspect-ratio: 200/200;
  transition: all 0.25s ease-in-out;
  border-radius: var(--border-radius-small);
}

.page__section {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .page__section {
    margin-bottom: 20px;
  }
}
.page__content {
  float: left;
  width: 100%;
  padding: 36px;
  color: var(--color-text);
  background-color: #fff;
  border-radius: var(--border-radius-normal);
}
@media (max-width: 1024px) {
  .page__content {
    padding: 15px;
  }
}
