/*! 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.
 */
@import url("//hello.myfonts.net/count/39ab49");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * 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: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .container {
    padding-right: calc(50% - 1024px / 2);
    padding-left: calc(50% - 1024px / 2);
  }
  .container .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.container-fluid {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul.row {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.col {
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
  width: 100%;
}
.col.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.gutter {
  padding-right: 8px;
  padding-left: 8px;
}

body {
  color: #171719;
}

#main-footer a, #site-menu a {
  color: #171719;
}

.image-list .title,
.options .title,
#breadcrumb {
  background-color: #b3b2b2;
  color: #fff;
}
.image-list .title a,
.options .title a,
#breadcrumb a {
  color: #fff;
}

.brot .image-list .title,
.brot .options .title,
.brot #breadcrumb {
  background-color: #d6b383;
}
.brot .article h1, .brot .diamonds {
  color: #d6b383;
}
.brot .options .description.description-title, .brot .options .description a {
  color: #d6b383;
}
.brot .download a {
  color: #d6b383;
  background-color: transparent;
  background-image: linear-gradient(#d6b383, #d6b383);
}

.gardenhouse .image-list .title,
.gardenhouse .options .title,
.gardenhouse #breadcrumb {
  background-color: #a1c7aa;
}
.gardenhouse .article h1, .gardenhouse .diamonds {
  color: #a1c7aa;
}
.gardenhouse .options .description.description-title, .gardenhouse .options .description a {
  color: #a1c7aa;
}
.gardenhouse .download a {
  color: #a1c7aa;
  background-color: transparent;
  background-image: linear-gradient(#a1c7aa, #a1c7aa);
}

.villabagatelle .image-list .title,
.villabagatelle .options .title,
.villabagatelle #breadcrumb {
  background-color: #ccb6e8;
}
.villabagatelle .article h1, .villabagatelle .diamonds {
  color: #ccb6e8;
}
.villabagatelle .options .description.description-title, .villabagatelle .options .description a {
  color: #ccb6e8;
}
.villabagatelle .download a {
  color: #ccb6e8;
  background-color: transparent;
  background-image: linear-gradient(#ccb6e8, #ccb6e8);
}

.mom .image-list .title,
.mom .options .title,
.mom #breadcrumb {
  background-color: #ccb6e8;
}
.mom .article h1, .mom .diamonds {
  color: #ccb6e8;
}
.mom .options .description.description-title, .mom .options .description a {
  color: #ccb6e8;
}
.mom .download a {
  color: #ccb6e8;
  background-color: transparent;
  background-image: linear-gradient(#ccb6e8, #ccb6e8);
}

#secondary-footer {
  background-color: #b3b2b2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#secondary-footer a {
  color: #fff;
}

a {
  text-decoration: none;
}

#main-header {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

#site-menu {
  height: 60px;
}
#site-menu li {
  width: 50%;
  text-align: center;
}
#site-menu li:first-child, #site-menu li:last-child {
  width: 25%;
  text-align: left;
}
#site-menu li:last-child {
  text-align: right;
}
#site-menu li:first-child {
  padding-left: 20px;
}
@media (min-width: 576px) {
  #site-menu li {
    width: 50%;
  }
  #site-menu li:first-child, #site-menu li:last-child {
    width: 25%;
  }
}
@media (min-width: 768px) {
  #site-menu {
    height: 80px;
  }
}

#breadcrumb {
  background-color: #b3b2b2;
}
#breadcrumb ul.col {
  list-style: none;
  padding: 8px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  #breadcrumb ul.col {
    padding: 13px 16px 13px;
  }
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li::after {
  content: " /";
}
#breadcrumb li:last-child::after {
  content: none;
}

#main-footer {
  height: 51px;
  box-sizing: border-box;
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
}
#main-footer .col {
  width: 33.3333333%;
  text-align: center;
}
#main-footer .col:first-child, #main-footer .col:last-child {
  text-align: left;
}
#main-footer .col:first-child {
  padding-left: 20px;
}
#main-footer .col:last-child {
  text-align: right;
  padding-right: 20px;
}

#main-footer .row {
  padding-top: 12px;
  padding-bottom: 10px;
}

#content-body {
  flex-grow: 1;
  z-index: 0;
}

.fold-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-color: #fff;
}

.horizontal-list {
  list-style: none;
  padding-left: 0;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 8px;
}
.horizontal-list li {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
}

.homepage-images {
  background-color: #fff;
}
.homepage-images .col {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}
.homepage-images .col .title {
  position: absolute;
  background-color: transparent;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 11px;
  box-sizing: border-box;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
}
.homepage-images .col .title span {
  position: relative;
  z-index: 1;
}
.homepage-images .col .title::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage-images img {
  display: block;
  width: 100%;
  height: calc(var(--vh, 1vh) * 25 - 12.75px - 15px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  flex-grow: 0;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
}
.homepage-images .col:first-child img {
  left: 100px;
}
@media (orientation: landscape) {
  .homepage-images {
    overflow: hidden;
  }
  .homepage-images .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .homepage-images .col {
    width: 23%;
    flex-direction: row;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
  }
  .homepage-images img {
    height: calc(var(--vh, 1vh) * 100 - 51px - 60px);
    display: block;
  }
}
@media (min-width: 1025px) and (orientation: landscape) {
  .homepage-images {
    overflow: hidden;
  }
  .homepage-images .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .homepage-images .col {
    width: 25%;
    margin-left: 8px;
    margin-right: 8px;
    min-height: 800px;
    height: inherit;
    transition: width 0.5s ease-in-out;
  }
  .homepage-images .col:hover {
    flex-grow: 1;
    width: 50%;
  }
  .homepage-images .col:hover img {
    left: 0;
    right: 0;
    display: block;
  }
  .homepage-images .row {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .article-page .image-big img {
    min-height: calc(var(--vh, 1vh) * 66);
  }
}

.image-big {
  margin-bottom: 16px;
}
.image-big img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 320px;
  max-height: calc(var(--vh, 1vh) * 90);
}
@media (min-width: 768px) {
  .image-big img {
    height: calc((var(--vh, 1vh) * 100 - 207px) * 0.66666);
  }
}
@media (min-width: 1025px) {
  .image-big img {
    height: calc((var(--vh, 1vh) * 100 - 239px) * 0.66666);
  }
}
@media (min-width: 768px) {
  .image-big .col {
    padding-left: 0;
    padding-right: 0;
  }
  .image-big .title {
    padding-left: 15px;
    padding-right: 8px;
  }
}

.options .col {
  margin-bottom: 16px;
  padding: 0;
}
.options .col .img-wrapper img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .options .col .img-wrapper img {
    height: calc((var(--vh, 1vh) * 100 - 207px) * 0.33333);
  }
}
@media (min-width: 1025px) {
  .options .col .img-wrapper img {
    height: calc((var(--vh, 1vh) * 100 - 239px) * 0.333333);
  }
}
.options .title {
  background-color: #ccc;
  padding: 8px;
  text-align: center;
}
@media (min-width: 1025px) {
  .options .title {
    padding: 14px 16px 12px;
  }
}
.options .title h2 {
  margin: 0;
}
.options .title h2::before, .options .title h2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #fff;
  position: relative;
  bottom: 3px;
  margin: 0 15px;
}
@media (max-width: 1024.98px) {
  .options .title h2::before, .options .title h2::after {
    bottom: 1px;
  }
}
@media (min-width: 1025px) {
  .options .title h2::before, .options .title h2::after {
    width: 8px;
    height: 8px;
  }
}
.options .title h2::before {
  margin-right: 21px;
}
.options .description-body {
  line-height: 1.7;
  letter-spacing: 0.6px;
}
.options .description {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .options .description {
    padding-left: 15px;
    padding-right: 8px;
  }
}
.options .description a {
  font-weight: 700;
  text-transform: uppercase;
  color: #ccb6e8;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 0%;
  background-origin: padding-box;
}
.options .description p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8em;
}
.options .description.description-title {
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ccb6e8;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .options {
    overflow: hidden;
  }
  .options .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .options .col {
    width: 33.333333333%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.image-list .col {
  margin-bottom: 16px;
  padding: 0;
}
.image-list img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .image-list img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .image-list img {
    height: calc((var(--vh, 1vh) * 100 - 266px) / 2);
  }
}
.image-list .title {
  padding: 8px;
  text-align: center;
}
.image-list .title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.image-list .title h2 a {
  text-align: center;
  padding-left: 4px;
  margin: 0 8px;
}
.image-list .title h2::before, .image-list .title h2::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-basis: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 1024.98px) {
  .image-list .title h2::before, .image-list .title h2::after {
    bottom: 1px;
  }
}
@media (min-width: 576px) {
  .image-list.row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .image-list .col {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .image-list .col {
    width: 25%;
  }
}

a.link-cover::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link-cover:not(a) {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.article a {
  color: inherit;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 0%;
  background-origin: padding-box;
  text-decoration: underline;
}

.entry-impresszum .article a, .entry-impressum .article a {
  color: #171719;
  background: none;
  text-decoration: none;
  font-weight: bold;
}

@font-face {
  font-family: "AcherusGrotesque-Regular";
  src: url("/resources/font/acherus-grotesque-regular.eot");
  src: url("/resources/font/acherus-grotesque-regular.eot?#iefix") format("embedded-opentype"), url("/resources/font/acherus-grotesque-regular.woff2") format("woff2"), url("/resources/font/acherus-grotesque-regular.woff") format("woff"), url("/resources/font/acherus-grotesque-regular.ttf") format("truetype"), url("/resources/font/acherus-grotesque-regular.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AcherusGrotesque-RegularItalic";
  src: url("/resources/font/acherus-grotesque-regular-italic.eot");
  src: url("/resources/font/acherus-grotesque-regular-italic.eot?#iefix") format("embedded-opentype"), url("/resources/font/acherus-grotesque-regular-italic.woff2") format("woff2"), url("/resources/font/acherus-grotesque-regular-italic.woff") format("woff"), url("/resources/font/acherus-grotesque-regular-italic.ttf") format("truetype"), url("/resources/font/acherus-grotesque-regular-italic.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AcherusGrotesque-Bold";
  src: url("/resources/font/acherus-grotesque-bold.eot");
  src: url("/resources/font/acherus-grotesque-bold.eot?#iefix") format("embedded-opentype"), url("/resources/font/acherus-grotesque-bold.woff2") format("woff2"), url("/resources/font/acherus-grotesque-bold.woff") format("woff"), url("/resources/font/acherus-grotesque-bold.ttf") format("truetype"), url("/resources/font/acherus-grotesque-bold.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AcherusGrotesque-BoldItalic";
  src: url("/resources/font/acherus-grotesque-bold-italic.eot");
  src: url("/resources/font/acherus-grotesque-bold-italic.eot?#iefix") format("embedded-opentype"), url("/resources/font/acherus-grotesque-bold-italic.woff2") format("woff2"), url("/resources/font/acherus-grotesque-bold-italic.woff") format("woff"), url("/resources/font/acherus-grotesque-bold-italic.ttf") format("truetype"), url("/resources/font/acherus-grotesque-bold-italic.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BaskervilleMTPro-Regular";
  src: url("/resources/font/39AB49_0_0.eot");
  src: url("/resources/font/39AB49_0_0.eot?#iefix") format("embedded-opentype"), url("/resources/font/39AB49_0_0.woff2") format("woff2"), url("/resources/font/39AB49_0_0.woff") format("woff"), url("/resources/font/39AB49_0_0.ttf") format("truetype");
}
.fontfamilies {
  font-family: BaskervilleMTPro-Regular;
  font-family: "AcherusGrotesque-Regular", sans-serif;
  font-family: "AcherusGrotesque-RegularItalic", sans-serif;
  font-family: "AcherusGrotesque-Bold", sans-serif;
  font-family: "AcherusGrotesque-BoldItalic", sans-serif;
}

.font-a-r, .cc-window.cc-banner.cc-theme-block .cc-compliance .cc-btn.cc-dismiss, .cc-window.cc-banner.cc-theme-block .cc-message, body {
  font-family: "AcherusGrotesque-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-a-ri {
  font-family: "AcherusGrotesque-RegularItalic", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-a-b, .mm-listitem__text, .mm-navbar__title, #ml-menu a, .popup-innerwrapper, #site-menu li, #main-footer li {
  font-family: "AcherusGrotesque-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-a-bi {
  font-family: "AcherusGrotesque-BoldItalic", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-b, .popup-innerwrapper h2, .article h1 {
  font-family: BaskervilleMTPro-Regular, serif;
  font-weight: normal;
  font-style: normal;
}

body * {
  font-weight: normal;
  font-style: normal;
}

.image-list .title h2,
.options .title h2,
.homepage-images .title {
  font-size: 0.8em;
  letter-spacing: 6px;
  text-transform: uppercase;
}

#breadcrumb {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 6px;
}

@media (min-width: 1025px) {
  .image-list .title h2,
  .options .title h2,
  .homepage-images .title {
    font-size: 1.125em;
    letter-spacing: 0.3em;
  }
  #breadcrumb {
    font-size: 1.125em;
    letter-spacing: 0.3em;
  }
}
#site-menu li, #main-footer li {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
}

#secondary-footer a {
  font-size: 12px;
}

.svg-big_logo-brot-dims {
  width: 14em;
  height: 14em;
}

.svg-big_logo-budapest-dims {
  width: 15em;
  height: 15em;
}

.svg-big_logo-gardenhouse-dims {
  width: 15em;
  height: 15em;
}

.svg-big_logo-mompark-dims {
  width: 15em;
  height: 15em;
}

.svg-icon-bee-dims {
  width: 2.1666666667em;
  height: 2.0833333333em;
}

.svg-icon-brot-dims {
  width: 6.6em;
  height: 3em;
}

.svg-icon-facebook-dims {
  width: 2em;
  height: 2em;
}

.svg-icon-garden-dims {
  width: 3.3333333333em;
  height: 3.3333333333em;
}

.svg-icon-instagram-dims {
  width: 2em;
  height: 2em;
}

.svg-icon-mom-dims {
  width: 3.3333333333em;
  height: 3.3333333333em;
}

.svg-icon-villa-dims {
  width: 3.3333333333em;
  height: 3.3333333333em;
}

.svg-logo-brot-dims {
  width: 12.82em;
  height: 3.541666em;
}

.svg-logo-budapest-dims {
  width: 15.0833333333em;
  height: 4.1666666667em;
}

.svg-logo-villa-dims {
  width: 15.0833333333em;
  height: 4.1666666667em;
}

.svg-logo-gardenhouse-dims {
  width: 15.0833333333em;
  height: 4.1666666667em;
}

.svg-logo-mompark-dims {
  width: 15.0833333333em;
  height: 4.1666666667em;
}

#main-footer {
  border-top: 1px solid #ccc;
}

.opening-page #main-footer {
  border-top: none;
}

.article-page .article {
  padding-bottom: 3em;
}
.article-page .article .row {
  margin-left: 0;
  margin-right: 0;
}
.article-page .article .col {
  padding-left: 20px;
  padding-right: 20px;
}

#site-menu .col.logo {
  overflow: hidden;
  position: relative;
  font-size: 9px;
}
#site-menu .col.logo span {
  position: absolute;
  right: -200%;
}
@media (min-width: 768px) {
  #site-menu .col.logo {
    font-size: 12px;
  }
}

.lang a.active {
  display: none;
}

#main-header li, #main-footer li {
  display: flex;
  align-items: center;
}
#main-header li:nth-child(2), #main-footer li:nth-child(2) {
  justify-content: center;
  position: relative;
  top: 2px;
}
#main-header li:nth-child(3), #main-footer li:nth-child(3) {
  justify-content: flex-end;
}
#main-header {
  border-bottom: 1px solid #ccc;
}

.opening-page #main-header {
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-header .aboutus {
    font-size: 18px;
    top: 0.6em;
  }
}

@media (min-width: 576px) {
  #main-header .aboutus a::after, #main-header .aboutus a::before {
    content: " ";
    display: inline-block;
    width: 0.375em;
    height: 0.375em;
    background-color: #171719;
    transform: rotate(45deg);
    margin: 0 0.6em 0 0.5em;
    position: relative;
    bottom: 0.15em;
  }
}

.diamonds {
  padding-top: 3em;
  text-align: center;
}
.diamonds .svg-diamond2-dims {
  display: inline-block;
}

.article {
  line-height: 1.6;
  letter-spacing: 0.6px;
}
.article h1 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  text-align: center;
  margin: 0.8em 0 1em;
}
.article a {
  text-decoration: none;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 0%;
  background-origin: padding-box;
  color: #171719;
}
.article b, .article strong {
  font-weight: bold;
  letter-spacing: 1px;
}
.article u {
  text-decoration: none;
}
.article i, .article em {
  font-style: italic;
}
.article h2, .article h3, .article h4 {
  letter-spacing: 1px;
}

.download {
  text-align: center;
}
.download a {
  background-color: transparent;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .article h1 {
    font-size: 1.875em;
  }
}
.map, .map iframe {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 640px;
  max-height: 54vh;
}

.map {
  margin-bottom: 32px;
}

.test {
  transition: all 1s ease-in;
  height: 30vh;
  background-color: rgba(255, 0, 0, 0.1);
}

.contact.row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.accordion .col {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid white;
}
.accordion .col:last-child {
  border-bottom: none;
}

.accordion__content {
  overflow: auto;
  padding-top: 18px;
  padding-bottom: 36px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.accordion__content .big-logo {
  font-size: 9px;
  display: block;
  margin: 0 auto;
  height: 180px;
}
.accordion__content .social {
  display: flex;
  justify-content: space-between;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.accordion__content .social a {
  color: #fff;
  background-color: #171719;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  box-sizing: border-box;
}
.accordion__content .social div {
  width: 22px;
  height: 22px;
  padding: 1px;
  box-sizing: border-box;
}
.accordion__content h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.82em;
  margin-bottom: 32px;
}
.accordion__content h2 em {
  font-weight: 600;
  font-size: 14px;
}
.accordion__content h3 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 40px;
  text-transform: uppercase;
}
.accordion__content p {
  margin: 0;
}
.accordion__content p a {
  color: #171719;
}
.accordion__content p a:hover {
  text-decoration: underline;
}
.accordion__content br + p {
  margin-top: 16px;
}

.acc-villabagatelle .accordion__header {
  background-color: #ccb6e8;
  color: #fff;
}

.acc-gardenhouse .accordion__header {
  background-color: #a1c7aa;
  color: #fff;
}

.acc-mom .accordion__header {
  background-color: #ccb6e8;
  color: #fff;
}

.acc-brot .accordion__header {
  background-color: #d6b383;
  color: #512100;
}

.accordion__header, .accordion__content {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 1024.98px) {
  .map, .map iframe {
    display: none;
  }
  .accordion__content .big-logo {
    display: none;
  }
  .accordion__wrapper {
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  .accordion__header {
    min-height: calc((100vh - 141px) / 4);
    transition: min-height 0.2s ease-in-out;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding: 16px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
  }
  .accordion__header .icon {
    position: absolute;
    left: 15px;
    font-size: 10px;
  }
  .accordion__header a::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .active > .accordion__header {
    min-height: 48px;
  }
}
@media (min-width: 1025px) {
  .accordion__header {
    display: none;
  }
  .contact .col {
    width: 20%;
  }
}
.sitedimming {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 666;
}

.popup-open .sitedimming {
  display: block;
}

.popup-container {
  width: 100%;
  max-width: 604px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 8px 32px 32px;
  box-sizing: border-box;
  max-height: calc(100vh - 50px);
  overflow: auto;
}

.closepopup {
  position: relative;
  right: -24px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0 0 auto;
  cursor: pointer;
}
.closepopup::before, .closepopup::after {
  content: " ";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 11px;
  left: 0;
  background-color: #fff;
  transform: rotate(45deg);
}
.closepopup::after {
  transform: rotate(-45deg);
}

.popup-outerwrapper {
  background-color: #fff;
  padding: 22px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: auto;
  position: relative;
}

.popup-innerwrapper {
  border: 1px solid #d2d2d1;
  min-height: 64px;
  padding: 31px 24px 16px;
}

.popup-outerwrapper::before,
.popup-outerwrapper::after,
.popup-innerwrapper::before,
.popup-innerwrapper::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d2d2d1;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.popup-outerwrapper::before {
  left: 18px;
  top: 18px;
}

.popup-outerwrapper::after {
  right: 18px;
  top: 18px;
}

.popup-innerwrapper::before {
  left: 18px;
  bottom: 18px;
}

.popup-innerwrapper::after {
  right: 18px;
  bottom: 18px;
}

.popup-innerwrapper {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  text-transform: uppercase;
  text-align: center;
}
.popup-innerwrapper > *:last-child {
  margin-bottom: 0;
  margin-top: 46px;
}
.popup-innerwrapper h2 {
  font-size: 14px;
  line-height: 1.857em;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 2.3em;
}
.popup-innerwrapper h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1em;
}
.popup-innerwrapper .row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .popup-innerwrapper .row {
    flex-wrap: nowrap;
  }
}
.popup-innerwrapper .col {
  padding-left: 8px;
  padding-right: 8px;
}

.cc-window.cc-banner.cc-theme-block {
  background-color: #686868;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cc-window.cc-banner.cc-theme-block .cc-message {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  max-width: 800px;
}
.cc-window.cc-banner.cc-theme-block .cc-compliance {
  margin-left: auto;
}
.cc-window.cc-banner.cc-theme-block .cc-compliance .cc-btn.cc-dismiss {
  background-color: transparent;
  font-size: 10.3px;
  line-height: 2em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.cc-window.cc-banner.cc-theme-block .cc-compliance .cc-btn.cc-dismiss::before, .cc-window.cc-banner.cc-theme-block .cc-compliance .cc-btn.cc-dismiss::after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  margin-right: 9px;
  transform: rotate(45deg);
  position: relative;
  bottom: 1px;
}
.cc-window.cc-banner.cc-theme-block .cc-compliance .cc-btn.cc-dismiss::after {
  margin-right: 0;
  margin-left: 5px;
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 1 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #7f7f7f;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none ;
}

:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

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

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

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}
.mm-panel:after {
  height: 44px;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0%, 0, 0);
}
.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  transform: none !important;
}
.mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}
.mm-btn:before, .mm-btn:after {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-btn_close:before, .mm-btn_close:after {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir=rtl] .mm-btn_close:before, [dir=rtl] .mm-btn_close:after {
  right: auto;
}
[dir=rtl] .mm-btn_close:before {
  left: 25px;
}
[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  min-height: 44px;
}
@supports (position: sticky) {
  .mm-navbar_sticky {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.mm-navbar > * {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mm-navbar__btn {
  flex-grow: 0;
}

.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}
.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

[dir=rtl] .mm-navbar {
  flex-direction: row-reverse;
}

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

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}
[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

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

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

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

[dir=rtl] .mm-menu_offcanvas {
  /*left: unset;
  right: 0;*/
}

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

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}
.mm-menu_autoheight.mm-menu_position-top, .mm-menu_autoheight.mm-menu_position-bottom {
  max-height: 80%;
}
.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

[class*=mm-menu_columns-] {
  transition-property: width;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, transform;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  transform: translate3d(0%, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0px;
}

.mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    transform: translate3d(0px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width, min-width, max-width, transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

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

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-divider:before {
  background: rgba(0, 0, 0, 0.05);
}
@supports (position: sticky) {
  .mm-divider {
    position: sticky;
    z-index: 2;
    top: 0;
  }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}
.mm-divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important;
}
.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important;
}

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

.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

.mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before, .mm-menu_tip-bottom: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: -1;
  transform: rotate(45deg);
}
.mm-menu_tip-left:before {
  left: 22px;
}
.mm-menu_tip-right:before {
  right: 22px;
}
.mm-menu_tip-top:before {
  top: -8px;
}
.mm-menu_tip-bottom:before {
  bottom: -8px;
}

:root {
  --mm-iconbar-size: 50px;
}

.mm-menu_iconbar-left .mm-panels,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-navbars_bottom {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size);
}
.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  display: block;
  left: 0;
}
.mm-menu_iconbar-right .mm-panels,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-navbars_bottom {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size);
}
.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  display: block;
  right: 0;
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute;
}
.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}
.mm-iconbar__bottom a, .mm-iconbar__top a {
  text-decoration: none;
}

.mm-iconbar__top {
  top: 0;
}

.mm-iconbar__bottom {
  bottom: 0;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size: 50px;
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size) * 1);
}

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - var(--mm-iconpanel-size) * 2);
}

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - var(--mm-iconpanel-size) * 3);
}

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: transform, width;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  transform: unset;
}
.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar,
.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}
.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: transform, width;
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: none;
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}
.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_top {
  flex-shrink: 0;
}
.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
}

.mm-navbars_bottom {
  flex-shrink: 0;
}
.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
}
.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0;
}
.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mm-navbar__breadcrumbs > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text);
}
.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}
.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none;
}
.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none;
}
.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
  height: 44px;
  display: flex;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}
.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px;
}
.mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  box-shadow: none !important;
  outline: none !important;
  font: inherit;
  font-size: inherit;
}
.mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}
.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}
.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}
.mm-sectionindexer_active {
  right: 0;
}
.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn {
  transition: background-color 0.4s ease;
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > .mm-listitem__text {
  background: none;
}
.mm-menu_selected-hover .mm-listitem__text:hover,
.mm-menu_selected-hover .mm-listitem__btn:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: none;
}
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}
.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform;
}
.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider {
  opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid;
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  transform: translate3d(0, 0, 0);
}
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0);
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
input.mm-toggle:before {
  background: #f3f3f3;
}
input.mm-toggle:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  transition: transform 0.2s ease;
}
input.mm-toggle:checked {
  background: #4bd963;
}
input.mm-toggle:checked:before {
  transform: translateX(24px);
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px) / 2);
}
input.mm-check:before {
  content: "";
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: 0.3;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease;
}
input.mm-check:checked:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_fx-menu-slide {
  transition: transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  transform: translate3d(0%, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(0%, 0, 0);
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: flex;
  flex-direction: column;
}
.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  flex: 1 0 auto;
  min-height: 50px; /* for Safari :( */
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}
.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  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;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-front, .mm-menu_position-top, .mm-menu_position-bottom {
  transition: transform 0.4s ease;
}
.mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened, .mm-menu_position-bottom.mm-menu_opened {
  z-index: 2;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout, .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-top, .mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top, .mm-wrapper_opening .mm-menu_position-bottom {
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  box-shadow: var(--mm-shadow);
}
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 1 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #7f7f7f;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none ;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

#ml-menu {
  list-style: none;
}
#ml-menu ul {
  list-style: none;
}

body {
  width: 100%;
  box-sizing: border-box;
}

.overflowhidden, .popup-open {
  overflow: hidden;
  position: relative;
}

.submenu-trigger + ul {
  display: none;
}

.submenu-trigger.active + ul {
  display: inherit;
}

.submenu-trigger {
  position: relative;
}

.submenu-trigger::before {
  content: " ";
  position: absolute;
  left: -24px;
  top: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: 6px 6px;
  transition: all 0.2s ease-out;
}

.submenu-trigger.active::before {
  transform: rotate(225deg);
}

.menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #b3b2b2;
  z-index: 100;
  height: 100vh;
  transition: opacity 0.2s ease-in;
  overflow: auto;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.menu-wrapper nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 480px;
  margin: 0 auto;
  align-content: space-between;
}
.menu-wrapper nav ul {
  overflow: auto;
}

#ml-menu a:not(.submenu-trigger) {
  position: relative;
}
#ml-menu a:not(.submenu-trigger)::before {
  content: " ";
  position: absolute;
  left: -21px;
  top: 4px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #fff;
}
#ml-menu > li > a:not(.submenu-trigger)::before {
  content: none;
}
#ml-menu a {
  color: #fff;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3em;
}
#ml-menu a + ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
#ml-menu li {
  margin-bottom: 1.5em;
}
#ml-menu li.newsection {
  margin-top: 2em;
}

#ml-menu.hover a {
  color: #c6c6c6;
}
#ml-menu.hover a::before {
  border-color: #c6c6c6;
}
#ml-menu.hover a:hover {
  color: #fff;
}
#ml-menu.hover a:hover::before {
  border-color: #fff;
}
#ml-menu.hover a.submenu-trigger.active {
  color: #fff;
}
#ml-menu.hover a.submenu-trigger.active::before {
  border-color: #fff;
}
#ml-menu.hover .deepest + ul a {
  color: #fff;
}
#ml-menu.hover .deepest + ul a::before {
  border-color: #fff;
}
#ml-menu.hover .deepest + ul:hover a {
  color: #c6c6c6;
}
#ml-menu.hover .deepest + ul:hover a::before {
  border-color: #c6c6c6;
}
#ml-menu.hover .deepest + ul:hover a:hover {
  color: #fff;
}
#ml-menu.hover .deepest + ul:hover a:hover::before {
  border-color: #fff;
}

.menuOpen .menu-wrapper {
  pointer-events: all;
  opacity: 1;
}

.menu-header, .menu-footer {
  width: 100%;
  text-align: center;
}
.menu-header a, .menu-footer a {
  color: #171719;
}

.menu-header a, .menu-footer a {
  font-size: 9px;
}
@media (min-width: 768px) {
  .menu-header a, .menu-footer a {
    font-size: 12px;
  }
}

.menu-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .menu-header {
    height: 80px;
  }
}

.menu-footer {
  margin-top: auto;
  padding-bottom: 8px;
}

#ml-menu {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: auto;
}

#toggle-menu2 {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 44px;
  height: 44px;
}
#toggle-menu2::before, #toggle-menu2::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 21px;
  transform: rotate(45deg);
  height: 38px;
  width: 3px;
  background-color: #fff;
}
#toggle-menu2::after {
  transform: rotate(135deg);
}

#toggle-menu, .toggle-menu {
  position: relative;
  width: 41px;
  height: 41px;
}
#toggle-menu span, .toggle-menu span {
  display: block;
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #171719;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  transition: all 0.2s ease-out;
}
#toggle-menu span:nth-child(2), .toggle-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#toggle-menu span:last-child, .toggle-menu span:last-child {
  top: initial;
  bottom: 10px;
}
.menuOpen #toggle-menu span:first-child, .mm-wrapper_opened .toggle-menu span:first-child {
  transform: rotate(45deg);
  top: 19px;
}
.menuOpen #toggle-menu span:nth-child(2), .mm-wrapper_opened .toggle-menu span:nth-child(2) {
  width: 1px;
  transform: rotate(-45deg);
}
.menuOpen #toggle-menu span:last-child, .mm-wrapper_opened .toggle-menu span:last-child {
  transform: rotate(-45deg);
  bottom: 19px;
}

.mm-listitem__text, .mm-navbar__title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 19px;
  transition: color 0.25s ease-out;
  padding-top: 10px;
  padding-bottom: 10px;
}

#menu .mm-listitem::after {
  border: none;
}
#menu .mm-listitem__btn {
  border: none;
}

.mm-btn:before, .mm-btn:after {
  border-color: #fff;
  transition: border-color 0.25s ease-out;
}

.mm-navbar__title span {
  color: #fff;
  transition: color 0.25s ease-out;
}

.mm-listview:hover .mm-listitem__text {
  color: #c6c6c6;
}
.mm-listview:hover .mm-btn::before, .mm-listview:hover .mm-btn::after {
  border-color: #c6c6c6;
}
.mm-listview:hover .mm-btn:hover::before, .mm-listview:hover .mm-btn:hover::after {
  border-color: #fff;
}
.mm-listview:hover .mm-listitem__text:hover {
  color: #fff;
}
.mm-listview:hover .mm-navbar__title span {
  color: #c6c6c6;
}
.mm-listview:hover .mm-navbar:hover .mm-navbar__title span {
  color: #fff;
}
.mm-listview:hover .mm-navbar:hover .mm-btn::before, .mm-listview:hover .mm-navbar:hover .mm-btn::after {
  border-color: #fff;
}

.mm-navbar > * {
  justify-content: flex-start;
}

.mm-panel:focus {
  border: 0;
  outline: 0;
}

.mm-navbar {
  border-bottom: 0;
  margin-top: 8px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .mm-navbar {
    margin-top: 18px;
  }
}

#menu:not(.mm-menu) {
  display: none;
}

.mm-menu_theme-dark {
  --mm-color-background: #9d9d9d;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav + .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.owl-carousel {
  position: relative;
  padding: 0;
}

.owl-stage-outer {
  position: relative;
}

.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  height: 48px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

span[aria-label=Next], span[aria-label=Previous] {
  display: none;
}

button[role=presentation] {
  width: 40px;
  height: 40px;
  position: relative;
}
button[role=presentation]::after {
  content: " ";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transform-origin: 14px;
  border-top: 2px solid #171719;
  border-right: 2px solid #171719;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
button[role=presentation].owl-prev::after {
  transform: rotate(225deg);
  left: 14px;
  right: initial;
}
button[role=presentation]:hover::after {
  border-top-color: #D6D6D6;
  border-right-color: #D6D6D6;
}

.owl-theme .owl-nav button[class*=owl-]:hover {
  background-color: transparent;
}

.owl-theme .owl-nav button.owl-prev {
  margin-left: 15px;
}

.owl-theme .owl-nav button.owl-next {
  margin-right: 15px;
}

#content-body {
  position: relative;
}

.booking-button.booking-button-mobile {
  display: inline-block;
  top: 260px;
  right: 50%;
  transform: translateX(50%);
  opacity: 90%;
}

@media (min-width: 1025px) {
  .booking-button.booking-button-mobile {
    display: none;
  }
}
.booking-button {
  display: none;
  position: absolute;
  z-index: 100;
  padding: 10px 5px;
  background-color: #ccb6e8; /* Light purple - adjust this hex code to match your exact shade */
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.booking-button:hover {
  background-color: rgb(176.90625, 143.21875, 219.78125); /* Slightly darker shade for hover state */
}

.booking-button:after, .booking-button:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #fff;
  position: relative;
  bottom: 3px;
  margin: 0 15px;
}

@media (min-width: 1025px) {
  .booking-button.booking-button-desktop {
    display: inline-block;
    top: 21px;
    right: 90px;
    transform: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
