/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input, select, textarea {
  box-sizing: border-box;
}

@font-face {
  font-family: "ApercuBold";
  src: url("../fonts/Apercu-Bold.woff") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ApercuLight";
  src: url("../fonts/Apercu-Light.woff") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ApercuItalic";
  src: url("../fonts/Apercu-BoldItalic.woff") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "ApercuLightItalic";
  src: url("../fonts/Apercu-LightItalic.woff") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ApercuMediumItalic";
  src: url("../fonts/Apercu-Medium-Italic.woff") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "ApercuItalic";
  src: url("../fonts/Apercu-Italic.woff") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Apercu Mono";
  src: url("../fonts/Apercu-Mono.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Apercu";
  src: url("../fonts/Apercu-Regular.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ApercuMedium";
  src: url("../fonts/Apercu-Medium.woff") format("opentype");
  font-weight: 500;
  font-style: normal;
}
.container, .f3-widget-paginator {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 36rem) {
  .container, .f3-widget-paginator {
    max-width: 31.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .container, .f3-widget-paginator {
    max-width: 43.125rem;
  }
}
@media screen and (min-width: 62rem) {
  .container, .f3-widget-paginator {
    max-width: 58.125rem;
  }
}
@media screen and (min-width: 84rem) {
  .container, .f3-widget-paginator {
    max-width: 78.75rem;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.smaller {
  font-size: 0.9em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.3;
}

ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

a {
  color: #F03558;
}

h2 {
  font-size: 1.875em;
  margin-bottom: 0.5rem;
  line-height: 1.15;
}

h3 {
  font-size: 1.75em;
  margin-bottom: 0.5rem;
  line-height: 1.15;
}

figure {
  margin: 0;
}

.button, .btn, .f3-widget-paginator li a {
  border: 0;
  padding: 0.5em 2em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F03558;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.button:hover, .button:active, .button:focus, .btn:hover, .btn:active, .btn:focus, .f3-widget-paginator li a:hover, .f3-widget-paginator li a:active, .f3-widget-paginator li a:focus {
  background-color: rgb(225.2718894009, 16.7281105991, 55.7603686636);
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}

.video_wrapper,
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.video_wrapper iframe,
.video-embed iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  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.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0px;
  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: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.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, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.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, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.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, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.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, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.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, 9px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.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, 9px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

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

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 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(-6px, -7.5px, 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(-6px, 7.5px, 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(6px, -7.5px, 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(6px, 7.5px, 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: -18px;
  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, -9px, 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: -18px;
  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, -9px, 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: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 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, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 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, -18px, 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: 9px;
  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: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 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: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 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: 9px;
  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: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 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: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 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: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 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: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  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: 18px;
  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, 9px, 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, 9px, 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: -18px;
  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, -9px, 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);
}

.scroll-sensitive .small-header-container {
  background-color: transparent;
  transition: background-color 0.2s linear;
}
.scroll-sensitive .logo-black {
  display: none;
}
.scroll-sensitive .menu-icon-black {
  display: none;
}

.scroll-sensitive.scrolled .small-header-container {
  background-color: #FFF200;
}
.scroll-sensitive.scrolled .logo-white {
  display: none;
}
.scroll-sensitive.scrolled .logo-black {
  display: block;
}
.scroll-sensitive.scrolled .menu-icon-black {
  display: block;
}
.scroll-sensitive.scrolled .menu-icon-white {
  display: none;
}

.small-header-container {
  position: fixed;
  width: 100%;
  background-color: #FFF200;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  z-index: 2;
}
@media only screen and (max-width: 660px) {
  .small-header-container {
    height: 80px;
  }
}
.small-header-container .open-menu-button-label {
  color: #000;
  text-decoration: none;
}
.small-header-container .open-menu-button-label:hover {
  text-decoration: underline;
}
.small-header-container .small-header-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}
.small-header-container .header-menu-block {
  display: flex;
  align-items: center;
}
.small-header-container .header-menu-block .hamburger {
  margin-left: 10px;
}
.small-header-container .header-menu-phone {
  font-size: 16px;
  margin-right: 1em;
  margin-top: 10px;
}
.small-header-container .header-menu-phone a {
  text-decoration: none;
}
.small-header-container .header-menu-phone a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 660px) {
  .small-header-container .header-menu-phone-text {
    font-size: 20px;
    display: none;
  }
  .small-header-container .header-menu-phone {
    margin-right: 0.5em;
    margin-top: 2px;
  }
}
.small-header-container .logo, .small-header-container .logo-white {
  width: 200px;
}

div.scroll-sensitive:not(.scrolled) .open-menu-button-label {
  color: #FFFFFF;
}
div.scroll-sensitive:not(.scrolled) .open-menu-button-label:hover {
  color: #F03558;
  text-decoration: none;
}
div.scroll-sensitive:not(.scrolled) .hamburger-inner, div.scroll-sensitive:not(.scrolled) .hamburger-inner::before, div.scroll-sensitive:not(.scrolled) .hamburger-inner::after {
  background-color: #FFFFFF;
}
div.scroll-sensitive:not(.scrolled) .header-menu-phone a {
  color: #FFFFFF !important;
}
div.scroll-sensitive:not(.scrolled) .logo {
  display: none;
}
div.scroll-sensitive:not(.scrolled) .logo-white {
  display: inline-block !important;
}

@media only screen and (max-width: 800px) {
  .small-header {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 660px) {
  .small-header-container .small-header-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .small-header-container .small-header-content .logo {
    width: 150px;
  }
  .small-header-container .small-header-content .header-menu-block {
    font-size: 20px;
  }
  .small-header-container .small-header-content .header-menu-block #open-header-menu-btn img {
    height: 30px;
  }
}
#header-menu {
  color: #000000;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  width: 100%;
  overflow: auto;
  background-color: white;
  position: absolute;
  right: 0;
  top: 100px;
  transition: transform linear 0.3s;
}
#header-menu .items {
  overflow: auto;
  padding: 0 70px;
}
#header-menu .items .header-menu-item {
  color: inherit;
  text-decoration: none;
  text-underline: none;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 46px;
  border-bottom: 1px solid #000000;
  padding: 0.5em 0;
  min-width: 400px;
  z-index: 1;
}
#header-menu .items .header-menu-item:hover {
  color: #F03558;
}
#header-menu .items .header-menu-subitems {
  display: block;
  min-width: 365px;
  font-size: 24px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s linear;
}
#header-menu .items .header-menu-subitems a {
  padding-bottom: 12px;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#header-menu .items .header-menu-subitems a:hover {
  color: #F03558;
}
#header-menu .items .header-menu-subitems a:first-child {
  padding-top: 10px;
}
#header-menu .items .header-menu-subitems.opened {
  max-height: 999px;
  opacity: 1;
}

@media only screen and (max-width: 660px) {
  #header-menu {
    width: 100vw;
    max-width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
  }
  #header-menu .close-menu {
    padding-right: 10px;
    padding-top: 35px;
  }
  #header-menu .close-menu .close-menu-icon {
    margin-left: 10px;
  }
  #header-menu .items {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 17px;
  }
  #header-menu .items .header-menu-item {
    min-width: 0;
    font-size: 25px;
  }
  #header-menu .items .header-menu-subitems {
    font-size: 13px;
    min-width: 0;
  }
  #header-menu .items .header-menu-subitems a:first-child {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 660px) {
  #header-menu {
    width: 100vw;
    max-width: 100%;
  }
  #header-menu .items {
    min-height: 180px;
    overflow: auto;
    max-width: none;
  }
  #header-menu .items .header-menu-item {
    border: none;
  }
}
#header-menu.hidden {
  transform: translateX(100%) scaleX(0);
}

body.header-menu {
  height: 100%;
  overflow: hidden;
}
body.header-menu .close-menu-icon {
  display: block !important;
}
body.header-menu .menu-icon {
  display: none !important;
}

.actuelles-slider-container {
  width: 100%;
  background-color: #F1F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 20px;
}
.actuelles-slider-container .flickity-prev-next-button.previous {
  left: 0;
  bottom: -80px;
}
.actuelles-slider-container .flickity-prev-next-button.next {
  right: 0;
  bottom: -80px;
}
.actuelles-slider-container .flickity-page-dots {
  bottom: -40px;
}
.actuelles-slider-container .actuelles-slider {
  padding-top: 40px;
  padding-bottom: 40px;
  width: calc(100% - 1.875rem);
}
.actuelles-slider-container .actuelles-slider .header-slider-title {
  font-size: 32px;
  font-weight: bold;
  padding: 0 80px 30px 80px;
}
@media screen and (max-width: 36rem) {
  .actuelles-slider-container .actuelles-slider .header-slider-title {
    padding: 0 0 30px 0;
  }
}
.actuelles-slider-container .actuelles-slider .carousel {
  max-width: 100%;
  padding: 0 80px;
}
@media screen and (max-width: 36rem) {
  .actuelles-slider-container .actuelles-slider .carousel {
    padding: 0;
  }
}
.actuelles-slider-container .actuelles-slider .flickity-slider {
  display: flex;
  align-items: center;
}
.actuelles-slider-container .actuelles-slider .carousel-cell {
  width: 100%;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
.actuelles-slider-container .actuelles-slider .carousel-cell .carousel-cell-title {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 62rem) {
  .actuelles-slider-container .actuelles-slider .carousel-cell .carousel-cell-title {
    font-size: 2rem;
  }
}
.actuelles-slider-container .actuelles-slider .carousel-cell .carousel-cell-content {
  max-width: 100%;
  font-size: 21px;
  font-weight: bold;
  width: 700px;
  display: flex;
  flex-direction: column;
}
.actuelles-slider-container .actuelles-slider .carousel-cell .carousel-cell-content * {
  text-decoration: none;
}
.actuelles-slider-container .actuelles-slider .carousel-cell .carousel-cell-content p {
  flex-grow: 1;
}
.actuelles-slider-container .actuelles-slider .carousel-cell .carousel-cell-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 36rem) {
  .actuelles-slider-container button {
    display: none;
  }
  .actuelles-slider-container .flickity-page-dots {
    display: block;
  }
}

.news {
  margin-top: 1rem;
}
.news__item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__item p {
  margin-bottom: 0;
}

.events-list .event-container--gray {
  background: #F1F1F1;
}
.events-list .event--even {
  flex-direction: row-reverse;
}
.events-list .event__text {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
}
@media screen and (min-width: 62rem) {
  .events-list .event__text {
    width: calc(50% - 1.875rem);
  }
}
@media screen and (max-width: 62rem) {
  .events-list .event__text {
    margin-bottom: 30px;
  }
}
.events-list .event__text .title {
  font-size: 3em;
}
.events-list .event__image {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
}
@media screen and (min-width: 62rem) {
  .events-list .event__image {
    width: calc(50% - 1.875rem);
  }
}

.footer {
  background-color: #FFF200;
  width: 100vw;
  max-width: 100%;
  font-size: 17px;
  font-weight: 700;
}
.footer a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-content {
  padding: 70px 180px;
  display: flex;
  flex-direction: column;
}
.footer .footer-content .link-columns {
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .link-columns .link-column {
  display: flex;
  flex-direction: column;
}
.footer .footer-content .link-columns .link-column a {
  margin-bottom: 30px;
}
.footer .footer-content .link-columns .link-column p {
  font-size: 1.2em;
  margin-bottom: 32px;
}
.footer .footer-content .contact-us {
  margin-right: -29px;
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
.footer .footer-content .contact-us .contact-us-block {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  font-weight: 400;
}
.footer .footer-content .contact-us__navigation {
  font-size: 0.85em;
  margin: 0;
}
.footer .footer-content .contact-us__navigation li {
  margin-right: 20px;
  display: inline;
  list-style-type: none;
}
.footer .footer-content .contact-us__navigation li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  .footer .footer-content {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 660px) {
  .footer .footer-content .link-columns {
    flex-wrap: wrap;
  }
  .footer .footer-content .link-columns .link-column {
    flex: 1 0 49%;
  }
  .footer .footer-content .contact-us {
    flex-wrap: wrap;
  }
  .footer .footer-content .contact-us .contact-us-block {
    flex: 1 0 45%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 370px) {
  .footer .footer-content .contact-us {
    width: 100%;
    flex-direction: column;
  }
  .footer .footer-content .contact-us .contact-us-block {
    padding-bottom: 20px;
  }
  .footer .footer-content .contact-us .contact-us-block span {
    padding-bottom: 5px;
  }
  .footer .footer-content .contact-us .contact-us-block.last {
    padding-bottom: 0;
  }
}

form .form-group {
  margin-bottom: 1rem;
}
form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
form .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
form .form-check input[type=checkbox] {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.25rem;
}

body {
  font-family: Apercu, arial, sans-serif;
  font-size: 1.25em;
}

strong {
  font-family: ApercuBold, arial, sans-serif;
}

.flickity-page-dots {
  display: none;
}

.main-page-main-slider {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  margin-bottom: 3em;
}
.main-page-main-slider:after {
  content: "";
  display: block;
  height: 3em;
  background: #FFF200;
}
.main-page-main-slider .carousel-cell {
  cursor: initial;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.main-page-main-slider .carousel-cell:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-page-main-slider .carousel-cell .no-video {
  display: none;
}
.main-page-main-slider .carousel-cell video, .main-page-main-slider .carousel-cell img {
  height: 100vh;
  min-height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: relative;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text {
  min-height: 300px;
  font-weight: bold;
  font-size: 100px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 100px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text.top {
  align-items: start;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text.right {
  left: auto;
  right: 0;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text.middle {
  left: auto;
  right: auto;
  text-align: center;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text.bottom {
  align-items: flex-end;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text a {
  text-decoration: none;
  color: #FFF;
}
.main-page-main-slider .carousel-cell .main-slider-cell-text a:hover {
  color: #F03558;
}

.spielplan.main {
  padding-bottom: 40px;
}

.spielplan .spielplan-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.spielplan .spielplan-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.spielplan .spielplan-title .title-small {
  font-size: 30px;
}
.spielplan .spielplan-title .title-big {
  font-size: 50px;
  padding-top: 10px;
}
.spielplan .spielplan-title .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  max-width: 846px;
  padding-top: 20px;
}
.spielplan .spielplan-table {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
}
.spielplan .spielplan-table .spielplan-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  border-bottom: 1px solid #000;
}
.spielplan .spielplan-table .spielplan-table-header--first {
  padding-top: 40px;
}
.spielplan .spielplan-table .spielplan-table-header .months {
  font-size: 30px;
  color: #A5A5A5;
  display: flex;
  align-items: center;
}
.spielplan .spielplan-table .spielplan-table-header .months span {
  padding-right: 30px;
}
.spielplan .spielplan-table .spielplan-table-header .months .months-main {
  color: black;
  font-family: ApercuBold, Arial, sans-serif;
  font-size: 40px;
}
.spielplan .spielplan-table .spielplan-table-header .spielplan-table-title {
  font-size: 70px;
}
.spielplan .spielplan-table .spielplan-table-row-container {
  border-bottom: 1px solid #000000;
}
.spielplan .spielplan-table .spielplan-table-row {
  cursor: pointer;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.spielplan .spielplan-table .spielplan-table-row .when {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
}
@media screen and (min-width: 62rem) {
  .spielplan .spielplan-table .spielplan-table-row .when {
    width: calc(16.6666666667% - 1.875rem);
  }
}
@media screen and (min-width: 48rem) {
  .spielplan .spielplan-table .spielplan-table-row .when {
    width: calc(25% - 1.875rem);
  }
}
.spielplan .spielplan-table .spielplan-table-row .when > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  font-size: 17px;
  justify-content: center;
}
@media screen and (max-width: 48rem) {
  .spielplan .spielplan-table .spielplan-table-row .when > div {
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
    margin-bottom: 0.46875rem;
  }
  .spielplan .spielplan-table .spielplan-table-row .when > div .date {
    margin-right: 0.9375rem;
  }
}
.spielplan .spielplan-table .spielplan-table-row .when > div span {
  display: flex;
  align-items: flex-end;
}
.spielplan .spielplan-table .spielplan-table-row .when > div .date {
  font-size: 40px;
}
.spielplan .spielplan-table .spielplan-table-row .row-data {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 62rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data {
    width: calc(83.3333333333% - 1.875rem);
  }
}
@media screen and (min-width: 48rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data {
    width: calc(75% - 1.875rem);
  }
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  min-height: 100px;
  flex: 1;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .info {
  font-weight: 700;
  padding-right: 0.9375rem;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .info .headline {
  margin-bottom: 0.5em;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .info .title {
  font-size: 40px;
  margin-bottom: 0.33em;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .info .subtitle {
  font-size: 25px;
  line-height: 1.2;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .arrow-down {
  height: 50px;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .status {
  font-size: 17px;
  font-weight: 700;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .where {
  font-size: 17px;
  font-weight: 700;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .karten {
  font-weight: 700;
  color: #FF0000;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .calendar {
  height: 20px;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
@media screen and (max-width: 62rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body {
    flex-direction: column-reverse;
  }
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .spielplan-row-data-body-content {
  margin-top: 1.875rem;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-text {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
  margin-top: 20px;
}
@media screen and (min-width: 84rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-text:not(.row-data-body-text--full) {
    width: calc(66.6666666667% - 1.875rem);
  }
}
@media screen and (min-width: 62rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-text:not(.row-data-body-text--full) {
    width: calc(58.3333333333% - 1.875rem);
  }
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-text .text-footer {
  color: #FF0000;
  padding-top: 50px;
  font-weight: 700;
  font-size: 17px;
}
.spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-image {
  width: calc(100% - 1.875rem);
  padding: 0 0.9375rem;
  margin-top: 20px;
}
@media screen and (min-width: 84rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-image {
    width: calc(33.3333333333% - 1.875rem);
  }
}
@media screen and (min-width: 62rem) {
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-body .row-data-body-image {
    width: calc(41.6666666667% - 1.875rem);
  }
}
.spielplan .spielplan-table .spielplan-table-row.opened .spielplan-row-data-body {
  max-height: 999px;
}
.spielplan .spielplan-table .spielplan-table-row.opened .arrow-down {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
  .spielplan .spielplan-table .spielplan-table-header {
    flex-wrap: wrap;
  }
  .spielplan .spielplan-table .spielplan-table-header .months {
    font-size: 15px;
  }
  .spielplan .spielplan-table .spielplan-table-header .months span {
    padding-right: 10px;
  }
  .spielplan .spielplan-table .spielplan-table-header .spielplan-table-title {
    font-size: 30px;
  }
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header {
    min-height: 20px;
  }
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .info .title {
    word-wrap: break-word;
    font-size: 35px;
  }
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header .info .subtitle {
    word-wrap: break-word;
    font-size: 20px;
  }
}
@media only screen and (max-width: 660px) {
  body {
    word-wrap: break-word;
  }
  .spielplan .spielplan-table .spielplan-table-row .row-data .spielplan-row-data-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.schedule {
  padding: 75px 180px 300px;
}
.schedule .schedule-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.schedule .schedule-title .title-small {
  font-size: 30px;
}
.schedule .schedule-title .title-big {
  font-size: 50px;
  padding-top: 10px;
}
.schedule .schedule-title .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  max-width: 846px;
  padding-top: 20px;
}
.schedule .schedule-table .schedule-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
.schedule .schedule-table .schedule-table-header .months {
  font-size: 30px;
  color: #A5A5A5;
  display: flex;
  align-items: center;
}
.schedule .schedule-table .schedule-table-header .months span {
  padding-right: 30px;
}
.schedule .schedule-table .schedule-table-header .months .months-main {
  color: black;
}
.schedule .schedule-table .schedule-table-header .schedule-table-title {
  font-size: 70px;
}
.schedule .schedule-table .table-row {
  border-bottom: 1px solid #000000;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 20px;
}
.schedule .schedule-table .table-row .when > div {
  align-self: flex-start;
}
.schedule .schedule-table .table-row .when > div .date {
  font-size: 144px;
}
.schedule .schedule-table .table-row .when > div .day, .schedule .schedule-table .table-row .when > div .time {
  font-size: 36px;
}
.schedule .schedule-table .table-row .info {
  padding-top: 30px;
  align-self: center;
}
.schedule .schedule-table .table-row .info .name {
  font-size: 64px;
}
.schedule .schedule-table .table-row .info .description, .schedule .schedule-table .table-row .info .premiere, .schedule .schedule-table .table-row .info .class {
  font-size: 36px;
}
.schedule .schedule-table .table-row .info .class {
  padding-top: 30px;
  text-align: right;
}
.schedule .schedule-table .table-row .tickets {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: black;
  align-self: flex-end;
  background-color: #F03558;
  font-size: 36px;
  padding: 10px;
}
.schedule .schedule-table .table-row.today .info .name, .schedule .schedule-table .table-row.today .info .description, .schedule .schedule-table .table-row.today .info .premiere {
  color: #F03558;
}
.schedule .schedule-table .table-row.last {
  border-bottom: none;
}

.projects {
  padding-top: 220px;
  padding-bottom: 60px;
}
.projects .project {
  display: flex;
  justify-content: space-around;
  padding-bottom: 70px;
}
.projects .project img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.projects .project .info {
  display: flex;
  flex-direction: column;
  min-width: 480px;
  max-width: 480px;
  padding-right: 40px;
}
.projects .project .info .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 50px;
  padding-bottom: 5px;
}
.projects .project .info .subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 35px;
}
.projects .project .info .room {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 35px;
}
.projects .project .info .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  padding-left: 50px;
  padding-bottom: 25px;
}
.projects .project .info .description-footer {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #F03558;
  padding-left: 50px;
}
.projects .project.main .info .title {
  line-height: 68px;
}
.projects .project.main .info .subtitle {
  font-size: 36px;
  line-height: 36px;
}
.projects .project.main .info .room {
  background-color: #F03558;
  color: white;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 18px;
}
.projects .project.main .info .description {
  font-size: 24px;
  line-height: 33px;
  padding-left: 0;
}
.projects .project.main .info .description-footer {
  font-size: 24px;
  padding-left: 0;
}

@media only screen and (max-width: 1400px) {
  .projects .project {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .projects .project .info {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 660px) {
  .projects {
    padding-top: 110px;
  }
  .projects .project .info {
    min-width: 0;
    max-width: 480px;
    padding-right: 0;
  }
  .projects .project .info .title {
    word-wrap: break-word;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 5px;
  }
}
.project-info {
  padding-top: 150px;
  padding-bottom: 40px;
}
.project-info .project-info-class {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #F03558;
  width: 280px;
  height: 90px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 100px;
}
.project-info .project-info-subtitle {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.15;
  margin-bottom: 0.5em;
}
.project-info .content .content-text .project-info-text .carousel {
  margin-bottom: 1rem;
}
.project-info .content .content-text .carousel-cell {
  width: 100%;
  height: auto;
}
.project-info .content .content-events {
  padding-top: 1em;
  padding-bottom: 2em;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: max-content;
  position: relative;
  transition: all 0.5s ease-out;
  max-height: 5000px;
}
.project-info .content .content-events__item {
  padding: 0.75em 1.5em;
  border-top: 1px solid #000000;
  line-height: 1.25;
  display: inline-block;
}
.project-info .content .content-events__toggle {
  padding-bottom: 2em;
}
.project-info .content .content-events .event {
  display: flex;
  flex-direction: column;
}
.project-info .content .content-events .event .when {
  padding-bottom: 10px;
}
.project-info .content .content-events .event .where {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: white;
  align-self: flex-end;
  font-size: 24px;
  background-color: #F03558;
  padding: 5px;
  margin-bottom: 10px;
}
.project-info .content .content-events .content-events-footer {
  font-size: 24px;
  color: #F03558;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .project-info .content .content-events--accordion {
    max-height: 385px;
    overflow: hidden;
  }
  .project-info .content .content-events--accordion:after {
    height: 55px;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  }
}

@media only screen and (max-width: 1400px) {
  .project-info .content .content-text {
    padding-bottom: 30px;
  }
  .project-info .content .content-events .event .where {
    align-self: flex-start;
  }
}
.news-page {
  padding: 75px 173px;
  display: flex;
  justify-content: space-around;
}
.news-page .news-page-items {
  margin-right: 250px;
}
.news-page .news-page-items .news-item {
  max-width: 830px;
  flex: 1;
  white-space: pre-line;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.news-page .news-page-items .news-item img {
  height: auto;
  width: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.news-page .news-page-items .news-item .news-item-title {
  font-weight: 700;
  font-size: 45px;
}
.news-page .news-page-items .news-item .news-item-body {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.news-page .news-page-items .news-item .news-item-body.bold {
  font-weight: bold;
}
.news-page .news-page-items .news-item.last {
  border-bottom: none;
}
.news-page .news-page-banners {
  display: flex;
  flex-direction: column;
  max-width: 330px;
}
.news-page .news-page-banners .news-page-banners-header {
  font-weight: 700;
  font-size: 25px;
}
.news-page .news-page-banners .banner {
  padding-top: 28px;
  padding-bottom: 40px;
  border-top: 1px solid #000000;
}
.news-page .news-page-banners .banner .banner-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 10px;
}
.news-page .news-page-banners .banner .banner-image {
  padding-bottom: 10px;
  padding-top: 10px;
  height: auto;
  width: auto;
  max-width: 100%;
}
.news-page .news-page-banners .banner .banner-content {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  white-space: pre-line;
}
.news-page .news-page-banners .banner .banner-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #F03558;
  font-size: 17px;
  margin-top: 20px;
}
.news-page .news-page-banners .banner .banner-link.bold {
  font-weight: bold;
}

.projects-slider {
  background-color: #A5A5A5;
  margin-bottom: 50px;
  height: 350px;
}
.projects-slider .flickity-page-dots {
  display: none;
}
.projects-slider .carousel-cell {
  width: 700px;
  max-width: 100%;
  height: 100%;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-slider .carousel-cell a {
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000000;
}
.projects-slider .carousel-cell a:hover {
  color: #000000;
  background: #FFF200;
}
.projects-slider .carousel-cell img {
  width: 50%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s linear;
  object-fit: cover;
}
.projects-slider .carousel-cell .carousel-cell-content-wrap {
  width: 50%;
}
.projects-slider .carousel-cell .carousel-cell-title {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  padding: 15px 14px 0 14px;
}
.projects-slider .carousel-cell .carousel-cell-content {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 12px 15px 12px;
}
.projects-slider .carousel-cell:hover img {
  opacity: 0;
}

#main-header-menu.hidden {
  transform: translateX(100%) scaleX(0);
}

.projects-slider-title-container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 26px;
}
.projects-slider-title-container .projects-slider-title {
  font-size: 50px;
  font-weight: bold;
  max-width: 945px;
}

.project-sponsors {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.project-sponsors img {
  margin: 25px;
  height: 100%;
}
.project-sponsors img:first-child {
  margin-left: 0;
}

.info-page {
  padding: 220px 170px;
}
.info-page a {
  color: #F03558;
}

.f3-widget-paginator {
  padding-top: 2em;
  padding-bottom: 1em;
  margin: 0;
}
.f3-widget-paginator li {
  display: inline-block;
  list-style-type: none;
  padding: 0 0.5em;
}
.f3-widget-paginator li:first-child {
  padding-left: 0;
}
.f3-widget-paginator li a {
  padding: 0.5em;
}

@media only screen and (max-width: 660px) {
  .main-page-header-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .main-page-header-content .header-menu-block .open-menu-button {
    margin-left: 0;
  }
  .main-page-main-slider .carousel-cell .main-slider-cell-text {
    padding-left: 60px;
    padding-right: 60px;
    word-break: break-word;
    font-size: 40px;
  }
  .main-page-main-slider .flickity-page-dots {
    display: block;
    bottom: 20px;
  }
  .main-page-main-slider .flickity-button {
    display: none;
  }
  .main-page-main-slider .flickity-page-dots .dot {
    background: #FFF;
  }
  .schedule-title {
    padding-left: 10px;
    font-size: 50px;
  }
  #main-header-menu {
    width: 100vw;
    max-width: 100%;
  }
  #main-header-menu .close-menu {
    padding-right: 10px;
    padding-top: 35px;
  }
  #main-header-menu .close-menu .close-menu-icon {
    margin-left: 10px;
  }
  #main-header-menu .items {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 17px;
  }
  #main-header-menu .items .menu-item {
    min-width: 0;
    font-size: 25px;
  }
  #main-header-menu .items .menu-subitems {
    font-size: 13px;
    min-width: 0;
  }
  .projects-slider-title-container .projects-slider-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .info-page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 660px) {
  .info-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}
