@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans/open-sans-v40-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans/open-sans-v40-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans/open-sans-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans/open-sans-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans/open-sans-v40-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans/open-sans-v40-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 25px;
  text-align: center;
  margin: 0;
}

blockquote p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 30px;
  padding-bottom: 15px;
  margin: 0;
}

ul {
  padding-top: 5px;
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  padding: 0 5px 5px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: "";
  bottom: 0;
}

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

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before, label.mm-toggle:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: 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);
}

/*
 *
 */
#blocks .block-accordion .azfilter {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
#blocks .block-accordion .azfilter li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
#blocks .block-accordion .azfilter li a {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #878787;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#blocks .block-accordion .azfilter li a.active {
  background: #324d5e;
}
@media (hover: hover) {
  #blocks .block-accordion .azfilter li a:hover {
    background: #324d5e;
  }
}
#blocks .block-accordion .azfilter li:first-child a {
  width: auto;
  padding: 0 10px;
}
#blocks .block-accordion .wrapper .item .trigger {
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #324d5e;
  padding: 15px;
}
#blocks .block-accordion .wrapper .item .trigger .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 45px;
  color: #324d5e;
  transition: all 0.3s ease-in-out;
  hyphens: auto;
  display: inline-block;
  width: 90%;
}
@media (max-width: 1920px) {
  #blocks .block-accordion .wrapper .item .trigger .title {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (45 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-accordion .wrapper .item .trigger svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-in-out;
  height: 100%;
  transform-origin: 50% 50%;
}
#blocks .block-accordion .wrapper .item .trigger svg path {
  transition: all 0.3s ease-in-out;
  stroke: #324d5e;
}
#blocks .block-accordion .wrapper .item .trigger:hover .title {
  color: #324d5e;
}
#blocks .block-accordion .wrapper .item .trigger:hover svg path {
  stroke: #324d5e;
}
#blocks .block-accordion .wrapper .item .text {
  padding: 20px 15px;
}
#blocks .block-accordion .wrapper .item.open .trigger svg {
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
#blocks .block-accordion .wrapper .item:last-child .trigger {
  border-bottom: none;
}

#blocks .block-downloads .headline {
  color: #324d5e;
  text-transform: uppercase;
}
#blocks .block-downloads .wrapper .item {
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 50px 150px auto 50px;
  grid-gap: 10px;
  padding: 20px 0 0px;
  line-height: 60px;
}
@media (max-width: 650px) {
  #blocks .block-downloads .wrapper .item {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 5px;
    padding: 10px 0;
    line-height: initial;
  }
}
#blocks .block-downloads .wrapper .item .icon {
  width: 44px;
  height: 55px;
  object-fit: contain;
}
#blocks .block-downloads .wrapper .item a {
  color: #324d5e;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  text-decoration: none;
}
#blocks .block-downloads .wrapper .item a svg {
  margin-top: 5px;
}
#blocks .block-downloads .wrapper .item a svg g path {
  fill: #324d5e;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#blocks .block-downloads .wrapper .item a:hover {
  color: #000;
}
#blocks .block-downloads .wrapper .item a:hover svg g path {
  fill: #000;
}

.block-feature_overview .hyphen-1 .item {
  position: relative;
}
.block-feature_overview .hyphen-1 .item:after {
  content: "";
  width: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.block-feature_overview.style-0 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 200px;
  row-gap: 55px;
}
@media (max-width: 1920px) {
  .block-feature_overview.style-0 .items {
    grid-gap: calc(25px + (200 - 25) * (100vw - 320px) / 1600);
    row-gap: calc(15px + (55 - 15) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 850px) {
  .block-feature_overview.style-0 .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-feature_overview.style-0 .items .item:after {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .block-feature_overview.style-0 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-feature_overview.style-0 .items .item:after {
    display: none !important;
  }
}
.block-feature_overview.style-0 .items .item:after {
  right: -100px;
}
@media (max-width: 1920px) {
  .block-feature_overview.style-0 .items .item:after {
    right: calc(0px + (-100 - 0) * (100vw - 320px) / 1600);
  }
}
.block-feature_overview.style-0 .items .item:nth-child(3n):after {
  display: none !important;
}
.block-feature_overview.style-1 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
  row-gap: 55px;
}
@media (max-width: 1920px) {
  .block-feature_overview.style-1 .items {
    grid-gap: calc(20px + (100 - 20) * (100vw - 320px) / 1600);
    row-gap: calc(15px + (55 - 15) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024px) {
  .block-feature_overview.style-1 .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .block-feature_overview.style-1 .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .block-feature_overview.style-1 .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-feature_overview.style-1 .items .item:after {
  right: -50px;
}
@media (max-width: 1920px) {
  .block-feature_overview.style-1 .items .item:after {
    right: calc(-10px + (-50 - -10) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 850px) {
  .block-feature_overview.style-1 .items .item:after {
    display: none !important;
  }
}
.block-feature_overview.style-1 .items .item:nth-child(3n):after {
  display: none !important;
}
.block-feature_overview .items .item .text {
  font-weight: bold;
}
.block-feature_overview .items .item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .block-feature_overview .items .item img {
    margin-bottom: calc(5px + (20 - 5) * (100vw - 320px) / 1600);
  }
}
.block-feature_overview .items .item .title {
  display: block;
  font-size: 35px;
  line-height: 39px;
  color: #324d5e;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .block-feature_overview .items .item .title {
    font-size: calc(18px + (35 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (39 - 20) * (100vw - 320px) / 1600);
  }
}

#blocks .block-features .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 200px;
  position: relative;
}
@media (max-width: 1920px) {
  #blocks .block-features .items {
    grid-gap: calc(-10px + (50 - -10) * (100vw - 320px) / 1600) calc(-20px + (200 - -20) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 950px) {
  #blocks .block-features .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 650px) {
  #blocks .block-features .items {
    grid-template-columns: 1fr;
  }
}
#blocks .block-features .items .item {
  position: relative;
}
#blocks .block-features .items .item:after {
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -100px;
}
@media (max-width: 1920px) {
  #blocks .block-features .items .item:after {
    right: calc(-12px + (-100 - -12) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 950px) {
  #blocks .block-features .items .item:after {
    display: none;
  }
}
#blocks .block-features .items .item:last-child:after, #blocks .block-features .items .item:nth-child(3n):after {
  display: none !important;
}
#blocks .block-features .items .item .subline {
  display: block;
  font-weight: 500;
  color: #324d5e;
  margin-top: 5px;
}
#blocks .block-features .items .item > .title {
  display: block;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #324d5e;
  hyphens: auto;
}
@media (max-width: 1920px) {
  #blocks .block-features .items .item > .title {
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (30 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-features .items .item img {
  display: block;
  aspect-ratio: 1/1;
  width: 290px;
  object-fit: cover;
  margin-bottom: 33px;
}
#blocks .block-features .items .item .subitems {
  display: block;
  margin-top: 15px;
}
#blocks .block-features .items .item .subitems > .subitem {
  display: block;
  margin-bottom: 5px;
}
#blocks .block-features .items .item .subitems > .subitem a, #blocks .block-features .items .item .subitems > .subitem .title {
  position: relative;
  top: -9px;
}
#blocks .block-features .items .item .subitems > .subitem a {
  color: #000;
  text-decoration: none;
}
#blocks .block-features .items .item .subitems > .subitem a svg {
  display: none;
}
#blocks .block-features .items .item .subitems .icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 3px;
}
#blocks .block-features .items .item .subitems .icon svg path {
  fill: #324d5e;
}

.block-headline.style-v0 * {
  color: #324d5e;
}
.block-headline.style-v1 * {
  color: #324d5e;
}

.oo-detailsheadline {
  color: #324d5e;
}

.block-image_collage .items {
  display: grid;
}
.block-image_collage .items img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-image_collage.style-0 .items {
  grid-template-columns: 40% 60%;
}
.block-image_collage.style-1 .items {
  grid-template-columns: 60% 40%;
}

.block-image_slider img {
  display: block;
  width: 100%;
}
.block-image_slider .slick-arrow {
  display: block;
  height: 60px;
  width: 63px;
  z-index: 20;
  border: 0;
  outline: 0;
  bottom: -30px;
  top: initial;
  transform: none;
}
.block-image_slider .slick-arrow:before {
  display: none;
}
.block-image_slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
}
.block-image_slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -60px;
  background: url("../img/image_slider-arr-l.svg") no-repeat center;
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: scale(1);
}
.block-image_slider .slick-arrow.slick-prev:hover {
  margin-left: -63px;
  transform: scale(1.1);
}
.block-image_slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -60px;
  background: url("../img/image_slider-arr-r.svg") no-repeat center;
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: scale(1);
}
.block-image_slider .slick-arrow.slick-next:hover {
  margin-right: -63px;
  transform: scale(1.1);
}
.block-image_slider .slick-dots {
  bottom: -55px;
}

.block-image_text_teaser .items.no-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items.no-slider {
    grid-gap: calc(10px + (40 - 10) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 850px) {
  .block-image_text_teaser .items.no-slider {
    grid-template-columns: 1fr;
  }
}
.block-image_text_teaser .items.slider {
  margin-right: -40px;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items.slider {
    margin-right: calc(-10px + (-40 - -10) * (100vw - 320px) / 1600);
  }
}
.block-image_text_teaser .items.slider .slick-arrow {
  display: block;
  height: 60px;
  width: 63px;
  z-index: 20;
  border: 0;
  outline: 0;
  top: 260px;
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: scale(1);
}
.block-image_text_teaser .items.slider .slick-arrow:hover {
  transform: scale(1.1);
}
.block-image_text_teaser .items.slider .slick-arrow:before {
  display: none;
}
.block-image_text_teaser .items.slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.block-image_text_teaser .items.slider .slick-arrow.slick-prev {
  left: -80px;
  background: url("../img/timeline-arr-l.svg") no-repeat center;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items.slider .slick-arrow.slick-prev {
    left: calc(0px + (-80 - 0) * (100vw - 320px) / 1600);
  }
}
.block-image_text_teaser .items.slider .slick-arrow.slick-next {
  right: -40px;
  background: url("../img/timeline-arr-r.svg") no-repeat center;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items.slider .slick-arrow.slick-next {
    right: calc(0px + (-40 - 0) * (100vw - 320px) / 1600);
  }
}
.block-image_text_teaser .items.slider .item {
  margin-right: 40px;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items.slider .item {
    margin-right: calc(10px + (40 - 10) * (100vw - 320px) / 1600);
  }
}
.block-image_text_teaser .items .item .inner {
  padding: 32px 43px 43px 43px;
  background: #eceef3;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items .item .inner {
    padding: calc(15px + (32 - 15) * (100vw - 320px) / 1600) calc(15px + (43 - 15) * (100vw - 320px) / 1600) calc(15px + (43 - 15) * (100vw - 320px) / 1600) calc(15px + (43 - 15) * (100vw - 320px) / 1600);
  }
}
.block-image_text_teaser .items .item .inner .title {
  display: block;
  margin-bottom: 21px;
  font-size: 45px;
  line-height: 50px;
  color: #324d5e;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .block-image_text_teaser .items .item .inner .title {
    font-size: calc(20px + (45 - 20) * (100vw - 320px) / 1600);
    line-height: calc(22px + (50 - 22) * (100vw - 320px) / 1600);
  }
}
.block-image_text_teaser .items .item img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 683/569;
  max-width: initial;
}

html #blocks .block-imageteaser {
  margin: 0 !important;
  padding: 0 !important;
}
html #blocks .block-imageteaser .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
html #blocks .block-imageteaser .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
html #blocks .block-imageteaser .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
html #blocks .block-imageteaser .preline {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
html #blocks .block-imageteaser .headline {
  margin-bottom: 15px;
}
html #blocks .block-imageteaser.style-v0 {
  text-align: center;
}
html #blocks .block-imageteaser.style-v0 .headline {
  color: #fff;
}
html #blocks .block-imageteaser.style-v0 .headline + a {
  color: #fff;
}
html #blocks .block-imageteaser.style-v0 .link_btn:after {
  background: #fff;
}
html #blocks .block-imageteaser.style-v0 .link_btn svg line, html #blocks .block-imageteaser.style-v0 .link_btn svg path {
  stroke: #fff;
}
html #blocks .block-imageteaser.style-v1 {
  text-align: right;
}
html #blocks .block-imageteaser.style-v1 .headline {
  color: #324d5e;
}
html #blocks .block-imageteaser.style-v1 .headline + a {
  color: #000;
}
html #blocks .block-imageteaser.style-v1 .link_btn:after {
  background: #000;
}
html #blocks .block-imageteaser.style-v1 .link_btn svg line, html #blocks .block-imageteaser.style-v1 .link_btn svg path {
  stroke: #000;
}

#blocks .block-link_btn a,
#blocks .link_btn {
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  text-decoration: none;
  position: relative;
  color: #324d5e;
}
#blocks .block-link_btn a:after,
#blocks .link_btn:after {
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #324d5e;
}
#blocks .block-link_btn a svg,
#blocks .link_btn svg {
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  margin-right: 5px;
}
#blocks .block-link_btn a:hover:after,
#blocks .link_btn:hover:after {
  width: 100%;
}
#blocks .block-link_btn a:hover svg,
#blocks .link_btn:hover svg {
  margin-right: 0;
}

#blocks .block-posts_teaser .filter {
  text-align: center;
  margin-bottom: 50px;
}
#blocks .block-posts_teaser .filter a {
  text-decoration: none;
  display: inline-block;
  margin: 0 15px;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  position: relative;
  color: #324d5e;
  outline: none;
}
#blocks .block-posts_teaser .filter a:after {
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #324d5e;
}
#blocks .block-posts_teaser .filter a:hover:after, #blocks .block-posts_teaser .filter a.active:after {
  width: 100%;
}
#blocks .block-posts_teaser .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 200px;
  row-gap: 50px;
  position: relative;
}
@media (max-width: 1920px) {
  #blocks .block-posts_teaser .items {
    grid-gap: calc(-20px + (200 - -20) * (100vw - 320px) / 1600);
    row-gap: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 950px) {
  #blocks .block-posts_teaser .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    row-gap: 40px;
  }
}
@media (max-width: 650px) {
  #blocks .block-posts_teaser .items {
    grid-template-columns: 1fr;
  }
}
#blocks .block-posts_teaser .items .item {
  position: relative;
}
#blocks .block-posts_teaser .items .item:after {
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -100px;
}
@media (max-width: 1920px) {
  #blocks .block-posts_teaser .items .item:after {
    right: calc(-12px + (-100 - -12) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 950px) {
  #blocks .block-posts_teaser .items .item:after {
    display: none;
  }
}
#blocks .block-posts_teaser .items .item:nth-child(3n):after {
  display: none;
}
#blocks .block-posts_teaser .items .item:last-child:after {
  display: none;
}
#blocks .block-posts_teaser .items .item .category {
  display: block;
}
#blocks .block-posts_teaser .items .item .title {
  margin-top: 5px;
  display: block;
  font-weight: 500;
  font-size: 35px;
  line-height: 37px;
  color: #324d5e;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  #blocks .block-posts_teaser .items .item .title {
    font-size: calc(18px + (35 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (37 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-posts_teaser .items .item img {
  display: block;
  aspect-ratio: 341/290;
  object-fit: cover;
  margin-bottom: 5px;
}
#blocks .block-posts_teaser .items .item .link_btn {
  color: #324d5e;
}
#blocks .block-posts_teaser .items .item .link_btn:after {
  background: #324d5e;
}
#blocks .block-posts_teaser .items .item .link_btn svg line, #blocks .block-posts_teaser .items .item .link_btn svg path {
  stroke: #324d5e;
}

.block-quote {
  margin: 0 !important;
  padding: 0 !important;
  background: #eceef3;
}
.block-quote .slick-arrow {
  display: block;
  height: 22px;
  width: 45px;
  z-index: 20;
  border: 0;
  outline: 0;
  bottom: 80px;
  top: initial;
  transform: none;
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.block-quote .slick-arrow:before {
  display: none;
}
.block-quote .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.block-quote .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -60px;
  background: url("../img/quote_slider-arr-l.svg") no-repeat center;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.block-quote .slick-arrow.slick-prev:hover {
  margin-left: -65px;
}
.block-quote .slick-arrow.slick-next {
  right: 50%;
  margin-right: -60px;
  background: url("../img/quote_slider-arr-r.svg") no-repeat center;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.block-quote .slick-arrow.slick-next:hover {
  margin-right: -65px;
}
.block-quote .wrapper.slick-initialized .item .text {
  margin-bottom: 100px;
}
.block-quote .wrapper .item {
  text-align: center;
}
.block-quote .wrapper .item img {
  display: block;
  margin: 0 auto;
  height: 290px;
  width: 290px;
  object-fit: cover;
  margin-bottom: 20px;
}
.block-quote .wrapper .item .preline {
  display: block;
  margin-bottom: 20px;
}
.block-quote .wrapper .item .text {
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 45px;
  line-height: 47px;
  color: #324d5e;
}
@media (max-width: 1920px) {
  .block-quote .wrapper .item .text {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (47 - 20) * (100vw - 320px) / 1600);
  }
}
.block-quote.style-1 .wrapper .item {
  text-align: left;
}
.block-quote.style-1 .wrapper .item img {
  float: left;
  margin-right: 55px;
}
@media (max-width: 550px) {
  .block-quote.style-1 .wrapper .item img {
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
}

#blocks .block-teaser_tiles .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media (max-width: 950px) {
  #blocks .block-teaser_tiles .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-teaser_tiles .wrapper .item {
  aspect-ratio: 699/636;
  background-size: cover;
  background-position: center;
  position: relative;
}
#blocks .block-teaser_tiles .wrapper .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#blocks .block-teaser_tiles .wrapper .item .hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#blocks .block-teaser_tiles .wrapper .item .hover .inner {
  z-index: 2;
  position: absolute;
  bottom: 65px;
  padding: 0 65px;
}
@media (max-width: 1920px) {
  #blocks .block-teaser_tiles .wrapper .item .hover .inner {
    bottom: calc(25px + (65 - 25) * (100vw - 320px) / 1600);
    padding: 0 calc(25px + (65 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-teaser_tiles .wrapper .item .hover .inner .title {
  display: block;
  font-weight: 500;
  font-size: 45px;
  line-height: 47px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  #blocks .block-teaser_tiles .wrapper .item .hover .inner .title {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (47 - 22) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 950px) {
  #blocks .block-teaser_tiles .wrapper .item .hover .inner .title {
    font-size: calc(18px + (55 - 18) * (100vw - 320px) / (950 - 320));
    line-height: calc(22px + (60 - 22) * (100vw - 320px) / (950 - 320));
  }
}
#blocks .block-teaser_tiles .wrapper .item .hover .inner a {
  color: #fff;
}
#blocks .block-teaser_tiles .wrapper .item .hover .inner .link_btn:after {
  background: #fff;
}
#blocks .block-teaser_tiles .wrapper .item .hover .inner .link_btn svg line, #blocks .block-teaser_tiles .wrapper .item .hover .inner .link_btn svg path {
  stroke: #fff;
}

.block-text {
  overflow: hidden;
}
.block-text.bg-bg01 {
  color: #fff;
}
.block-text.bg-bg01 h1, .block-text.bg-bg01 h2, .block-text.bg-bg01 h3, .block-text.bg-bg01 h4 {
  color: #fff;
}
.block-text .centered {
  text-align: center;
}
.block-text .icon {
  max-width: 90px;
  max-height: 90px;
  display: inline-block;
  margin-bottom: 25px;
}

#blocks .block-text_image {
  padding: 0 !important;
}
#blocks .block-text_image.mt0, #blocks .block-text_image.mt0 .innerm {
  margin-top: 0;
}
#blocks .block-text_image.mt1, #blocks .block-text_image.mt1 .innerm {
  margin-top: 25px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mt1, #blocks .block-text_image.mt1 .innerm {
    margin-top: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mt2, #blocks .block-text_image.mt2 .innerm {
  margin-top: 50px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mt2, #blocks .block-text_image.mt2 .innerm {
    margin-top: calc(30px + (50 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mt3, #blocks .block-text_image.mt3 .innerm {
  margin-top: 100px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mt3, #blocks .block-text_image.mt3 .innerm {
    margin-top: calc(50px + (100 - 50) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mt4, #blocks .block-text_image.mt4 .innerm {
  margin-top: 150px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mt4, #blocks .block-text_image.mt4 .innerm {
    margin-top: calc(80px + (150 - 80) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mt5, #blocks .block-text_image.mt5 .innerm {
  margin-top: 200px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mt5, #blocks .block-text_image.mt5 .innerm {
    margin-top: calc(100px + (200 - 100) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mb0, #blocks .block-text_image.mb0 .innerm {
  margin-bottom: 0;
}
#blocks .block-text_image.mb1, #blocks .block-text_image.mb1 .innerm {
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mb1, #blocks .block-text_image.mb1 .innerm {
    margin-bottom: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mb2, #blocks .block-text_image.mb2 .innerm {
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mb2, #blocks .block-text_image.mb2 .innerm {
    margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mb3, #blocks .block-text_image.mb3 .innerm {
  margin-bottom: 100px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mb3, #blocks .block-text_image.mb3 .innerm {
    margin-bottom: calc(50px + (100 - 50) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mb4, #blocks .block-text_image.mb4 .innerm {
  margin-bottom: 150px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mb4, #blocks .block-text_image.mb4 .innerm {
    margin-bottom: calc(80px + (150 - 80) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.mb5, #blocks .block-text_image.mb5 .innerm {
  margin-bottom: 200px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image.mb5, #blocks .block-text_image.mb5 .innerm {
    margin-bottom: calc(100px + (200 - 100) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image .items .item.text {
  padding: 95px 0;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .items .item.text {
    padding: calc(15px + (95 - 15) * (100vw - 320px) / 1600) 0;
  }
}
#blocks .block-text_image .items .item .headline {
  display: block;
  font-weight: 500;
  font-size: 45px;
  line-height: 47px;
  color: #324d5e;
  margin-bottom: 15px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .items .item .headline {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (47 - 22) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image.style-v0 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (max-width: 650px) {
  #blocks .block-text_image.style-v0 .items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
#blocks .block-text_image.style-v1 {
  background: #324d5e;
}
#blocks .block-text_image.style-v1 .bg {
  overflow: hidden;
  position: relative;
}
#blocks .block-text_image.style-v1 .bg .bgimage {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 650px) {
  #blocks .block-text_image.style-v1 .bg .bgimage {
    width: 100%;
    position: initial;
    height: auto;
    display: block;
  }
}
#blocks .block-text_image.style-v1 .bg.bg-right .bgimage {
  right: 0px;
}
#blocks .block-text_image.style-v1 .bg.bg-left .bgimage {
  left: 0px;
}
#blocks .block-text_image.style-v1 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 120px;
}
@media (max-width: 650px) {
  #blocks .block-text_image.style-v1 .items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
#blocks .block-text_image.style-v1 .items .headline {
  color: #fff;
}
#blocks .block-text_image.style-v1 .items .item .text {
  color: #fff;
}
#blocks .block-text_image.style-v1 .items .link_btn {
  color: #fff;
}
#blocks .block-text_image.style-v1 .items .link_btn svg g line {
  stroke: #fff;
}
#blocks .block-text_image.style-v1 .items .link_btn svg g path {
  stroke: #fff;
}

.block-timeline .headline {
  color: #324d5e;
}
@media (max-width: 500px) {
  .block-timeline .headline {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .block-timeline .slick-dots {
    position: initial;
  }
}
.block-timeline.style-2 {
  background: #eceef3;
}
.block-timeline.style-0 .slick-arrow, .block-timeline.style-2 .slick-arrow {
  display: block;
  height: 60px;
  width: 63px;
  z-index: 20;
  border: 0;
  outline: 0;
  top: 260px;
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: scale(1);
}
.block-timeline.style-0 .slick-arrow:hover, .block-timeline.style-2 .slick-arrow:hover {
  transform: scale(1.1);
}
.block-timeline.style-0 .slick-arrow:before, .block-timeline.style-2 .slick-arrow:before {
  display: none;
}
.block-timeline.style-0 .slick-arrow.slick-disabled, .block-timeline.style-2 .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.block-timeline.style-0 .slick-arrow.slick-prev, .block-timeline.style-2 .slick-arrow.slick-prev {
  left: -110px;
  background: url("../img/timeline-arr-l.svg") no-repeat center;
}
@media (max-width: 1920px) {
  .block-timeline.style-0 .slick-arrow.slick-prev, .block-timeline.style-2 .slick-arrow.slick-prev {
    left: calc(0px + (-110 - 0) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-0 .slick-arrow.slick-next, .block-timeline.style-2 .slick-arrow.slick-next {
  right: -110px;
  background: url("../img/timeline-arr-r.svg") no-repeat center;
}
@media (max-width: 1920px) {
  .block-timeline.style-0 .slick-arrow.slick-next, .block-timeline.style-2 .slick-arrow.slick-next {
    right: calc(0px + (-110 - 0) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-0 .slick-list, .block-timeline.style-2 .slick-list {
  margin-right: -30px;
}
.block-timeline.style-0 .items, .block-timeline.style-2 .items {
  margin-top: 80px;
  border-top: 7px solid #878787;
}
@media (max-width: 1920px) {
  .block-timeline.style-0 .items, .block-timeline.style-2 .items {
    margin-top: calc(15px + (80 - 15) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-0 .items .item, .block-timeline.style-2 .items .item {
  position: relative;
  padding-right: 30px;
  padding-top: 40px;
}
.block-timeline.style-0 .items .item:before, .block-timeline.style-2 .items .item:before {
  content: "";
  display: block;
  background: #878787;
  position: absolute;
  width: 7px;
  top: 0px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.block-timeline.style-0 .items .item .tyear, .block-timeline.style-2 .items .item .tyear {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  color: #585858;
  display: block;
  padding: 15px;
  width: 85%;
}
@media (max-width: 900px) {
  .block-timeline.style-0 .items .item .tyear, .block-timeline.style-2 .items .item .tyear {
    padding: 0;
  }
}
@media (max-width: 1920px) {
  .block-timeline.style-0 .items .item .tyear, .block-timeline.style-2 .items .item .tyear {
    font-size: calc(22px + (50 - 22) * (100vw - 320px) / 1600);
    line-height: calc(22px + (50 - 22) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-0 .items .item .headline, .block-timeline.style-2 .items .item .headline {
  display: block;
  padding: 15px 0 0 15px;
  width: 85%;
  color: #000;
}
@media (max-width: 900px) {
  .block-timeline.style-0 .items .item .headline, .block-timeline.style-2 .items .item .headline {
    padding: 0;
  }
}
.block-timeline.style-0 .items .item .text, .block-timeline.style-2 .items .item .text {
  display: block;
  padding: 0 0 15px 15px;
  width: 85%;
}
@media (max-width: 900px) {
  .block-timeline.style-0 .items .item .text, .block-timeline.style-2 .items .item .text {
    padding: 0;
  }
}
.block-timeline.style-0 .items .item img, .block-timeline.style-2 .items .item img {
  display: block;
  width: 100%;
  aspect-ratio: 383/390;
  object-fit: cover;
}
@media (max-width: 500px) {
  .block-timeline.style-0 .items .item img, .block-timeline.style-2 .items .item img {
    margin-bottom: 10px;
  }
}
.block-timeline.style-1 {
  background: #eceef3;
}
.block-timeline.style-1, .block-timeline.style-3 {
  margin: 0 !important;
  padding: 0 !important;
}
.block-timeline.style-1 .items, .block-timeline.style-3 .items {
  margin-top: 80px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 170px;
}
@media (max-width: 1920px) {
  .block-timeline.style-1 .items, .block-timeline.style-3 .items {
    column-gap: calc(25px + (170 - 25) * (100vw - 320px) / 1600);
    margin-top: calc(20px + (80 - 20) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 500px) {
  .block-timeline.style-1 .items, .block-timeline.style-3 .items {
    grid-template-columns: 1fr;
  }
}
.block-timeline.style-1 .items:before, .block-timeline.style-3 .items:before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #878787;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 500px) {
  .block-timeline.style-1 .items:before, .block-timeline.style-3 .items:before {
    display: none;
  }
}
.block-timeline.style-1 .items .item, .block-timeline.style-3 .items .item {
  position: relative;
}
.block-timeline.style-1 .items .item:before, .block-timeline.style-3 .items .item:before {
  content: "";
  display: block;
  background: #878787;
  position: absolute;
  height: 7px;
  top: 190px;
  width: 55px;
  transform: translateY(-50%);
  z-index: 20;
}
@media (max-width: 1920px) {
  .block-timeline.style-1 .items .item:before, .block-timeline.style-3 .items .item:before {
    width: calc(15px + (55 - 15) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 500px) {
  .block-timeline.style-1 .items .item:before, .block-timeline.style-3 .items .item:before {
    display: none;
  }
}
.block-timeline.style-1 .items .item.even:before, .block-timeline.style-3 .items .item.even:before {
  right: -85px;
}
@media (max-width: 1920px) {
  .block-timeline.style-1 .items .item.even:before, .block-timeline.style-3 .items .item.even:before {
    right: calc(-15px + (-85 - -15) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-1 .items .item.odd, .block-timeline.style-3 .items .item.odd {
  margin-top: 280px;
}
@media (max-width: 1920px) {
  .block-timeline.style-1 .items .item.odd, .block-timeline.style-3 .items .item.odd {
    margin-top: calc(20px + (280 - 20) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-1 .items .item.odd:before, .block-timeline.style-3 .items .item.odd:before {
  left: -85px;
}
@media (max-width: 1920px) {
  .block-timeline.style-1 .items .item.odd:before, .block-timeline.style-3 .items .item.odd:before {
    left: calc(-15px + (-85 - -15) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-1 .items .item .tyear, .block-timeline.style-3 .items .item .tyear {
  font-weight: 500;
  font-size: 95px;
  line-height: 95px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.71);
  position: absolute;
  left: 20px;
  margin-top: -110px;
}
@media (max-width: 1920px) {
  .block-timeline.style-1 .items .item .tyear, .block-timeline.style-3 .items .item .tyear {
    margin-top: calc(-50px + (-110 - -50) * (100vw - 320px) / 1600);
    font-size: calc(35px + (95 - 35) * (100vw - 320px) / 1600);
    line-height: calc(35px + (95 - 35) * (100vw - 320px) / 1600);
  }
}
.block-timeline.style-1 .items .item .text, .block-timeline.style-3 .items .item .text {
  display: block;
  padding: 15px;
}
@media (max-width: 900px) {
  .block-timeline.style-1 .items .item .text, .block-timeline.style-3 .items .item .text {
    padding: 0;
  }
}
.block-timeline.style-1 .items .item img, .block-timeline.style-3 .items .item img {
  display: block;
  aspect-ratio: 383/390;
}
@media (max-width: 500px) {
  .block-timeline.style-1 .items .item img, .block-timeline.style-3 .items .item img {
    margin-bottom: 10px;
  }
}

.block-video .wrapper {
  position: relative;
}
.block-video .wrapper video {
  display: block;
}
.block-video .wrapper video.full_width_1 {
  width: 100%;
  height: auto;
}
.block-video .wrapper .play {
  content: "";
  height: 106px;
  width: 127px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  cursor: pointer;
}
.block-video .wrapper .play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.block-video .wrapper.playing .play {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0);
}

.block-image img {
  display: block;
}
.block-image img.full_width_1 {
  width: 100%;
  height: auto;
}
.block-image .align-center img {
  margin: 0 auto;
}

.block-image_gallery .cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 450px) {
  .block-image_gallery .cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-image_gallery .cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 600px) {
  .block-image_gallery .cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 450px) {
  .block-image_gallery .cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-image_gallery .cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 750px) {
  .block-image_gallery .cols-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .block-image_gallery .cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 450px) {
  .block-image_gallery .cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-image_gallery .cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 850px) {
  .block-image_gallery .cols-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 750px) {
  .block-image_gallery .cols-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .block-image_gallery .cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 450px) {
  .block-image_gallery .cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-image_gallery > div > div {
  display: grid;
  grid-gap: 15px;
}
.block-image_gallery > div > div a {
  border: 2px solid #fff;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.block-image_gallery > div > div a:hover {
  border-color: #324d5e;
}
.block-image_gallery > div > div a img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}

.block-text-teaser-slider.style-2, .block-text-teaser-slider.style-3 {
  background: #eceef3;
}
.block-text-teaser-slider .wrapper.style-1 > .col.col1, .block-text-teaser-slider .wrapper.style-3 > .col.col1 {
  float: right;
  padding-left: 48px;
  padding-right: 0;
  border-right: none;
  border-left: 1px solid #000;
}
@media (max-width: 650px) {
  .block-text-teaser-slider .wrapper.style-1 > .col.col1, .block-text-teaser-slider .wrapper.style-3 > .col.col1 {
    float: none;
    border: none;
    padding: 0;
  }
}
.block-text-teaser-slider .wrapper.style-1 > .col.col2 .items .item, .block-text-teaser-slider .wrapper.style-3 > .col.col2 .items .item {
  border-left: 1px solid #000;
  border-right: none;
}
@media (max-width: 650px) {
  .block-text-teaser-slider .wrapper.style-1 > .col.col2 .items .item, .block-text-teaser-slider .wrapper.style-3 > .col.col2 .items .item {
    border: none;
  }
}
.block-text-teaser-slider .wrapper > .col {
  float: left;
}
@media (max-width: 650px) {
  .block-text-teaser-slider .wrapper > .col {
    float: none;
  }
}
.block-text-teaser-slider .wrapper > .col.col1 {
  width: 40%;
  padding-right: 48px;
}
@media (max-width: 650px) {
  .block-text-teaser-slider .wrapper > .col.col1 {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.block-text-teaser-slider .wrapper > .col.col1 .title {
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  color: #324d5e;
}
@media (max-width: 1920px) {
  .block-text-teaser-slider .wrapper > .col.col1 .title {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (60 - 20) * (100vw - 320px) / 1600);
  }
}
.block-text-teaser-slider .wrapper > .col.col2 {
  border-right: 1px solid #000;
  width: 60%;
}
@media (max-width: 650px) {
  .block-text-teaser-slider .wrapper > .col.col2 {
    width: 100%;
  }
}
.block-text-teaser-slider .wrapper > .col.col2 .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #324d5e;
}
@media (max-width: 1920px) {
  .block-text-teaser-slider .wrapper > .col.col2 .title {
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / 1600);
    line-height: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
  }
}
.block-text-teaser-slider .wrapper > .col.col2 .text {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #324d5e;
}
@media (max-width: 1920px) {
  .block-text-teaser-slider .wrapper > .col.col2 .text {
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (30 - 22) * (100vw - 320px) / 1600);
  }
}
.block-text-teaser-slider .wrapper > .col.col2 .items .item {
  hyphens: auto;
  padding: 0 48px;
  border-left: 1px solid #000;
}
@media (max-width: 1920px) {
  .block-text-teaser-slider .wrapper > .col.col2 .items .item {
    padding: 0 calc(15px + (48 - 15) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 650px) {
  .block-text-teaser-slider .wrapper > .col.col2 .items .item {
    border: none;
    padding: 0;
  }
}

.block-shortcode.style-1 {
  background: #eceef3;
}

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

a.to-top {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: scale(1);
}
a.to-top.fixed-1 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
}
a.to-top:hover {
  transform: scale(1.1);
}

.block-parallax .height1 {
  height: 25vh;
}
.block-parallax .height2 {
  height: 50vh;
}
.block-parallax .height3 {
  height: 75vh;
}
.block-parallax .height4 {
  height: 100vh;
}

.block-post_detail .sep {
  display: inline-block;
  padding: 0 15px;
}

pre {
  text-align: left;
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 5px !important;
  background: #222;
  color: #18aad6;
  font-family: Verdana !important;
  font-weight: lighter;
}

html, body {
  overflow-x: hidden;
}

html, body, * {
  font-family: "Open-Sans", sans-serif;
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 1920px) {
  html, body {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / 1600);
    line-height: calc(22px + (35 - 22) * (100vw - 320px) / 1600);
  }
}

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

.clear {
  clear: both;
}

.clearfix {
  overflow: auto;
}

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

.row {
  display: grid;
}
.row.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 700px) {
  .row.cols-1 {
    grid-template-columns: 1fr;
  }
}
.row.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 700px) {
  .row.cols-2 {
    grid-template-columns: 1fr;
  }
}
.row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 700px) {
  .row.cols-3 {
    grid-template-columns: 1fr;
  }
}
.row.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 700px) {
  .row.cols-4 {
    grid-template-columns: 1fr;
  }
}
.row.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 700px) {
  .row.cols-5 {
    grid-template-columns: 1fr;
  }
}
.row.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 700px) {
  .row.cols-6 {
    grid-template-columns: 1fr;
  }
}
.row.cols-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 700px) {
  .row.cols-7 {
    grid-template-columns: 1fr;
  }
}
.row.cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 700px) {
  .row.cols-8 {
    grid-template-columns: 1fr;
  }
}
.row.cols-9 {
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 700px) {
  .row.cols-9 {
    grid-template-columns: 1fr;
  }
}
.row.cols-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 700px) {
  .row.cols-10 {
    grid-template-columns: 1fr;
  }
}
.row.cols-11 {
  grid-template-columns: repeat(11, 1fr);
}
@media (max-width: 700px) {
  .row.cols-11 {
    grid-template-columns: 1fr;
  }
}
.row.cols-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 700px) {
  .row.cols-12 {
    grid-template-columns: 1fr;
  }
}
.boxed-0 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.boxed-1 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.boxed-1 .boxed-1 {
  max-width: initial;
  width: initial;
}

.boxed-2 {
  max-width: 930px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.boxed-2 .boxed-2 {
  max-width: initial;
  width: initial;
}

.uppercase-1 {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open-Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  hyphens: auto;
  color: #324d5e;
}

h1 {
  font-size: 70px;
  line-height: 75px;
}
@media (max-width: 1920px) {
  h1 {
    font-size: calc(30px + (70 - 30) * (100vw - 320px) / 1600);
    line-height: calc(30px + (75 - 30) * (100vw - 320px) / 1600);
  }
}

h2 {
  font-size: 60px;
  line-height: 65px;
}
@media (max-width: 1920px) {
  h2 {
    font-size: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
    line-height: calc(25px + (65 - 25) * (100vw - 320px) / 1600);
  }
}

h3 {
  font-size: 45px;
  line-height: 50px;
}
@media (max-width: 1920px) {
  h3 {
    font-size: calc(20px + (45 - 20) * (100vw - 320px) / 1600);
    line-height: calc(22px + (50 - 22) * (100vw - 320px) / 1600);
  }
}

h4 {
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1920px) {
  h4 {
    font-size: calc(18px + (35 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}

h5 {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1920px) {
  h5 {
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (30 - 20) * (100vw - 320px) / 1600);
  }
}

h6 {
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 1920px) {
  h6 {
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
    line-height: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}

.hide_on_desktop {
  display: none;
}
@media (max-width: 450px) {
  .hide_on_desktop {
    display: block;
  }
}

#blocks a, #blocks a:visited {
  text-decoration: underline;
  color: #324d5e;
}

@-webkit-keyframes downarrow {
  0% {
    transform: translate(-50%, 45%);
  }
  100% {
    transform: translate(-50%, 55%);
  }
}
#header #resp_mmenu_trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1320px) {
  #header #resp_mmenu_trigger {
    display: block;
  }
}
#header #resp_mmenu_trigger .hamburger-inner, #header #resp_mmenu_trigger .hamburger-inner::before, #header #resp_mmenu_trigger .hamburger-inner::after {
  background-color: #fff;
}
#header #scroll_down {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  animation: downarrow 1s infinite alternate ease-in-out;
}
#header #scroll_down.style- svg g *, #header #scroll_down.style-1 svg g * {
  stroke: #324d5e;
}
#header #scroll_down.style-2 svg g * {
  stroke: #324d5e;
}
#header #header_text {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 15vh;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
}
@media (max-width: 950px) {
  #header #header_text {
    bottom: 30vh;
  }
}
#header #header_text.style-1 .preline {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
#header #header_text.style-1 .title {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
#header #header_text.style-2 .preline {
  color: #000;
}
#header #header_text.style-2 .title {
  color: #324d5e;
}
#header #header_text .preline {
  display: block;
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 1920px) {
  #header #header_text .preline {
    font-size: calc(16px + (28 - 16) * (100vw - 320px) / 1600);
  }
}
#header #header_text .title {
  display: block;
  font-weight: 700;
  font-size: 63px;
  line-height: 70px;
}
@media (max-width: 1920px) {
  #header #header_text .title {
    font-size: calc(30px + (63 - 30) * (100vw - 320px) / 1600);
    line-height: calc(32px + (70 - 32) * (100vw - 320px) / 1600);
  }
}
#header .type-type2 #header_text,
#header .type-type4 #header_text {
  bottom: initial;
  bottom: 15%;
  transform: translateX(-50%);
}
#header .type-type2 #header_text .title,
#header .type-type4 #header_text .title {
  font-size: 45px;
  line-height: 50px;
}
@media (max-width: 1920px) {
  #header .type-type2 #header_text .title,
  #header .type-type4 #header_text .title {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(28px + (50 - 28) * (100vw - 320px) / 1600);
  }
}
#header #header_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(42, 42, 42, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 30px;
}
#header #header_overlay.x {
  background: rgb(47, 47, 47);
}
#header #header_overlay > .boxed-1 {
  width: 90%;
  max-width: 1650px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 900px) {
  #header #header_overlay > .boxed-1 {
    overflow: hidden;
  }
}
#header #header_overlay #main-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1320px) {
  #header #header_overlay #main-navigation {
    display: none;
  }
}
#header #header_overlay #main-navigation > div #main_navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header #header_overlay #main-navigation > div #main_navigation > li {
  padding: 0;
  display: inline-block;
  position: relative;
  margin-left: 70px;
  padding-bottom: 12px;
}
@media (max-width: 1920px) {
  #header #header_overlay #main-navigation > div #main_navigation > li {
    margin-left: calc(-50px + (70 - -50) * (100vw - 320px) / 1600);
  }
}
#header #header_overlay #main-navigation > div #main_navigation > li.menu-item-has-children:after {
  content: "+";
  position: absolute;
  right: -15px;
  top: 0;
  display: block;
  color: #fff;
}
#header #header_overlay #main-navigation > div #main_navigation > li:hover > a, #header #header_overlay #main-navigation > div #main_navigation > li.current_page_item > a, #header #header_overlay #main-navigation > div #main_navigation > li.current_page_ancestor > a {
  font-weight: bold;
}
#header #header_overlay #main-navigation > div #main_navigation > li a {
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  hyphens: auto;
}
#header #header_overlay #main-navigation > div #main_navigation > li > ul {
  transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -26px;
  margin: 0;
  list-style: none;
  padding: 15px 26px 10px 26px;
  margin-top: 11px;
  width: 300px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
#header #header_overlay #main-navigation > div #main_navigation > li > ul > li {
  padding: 0;
  border-bottom: 1px solid #324d5e;
}
#header #header_overlay #main-navigation > div #main_navigation > li > ul > li a {
  color: #000;
  display: block;
  padding: 5px 0;
}
#header #header_overlay #main-navigation > div #main_navigation > li > ul > li:hover > a, #header #header_overlay #main-navigation > div #main_navigation > li > ul > li.current_page_item > a, #header #header_overlay #main-navigation > div #main_navigation > li > ul > li.current_page_ancestor > a {
  color: #324d5e;
}
#header #header_overlay #main-navigation > div #main_navigation > li > ul > li:last-child {
  border-bottom: none;
}
#header #header_overlay #main-navigation > div #main_navigation > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
#header #header_overlay #main-navigation > div #main_navigation > li:last-child > ul {
  left: initial;
  right: 0;
}
#header #logo img {
  max-height: 100px;
  max-width: 60vw;
  width: auto;
  display: block;
  margin: 25px 0;
  top: 25px;
  left: 0;
}
#header #headermedia {
  position: relative;
  z-index: 9;
}
#header #headermedia .slick-dots {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 550px) {
  #header #headermedia .slick-dots {
    display: none;
  }
}
#header #headermedia.type-type0 {
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  #header #headermedia.type-type0 {
    margin-bottom: calc(40px + (80 - 40) * (100vw - 320px) / 1600);
  }
}
#header #headermedia.type-type0 .placeholder {
  height: 450px;
  max-height: 25vh;
  background: #969696;
}
#header #headermedia.type-type1 {
  height: 100vh;
  margin-bottom: 140px;
}
@media (max-width: 1920px) {
  #header #headermedia.type-type1 {
    margin-bottom: calc(80px + (140 - 80) * (100vw - 320px) / 1600);
  }
}
#header #headermedia.type-type1 .items {
  height: 100vh;
}
#header #headermedia.type-type1 .items .item {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#header #headermedia.type-type1 .items .item img {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#header #headermedia.type-type2 {
  height: 600px;
  max-height: 70vh;
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  #header #headermedia.type-type2 {
    margin-bottom: calc(40px + (80 - 40) * (100vw - 320px) / 1600);
  }
}
#header #headermedia.type-type2.no_crop_1 {
  height: auto;
}
#header #headermedia.type-type2.no_crop_1 .items {
  height: auto;
}
#header #headermedia.type-type2.no_crop_1 .items .item {
  height: auto;
  background: none;
}
#header #headermedia.type-type2.no_crop_1 .items .item img {
  display: block;
}
#header #headermedia.type-type2 .items {
  height: 600px;
  max-height: 70vh;
}
#header #headermedia.type-type2 .items .item {
  height: 600px;
  max-height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#header #headermedia.type-type2 .items .item img {
  display: none;
  height: 600px;
  max-height: 70vh;
  width: 100%;
  object-fit: cover;
}
#header #headermedia.type-type3 {
  height: 100vh;
  margin-bottom: 140px;
}
@media (max-width: 1920px) {
  #header #headermedia.type-type3 {
    margin-bottom: calc(80px + (140 - 80) * (100vw - 320px) / 1600);
  }
}
#header #headermedia.type-type3 video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#header #headermedia.type-type4 {
  height: 600px;
  max-height: 70vh;
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  #header #headermedia.type-type4 {
    margin-bottom: calc(40px + (80 - 40) * (100vw - 320px) / 1600);
  }
}
#header #headermedia.type-type4.no_crop_1 {
  height: auto;
}
#header #headermedia.type-type4.no_crop_1 .items {
  height: auto;
}
#header #headermedia.type-type4.no_crop_1 .items .item {
  height: auto;
}
#header #headermedia.type-type4 video {
  height: 600px;
  max-height: 70vh;
  width: 100%;
  object-fit: cover;
}

#blocks table {
  width: auto;
  border-collapse: collapse;
}
#blocks table td {
  padding: 10px;
}
#blocks table.logotable tr td {
  padding: 10px;
}
#blocks table.logotable tr td img {
  display: block;
  height: 200px;
  width: 80%;
  margin: 0 auto;
  object-fit: contain;
}
#blocks p {
  margin-top: 0;
}
#blocks > .block.mt0, #blocks > .block.mt0 .innerm {
  padding-top: 0;
}
#blocks > .block.mt1, #blocks > .block.mt1 .innerm {
  padding-top: 25px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt1, #blocks > .block.mt1 .innerm {
    padding-top: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mt2, #blocks > .block.mt2 .innerm {
  padding-top: 50px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt2, #blocks > .block.mt2 .innerm {
    padding-top: calc(30px + (50 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mt3, #blocks > .block.mt3 .innerm {
  padding-top: 100px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt3, #blocks > .block.mt3 .innerm {
    padding-top: calc(50px + (100 - 50) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mt4, #blocks > .block.mt4 .innerm {
  padding-top: 150px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt4, #blocks > .block.mt4 .innerm {
    padding-top: calc(80px + (150 - 80) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mt5, #blocks > .block.mt5 .innerm {
  padding-top: 200px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt5, #blocks > .block.mt5 .innerm {
    padding-top: calc(100px + (200 - 100) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb0, #blocks > .block.mb0 .innerm {
  padding-bottom: 0;
}
#blocks > .block.mb1, #blocks > .block.mb1 .innerm {
  padding-bottom: 25px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb1, #blocks > .block.mb1 .innerm {
    padding-bottom: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb2, #blocks > .block.mb2 .innerm {
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb2, #blocks > .block.mb2 .innerm {
    padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb3, #blocks > .block.mb3 .innerm {
  padding-bottom: 100px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb3, #blocks > .block.mb3 .innerm {
    padding-bottom: calc(50px + (100 - 50) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb4, #blocks > .block.mb4 .innerm {
  padding-bottom: 150px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb4, #blocks > .block.mb4 .innerm {
    padding-bottom: calc(80px + (150 - 80) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb5, #blocks > .block.mb5 .innerm {
  padding-bottom: 200px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb5, #blocks > .block.mb5 .innerm {
    padding-bottom: calc(100px + (200 - 100) * (100vw - 320px) / 1600);
  }
}
#blocks .wpcf7 .headline {
  font-weight: 500;
  font-size: 45px;
  line-height: 65px;
  text-align: left;
  color: #324d5e;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  #blocks .wpcf7 .headline {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (65 - 22) * (100vw - 320px) / 1600);
  }
}
#blocks .wpcf7 .row {
  grid-gap: 50px;
}
@media (max-width: 1920px) {
  #blocks .wpcf7 .row {
    grid-gap: calc(5px + (50 - 5) * (100vw - 320px) / 1600);
  }
}
#blocks .wpcf7 label {
  display: block;
  margin-top: 15px;
}
#blocks .wpcf7 .label,
#blocks .wpcf7 .wpcf7-text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}
#blocks .wpcf7 textarea {
  padding: 25px;
}
#blocks .wpcf7 .wpcf7-submit {
  border: none;
  position: relative;
  color: #000;
  padding-left: 50px;
  background: url("../img/arr-form.svg") no-repeat left center;
  cursor: pointer;
  margin: 20px 0;
  float: right;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#blocks .wpcf7 .wpcf7-submit:hover {
  padding-left: 45px;
}
#blocks .wpcf7 .wpcf7-spinner {
  clear: both;
  display: block;
}
#blocks .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  font-size: 16px;
  text-align: right;
  width: 100%;
}

#footer {
  background: #324d5e;
  padding: 40px 0;
  color: #fff;
}
#footer .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 700px) {
  #footer .row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
#footer .row .col1 .info {
  margin: 40px 0;
}
#footer .row .col2 {
  text-align: right;
}
#footer .row .col2 #footer-navigation #footer_navigation {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
@media (max-width: 700px) {
  #footer .row .col2 #footer-navigation #footer_navigation {
    text-align: center;
    width: 100%;
  }
}
#footer .row .col2 #footer-navigation #footer_navigation li a {
  color: #fff;
  text-decoration: none;
}
#footer .row .col2 #footer-navigation #footer_navigation li a:hover {
  text-decoration: underline;
}
#footer #footer_logo img {
  max-width: 250px;
}
#footer .info a {
  color: #fff;
  text-decoration: none;
}
#footer .info a:hover {
  text-decoration: underline;
}
#footer .socials {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 700px) {
  #footer .socials {
    text-align: center;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 20px;
}
#footer .socials li a svg {
  height: 42px;
  width: 42px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #fff;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#footer .socials li a svg path {
  fill: #324d5e;
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#footer .socials li a:hover svg {
  background: #324d5e;
  border: 1px solid #324d5e;
}
#footer .socials li a:hover svg path {
  fill: #fff;
}

html .mm-menu {
  background: #eceef3;
  background-color: #eceef3;
}

#blocks .oo-estate-sort select {
  margin-bottom: 15px;
}

#menu-item-wpml-ls-15-en {
  display: none;
}

#main-langswitch {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1320px) {
  #main-langswitch {
    display: none;
  }
}
#main-langswitch > div #langswitch {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-langswitch > div #langswitch li {
  display: inline-block;
  display: none;
}
#main-langswitch > div #langswitch li:first-child {
  display: block;
}
#main-langswitch .metatel a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#main-langswitch .metatel a:before {
  content: "";
  background: url("../img/phone-svgrepo-com.svg") no-repeat center;
  background-size: contain;
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -19px;
  top: 0;
}
#main-langswitch .metatel a:hover {
  text-decoration: underline;
}

.otgs-development-site-front-end {
  display: none !important;
}

#blocks .block-shortcode .oo-listframe {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 900px) {
  #blocks .block-shortcode .oo-listframe {
    grid-template-columns: 1fr;
  }
}
#blocks .block-shortcode .oo-listframe .oo-picture {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
#blocks .block-shortcode .oo-detailview .oo-detailsheadline h1 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1920px) {
  #blocks .block-shortcode .oo-detailview .oo-detailsheadline h1 {
    font-size: calc(20px + (45 - 20) * (100vw - 320px) / 1600);
    line-height: calc(22px + (50 - 22) * (100vw - 320px) / 1600);
    margin-bottom: calc(5px + (15 - 5) * (100vw - 320px) / 1600);
  }
}
#blocks .block-shortcode .oo-detailview .oo-detailsheadline .vermarktungsstatus {
  display: none;
}
#blocks .block-shortcode .oo-detailview .oo-detailsfreetext {
  margin-bottom: 50px;
  clear: both;
}
#blocks .block-shortcode .oo-detailview .oo-detailsfreetext h2 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1920px) {
  #blocks .block-shortcode .oo-detailview .oo-detailsfreetext h2 {
    font-size: calc(20px + (45 - 20) * (100vw - 320px) / 1600);
    line-height: calc(22px + (50 - 22) * (100vw - 320px) / 1600);
    margin-bottom: calc(5px + (15 - 5) * (100vw - 320px) / 1600);
  }
}

html #langswitch li.menu-item-wpml-ls-22-ru {
  display: none !important;
}

html .menu-item-wpml-ls-15-ru {
  display: none !important;
}

.oo-form br {
  display: none;
}
.oo-form input[type=text] {
  display: block;
  width: 100%;
}
.oo-form input[name=gdprcheckbox] {
  margin-right: 10px;
}
.oo-form input[type=submit] {
  cursor: pointer;
  display: block;
  margin-top: 10px;
}

html .oo-listinfotableview {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

html .oo-listframe .oo-listinfotableview {
  display: none !important;
}

html .oo-details-main .slick-next {
  right: 5px;
}
html .oo-details-main .slick-prev {
  left: 5px;
  z-index: 99;
}
html .oo-details-main .oo-detailsgallery {
  width: 60%;
  float: left;
}
@media (max-width: 847px) {
  html .oo-details-main .oo-detailsgallery {
    float: none;
    width: 100%;
  }
}
@media (max-width: 847px) {
  html .oo-details-main {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
html .oo-details-main .oo-detailstable {
  width: 39%;
  float: left;
  margin-left: 1%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background-color: #324d5e;
  padding: 10px 0;
}
@media (max-width: 847px) {
  html .oo-details-main .oo-detailstable {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
html .oo-details-main .oo-detailstable .oo-detailslisttd {
  width: 100%;
  padding: 5px 15px;
  hyphens: auto;
  font-size: 16px;
  line-height: 22.1px;
  color: #fff;
}
html .oo-details-main .oo-detailstable .oo-detailslisttd:nth-child(odd) {
  padding-right: 10px;
}
html .oo-details-main .oo-detailstable .oo-detailslisttd:nth-child(odd),
html .oo-details-main .oo-detailstable .oo-field-label {
  font-weight: 700;
}

html .oo-details-sidebar {
  clear: both;
}

html a.oo-listimage {
  position: relative;
}
html a.oo-listimage .ehi_kaufpreis {
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

html .list-data-row {
  background-color: #324d5e;
  color: #fff;
  min-height: 34px;
  padding: 5px 10px;
  margin-top: -11px;
}

html .oo-detailsfreetext {
  padding-top: 25px;
}

html .oo-listimage .oo-picture {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
html .oo-listimage:hover .oo-picture {
  transform: scale(1.1);
}

#blocks .oo-responsive-image {
  aspect-ratio: 3/2;
}

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