@charset "UTF-8";
:root {
  --f-main-regular: LinotypeUniversRegular, "LinotypeUniversRegular fallback", sans-serif;
  --f-main-medium: LinotypeUniversMedium, "LinotypeUniversMedium fallback", sans-serif;
  --f-main-bold: LinotypeUniversBold, "LinotypeUniversBold fallback", sans-serif;
  --f-display-regular: Copperplate,"Copperplate fallback", serif;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  font-family: var(--f-main-regular);
}

html[lang=en-US] {
  margin: 0 !important;
}

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

*:focus {
  outline: none;
}

*::-webkit-scrollbar {
  display: none;
}

a,
button,
.btn {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a {
  color: #000;
}

picture,
img {
  max-width: 100%;
}

main {
  max-width: 100%;
}

hr {
  border-top: 1px solid rgba(112, 112, 112, 0.6);
  border-bottom: 0;
}

ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

input,
button,
textarea {
  font-family: var(--f-main-regular);
}

:root {
  --size: 75px;
  --clr-bg: #272324;
  --clr1: #bb8;
  --clr2: #ccc68d;
  --clr3: #ed9;
  --clr4: #eec290;
  --clr5: #ea8;
}

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

.page-loader {
  position: absolute;
  z-index: 99999;
  top: -20vh;
  width: 100vw;
  height: 130vh;
  background-color: var(--clr-bg);
  margin-top: 7rem;
  margin-bottom: 7rem;
  grid-template-columns: repeat(2, auto);
  place-items: center;
  gap: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  display: none !important;
}

@media only screen and (max-width: 769px) {
  .sticky-mobile {
    border-top: 1px solid #c8c8c8;
    width: 100%;
    position: sticky;
    bottom: 0px;
    background-color: white;
  }
}
.sticky-mobile > .inner-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-mobile > .inner-holder > .btn {
  padding: 12px;
}

@media only screen and (min-width: 769px) {
  .sticky-mobile {
    width: 33.3335vw;
    position: sticky;
    bottom: 0;
    background-color: white;
  }
  .single_add_to_cart_button {
    border-radius: 0 !important;
  }
}
.postid-7639 .specs {
  display: none;
}

.postid-7639 .mdm-content__holder .btn {
  display: none;
}

.custom-h2 {
  font-size: unset;
  font-weight: unset;
  font-family: inherit;
  width: 100%;
}

.intro-read-more {
  flex: 0 0 68%;
  display: flex;
  flex-direction: column-reverse;
}

/* Single product page */
.description-top {
  display: block;
  max-width: 424px;
  width: 100%;
}

.specs .specification {
  min-width: 342px;
}

.single-product .pdetail-info .watch-content__detail .detail-holder .specification {
  margin-top: 0;
}

.single-product .pdetail-info .watch-content__detail .detail-holder .description p:not(:last-child) {
  margin-bottom: 20px;
}

.single-product .watch-specs {
  flex: 0 0 50%;
  max-width: 50%;
}

.single-product h3.tc-cell {
  /* 	border-top:1px solid #c9c9c9; */
  border: none;
  font-weight: 400;
  font-family: var(--f-main-regular);
  text-transform: none;
}

.single_add_to_cart_button {
  padding: 7px 12px 4px 9px !important;
  line-height: 120% !important;
}

@media only screen and (max-width: 769px) {
  .single-product .pdetail-info .watch-content__gallery .img-holder {
    width: 100%;
  }
  .single-product .image-mobile {
    display: none;
  }
  .single-product .pdetail-right .pdetail-intro {
    height: auto;
  }
}
/* Single product customizer*/
.product-actions .buyprod button {
  display: none;
}

.product-actions .watch-specs h3 {
  margin-top: 0;
}

.tc-element-inner-wrap .tc-row {
  border-top: 1px solid #c9c9c9;
}

/* Single product customizer END*/
.single-product .cpf-type-select select,
.cpf-type-textfield input {
  /* 	border-top-color: #c9c9c9; */
  border: none;
}

.single-product .watch-specs h3 {
  border-top-color: #c9c9c9;
}

.pdetail-info .sticky-holder.sticky {
  position: fixed;
  bottom: 0;
  top: auto;
}

.slick-dots {
  display: none !important;
}

.pdetail-info .watch-content__item:first-child {
  margin: 0;
}

.pdetail-info .watch-content__item:nth-child(2) {
  margin-top: 5px;
}

.price span bdi,
.price span .woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-family: var(--f-main-regular);
}

.pdetail-info .watch-content__gallery .img-holder {
  width: 50%;
}

.slick-arrow:before {
  width: 32px;
}

.slick-arrow:after {
  width: 32px;
}

.slick-next,
.slick-prev {
  width: 50px;
}

.fancybox-is-open .slick-arrow:before {
  width: 72px;
}

.fancybox-is-open .slick-arrow:after {
  width: 72px;
}

.w-slider .slick-arrow:before {
  width: 32px;
}

.w-slider .slick-arrow:after {
  width: 32px;
}

/* Header */
/* Removing the margin bellow menu items */
.header .menu-hamburger .header-menu {
  margin-bottom: 6px;
}

/* Moving language/ currency up */
.wpml-ls-legacy-list-horizontal,
.wcml_currency_switcher {
  padding: 13px 0px 15px 9px;
}
.wpml-ls-legacy-list-horizontal.wcml-dropdown-click,
.wcml_currency_switcher.wcml-dropdown-click {
  width: auto;
  max-width: none;
}
.wpml-ls-legacy-list-horizontal.wcml-dropdown-click .wcml-spinner,
.wcml_currency_switcher.wcml-dropdown-click .wcml-spinner {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  min-width: 24px;
  min-height: 24px;
}

/* Remove paginatiation from the home sliders  */
.page-template-home .pagination,
.page-template-home .pagination-right {
  display: none;
}

/* Hamburger menu */
.single-product #menu-item-61 {
  background: #F0F0EF;
}

@media only screen and (min-width: 769px) {
  .hamburger-menu .wpml-ls-legacy-list-horizontal {
    display: none;
  }
}
.description-top > a {
  flex-direction: row;
}

.intro-read-more {
  flex-direction: row;
  font-weight: 400;
  font-family: var(--f-main-regular);
  font-style: italic;
}

/* Hide sticky price on story page */
.single-stories .buy-section-intro {
  margin-top: 12px;
}

@media only screen and (max-width: 769px) {
  .ms-left .mdm-content__desc {
    left: 40%;
    display: none;
  }
  .mdm-content__desc {
    line-height: 17px;
  }
  .mdm-scroll-down {
    display: none;
  }
  .page-template-home .intro-read-more {
    display: none;
  }
  .page-template-home .split-container .mdm-content__holder .mdm-content__desc {
    max-width: 280px !important;
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 769px) and (max-height: 850px) {
  .page-template-home .split-container .mdm-content__holder .mdm-content__desc {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .page-template-home .split-container .mdm-content__holder .mdm-content__desc {
    font-size: 14px;
  }
}
.mdm-img__holder.sm {
  position: absolute;
  font-size: 0;
  bottom: 100px;
  right: 300px;
}
.mdm-img__holder.sm picture.h-sm-only,
.mdm-img__holder.sm img.h-sm-only {
  max-height: 350px;
}
@media only screen and (max-width: 769px) {
  .mdm-img__holder.sm {
    bottom: 0;
    right: 0;
    position: relative;
  }
}
.mdm-img__holder.md {
  display: block;
  width: 100%;
  margin-left: auto;
  max-width: 50vw;
  text-align: center;
}
.mdm-img__holder.md .image-mobile {
  display: block;
}
.mdm-img__holder.md .image-desktop {
  display: none;
}
@media only screen and (min-width: 770px) {
  .mdm-img__holder.md .image-desktop {
    display: block;
  }
  .mdm-img__holder.md .image-mobile {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .mdm-img__holder.md {
    max-width: initial;
    width: 100%;
  }
  .mdm-img__holder.md picture,
  .mdm-img__holder.md img {
    max-height: none;
    width: auto;
    height: 40vh;
    position: relative;
    top: 10px;
  }
  .mdm-img__holder.md picture img,
  .mdm-img__holder.md img img {
    position: static;
  }
}

@media screen and (max-width: 769px) {
  .single-product .mdm-img__holder .image-mobile {
    display: none;
  }
}
/* CUSTOMIZER TEMP SOLUTION */
.tm-epo-totals {
  display: none;
}

.gravur-field-ul .tc-price-wrap {
  left: 0px;
  top: 40px;
  padding-left: 15px;
}

/* Single Story content alignment */
@media only screen and (min-width: 768px) and (max-width: 1536px) {
  .split-container.active.active-left .split-left {
    width: 63.5%;
  }
  .split-container.active.active-left .split-right {
    width: 36.5%;
  }
}
/* Single story content end*/
/* FancyBox */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-container {
  cursor: grab;
}

.fancybox-can-pan {
  cursor: grab;
}

/* MAIN MENU */
.wcml-cs-active-currency a {
  padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 5px 6px 6px;
}

/* Configurator */
@media only screen and (max-width: 769px) {
  .product-actions {
    flex-direction: column;
  }
  .watch-specs {
    max-width: 100% !important;
  }
  .watch-specs h3 {
    padding-left: 0;
    font-weight: 600;
    font-family: var(--f-main-bold);
    border-top: none;
  }
  .buyprod {
    max-width: 100%;
    margin: 5px 0 0 0;
  }
}
select.engraving-field {
  color: #9e9e9e;
}

/* hardcoding, fix after we are live */
.postid-3554 form button {
  color: #000 !important;
}

.postid-3554 .sticky a {
  color: #000 !important;
}

.postid-3554 .specification {
  color: #fff;
}

.postid-3554 .pdetail-intro p.price {
  color: #fff;
}

.postid-3554 .specs h4 {
  color: #fff;
}

.postid-7493 form button {
  color: #000 !important;
}

.postid-7493 .sticky a {
  color: #000 !important;
}

.postid-7493 .specification {
  color: #fff;
}

.postid-7493 .specs h4 {
  color: #fff;
}

.postid-4372 a.btn {
  display: none;
}

.postid-4372 .specs {
  display: none;
}

/* end of hardcoding */
.pdetail .breadcrumbs {
  z-index: 7;
}

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: rgba(119, 120, 129, 0.5);
  color: #000;
  font-style: normal;
}

.popup-content a {
  color: blue;
}

.header .menu-hamburger .header-menu {
  width: 650px;
}

/* Search */
.search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding-top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1270px) {
  .search-icon {
    display: none;
  }
}

.search-icon::before {
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15.75 15.75-3.26-3.26m0 0a6 6 0 1 0-8.48-8.48 6 6 0 0 0 8.48 8.48Z'/%3E%3C/svg%3E") center center/18px 18px no-repeat;
  width: 34px;
  height: 34px;
}

.search-bar {
  display: flex;
  transform: translateY(calc(-100% - 60px));
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: rgba(16, 12, 10, 0.9803921569);
  border: 1px solid #42342D;
  z-index: 1000010;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 434px;
  max-height: 80vh;
  padding-top: 42px;
  transition: transform 0.3s ease-in;
  overflow: hidden;
}
.search-bar.open {
  transform: translateY(0);
}
.search-bar .ais-SearchBox {
  width: 678px;
}
.search-bar .ais-SearchBox .ais-SearchBox-form::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15.75 15.75-3.26-3.26m0 0a6 6 0 1 0-8.48-8.48 6 6 0 0 0 8.48 8.48Z'/%3E%3C/svg%3E") no-repeat center/18px 18px;
}
.search-bar .ais-SearchBox .ais-SearchBox-input {
  padding: 10px;
  background-color: #fff;
  color: #000;
}
.search-bar .ais-SearchBox .ais-SearchBox-input::placeholder {
  color: #7C7C7C;
}
.search-bar .ais-SearchBox .ais-SearchBox-reset {
  fill: #000;
}
.search-bar .hits {
  width: 678px;
}
.search-bar .hamburger-contact .hamburger-contact__addr {
  padding-top: 20px;
}
.search-bar .hamburger-contact .hamburger-contact__item {
  padding-top: 14px;
}
.search-bar .hamburger-contact .hamburger-contact__item:last-child {
  border-bottom: none;
}
.search-bar .hamburger-contact a,
.search-bar .hamburger-contact p {
  color: #FFF;
}
.search-bar .hamburger-contact img {
  filter: invert(100%) sepia(100%) grayscale(100%);
}
.search-bar .hamburger-contact svg path {
  stroke: #fff;
}
.search-bar .search-bar-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23FFF' d='M1.8 11.25.75 10.2 4.95 6 .75 1.8 1.8.75 6 4.95l4.2-4.2 1.05 1.05L7.05 6l4.2 4.2-1.05 1.05L6 7.05l-4.2 4.2Z'/%3E%3C/svg%3E") center center/12px 12px no-repeat;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 660px) {
  .search-bar .search-bar-close {
    right: 10px;
    top: 10px;
  }
}

/* End Search */
.cart-nav,
.wishlist-nav {
  padding: 13px 10px 15px;
}
@media screen and (max-width: 1270px) {
  .cart-nav,
  .wishlist-nav {
    display: none;
  }
}

a.cart-link,
a.wishlist-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
  justify-content: center;
}
a.cart-link .cart-img-placeholder,
a.cart-link .heart-img-placeholder,
a.wishlist-link .cart-img-placeholder,
a.wishlist-link .heart-img-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.cart-link .heart-img-placeholder + .wishlist-count,
a.wishlist-link .heart-img-placeholder + .wishlist-count {
  transition: all 0.25s ease-in-out;
}
a.cart-link .heart-img-placeholder .yith-wcwl-icon,
a.wishlist-link .heart-img-placeholder .yith-wcwl-icon {
  font-size: 14px;
}
a.cart-link.filled,
a.wishlist-link.filled {
  pointer-events: auto;
}
a.cart-link.filled .cart-img-placeholder .yith-wcwl-icon,
a.cart-link.filled .heart-img-placeholder .yith-wcwl-icon,
a.wishlist-link.filled .cart-img-placeholder .yith-wcwl-icon,
a.wishlist-link.filled .heart-img-placeholder .yith-wcwl-icon {
  font-weight: 600;
}
a.cart-link.filled .cart-img-placeholder + .wishlist-count,
a.cart-link.filled .heart-img-placeholder + .wishlist-count,
a.wishlist-link.filled .cart-img-placeholder + .wishlist-count,
a.wishlist-link.filled .heart-img-placeholder + .wishlist-count {
  opacity: 1;
}
a.cart-link.filled .cart-img-placeholder > svg,
a.cart-link.filled .heart-img-placeholder > svg,
a.wishlist-link.filled .cart-img-placeholder > svg,
a.wishlist-link.filled .heart-img-placeholder > svg {
  fill: #000;
}
a.cart-link .cart-count,
a.cart-link .wishlist-count,
a.wishlist-link .cart-count,
a.wishlist-link .wishlist-count {
  position: absolute;
  bottom: calc(100% - 4px);
  left: calc(100% - 2px);
  font-size: 10px;
  line-height: 1;
}
a.cart-link .wishlist-count,
a.wishlist-link .wishlist-count {
  opacity: 0;
}

.header .menu-hamburger {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 60%;
  flex: 1 1 50%;
  max-width: calc(66% + 30px);
  height: 100%;
}

.header .menu-hamburger .header-menu {
  width: 876px;
}

@media (max-width: 1365px) {
  #menu-header-menu,
  #menu-header-menu-en {
    display: none;
  }
  .mobile-main-menu {
    display: block;
  }
}
/* END CUSTOMIZER STYLES */
@media only screen and (min-width: 769px) {
  body .sticky-mobile {
    opacity: 0;
    width: 50%;
    transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .active .sticky-mobile {
    opacity: 1;
    width: 66.667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1536px) {
  body .active .sticky-mobile {
    width: 63.5%;
  }
}
@media (min-width: 600px) {
  .page-loader {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, auto);
  }
}
.spinner:nth-child(1) {
  --animation-duration: 1000ms;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.spinner:nth-child(1) .spinner-item {
  width: calc(var(--size) / 12);
  height: 80%;
  background: var(--clr-spinner);
  animation: spinner1 var(--animation-duration) ease-in-out infinite;
}

@keyframes spinner1 {
  50% {
    transform: scaleY(0.25);
  }
}
.spinner:nth-child(1) .spinner-item:nth-child(1) {
  --clr-spinner: var(--clr1);
  animation-delay: calc(var(--animation-duration) / 10 * -3);
}

.spinner:nth-child(1) .spinner-item:nth-child(2) {
  --clr-spinner: var(--clr5);
  animation-delay: calc(var(--animation-duration) / 10 * -1);
}

.spinner:nth-child(1) .spinner-item:nth-child(3) {
  --clr-spinner: var(--clr3);
  animation-delay: calc(var(--animation-duration) / 10 * -2);
}

.spinner:nth-child(1) .spinner-item:nth-child(4) {
  --clr-spinner: var(--clr4);
  animation-delay: calc(var(--animation-duration) / 10 * -1);
}

.spinner:nth-child(1) .spinner-item:nth-child(5) {
  --clr-spinner: var(--clr2);
  animation-delay: calc(var(--animation-duration) / 10 * -3);
}

.spinner:nth-child(2) {
  --animation-duration: 650ms;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.spinner:nth-child(2) .spinner-item {
  position: absolute;
  width: var(--item-size);
  height: var(--item-size);
  top: calc(50% - var(--item-size) / 2);
  left: calc(50% - var(--item-size) / 2);
  border: 4px solid transparent;
  border-left: 4px solid var(--clr-spinner);
  border-right: 4px solid var(--clr-spinner);
  border-radius: 50%;
  animation: spinner2 var(--animation-duration) linear infinite;
}

@keyframes spinner2 {
  to {
    transform: rotate(360deg);
  }
}
.spinner:nth-child(2) .spinner-item:nth-of-type(1) {
  --item-size: var(--size);
  --clr-spinner: var(--clr1);
  border-top: 4px solid var(--clr1);
}

.spinner:nth-child(2) .spinner-item:nth-of-type(2) {
  --item-size: calc(var(--size) - 15px);
  --clr-spinner: var(--clr5);
  border-bottom: 4px solid var(--clr5);
}

.spinner:nth-child(2) .spinner-item:nth-of-type(3) {
  --item-size: calc(var(--size) - 30px);
  --clr-spinner: var(--clr3);
  border-top: 4px solid var(--clr3);
}

.spinner:nth-child(3) {
  --animation-duration: 5000ms;
  position: relative;
  width: var(--size);
  height: var(--size);
  transform: rotate(45deg);
}

.spinner:nth-child(3) .spinner-item {
  --item-size: calc(var(--size) / 2.5);
  position: absolute;
  width: var(--item-size);
  height: var(--item-size);
  border: 4px solid var(--clr-spinner);
}

.spinner:nth-child(3) .spinner-item:nth-child(1) {
  --clr-spinner: var(--clr1);
  top: 0;
  left: 0;
  animation: spinner3A var(--animation-duration) linear infinite;
}

@keyframes spinner3A {
  0%, 8.33%, 16.66%, 100% {
    transform: translate(0%, 0%);
  }
  24.99%, 33.32%, 41.65% {
    transform: translate(100%, 0%);
  }
  49.98%, 58.31%, 66.64% {
    transform: translate(100%, 100%);
  }
  74.97%, 83.3%, 91.63% {
    transform: translate(0%, 100%);
  }
}
.spinner:nth-child(3) .spinner-item:nth-child(2) {
  --clr-spinner: var(--clr3);
  top: 0;
  left: var(--item-size);
  animation: spinner3B var(--animation-duration) linear infinite;
}

@keyframes spinner3B {
  0%, 8.33%, 91.63%, 100% {
    transform: translate(0%, 0%);
  }
  16.66%, 24.99%, 33.32% {
    transform: translate(0%, 100%);
  }
  41.65%, 49.98%, 58.31% {
    transform: translate(-100%, 100%);
  }
  66.64%, 74.97%, 83.3% {
    transform: translate(-100%, 0%);
  }
}
.spinner:nth-child(3) .spinner-item:nth-child(3) {
  --clr-spinner: var(--clr5);
  top: var(--item-size);
  left: var(--item-size);
  animation: spinner3C var(--animation-duration) linear infinite;
}

@keyframes spinner3C {
  0%, 83.3%, 91.63%, 100% {
    transform: translate(0, 0);
  }
  8.33%, 16.66%, 24.99% {
    transform: translate(-100%, 0);
  }
  33.32%, 41.65%, 49.98% {
    transform: translate(-100%, -100%);
  }
  58.31%, 66.64%, 74.97% {
    transform: translate(0, -100%);
  }
}
.spinner:nth-child(4) {
  --animation-duration: 1150ms;
}

.spinner:nth-child(4) .spinner-item {
  --item-size: calc(var(--size) / 4);
  width: var(--item-size);
  height: var(--item-size);
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  border: 4px solid var(--clr-spinner);
  animation: spinner4 var(--animation-duration) ease-in-out infinite;
}

@keyframes spinner4 {
  0%, 100% {
    transform: translateY(75%);
  }
  50% {
    transform: translateY(-75%);
  }
}
.spinner:nth-child(4) .spinner-item:nth-child(1) {
  --clr-spinner: var(--clr5);
  animation-delay: calc(var(--animation-duration) / 6 * -1);
}

.spinner:nth-child(4) .spinner-item:nth-child(2) {
  --clr-spinner: var(--clr3);
  animation-delay: calc(var(--animation-duration) / 6 * -2);
}

.spinner:nth-child(4) .spinner-item:nth-child(3) {
  --clr-spinner: var(--clr1);
  animation-delay: calc(var(--animation-duration) / 6 * -3);
}

.spinner:nth-child(5) {
  --animation-duration: 1000ms;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.spinner:nth-child(5) .spinner-item {
  height: 40%;
  background-color: var(--clr-spinner);
  width: calc(var(--size) / 13);
  animation: spinner5 var(--animation-duration) ease-in-out infinite;
}

@keyframes spinner5 {
  25% {
    transform: scaleY(2);
  }
  50% {
    transform: scaleY(1);
  }
}
.spinner:nth-child(5) .spinner-item:nth-child(1) {
  --clr-spinner: var(--clr1);
}

.spinner:nth-child(5) .spinner-item:nth-child(2) {
  --clr-spinner: var(--clr3);
  animation-delay: calc(var(--animation-duration) / 10);
}

.spinner:nth-child(5) .spinner-item:nth-child(3) {
  --clr-spinner: var(--clr5);
  animation-delay: calc(var(--animation-duration) / 10 * 2);
}

.spinner:nth-child(5) .spinner-item:nth-child(4) {
  --clr-spinner: var(--clr4);
  animation-delay: calc(var(--animation-duration) / 10 * 3);
}

.spinner:nth-child(5) .spinner-item:nth-child(5) {
  --clr-spinner: var(--clr2);
  animation-delay: calc(var(--animation-duration) / 10 * 4);
}

.spinner:nth-child(6) {
  --animation-duration: 3000ms;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.spinner:nth-child(6) .spinner-item {
  position: absolute;
  top: calc(50% - var(--size) / 2);
  left: calc(50% - var(--size) / 2);
  width: var(--size);
  height: var(--size);
  background: var(--clr-spinner);
  border-radius: 50%;
  animation: spinner6 var(--animation-duration) ease-in-out infinite;
}

@keyframes spinner6 {
  0%, 100% {
    transform: scale(0.25);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
}
.spinner:nth-child(6) .spinner-item:nth-of-type(1) {
  --clr-spinner: var(--clr1);
}

.spinner:nth-child(6) .spinner-item:nth-of-type(2) {
  --clr-spinner: var(--clr5);
  animation-delay: calc(var(--animation-duration) / -2);
}

/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  font-family: var(--f-main-bold);
}

b,
strong {
  font-weight: bold;
  font-family: var(--f-main-bold);
}

h1,
.heading-1 {
  font-size: 120px;
}

@media only screen and (max-width: 991px) {
  h1,
  .heading-1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 769px) {
  h1,
  .heading-1 {
    font-size: 64px;
  }
}
h2,
.heading-2 {
  font-size: 36px;
}

@media only screen and (max-width: 769px) {
  h2,
  .heading-2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 30px;
}

@media only screen and (max-width: 769px) {
  h3 {
    font-size: 18px;
  }
}
p {
  margin: 0;
}

.text-sm {
  font-size: 12px;
}

.subheading {
  margin: 12px 0 36px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black;
  z-index: 100;
  height: 50px;
}

@media only screen and (max-width: 769px) {
  .header {
    width: 100vw;
    padding: 0;
  }
}
@media only screen and (max-width: 424px) {
  .header {
    height: 45px;
  }
}
.header .container-fluid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

@media only screen and (max-width: 769px) {
  .header .container-fluid {
    background-color: #fff;
  }
}
.header .header-logo-mobile {
  position: relative;
  max-width: 310px;
  width: 100%;
  margin: 15px var(--side-padding) 10px;
  height: calc(100% - 27px);
}

@media only screen and (max-width: 769px) {
  .header .header-logo-mobile {
    max-width: 75vw;
    margin: 10px var(--side-padding);
    height: calc(100% - 20px);
  }
}
@media only screen and (max-width: 424px) {
  .header .header-logo-mobile {
    max-width: 80vw;
    margin-right: 5px;
  }
}
.header .header-logo-mobile a {
  height: 100%;
  display: block;
}

.header .header-logo-mobile .logo-m1,
.header .header-logo-mobile .logo-m2,
.header .header-logo-mobile .logo-d {
  position: absolute;
  top: 0;
  height: 100%;
}

.header .header-logo-mobile .logo-m1 picture,
.header .header-logo-mobile .logo-m1 img,
.header .header-logo-mobile .logo-m2 picture,
.header .header-logo-mobile .logo-m2 img,
.header .header-logo-mobile .logo-d picture,
.header .header-logo-mobile .logo-d img {
  height: 100%;
}

.header .header-logo-mobile .logo-m1 {
  left: 0;
}

@media only screen and (max-width: 769px) {
  .header .header-logo-mobile .logo-m1 {
    justify-content: flex-end;
  }
}
.header .header-logo-mobile .logo-m2 {
  right: 0;
}

.header .header-logo-mobile .logo-d {
  left: 66%;
}

@media only screen and (max-width: 769px) {
  .header .header-logo-mobile .logo-d {
    left: calc(50vw - 10px);
  }
}
.header .menu-hamburger {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  flex: 1 1 50%;
  max-width: calc(50% + 30px);
  height: 100%;
}

@media only screen and (max-width: 769px) {
  body .header .menu-hamburger {
    justify-content: flex-end;
  }
}
.header .menu-hamburger .header-menu {
  width: 500px;
  max-width: 100%;
  margin-bottom: 13px;
  padding: 0 30px;
}

.header .menu-hamburger .header-menu ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .header .menu-hamburger {
    width: 75%;
  }
}
@media only screen and (max-width: 769px) {
  body .header .menu-hamburger {
    width: 80px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 769px) {
  .header-menu {
    display: none;
  }
}
.header-menu__items {
  display: flex;
  align-items: center;
}

.header-menu .menu-item {
  position: relative;
  font-family: var(--f-main-regular);
  font-size: 14px;
  letter-spacing: 0.2;
  font-weight: 300;
}

.header-menu .menu-item:first-child {
  margin-left: 0;
}

.header-menu .menu-item:last-child {
  margin-right: 0;
}

.header-menu .menu-item:hover {
  text-decoration: none;
}

.header-menu .menu-item:hover a {
  color: #9e9e9e;
}

.footer-indicator {
  cursor: pointer;
  position: absolute;
  bottom: 24px;
  left: 50%;
  color: #000;
  font-size: 18px;
  text-align: center;
  transform: translateX(-50%);
  max-width: 300px;
  width: 300px;
}

@media only screen and (max-width: 769px) {
  .footer-indicator {
    bottom: -20px;
  }
}
.footer-indicator :not(.text-sm):not(.custom-font) {
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--f-main-bold);
}

.footer-indicator picture,
.footer-indicator img {
  height: auto;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #000;
  transition: all 0.3s ease-in-out;
  z-index: 4;
  overflow: hidden;
}

@media only screen and (max-width: 769px) {
  .footer {
    position: relative;
    align-items: center;
  }
}
.footer a {
  color: #fff;
}

.footer .hamburger-social a {
  border-color: #fff !important;
}

.footer-logosection {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
}

@media only screen and (max-width: 769px) {
  .footer-logosection {
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
    padding: 0 10px 50px;
  }
}
.footer-logosection-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 680px;
  align-items: center;
  margin-left: var(--side-padding);
}

.footer-logosection-left .footer-logo {
  padding: 0;
  margin: auto 0;
}

@media only screen and (max-width: 769px) {
  .footer-logosection-left {
    padding: 0;
    margin: 0 auto;
  }
}
.footer-logosection__contact {
  display: none;
}

@media only screen and (max-width: 769px) {
  .footer-logosection__contact {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
}
.footer-logosection__contact .row {
  display: flex;
  flex-direction: row;
}

.footer-logosection__contact .row p:first-child {
  margin-right: 15px;
}

.footer-logosection__contact p {
  text-align: left;
}

.footer-logosection__contact a {
  text-decoration: none;
  color: white;
}

.footer-div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 769px) {
  .footer-div {
    flex-direction: column;
  }
}
.footer-form {
  width: 50%;
  padding: 12px 40px 12px var(--side-padding);
}

@media only screen and (max-width: 769px) {
  .footer-form {
    order: 2;
    padding: 0 10px;
  }
}
.footer-contact {
  width: 50%;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.2px;
}

@media only screen and (max-width: 769px) {
  .footer-contact {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #b4b4b4;
  }
}
@media only screen and (min-width: 770px) {
  .footer-home {
    position: fixed;
    transform: translateY(100%);
  }
  .footer-home.show {
    transform: translateY(0);
  }
}
.footer-form {
  width: 50%;
}

@media only screen and (max-width: 769px) {
  .footer-form {
    width: 100%;
  }
}
.footer-form .nl-form-wrapper {
  position: relative;
  width: 100%;
}

.footer-form form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (max-width: 769px) {
  .footer-form form {
    margin-top: 50px;
  }
}
.footer-form form > p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .footer-form form > p {
    flex-wrap: wrap;
  }
}
.footer-form form label {
  width: 50%;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  .footer-form form label {
    width: 100%;
  }
}
.footer-form form .wpcf7-form-control-wrap {
  width: 75%;
}

@media only screen and (max-width: 769px) {
  .footer-form form .wpcf7-form-control-wrap {
    width: calc(100% - 100px);
  }
}
.footer-form form .wpcf7-form-control-wrap input {
  width: 100%;
  height: 40px;
  padding: 14px 12px;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
}

.footer-form form .wpcf7-submit {
  -webkit-appearance: none;
  border: none;
  padding: 14px 12px;
  appearance: none;
  height: 40px;
  background: #a7a7a7;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
}

@media only screen and (max-width: 769px) {
  .footer-form form .wpcf7-submit {
    width: 100px;
    text-align: center;
  }
}
.footer-form form .wpcf7-spinner,
.footer-form form br {
  display: none;
}

.footer-contact p {
  width: 100%;
  padding: 12px 0 10px;
  border-bottom: 1px solid #b4b4b4;
}

@media only screen and (max-width: 769px) {
  .footer-contact p {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.footer-contact a {
  color: #fff;
}

.footer-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  transform: translate(50%);
}

.footer-heading .inner-holder picture,
.footer-heading .inner-holder img {
  max-width: 220px;
}

@media only screen and (max-width: 769px) {
  .footer-heading .inner-holder picture,
  .footer-heading .inner-holder img {
    display: block;
    max-width: 100%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 769px) {
  .footer-heading {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    transform: unset;
    padding-right: 35px;
  }
  .footer-heading .inner-holder {
    text-align: center;
    padding: 0 10px;
  }
  .footer-heading .heading {
    text-transform: uppercase;
  }
}
.footer-logo {
  padding: 20px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .footer-logo {
    padding: 0;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    display: block;
  }
}
.footer-logo a {
  display: block;
}

.footer-logo a picture,
.footer-logo a img {
  width: 100%;
  max-width: 30px;
}

.footer-menu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--side-padding);
  font-size: 12px;
}

@media only screen and (max-width: 769px) {
  .footer-menu {
    padding: 0;
  }
}
.footer-menu a {
  color: white;
}

.footer-menu__holder {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .footer-menu__holder {
    width: 100%;
  }
}
.footer-menu__items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .footer-menu__items {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 769px) {
  .footer-menu .menu-item {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 374px) {
  .footer-menu .menu-item {
    padding: 8px;
  }
}
.footer-menu .menu-item:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 769px) {
  .footer-menu .menu-item:not(:last-child) {
    margin-right: 0;
  }
}
.footer-social {
  margin: 24px 0 0;
}

@media only screen and (max-width: 769px) {
  .footer-social {
    margin-left: 10px;
  }
}
.footer-social__items {
  display: flex;
  align-items: center;
}

.footer-social .menu-item {
  text-transform: uppercase;
}

.footer-social .menu-item:not(:last-child) {
  margin-right: 12px;
}

.footer-social .menu-item a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 11px;
  line-height: 15px;
  padding-top: 3px;
  padding: 0;
}

.footer-copyright {
  margin-left: auto;
}

:root {
  --menu-width: min(calc(50vw - 500px + 112px), 320px);
  --border-color: #c9c9c9;
  --side-padding: 20px;
}

@media only screen and (max-width: 769px) {
  :root {
    --side-padding: 10px;
  }
}
.text-primary {
  color: #1275db;
}

.text-secondary {
  color: #ff0102;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.bg-primary {
  background-color: #1275db;
}

.bg-secondary {
  background-color: #ff0102;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.container {
  margin: 0 auto;
  padding: 0 24px;
}

.container-fluid {
  margin: auto;
  padding: 0 20px;
  width: 100%;
}

.background-element {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 770px) {
  .d-sm-only {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .h-sm-only {
    display: none !important;
  }
}
body {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  overflow-x: hidden;
  /* fallback value */
  overflow-x: clip;
}

body.fixed {
  overflow: hidden;
}

.caption,
.img-idx,
.specification,
.txt-idx,
.txt-idx + .description {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
}

.img-idx {
  font-size: 14px;
}

.loader {
  position: fixed;
  width: 100%;
  height: 200vh;
  pointer-events: none;
  background-color: #ff0102;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}

.mdm-scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.mdm-scroll-down span.text {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  font-family: var(--f-main-medium);
  letter-spacing: 0.4px;
  user-select: none;
  text-transform: lowercase !important;
}
.mdm-scroll-down span.line {
  position: relative;
  width: 74px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  animation: scrollBtn 2s infinite;
  opacity: 0;
  animation-delay: 0s;
}
.mdm-scroll-down span.line:nth-child(2) {
  animation-delay: 0.15s;
}
.mdm-scroll-down span.line:nth-child(3) {
  animation-delay: 0.3s;
}
.mdm-scroll-down span.line::before, .mdm-scroll-down span.line::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 0;
  border-top: 2px solid #fff;
  opacity: 1;
}
.mdm-scroll-down span.line::before {
  top: 100%;
  right: 50%;
  transform: rotate(20deg);
  transform-origin: bottom right;
}
.mdm-scroll-down span.line::after {
  top: 100%;
  left: 50%;
  transform: rotate(-20deg);
  transform-origin: bottom left;
}

@keyframes scrollBtn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
  z-index: 100000;
  transform: scale(1);
}

.cursor.active {
  background-color: #ff0102;
  opacity: 1;
  transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  transform: scale(0);
}

.cursor.primary {
  background-color: #1275db !important;
}

.cursor.white {
  background-color: #fff !important;
}

.cursor.hovered {
  opacity: 1;
}

.cursor.zoom {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

.cursor.close {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

@media only screen and (max-width: 769px) {
  .cursor.close {
    display: none !important;
  }
}
@media only screen and (min-width: 770px) {
  .cursor {
    display: block;
  }
}
.cursor-follower {
  display: none;
  position: fixed;
  border: 1px solid #1275db;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) border-color;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px);
  overflow: hidden;
}

.cursor-follower.active {
  opacity: 1;
  transform: scale(3);
  border-color: #ff0102;
}

.cursor-follower.primary {
  border-color: #1275db !important;
}

.cursor-follower.white {
  border-color: #fff !important;
}

.cursor-follower.menu-active {
  opacity: 1;
  transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 1;
}

@media only screen and (min-width: 770px) {
  .cursor-follower {
    display: block;
  }
}
.btn {
  display: inline-block;
  padding: 7px 12px 4px 9px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.btn-disabled {
  display: inline-block;
  padding: 7px 12px 4px 9px;
  font-size: 14px;
  text-transform: uppercase;
}

.out-of-stock .sticky-holder {
  display: none;
}

@media only screen and (max-width: 769px) {
  .btn {
    font-size: 14px;
  }
}
.btn i {
  margin-right: 6px;
}

.btn-black {
  color: #fff;
  border: 1px solid transparent;
  background-color: #000;
}

.btn-black:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-black.hover-black:hover {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}

.btn-black.hover-black-filled:hover {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.btn-white {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.btn-white:hover {
  color: #fff;
  background-color: #000;
}

.btn-secondary {
  color: #fff;
  border: 1px solid transparent;
  background-color: #ff0102;
}

.btn-secondary:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-grey {
  color: #fff;
  border: 1px solid #9e9e9e;
  background-color: #9e9e9e;
}

.btn-grey:hover {
  border: 1px solid #000;
  background-color: #000;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 50;
}

.above-link {
  position: absolute;
  inset: 0;
  z-index: 80;
  opacity: 0;
  font-size: 0;
  color: transparent;
  display: none;
}

.story-intro .above-link,
.home-page .above-link {
  display: block;
}

.ms-left-wrapper .btn,
.ms-right-wrapper .btn {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--f-main-regular);
  font-family: var(--f-main-regular);
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.18);
  padding: 21px 36px 21px 27px;
  color: var(--btnSimpleText);
  background-color: var(--btnSimpleBg);
}
.ms-left-wrapper .btn i,
.ms-right-wrapper .btn i {
  margin: 0;
}

.ms-left-wrapper a.btn {
  color: var(--btnSimpleText);
  background-color: var(--btnSimpleBg);
  border: 1px solid #FFF;
}
@media (hover: hover) {
  .ms-left-wrapper a.btn:hover {
    color: var(--btnSimpleTextHover);
    background-color: var(--btnSimpleBgHover);
    border: 1px solid #FFF;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.ms-left-wrapper a.btn:active {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #FFF;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.18);
}
@media (hover: hover) {
  .ms-left-wrapper .above-link:hover ~ .mdm-content__holder .btn {
    color: var(--btnSimpleTextHover);
    background-color: var(--btnSimpleBgHover);
    border: 1px solid #FFF !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }
}
.ms-left-wrapper .above-link:active ~ .mdm-content__holder .btn {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #FFF;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.18);
}

.ms-right-wrapper .btn {
  border: 1px solid #000;
}
@media (hover: hover) {
  .ms-right-wrapper .btn:hover {
    background-color: var(--btnSimpleBgHover) !important;
    color: var(--btnSimpleTextHover) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.ms-right-wrapper .btn:active {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.18);
}
@media (hover: hover) {
  .ms-right-wrapper .above-link:hover ~ .separator .btn {
    background-color: var(--btnSimpleBgHover) !important;
    color: var(--btnSimpleTextHover) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }
}
.ms-right-wrapper .above-link:active ~ .separator .btn {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.18) !important;
}

@media only screen and (min-width: 770px) {
  .overlay {
    display: none !important;
  }
}
.back-to-top {
  padding: 30px 0 30px;
  display: table;
  text-align: center;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.back-to-top::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 0;
  top: 0;
  right: 50%;
  border-top: 1px solid #9e9e9e;
  opacity: 1;
  transform: rotate(-20deg);
  transform-origin: bottom right;
}

.back-to-top::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 1px solid #9e9e9e;
  transform: rotate(20deg);
  transform-origin: bottom left;
}

.back-to-top a i {
  font-size: 24px;
  display: block;
}

.events-overview-page > .page-heading,
.family-page > .page-heading,
.stories-page > .page-heading,
.workshop-page > .page-heading {
  padding-top: 60px;
}

.events-overview-page .page-heading {
  flex-direction: column;
  padding-left: 0;
  width: 50%;
  padding-bottom: 22px;
  justify-content: start;
  gap: 13px;
}

.events-overview-page .page-heading h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f-main-bold);
  text-transform: uppercase;
}

.events-section-intro {
  display: flex;
  padding-top: 60px !important;
}

.page-heading.page-heading-form {
  padding-left: 0;
  padding-right: 0;
}

.events-section-intro form {
  margin-bottom: 0 !important;
  align-items: start !important;
  margin-top: 43px !important;
  gap: 10px !important;
}

.events-section-intro .newsletter-form.hamburger-contact__form form label {
  margin-top: 0 !important;
}

.events-section-intro .nl-form-wrapper .wpcf7-form-control-wrap {
  width: 100%;
}

.events-section-intro .nl-form-wrapper {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: #000;
  min-width: 360px !important;
  padding-left: 20px;
  gap: 20px;
}

.events-section-intro #mc-embedded-subscribe {
  position: static;
  color: transparent;
  width: 65px !important;
  padding: 0 !important;
  background-image: url(/wp-content/themes/mdm/images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-left: 1px solid #fff;
  height: 68px;
}

.events-section-intro #mce-EMAIL {
  width: 100% !important;
  font-size: 14px;
}

.events-section-intro #mce-responses {
  position: absolute;
  margin-top: 0 !important;
  background: #3F7D20;
  z-index: 6;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--f-main-bold);
  line-height: 17px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.events-section-intro #mce-responses.show {
  width: 100%;
  height: 100%;
  padding: 14px 20px;
}

.events-section-intro #mce-responses.show #mce-success-response {
  display: block !important;
}

.events-overview-page .page-description {
  margin-top: 10px;
}

.events-overview-page #mc_embed_signup {
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .newsletter-form.hamburger-contact__form form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 420px) {
  .newsletter-form.hamburger-contact__form form {
    flex-direction: column;
  }
  .events-section-intro .nl-form-wrapper {
    min-width: 300px !important;
  }
}
.newsletter-form.hamburger-contact__form form {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsletter-form.hamburger-contact__form form label {
  width: fit-content !important;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: var(--f-main-regular) !important;
}

.newsletter-form.hamburger-contact__form .nl-form-wrapper {
  min-width: 281px;
}

.newsletter-form.hamburger-contact__form input[type=submit] {
  height: 40px;
  padding: 0 11px !important;
  font-size: 16px;
}

.newsletter-form.hamburger-contact__form input[type=email] {
  height: 40px;
  padding: 0 10px !important;
  font-size: 16px;
}

.page-heading.past-events {
  padding-top: 0px;
}

.page-heading {
  width: 100%;
  padding-top: 10px;
  padding-left: var(--side-padding);
  padding-bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 15px;
}

@media only screen and (max-width: 769px) {
  .page-heading {
    padding-bottom: 100px;
  }
  .events-overview-page .page-heading {
    width: 100%;
    padding-bottom: 0;
    padding-top: 85px;
  }
  .newsletter-form.hamburger-contact__form form {
    flex-direction: column;
    align-items: start;
    gap: 0;
    margin-top: 5px;
  }
  .events-overview-page .page-heading h1 {
    padding-top: 5px;
    border-top: 1px solid #9E9E9E;
  }
  .events-section-intro {
    flex-direction: column;
    padding: 0px 0px 48px 10px !important;
  }
  .page-heading-form {
    padding-top: 20px !important;
  }
  .page-heading.page-heading-form {
    padding-left: 0;
  }
}
.page-heading.background-black {
  background-color: black;
  color: white;
}

.page-heading.background-black .subheading,
.page-heading.background-black .subtitle p {
  font-weight: 500;
  font-family: var(--f-main-medium);
}

.page-heading div:first-child {
  flex: 1 1 50%;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.page-heading .subheading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f-main-bold);
}
@media only screen and (max-width: 768px) {
  .page-heading .subheading {
    text-align: left;
  }
}

.page-heading .subheading:first-child {
  padding-right: 15px;
}

.page-heading .subtitle {
  width: 50%;
  display: flex;
  align-items: flex-start;
}

.page-heading .subtitle p {
  display: block;
  max-width: 300px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f-main-bold);
}

.page-heading .subtitle p:first-child {
  padding-right: 15px;
}

.view-all {
  display: flex;
  justify-content: space-between;
  margin: 64px auto;
  width: 50%;
  align-items: center;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .view-all {
    width: 100%;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 479px) {
  .view-all {
    width: 100%;
    padding: 0 13px;
  }
}
.view-all p {
  display: block;
  width: 50%;
  margin-right: 15px;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .view-all p {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .view-all p {
    font-size: 12px;
    line-height: 1.3;
  }
}
.view-all .btn {
  width: 50%;
  text-align: center;
  margin-left: 15px;
}

.g-map {
  padding: 48px 0;
  font-size: 0;
}

.g-map iframe {
  width: 100%;
}

.fancybox-bg {
  background-color: #fff;
}

.fancybox-container {
  cursor: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-button {
  background-color: transparent;
}
.fancybox-button.fancybox-button--close {
  top: 20px;
  right: 20px;
}
.fancybox-button.fancybox-button--close::before {
  top: 0;
  right: 0;
  pointer-events: inherit;
  transform-origin: center;
}

.fancybox-button svg path {
  fill: #000;
}

@media only screen and (min-width: 770px) {
  .fancybox-toolbar {
    display: none;
  }
}
.breadcrumbs {
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--f-main-bold);
}
.page-heading .breadcrumbs .subheading {
  text-align: left;
}
.breadcrumbs i {
  color: #9e9e9e;
  margin: 0 6px 0 0;
}
.breadcrumbs a {
  font-weight: 500;
  font-family: var(--f-main-medium);
  color: #9e9e9e;
}
.breadcrumbs a:hover {
  color: inherit;
}
.breadcrumbs span {
  cursor: default;
}

.pseudo-crumb i {
  color: #9e9e9e;
  margin: 0 12px;
}

html #wpadminbar {
  display: none !important;
}

.slick-next,
.slick-prev {
  width: 24px;
  height: 80px;
}

@media only screen and (max-width: 769px) {
  .slick-next,
  .slick-prev {
    height: 47px;
  }
}
.slick-next::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 0;
  top: 50%;
  right: 10px;
  border-top: 1px solid #9e9e9e;
  opacity: 1;
  transform: rotate(70deg);
  transform-origin: bottom right;
}

@media only screen and (max-width: 769px) {
  .slick-next::before {
    width: 36px;
  }
}
.slick-next::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 0;
  top: 50%;
  right: 10px;
  border-top: 1px solid #9e9e9e;
  transform: rotate(-70deg);
  transform-origin: top right;
}

@media only screen and (max-width: 769px) {
  .slick-next::after {
    width: 36px;
  }
}
.slick-prev::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 0;
  top: 50%;
  left: 10px;
  border-top: 1px solid #9e9e9e;
  opacity: 1;
  transform: rotate(290deg);
  transform-origin: bottom left;
}

@media only screen and (max-width: 769px) {
  .slick-prev::before {
    width: 36px;
  }
}
.slick-prev::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 0;
  top: 50%;
  left: 10px;
  border-top: 1px solid #9e9e9e;
  transform: rotate(70deg);
  transform-origin: top left;
}

@media only screen and (max-width: 769px) {
  .slick-prev::after {
    width: 36px;
  }
}
.split-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}

.split-container + .full-image {
  margin-top: 0;
}

.split-container .story-info {
  padding-bottom: 50px;
}

.split-container .mdm-content__holder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 74px 80px 40px;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .split-container .mdm-content__holder {
    padding: 74px 60px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .split-container .mdm-content__holder {
    padding: 80px 60px 40px;
  }
}

.pdetail-left .mdm-content__holder {
  width: 33.3vw;
}

.active-right > .split-right .mdm-content__holder {
  height: 100vh;
}

.active-left > .split-right .mdm-content__holder {
  height: 100vh;
}

@media only screen and (max-width: 769px) {
  .split-container .mdm-content__holder {
    padding: 40px;
    justify-content: center;
    align-items: flex-start !important;
    height: calc(50vh - 27px);
  }
}
.split-container .mdm-content__holder .mdm-content__desc {
  max-width: 500px;
  width: 100%;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  font-family: var(--f-main-bold);
  line-height: 1.25;
  letter-spacing: 0.4px;
}
.split-container .mdm-content__holder .mdm-content__desc .intro-read-more, .split-container .mdm-content__holder .mdm-content__desc + .intro-read-more {
  display: none;
}
@media only screen and (min-width: 770px) {
  .split-container .mdm-content__holder .mdm-content__desc {
    font-size: 32px;
  }
}

.split-container .mdm-content__holder .mdm-content__desc .intro-read-more {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  font-family: var(--f-main-regular);
  line-height: 1.42;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 769px) {
  .split-container .mdm-content__holder .mdm-content__desc .intro-read-more {
    float: right;
    font-weight: 300;
  }
}
.split-container .split-left {
  width: 50%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: white;
}

@media only screen and (max-width: 769px) {
  .split-container .split-left {
    width: 100%;
  }
}
.split-container .split-left .split-inner-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.split-container .split-left .split-inner {
  float: left;
}

.split-container .split-right {
  width: 50%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: white;
}
.split-container .split-right .pdetail-intro .separator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .split-container .split-right .pdetail-intro .separator {
    right: 60px;
  }
}

@media only screen and (max-width: 769px) {
  .split-container .split-right {
    width: 100% !important;
  }
}
.split-container .split-right .split-inner-wrapper {
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
}

.split-container .split-right .split-inner {
  float: right;
}

.split-container .split-right .mdm-content__holder {
  overflow: hidden;
  align-items: flex-end;
  text-align: right;
}

.split-container .split-inner {
  width: 100% !important;
  float: none !important;
}
.split-container .split-inner .story-intro .image-desktop > picture,
.split-container .split-inner .story-intro .image-desktop > img {
  height: 50vh;
  object-fit: scale-down;
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  .split-container .split-inner .story-intro .image-desktop > picture,
  .split-container .split-inner .story-intro .image-desktop > img {
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  .split-container .split-inner .story-intro .image-desktop > picture,
  .split-container .split-inner .story-intro .image-desktop > img {
    margin-right: -2vw;
  }
}

@media only screen and (max-width: 769px) {
  .split-container .split-inner {
    width: 100%;
  }
}
.split-container .split-inner.background-black {
  background-color: black;
  color: white;
}

.split-container.active-right .split-right .pdetail-intro .btn {
  display: none;
}

.split-container.active-right .split-right .pdetail-intro .buynow {
  display: unset;
}

.split-container.active-left .split-left .btn {
  display: none;
}

.split-container.active-left .breadcrumbs {
  padding-left: var(--side-padding);
}

.split-container.active.active-right .split-right {
  width: 66.667%;
}

@media only screen and (max-width: 769px) {
  .split-container.active.active-right .split-right {
    width: 100% !important;
  }
}
.split-container.active.active-right .split-left {
  width: 33.333%;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 769px) {
  .split-container.active.active-right .split-left {
    width: 100%;
  }
}
.split-container.active.active-left .split-left {
  width: 66.667%;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .split-container.active.active-left .split-left {
    width: 100%;
  }
}
.split-container.active.active-left .split-left .btn {
  display: none;
}

.split-container.active.active-left .split-right {
  width: 33.333%;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 769px) {
  .split-container.active.active-left .split-right {
    width: 100% !important;
  }
}
.split-container.is-reversed .split-left {
  order: 2;
}

.split-container.is-reversed .split-left .split-inner {
  float: right;
}

.split-container.is-reversed .split-left .mdm-content__holder {
  align-items: flex-end;
  text-align: right;
}

.split-container.is-reversed .split-right {
  order: 1;
}

.split-container.is-reversed .split-right .split-inner {
  float: left;
}

.split-container.is-reversed .split-right .mdm-content__holder {
  align-items: flex-start;
  text-align: left;
}

.split-container.is-reversed .split-right .mdm-img__holder.md {
  margin-left: 0;
}

.google-map {
  height: 400px;
  width: 100%;
}

.hamburger {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: calc(100% - 26px);
  margin: 13px 10px 13px 10px;
}

@media only screen and (max-width: 769px) {
  .hamburger {
    margin: 10px var(--side-padding);
    height: calc(100% - 20px);
  }
}
.hamburger span {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #000;
  transition: all 0.6s ease-in-out;
}

.hamburger span.top {
  top: 0;
}

.hamburger span.center {
  top: calc(50% - 1px);
}

.hamburger span.bottom {
  bottom: 0;
}

.hamburger-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 49px;
  right: calc(-1 * (var(--menu-width) + 300px));
  width: var(--menu-width);
  height: calc(100% - 44px);
  color: #000;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 50;
  font-size: 14px;
  letter-spacing: 0.2px;
  overflow-y: auto;
  min-width: 300px;
}
.hamburger-menu .spring {
  flex: 1 1 auto;
}
.hamburger-menu .event-widget {
  border-top: 1px solid #000;
  padding: 14px 10px 0;
}
.hamburger-menu .event-widget .menu-widget-static {
  padding-bottom: 10px;
}
.hamburger-menu .event-widget .event {
  display: flex;
  gap: 25px;
}
.hamburger-menu .event-widget .event .date {
  flex: 0 0 auto;
  width: 80px;
}
.hamburger-menu .event-widget .event .event-title {
  flex: 1 1 auto;
  min-width: 0;
}
.hamburger-menu .hamburger-contact__currency {
  position: absolute;
  top: 39px;
  right: 10px;
}
.hamburger-menu .hamburger-contact__currency .wpml-ls-legacy-list-horizontal,
.hamburger-menu .hamburger-contact__currency .wcml_currency_switcher {
  margin: 0 !important;
}
.hamburger-menu .hamburger-contact__currency .wpml-ls-legacy-list-horizontal > ul,
.hamburger-menu .hamburger-contact__currency .wcml_currency_switcher > ul {
  display: flex;
  gap: 7px;
}
.hamburger-menu .hamburger-contact__currency .wpml-ls-legacy-list-horizontal > ul > li > a,
.hamburger-menu .hamburger-contact__currency .wcml_currency_switcher > ul > li > a {
  padding: 0;
}
@media screen and (max-width: 1365px) {
  .hamburger-menu .hamburger-contact__currency {
    display: none;
  }
}

.hamburger-menu__items {
  border-top: 1px solid black;
  margin-bottom: 50px;
}

@media screen and (min-width: 1271px) {
  .mobile-main-menu {
    display: none;
  }
}
.mobile-main-menu .hamburger-menu__items {
  margin-bottom: 0;
}

.menu-hamburger-menu-container .hamburger-menu__items,
.menu-hamburger-menu-en-container .hamburger-menu__items {
  border-top: 0 none;
}

@media only screen and (max-width: 769px) {
  .hamburger-menu {
    right: calc(50px - 100%);
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 424px) {
  .hamburger-menu {
    top: 44px;
  }
}
.hamburger-menu a {
  color: #000;
}

.hamburger-menu .menu-item {
  color: #000;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger-menu .menu-item:not(:first-child) {
  border-top: 1px solid #000;
}
.hamburger-menu .menu-item:last-child {
  border-bottom: 1px solid #000;
}
.hamburger-menu .menu-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.hamburger-menu .menu-item.current_page_item {
  background: #f0f0ef;
}
.hamburger-menu .menu-item a {
  padding: 15px 15px 10px 10px;
  display: block;
}
.hamburger-menu.open {
  right: 0;
}

.hamburger-contact {
  padding: 0 10px 10px 10px;
}

@media only screen and (max-width: 769px) {
  .hamburger-contact {
    padding: 0 10px 10px 10px;
  }
}
.hamburger-contact__icons {
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1365px) {
  .hamburger-contact__icons {
    justify-content: flex-start;
    gap: 12px;
  }
}
.hamburger-contact__icons .wpml-lang-inline {
  display: none;
  gap: 20px;
  padding-right: 9px;
}
@media screen and (min-width: 1366px) {
  .hamburger-contact__icons .wpml-lang-inline {
    display: flex;
  }
}
.hamburger-contact__icons .wpml-lang-inline li {
  position: relative;
}
.hamburger-contact__icons .wpml-lang-inline li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(-50%, -50%);
}
.hamburger-contact__icons .wpml-lang-inline li, .hamburger-contact__icons .wpml-lang-inline li::after,
.hamburger-contact__icons .wpml-lang-inline li a {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  line-height: 16px;
  letter-spacing: 0.4px;
}
.hamburger-contact__icons .wpml-lang-inline li.active, .hamburger-contact__icons .wpml-lang-inline li.active::after,
.hamburger-contact__icons .wpml-lang-inline li.active a {
  color: #000;
}

.hamburger-contact__title {
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-contact__title .wpml-lang-inline {
  display: flex;
  gap: 12px;
}
.hamburger-contact__title .wpml-lang-inline li {
  position: relative;
}
.hamburger-contact__title .wpml-lang-inline li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translate(-50%, -50%);
}
.hamburger-contact__title .wpml-lang-inline li, .hamburger-contact__title .wpml-lang-inline li::after,
.hamburger-contact__title .wpml-lang-inline li a {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  line-height: 16px;
  letter-spacing: 0.4px;
}
.hamburger-contact__title .wpml-lang-inline li.active, .hamburger-contact__title .wpml-lang-inline li.active::after,
.hamburger-contact__title .wpml-lang-inline li.active a {
  color: #000;
}
.hamburger-contact__title .wishlist-cart-lang {
  display: flex;
  align-items: center;
}
.hamburger-contact__title .wishlist-cart-lang .wishlist-nav {
  padding: 0;
}
.hamburger-contact__title .wishlist-cart-lang .cart-nav {
  display: flex;
  padding: 0 20px 0 12px;
}
@media screen and (max-width: 1270px) {
  .hamburger-contact__title .wishlist-cart-lang .cart-nav,
  .hamburger-contact__title .wishlist-cart-lang .wishlist-nav {
    display: block;
  }
}
.hamburger-contact__title.switchers {
  padding: 10px;
  border-top: 1px solid #9a9a9a;
}

.hamburger-contact__wish-list {
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  justify-content: space-between;
  padding: 0 0 6px;
  margin-bottom: 8px;
}

.hamburger-contact__title .wpml-ls-legacy-list-horizontal {
  white-space: nowrap;
  padding: 0;
  font-size: 11px;
  color: grey;
}

.hamburger-contact__title .wpml-ls-legacy-list-horizontal a {
  color: inherit;
}

/*
.hamburger-contact__title .wpml-ls-legacy-list-horizontal li:first-child::after {
	content: "/";
}
*/
.hamburger-contact__title .wpml-ls-legacy-list-horizontal li:last-child a {
  padding-right: 0;
}

.hamburger-contact__title .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: black;
}

.hamburger-contact__title .wpml-ls-legacy-list-horizontal a {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}

.hamburger-contact__image {
  font-size: 0;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

@media only screen and (max-width: 769px) {
  .hamburger-contact__image {
    display: none;
  }
}
.hamburger-contact__addr {
  display: flex;
  align-items: flex-start;
  padding: 8px 0 6px 0;
  border-bottom: 1px solid #9a9a9a;
}

.hamburger-contact__addr .logo-holder {
  font-size: 0;
  margin-right: 12px;
  margin-top: 4px;
  min-width: 30px;
}

.hamburger-contact__addr .logo-holder picture,
.hamburger-contact__addr .logo-holder img {
  display: block;
  width: 30px;
}

.hamburger-contact__addr .addr_wrapper {
  width: calc(100% - 30px);
}

.hamburger-contact__addr .addr {
  width: calc(100% - 42px);
  margin-bottom: 4px;
}

.hamburger-contact__addr .worktime span {
  display: inline-block;
  width: calc(50% - 10px);
}

@media only screen and (max-width: 769px) {
  .hamburger-contact__addr .addr {
    width: calc(100% - 32px);
  }
}
.hamburger-contact__item {
  padding: 8px 0 6px 0;
  border-bottom: 1px solid #9a9a9a;
}

.hamburger-contact__social .hamburger-social {
  margin: 12px 0 0;
}

.hamburger-contact__social .hamburger-social__items {
  display: flex;
  align-items: center;
}

.hamburger-contact__social .hamburger-social .menu-item {
  padding: 0;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}

.hamburger-contact__social .hamburger-social .menu-item:not(:last-child) {
  margin-right: 12px;
}

.hamburger-contact__social .hamburger-social .menu-item a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #000;
  font-size: 11px;
  padding: 0.5em 0 0;
}

.hamburger-contact__form {
  position: relative;
}

.hamburger-contact__form .nl-form-wrapper {
  position: relative;
}
.hamburger-contact__form .nl-form-wrapper .wpcf7-form-control-wrap {
  display: block;
}

.hamburger-contact__form br {
  display: none;
}

.hamburger-contact__form label {
  display: block;
  margin: 48px 0 6px;
}

@media only screen and (max-width: 769px) {
  .hamburger-contact__form label {
    margin-top: 24px;
  }
}
.hamburger-contact__form input[type=email] {
  width: 100%;
  padding: 15px 10px 10px;
  border: 1px solid black;
  border-radius: 0;
  font-size: 14px;
  margin: 0;
  --webkit-appearance: none;
  appearance: none;
}

.hamburger-contact__form input[type=submit] {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  top: 0;
  right: -1px;
  padding: 16px 11px 11px;
  border: none;
  --webkit-appearance: none;
  appearance: none;
  color: white;
  background-color: black;
  z-index: 1;
  border-radius: 0;
}

.hamburger-contact__form .wpcf7-spinner {
  display: none;
}

.hamburger-contact__footer {
  background-color: #000;
  color: #fff;
  margin: 24px -10px -10px;
  padding: 10px 10px 10px;
}

@media only screen and (max-width: 769px) {
  .hamburger-contact__footer {
    margin-top: 16px;
  }
}
.hamburger-contact__footer .logo {
  max-width: 200px;
  margin: 40px auto;
  display: block;
}

.hamburger-contact__footer .legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .hamburger-contact__footer .legal {
    font-size: 13px;
  }
}
.hamburger-contact__footer a {
  color: inherit;
}

.hamburger-contact__footer .copyright {
  margin-left: auto;
  text-align: right;
}

.hamburger-menu__items .menu-item-has-children > a {
  display: block;
  position: relative;
}
.hamburger-menu__items .menu-item-has-children > a::before {
  position: absolute;
  display: block;
  content: "";
  padding: 3px;
  right: 15px;
  top: calc(50% - 2px);
  box-sizing: border-box;
  height: 3px;
  width: 3px;
  border-style: solid;
  border-color: #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 150ms ease-in-out;
  cursor: pointer;
  transform-origin: bottom;
  overflow: visible;
}
.hamburger-menu__items .menu-item-has-children .sub-menu {
  display: none;
}
.hamburger-menu__items .menu-item-has-children.open-submenu {
  border-bottom: none;
}
.hamburger-menu__items .menu-item-has-children.open-submenu .sub-menu {
  display: block;
}
.hamburger-menu__items .menu-item-has-children.open-submenu .sub-menu .menu-item:last-child {
  border-bottom: 0 none;
}
.slikz-wrapper {
  min-height: 0;
  min-width: 0;
  max-height: 500px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .slikz-wrapper {
    display: none !important;
  }
}

.slikz-wrapper .inner-holder {
  max-height: 500px;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.custom-font {
  font-family: var(--f-display-regular) !important;
  font-size: 20px !important;
  letter-spacing: 1.5px !important;
}
.custom-font span {
  font-family: inherit !important;
}

.custom-subtitle-font {
  font-size: 14px;
  text-transform: none !important;
  font-weight: 700 !important;
  font-family: var(--f-main-bold) !important;
}

.mobile-slikz {
  position: relative;
  width: 100%;
}
.mobile-slikz::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/mdm/images/crosshair-mobile.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  pointer-events: none;
}

@media only screen and (min-width: 770px) {
  .mobile-slikz {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .slikz {
    display: none !important;
  }
  .custom-font {
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
  }
  .footer-indicator .custom-font {
    margin-bottom: calc(4vh - 3.7em);
  }
  .custom-subtitle-font {
    font-size: 9px !important;
    font-weight: 400 !important;
    font-family: var(--f-main-regular) !important;
  }
  .footer-indicator .custom-subtitle-font {
    display: block;
    margin-top: -0.2em;
  }
}
.mobile-slikz:not(.slick-initialized) {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: stretch;
}
.mobile-slikz:not(.slick-initialized) > .image-holder {
  flex: 0 0 auto;
  width: 100%;
}
.mobile-slikz:not(.slick-initialized) > .image-holder picture,
.mobile-slikz:not(.slick-initialized) > .image-holder img {
  max-height: 400px;
}

.mobile-slikz .inner-holder,
.mobile-slikz .inner-holder picture {
  display: flex;
  justify-content: center;
}

.mobile-slikz > .slick-list > .slick-track > .image-holder > .inner-holder > picture,
.mobile-slikz > .slick-list > .slick-track > .image-holder > .inner-holder > img {
  max-height: 400px;
  width: auto;
  height: auto;
}

.slick-list {
  width: 100%;
}

.single-watches #slider-imgz {
  display: none;
}

@media only screen and (max-width: 900px) {
  .menu-flex .wpml-ls {
    display: none;
  }
  .menu-flex .wcml_currency_switcher {
    display: none;
  }
}
.menu-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
}

.menu-flex .wpml-ls {
  width: 100px;
}
.menu-hamburger .menu-flex .wpml-ls {
  padding: 13px 9px 21px 19.5px !important;
  width: auto;
}
@media screen and (max-width: 1270px) {
  .menu-hamburger .menu-flex .wpml-ls {
    display: none;
  }
}
.menu-hamburger .menu-flex .wpml-ls ul li > a.wpml-ls-item-toggle {
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
}
.menu-hamburger .menu-flex .wpml-ls ul li > a.wpml-ls-item-toggle,
.menu-hamburger .menu-flex .wpml-ls ul li > a.wpml-ls-item-toggle span {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  letter-spacing: 0.4px;
}
.menu-hamburger .menu-flex .wpml-ls ul li > a.wpml-ls-item-toggle::after {
  content: none;
}
.menu-hamburger .menu-flex .wpml-ls ul li ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  border: none;
}
.menu-hamburger .menu-flex .wpml-ls ul li ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu li,
.menu-hamburger .menu-flex .wpml-ls ul li ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu li a,
.menu-hamburger .menu-flex .wpml-ls ul li ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu li a span {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  letter-spacing: 0.4px;
  transition: none;
}
.menu-hamburger .menu-flex .wpml-ls ul li ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu li a {
  border: none;
  border-top: 1px solid #9E9E9E !important;
  background: #FFF !important;
  padding: 12px !important;
}

/* .menu-flex .wcml_currency_switcher {
  width: 120px;
} */
@media only screen and (max-width: 769px) {
  .pagination,
  .pagination-right {
    display: none;
  }
  .btn-black {
    text-align: left !important;
  }
}
.pagination {
  position: fixed;
  bottom: 50px;
  left: 20%;
}

.pagination-right {
  position: fixed;
  bottom: 50px;
  right: 20%;
}

.page-nav {
  display: inline-flex;
}

.nav-list {
  width: 30px;
  height: 2px;
  padding: 0;
  margin: 3px;
  border-radius: 360px;
  background-color: rgba(255, 255, 255, 0.2392156863);
  display: block;
}

.active > a {
  background-color: #fff;
  transition: 0.5s ease-in-out;
}

.sticky-mobile {
  z-index: 2;
}

.back-to-top > a {
  white-space: nowrap;
}

.menu-flex .wpml-ls-native {
  color: grey;
}

.menu-flex .wpml-ls-current-language > a > span {
  color: black;
  font-weight: 600;
  font-family: var(--f-main-bold);
}

.menu-flex .wpml-ls-item {
  font-size: 12px;
}

.wpml-ls-first-item::after {
  font-size: 14px;
}

.menu-flex .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: flex;
}

.menu-flex > .wpml-ls-legacy-list-horizontal ul {
  display: flex;
}

.home .buy-section-intro,
.home .specs {
  display: none;
}

.home .ms-left .mdm-bg__holder {
  width: 50vw;
}
@media only screen and (max-width: 769px) {
  .home .ms-left .mdm-bg__holder {
    width: 100vw;
  }
}

.wpml-ls-legacy-list-horizontal,
.wcml_currency_switcher {
  padding-right: 9px;
  padding-bottom: 20px;
  margin: 0 !important;
  cursor: pointer;
}
.wpml-ls-legacy-list-horizontal ul li,
.wcml_currency_switcher ul li {
  border: none !important;
  background: transparent !important;
}
.wpml-ls-legacy-list-horizontal ul li a,
.wcml_currency_switcher ul li a {
  color: #9E9E9E;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  letter-spacing: 0.4px;
  padding: 0 5px 0 0;
}
.wpml-ls-legacy-list-horizontal ul li a.js-wcml-dropdown-click-toggle.wcml-cs-item-toggle::after,
.wcml_currency_switcher ul li a.js-wcml-dropdown-click-toggle.wcml-cs-item-toggle::after {
  content: none;
}
.wpml-ls-legacy-list-horizontal ul li ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu,
.wcml_currency_switcher ul li ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu {
  top: calc(100% + 20px);
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-top: 1px solid #9E9E9E;
  background: #FFF;
}
.wpml-ls-legacy-list-horizontal ul li ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu li,
.wcml_currency_switcher ul li ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu li {
  border: none;
}
.wpml-ls-legacy-list-horizontal ul li ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu li a,
.wcml_currency_switcher ul li ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu li a {
  color: #9E9E9E;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  letter-spacing: 0.4px;
  transition: none;
}

@media (hover: hover) {
  .wcml_currency_switcher:hover ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu,
  .wcml_currency_switcher:hover ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu,
  .wpml-ls-statics-shortcode_actions:hover ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu,
  .wpml-ls-statics-shortcode_actions:hover ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    visibility: visible !important;
  }
}
.wcml-horizontal-list li a {
  font-size: 12px;
  padding: 5px;
  color: grey;
}

.wcml-cs-active-currency a {
  color: black !important;
}
.menu-hamburger .wcml-cs-active-currency a {
  padding: 0 !important;
}
.menu-hamburger .wcml-cs-active-currency a::after {
  content: none;
}

.hamburger-contact__title .wcml_currency_switcher {
  padding: 0;
}

.woocommerce .wcml-horizontal-list.product {
  margin: 0 !important;
}

#sidebar {
  display: none;
}

section.category {
  margin-bottom: 30px;
}

/* Checkout contact info */
.title-check {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--f-main-bold);
  color: #000;
}

.untertitel {
  font-size: 14px;
  line-height: 2em;
}

.contact-info {
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}

.cfw-logo .logo {
  max-width: 310px;
  margin-left: -10px;
}

@media only screen and (min-width: 769px) and (max-width: 1270px) {
  .single-stories .specs {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .description-top {
    width: 100% !important;
  }
}
.category-uhrenbaender .image-desktop picture,
.category-uhrenbaender .image-desktop img {
  height: 55vh;
  margin-left: 14vw;
  width: auto;
}
.category-uhrenbaender .image-desktop picture img,
.category-uhrenbaender .image-desktop img img {
  margin: 0;
}

.mdm-has-info-banner .events-overview-page .events-section-intro,
.mdm-has-newsletter-banner .events-overview-page .events-section-intro {
  padding-top: 0 !important;
}
.mdm-has-info-banner .split-container .mdm-content__holder,
.mdm-has-newsletter-banner .split-container .mdm-content__holder {
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .mdm-has-info-banner .split-container .mdm-content__holder,
  .mdm-has-newsletter-banner .split-container .mdm-content__holder {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .mdm-has-info-banner.single-product .story.split-container,
  .mdm-has-info-banner.single-product .mdm-container.watches-page .mdm-content__holder,
  .mdm-has-info-banner.single-product .mdm-container.watches-page .pdetail, .mdm-has-info-banner.single-stories .story.split-container,
  .mdm-has-info-banner.single-stories .mdm-container.watches-page .mdm-content__holder,
  .mdm-has-info-banner.single-stories .mdm-container.watches-page .pdetail,
  .mdm-has-newsletter-banner.single-product .story.split-container,
  .mdm-has-newsletter-banner.single-product .mdm-container.watches-page .mdm-content__holder,
  .mdm-has-newsletter-banner.single-product .mdm-container.watches-page .pdetail,
  .mdm-has-newsletter-banner.single-stories .story.split-container,
  .mdm-has-newsletter-banner.single-stories .mdm-container.watches-page .mdm-content__holder,
  .mdm-has-newsletter-banner.single-stories .mdm-container.watches-page .pdetail {
    padding-top: 0;
    margin-top: 0;
  }
}

.banner-holder {
  position: sticky;
  z-index: 51;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 50px;
  display: none;
}
.ready .banner-holder {
  display: block;
}
.ready .banner-holder.has-top-banner + .atelier-page, .ready .banner-holder.has-top-banner + .family-page, .ready .banner-holder.has-top-banner + .stories-page, .ready .banner-holder.has-top-banner + .events-overview-page, .ready .banner-holder.has-top-banner + .workshop-page, .ready .banner-holder.has-newsletter-banner + .atelier-page, .ready .banner-holder.has-newsletter-banner + .family-page, .ready .banner-holder.has-newsletter-banner + .stories-page, .ready .banner-holder.has-newsletter-banner + .events-overview-page, .ready .banner-holder.has-newsletter-banner + .workshop-page {
  padding-top: 0;
}
.ready .banner-holder.has-top-banner + .family-page .page-heading, .ready .banner-holder.has-top-banner + .events-overview-page .page-heading, .ready .banner-holder.has-top-banner + .stories-page .page-heading, .ready .banner-holder.has-top-banner + .workshop-page .page-heading, .ready .banner-holder.has-newsletter-banner + .family-page .page-heading, .ready .banner-holder.has-newsletter-banner + .events-overview-page .page-heading, .ready .banner-holder.has-newsletter-banner + .stories-page .page-heading, .ready .banner-holder.has-newsletter-banner + .workshop-page .page-heading {
  padding-top: 10px;
}
@media only screen and (max-width: 424px) {
  .banner-holder {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 770px) {
  .ready .banner-holder.has-top-banner + .category-heading, .ready .banner-holder + .category-heading {
    top: 82px;
  }
  .ready .banner-holder.has-top-banner ~ section.watches, .ready .banner-holder.has-newsletter-banner ~ section.watches {
    padding-top: 185px;
  }
  .ready .banner-holder.has-top-banner.has-newsletter-banner + .category-heading {
    top: 116px;
  }
  .ready .banner-holder.has-top-banner.has-newsletter-banner ~ section.watches {
    padding-top: 218px;
  }
}

.mdm-hide-newsletter-banner.mdm-hide-info-banner .banner-holder,
.ready.mdm-hide-newsletter-banner.mdm-hide-info-banner .banner-holder,
.mdm-hide-newsletter-banner .banner-holder:not(.has-top-banner),
.ready.mdm-hide-newsletter-banner .banner-holder:not(.has-top-banner),
.mdm-hide-newsletter-banner .mdm-newsletter-popup-banner,
.mdm-hide-info-banner .mdm-info-banner {
  display: none;
}

.category-banner {
  display: flex;
  text-align: center;
  color: white;
  background: black;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--f-main-regular);
  line-height: 20px;
  padding: 6px 15px 6px;
  align-items: stretch;
}
.category-banner .inner-holder {
  flex: 1 1 auto;
}
.category-banner .close {
  flex: 0 0 auto;
  width: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
.category-banner .close:before {
  display: inline;
  content: "×";
  font-size: 1.4em;
  line-height: 1em;
}
.category-banner strong,
.category-banner b {
  font-weight: 700;
  font-family: var(--f-main-bold);
}
.category-banner p {
  display: inline-block;
  margin: 0;
}
.category-banner a {
  color: white;
  text-decoration: underline;
}
.category-banner a:hover {
  opacity: 0.8;
}
.category-banner.visible + .category-banner {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 424px) {
  .category-banner {
    padding: 6px 12px;
  }
  .category-banner p {
    display: block;
  }
}

.popup-trigger-banner {
  cursor: pointer;
}

.category-heading {
  width: 100%;
  z-index: 6;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .category-heading {
    position: static;
  }
}
@media only screen and (max-width: 424px) {
  .category-heading .page-heading {
    padding-top: 25px;
  }
}
.category-heading--wishlist {
  position: static;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .category-heading--wishlist .page-heading {
    padding: 10px 10px 100px;
  }
}
@media only screen and (max-width: 424px) {
  .category-heading--wishlist {
    margin-top: 45px;
  }
}

.single .intro-read-more {
  display: none;
}

.sticky-mobile a {
  padding: 7px 12px 4px 9px !important;
  line-height: 120% !important;
  background: black;
  color: white;
}

.mdm-content__desc {
  font-weight: 500;
  font-family: var(--f-main-medium);
}

.description-top a {
  font-size: 14px;
}

@media only screen and (max-width: 769px) {
  .split-container .mdm-content__holder .mdm-content__desc .intro-read-more {
    display: none;
  }
}
.page-template-default .entry {
  margin-top: 50px;
  padding: 0 20px 0 20px;
}

@media only screen and (max-width: 1270px) {
  .wpml-ls-legacy-list-horizontal {
    display: none;
  }
  .wcml_currency_switcher {
    display: none;
  }
  .hamburger-menu .wpml-ls-legacy-list-horizontal,
  .hamburger-menu .wcml_currency_switcher {
    display: block !important;
  }
  .header-menu {
    opacity: 0;
  }
}
.footer .wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
  margin-right: 0;
}

.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.error404 main.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.error404 main.main .default-section {
  flex: 1 1 auto;
}
@media screen and (min-width: 770px) {
  .error404 main.main .default-section .inner-holder {
    width: 50%;
    padding-right: 40px;
  }
}
.error404 footer.footer {
  flex: 0 0 auto;
}

.default-section.dark {
  background-color: black;
  color: white;
}
.default-section .inner-holder {
  padding: 0 var(--side-padding) 100px;
}

.remove-url a {
  display: none;
}

.remove-url .mdm-content__desc {
  display: none;
}

.fancybox-navigation .fancybox-button {
  top: calc(50% - 10px);
}

@media (max-width: 769px) {
  .fancybox-is-open .slick-arrow::before {
    width: 50px !important;
  }
  .fancybox-is-open .slick-arrow::after {
    width: 50px !important;
  }
}
.intro-slider:not(.slick-initialized),
.cat-tile-slider:not(.slick-initialized) {
  overflow: hidden;
}
.intro-slider:not(.slick-initialized) .image-slide-wrapper,
.cat-tile-slider:not(.slick-initialized) .image-slide-wrapper {
  width: 100%;
  min-width: 0;
  flex: 0 0 auto;
}

.hidden_gallery {
  display: none;
}

.image-slide-wrapper,
.intro-slider picture,
.intro-slider img,
.cat-tile-slider picture,
.cat-tile-slider img,
.cat-tile-slider .slick-list,
.cat-tile-slider .slick-track,
.intro-slider .slick-list,
.intro-slider .slick-track,
.intro-slider,
.cat-tile-slider {
  width: 100%;
  height: 100%;
}

.cat-tile-slider .slick-list,
.intro-slider .slick-list {
  height: auto;
  max-height: unset;
}

.cat-tile-slider,
.intro-slider {
  display: flex;
  align-content: stretch;
  overflow: hidden;
}

.image-slide-wrapper {
  position: relative;
}

.image-slide-wrapper picture,
.image-slide-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.cat-tile-slider {
  position: absolute;
  left: 0;
  top: 0;
}

.subcat .cat-bg .cat-tile-slider picture,
.subcat .cat-bg .cat-tile-slider img {
  object-fit: contain;
}

.family-testimonial .inner-holder {
  max-width: 100%;
}

@media only screen and (min-width: 1921px) {
  body {
    font-size: 18px;
  }
  .description-top a {
    font-size: 18px;
  }
  .btn {
    padding: 7px 12px 7px 9px;
    font-size: 18px;
  }
  .header-menu .menu-item {
    font-size: 16px;
  }
  .wcml-horizontal-list li a,
  .menu-flex .wpml-ls-item {
    font-size: 16px;
  }
  .caption,
  .img-idx,
  .specification,
  .txt-idx,
  .txt-idx + .description {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
  .footer-contact {
    font-size: 16px;
  }
  .hamburger-menu {
    font-size: 16px;
  }
  .footer-menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .split-container .mdm-content__holder .mdm-content__desc {
    max-width: 305px;
  }
}
.woocommerce-Price-currencySymbol,
.changeable-currency {
  overflow: visible;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.sticky-mobile .woocommerce-Price-currencySymbol, .sticky-holder .woocommerce-Price-currencySymbol,
.sticky-mobile .changeable-currency,
.sticky-holder .changeable-currency {
  padding-right: 1em;
}
.woocommerce-Price-currencySymbol ul,
.changeable-currency ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #000;
  padding: 3px;
  z-index: 100;
}
.woocommerce-Price-currencySymbol ul li,
.changeable-currency ul li {
  user-select: none;
  color: #999;
}
.woocommerce-Price-currencySymbol ul li:hover,
.changeable-currency ul li:hover {
  color: #000;
}
.woocommerce-Price-currencySymbol:hover ul,
.changeable-currency:hover ul {
  display: block;
}
.sticky-mobile .woocommerce-Price-currencySymbol:hover ul, .sticky .woocommerce-Price-currencySymbol:hover ul,
.sticky-mobile .changeable-currency:hover ul,
.sticky .changeable-currency:hover ul {
  display: flex;
  gap: 1em;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

div.image-desktop {
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  div.image-desktop {
    display: none;
  }
}

.inner-holder > .name {
  padding: 0 8px;
}

@media screen and (max-width: 769px) {
  .single-stories .inner-holder > .price {
    text-align: center;
    width: 50%;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
  .single-stories .inner-holder > .name {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .single-product .image-desktop {
    display: none;
  }
}

/* VIMEO VIDEO */
.vimeo-lite {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.vimeo {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.vimeo > iframe,
.vimeo .vimeo-lite {
  box-sizing: border-box;
  height: 100%;
  aspect-ratio: 1.77777777;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: auto;
}

/*@media only screen and (min-width: 1800px) {
	.ms-home,
	.pdetail-intro,
	.story-intro {
		div.image-desktop {
			picture {
				overflow: hidden;
				max-width: 13vw;
				margin-right: 0;
				float: none;
			}

			picture,
			img {
				//width: auto;
				//height: 50vh;

				width: 100%;
				height: 100%;

				img {
					width: auto;
					height: inherit;
					max-width: unset;
					margin-right: 10vw;
					float: right;
				}
			}
		}
	}
}*/
.adm-img-download {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  right: calc(10vw + 50px);
  top: calc(50% - 150px);
  width: 300px;
  height: 300px;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .adm-img-download {
    top: calc(50% - 50px);
    width: 50px;
    height: 50px;
  }
}
.adm-img-download .adm-dl-btn {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12.3v7a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath data-name='Right' d='m7.9 12.3 4.1 4 4.1-4'/%3E%3Cpath d='M12 2.7v11.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 50px;
  height: 50px;
}

/*@media only screen and (min-width: 1900px) {
	div.image-desktop {

		picture,
		img {
			width: 15vw;
			height: auto;
			//	margin-right: 15%;
			img {
				width: 100%;
				height: auto;
				//	margin-right: 0;
			}
		}
	}
	.image-desktop {
		picture,
		img {
			width: 15vw;
			height: auto;
			//	margin-right: 15%;
			img {
				width: 100%;
				height: auto;
				//	margin-right: 0;
			}
		}
	}
}*/
.loader-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 100;
}

.loader-wrapper.show {
  display: block;
}

.ms-home:not(.multi-scrolling) .mdm-container {
  height: 100vh;
}

.ms-home:not(.multi-scrolling) .ms-left .vimeo-lite {
  background: none !important;
}

.loader-wrapper #loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading-spinner 1s linear infinite;
  width: 60px;
}

@keyframes loading-spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.w_section {
  padding: 48px var(--side-padding);
}
.w_section .w_section__bottom-part,
.w_section .w_section__top-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.w_section .w_section__bottom-part > *,
.w_section .w_section__top-part > * {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .w_section .w_section__bottom-part,
  .w_section .w_section__top-part {
    flex-wrap: wrap;
  }
}
.w_section .w_section__top-part {
  margin-bottom: 48px;
}
.w_section .w_section__bottom-part {
  overflow-x: hidden;
}
.w_section .w_section__bottom-part > * {
  margin: 0;
  padding-top: 6px;
  border-top: 1px solid #9e9e9e;
  text-align: left;
  text-transform: initial;
}
.w_section .w_section__bottom-part > *.w_section__bottom__ta-logo, .w_section .w_section__bottom-part > *.w_section__bottom__tripadvisor, .w_section .w_section__bottom-part > *.w_section__bottom__quote {
  padding-top: 36px;
}
.w_section .w_section__bottom-part .w_section__bottom__tripadvisor > div > div {
  margin-left: auto !important;
  width: 100% !important;
}
.w_section .w_section__bottom-part .w_section__bottom__tripadvisor > div > div dt.widSSPH18 {
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: var(--f-main-medium) !important;
}
.w_section .w_section__bottom-part .w_section__bottom__tripadvisor > div > div .widSSPBranding {
  display: none !important;
}
.w_section .w_section__bottom-part .w_section__bottom__tripadvisor > div > div .widSSPData {
  padding: 0 !important;
}
.w_section .w_section__bottom-part .w_section__bottom__ta-title,
.w_section .w_section__bottom-part .w_section__bottom__quote {
  max-width: calc(20% - 5px);
}
@media screen and (max-width: 769px) {
  .w_section .w_section__bottom-part .w_section__bottom__ta-title,
  .w_section .w_section__bottom-part .w_section__bottom__quote {
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 769px) {
  .w_section .w_section__bottom-part .w_section__bottom__ta-title,
  .w_section .w_section__bottom-part .w_section__bottom__quote {
    max-width: 100%;
  }
}
.w_section .w_section__bottom-part .w_section__bottom__ta-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.w_section .w_section__bottom-part .w_section__bottom__ta-logo img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
}
.w_section .w_section__bottom-part .w_section__bottom__ta-logo,
.w_section .w_section__bottom-part .w_section__bottom__tripadvisor {
  max-width: calc(30% - 5px);
}
@media screen and (max-width: 769px) {
  .w_section .w_section__bottom-part .w_section__bottom__ta-logo,
  .w_section .w_section__bottom-part .w_section__bottom__tripadvisor {
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 769px) {
  .w_section .w_section__bottom-part .w_section__bottom__ta-logo,
  .w_section .w_section__bottom-part .w_section__bottom__tripadvisor {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .w_section .w_section__bottom-part .w_section__bottom__ta-title {
    margin-bottom: 70px;
  }
}
.w_section .w_section__top-part__left {
  padding: 6px 6px 46px 6px;
  display: flex;
  gap: 12px;
  border-top: 1px solid #9E9E9E;
  background: #EBEBEB;
  position: relative;
}
@media screen and (max-width: 460px) {
  .w_section .w_section__top-part__left {
    flex-direction: column;
  }
}
.w_section .w_section__top-part__left .w_section__text-title {
  max-width: 371px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1270px) {
  .w_section .w_section__top-part__left .w_section__text-title {
    max-width: 50%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 769px) {
  .w_section .w_section__top-part__left .w_section__text-title {
    max-width: 100%;
  }
}
.w_section .w_section__top-part__left .w_section__text-content {
  letter-spacing: 0.4px;
}
.w_section .w_section__top-part__left .w_section__text-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  color: #FFF;
  background-color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--f-main-bold);
  line-height: normal;
  letter-spacing: 0.4px;
  padding: 8px 38px 3px 38px;
}
.w_section .w_section__top-part__right {
  padding-top: 6px;
  border-top: 1px solid #9E9E9E;
}
.w_section .w_section__top-part__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
@media screen and (max-width: 460px) {
  .w_section .w_section__top-part__right img {
    aspect-ratio: 16/9;
  }
}
.w_section .w_section__bottom__quote {
  margin-left: auto;
}
.w_section .w_section__bottom__quote .quote_text,
.w_section .w_section__bottom__quote .quote_author {
  font-size: 15px;
  line-height: normal;
}
.w_section .w_section__bottom__quote .quote_text {
  color: #000;
  font-weight: 600;
  font-family: var(--f-main-bold);
  text-transform: uppercase;
}
.w_section .w_section__bottom__quote .quote_author {
  margin-top: 6px;
  color: #9E9E9E;
  line-height: normal;
}

.tripadvisor-clients-section {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  margin-top: 50px;
  gap: 22px;
}
@media (min-width: 769px) {
  .tripadvisor-clients-section {
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
    gap: 9px;
  }
}
.tripadvisor-clients-section .workshop-section {
  margin-top: 0 !important;
}
@media (min-width: 769px) {
  .tripadvisor-clients-section .workshop-section {
    padding-right: 0;
  }
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__ta-title,
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__quote {
  max-width: 100%;
  border-top: none;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__ta-title {
  border-top: 1px solid #9e9e9e;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
@media (min-width: 769px) {
  .tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__quote {
    max-width: 358px;
  }
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__quote p {
  text-align: left;
  color: #000;
}
@media (min-width: 769px) {
  .tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__quote p {
    text-align: center;
  }
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .w_section__bottom__quote .quote_author {
  font-size: 18px;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial {
  border-top: none;
  color: #000;
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: 0;
}
@media (min-width: 769px) {
  .tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial {
    padding-bottom: 72px;
    margin-top: 122px;
  }
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .slick-next,
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .slick-prev {
  top: -30px;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .slick-prev {
  left: -20px;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .slick-next {
  right: -20px;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio {
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .icon-holder {
  width: 100%;
  text-align: center;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .icon-holder picture,
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .icon-holder img {
  max-width: 240px;
  height: auto;
  filter: none;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .icon-holder picture img,
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .icon-holder img img {
  filter: none;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .ratio-holder span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .family-testimonial__ratio .ratio-holder span.active {
  background-color: #000;
}
.tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .slick-list {
  width: 100%;
  max-width: calc(100vw - 72px);
}
@media (min-width: 769px) {
  .tripadvisor-clients-section .workshop-section .w_section__bottom-part .family-testimonial .inner-holder .slick-list {
    max-width: 50vw;
  }
}
.tripadvisor-clients-section .clients_section {
  flex-direction: column;
  padding-top: 0;
  margin-top: 0;
  gap: 60px;
}
@media (min-width: 769px) {
  .tripadvisor-clients-section .clients_section {
    gap: 122px;
    padding-left: 0;
  }
}
.tripadvisor-clients-section .clients_section .clients_section__heading {
  margin: 0;
}
.tripadvisor-clients-section .clients_section .clients_section__content {
  border-top: none;
  margin: 0 auto;
}
.tripadvisor-clients-section .clients_section .clients_section__content .clients_section__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 1025px) {
  .tripadvisor-clients-section .clients_section .clients_section__content .clients_section__logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tripadvisor-clients-section .clients_section .clients_section__content .clients_section__logos li {
  max-width: 100%;
  justify-content: center;
}
.tripadvisor-clients-section .clients_section .clients_section__content .clients_section__logos li img {
  max-width: 156px;
}
@media (min-width: 1025px) {
  .tripadvisor-clients-section .clients_section .clients_section__content .clients_section__logos li img {
    max-width: 180px;
  }
}
.tripadvisor-clients-section .clients_section .clients_section__heading {
  width: 100%;
}
.tripadvisor-clients-section .clients_section .more_companies_text {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.instagram-section {
  padding: 48px var(--side-padding) 0;
}
.instagram-section__title {
  margin: 0;
  width: calc(20% - 5px);
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .instagram-section__title {
    width: 100%;
  }
}
.instagram-section__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  border-top: 1px solid #9e9e9e;
}
@media screen and (max-width: 850px) {
  .instagram-section__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
}
.instagram-section__content {
  width: 80%;
}
@media screen and (max-width: 850px) {
  .instagram-section__content {
    width: 100%;
  }
}
.instagram-section__link {
  display: flex;
  justify-content: flex-end;
}

.events-section {
  padding: 48px var(--side-padding) 0;
  padding-bottom: 48px;
}
.events-section__inner {
  display: flex;
}
@media screen and (max-width: 850px) {
  .events-section__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
}
.events-section__title {
  margin: 0;
  width: 20%;
  text-align: left;
  text-transform: uppercase;
  padding-top: 6px;
  border-top: 1px solid #9e9e9e;
}
@media screen and (max-width: 850px) {
  .events-section__title {
    width: 100%;
  }
}
.events-section__events {
  width: 78%;
}
@media screen and (max-width: 850px) {
  .events-section__events {
    width: 100%;
  }
}
.events-section .event-item {
  display: grid;
}
.events-section .event-item__link {
  display: grid;
}
.events-section .event-item__top {
  display: grid;
  grid-template-columns: 55px 1fr;
  margin-bottom: 12px;
}
.events-section .event-item__top .event-time {
  font-size: 14px;
}
.events-section .event-item__top .event-time,
.events-section .event-item__top .event-title {
  font-weight: 600;
  font-family: var(--f-main-bold);
}
.events-section .event-item__top .event-title {
  margin-bottom: 6px;
}
.events-section .event-item__top .event-title .event-time {
  margin-left: 2px;
  margin-right: 5px;
}
.events-section .event-item picture,
.events-section .event-item img {
  aspect-ratio: 1.176;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 850px) {
  .events-section--slider .events-section__slider {
    padding: 0;
  }
}
@media screen and (min-width: 1921px) {
  .events-section--slider .events-section__slider .slick-list {
    max-height: unset;
  }
}
.events-section--slider .events-section__slider .event-item {
  grid-template-columns: 553px 260px;
  max-width: 813px;
  width: 100%;
  padding-top: 6px;
  border-top: 1px solid #9e9e9e;
}
@media screen and (min-width: 1441px) {
  .events-section--slider .events-section__slider .event-item {
    max-width: 870px;
    grid-template-columns: 592px 278px;
  }
}
@media screen and (min-width: 1537px) {
  .events-section--slider .events-section__slider .event-item {
    max-width: 905px;
    grid-template-columns: 618px 287px;
  }
}
@media screen and (min-width: 1601px) {
  .events-section--slider .events-section__slider .event-item {
    max-width: 1072px;
    grid-template-columns: 746px 326px;
  }
}
@media screen and (min-width: 1921px) {
  .events-section--slider .events-section__slider .event-item {
    max-width: 1455px;
    grid-template-columns: 1000px 455px;
  }
}
@media screen and (max-width: 1366px) {
  .events-section--slider .events-section__slider .event-item {
    grid-template-columns: 525px 240px;
    max-width: 765px;
  }
}
@media screen and (max-width: 1280px) {
  .events-section--slider .events-section__slider .event-item {
    grid-template-columns: 492px 228px;
    max-width: 720px;
  }
}
@media screen and (max-width: 1150px) {
  .events-section--slider .events-section__slider .event-item {
    grid-template-columns: 430px 200px;
    max-width: 630px;
  }
}
@media screen and (max-width: 1024px) {
  .events-section--slider .events-section__slider .event-item {
    grid-template-columns: 388px 175px;
    max-width: 563px;
  }
}
@media screen and (max-width: 850px) {
  .events-section--slider .events-section__slider .event-item {
    grid-template-columns: 2fr 1fr;
    max-width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .events-section--slider .events-section__slider .event-item {
    grid-template-columns: 2fr 1fr;
    max-width: 85vw;
  }
}
@media screen and (max-width: 560px) {
  .events-section--slider .events-section__slider .event-item {
    display: flex;
    flex-direction: column;
    max-width: 75vw;
  }
}
.events-section--slider .events-section__slider .event-item:not(:first-child), .events-section--slider .events-section__slider .event-item:nth-of-type(2), .events-section--slider .events-section__slider .event-item:not(:last-child) {
  margin: 0 24px;
}
@media screen and (max-width: 850px) {
  .events-section--slider .events-section__slider .event-item:not(:first-child), .events-section--slider .events-section__slider .event-item:nth-of-type(2), .events-section--slider .events-section__slider .event-item:not(:last-child) {
    margin: 0 6px;
  }
}
.events-section--slider .events-section__slider .event-item.slick-current.slick-active {
  margin-right: 12px;
}
@media screen and (min-width: 1601px) {
  .events-section--slider .events-section__slider .event-item.slick-current.slick-active {
    margin-right: 40px;
  }
}
.events-section--slider .events-section__slider .event-item__top-left img,
.events-section--slider .events-section__slider .event-item__top-left picture {
  max-height: 354px;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (min-width: 1441px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 385px;
  }
}
@media screen and (min-width: 1537px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 400px;
  }
}
@media screen and (min-width: 1601px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 480px;
  }
}
@media screen and (min-width: 1921px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 645px;
  }
}
@media screen and (max-width: 1366px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 340px;
  }
}
@media screen and (max-width: 1280px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 325px;
  }
}
@media screen and (max-width: 1024px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    max-height: 250px;
  }
}
@media screen and (max-width: 769px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    object-fit: contain;
  }
}
@media screen and (max-width: 560px) {
  .events-section--slider .events-section__slider .event-item__top-left img,
  .events-section--slider .events-section__slider .event-item__top-left picture {
    object-fit: contain;
    aspect-ratio: unset;
  }
}
.events-section--slider .events-section__slider .event-item__top-right {
  position: relative;
  padding: 3px 9px 55px;
  background-color: #EDEDED;
}
.events-section--slider .events-section__slider .event-item__top-right .event-title,
.events-section--slider .events-section__slider .event-item__top-right .event-time {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--f-main-bold);
  line-height: 1;
}
.events-section--slider .events-section__slider .event-item__top-right .event-title {
  color: #000;
  margin: 2px 0;
}
@media screen and (min-width: 561px) and (max-width: 1024px) {
  .events-section--slider .events-section__slider .event-item__top-right .event-title {
    height: 30px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.events-section--slider .events-section__slider .event-item__top-right .event-time {
  color: #9E9E9E;
  font-weight: 400;
  font-family: var(--f-main-regular);
}
.events-section--slider .events-section__slider .event-item__top-right .event-content {
  margin-top: 15px;
  max-height: 200px;
  overflow: hidden;
}
.events-section--slider .events-section__slider .event-item__top-right .event-link {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 16px 12px 16px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .events-section--slider .events-section__slider .event-item__top-right .event-link:hover {
    background-color: #363636;
  }
}
.events-section--slider .events-section__slider .event-item__top-right .event-link:active {
  background-color: #363636;
}
@media screen and (max-width: 560px) {
  .events-section--slider .events-section__slider .event-item__top-right {
    padding: 6px;
    height: 130px;
  }
  .events-section--slider .events-section__slider .event-item__top-right .event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: inherit;
  }
  .events-section--slider .events-section__slider .event-item__top-right .event-content {
    height: 60px;
    max-width: 350px;
    overflow: hidden;
  }
  .events-section--slider .events-section__slider .event-item__top-right .event-link {
    display: none;
  }
}
.events-section--slider .events-section__slider .slick-next,
.events-section--slider .events-section__slider .slick-prev {
  width: 32px;
  height: 59px;
}
.events-section--slider .events-section__slider .slick-next::before,
.events-section--slider .events-section__slider .slick-prev::before {
  border: none;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10.5px;
  height: 59px;
  top: 0;
  bottom: 0;
}
.events-section--slider .events-section__slider .slick-next::after,
.events-section--slider .events-section__slider .slick-prev::after {
  content: none;
}
.events-section--slider .events-section__slider .slick-prev {
  left: -30px;
}
.events-section--slider .events-section__slider .slick-next {
  right: -30px;
}
@media screen and (max-width: 850px) {
  .events-section--slider .events-section__slider .slick-prev {
    left: 10px;
  }
  .events-section--slider .events-section__slider .slick-next {
    right: 10px;
  }
}
.events-section--slider .events-section__slider .slick-next::before {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='61' viewBox='0 0 13 61' fill='none'%3E%3Cpath d='M1 1L11.5 29.5L1 60' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
@media screen and (max-width: 850px) {
  .events-section--slider .events-section__slider .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='61' viewBox='0 0 13 61' fill='none'%3E%3Cpath d='M1 1L11.5 29.5L1 60' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.events-section--slider .events-section__slider .slick-prev::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='61' viewBox='0 0 14 61' fill='none'%3E%3Cpath d='M12.5 1L2 29.5L12.5 60' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
@media screen and (max-width: 850px) {
  .events-section--slider .events-section__slider .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='61' viewBox='0 0 14 61' fill='none'%3E%3Cpath d='M12.5 1L2 29.5L12.5 60' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.events-section--slider .events_page_link {
  margin-top: 24px;
  padding-inline: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .events-section--slider .events_page_link {
    padding: 0;
    width: auto;
  }
}
.events-section--slider .events_page_link a {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--f-main-regular);
}
.events-section--full {
  padding-top: 0;
}
.events-section--full .events-section__inner {
  border: none;
  padding: 0;
}
.events-section--full .events-section__events {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 6px 10px;
}
@media screen and (max-width: 850px) {
  .events-section--full .events-section__events {
    grid-gap: 48px 12px;
  }
}
@media screen and (max-width: 600px) {
  .events-section--full .events-section__events {
    grid-template-columns: 1fr;
  }
}
.events-section--full .events-section__events .event-item {
  border-top: 1px solid #9e9e9e;
  padding-top: 10px;
}

.clients_section {
  padding: 48px var(--side-padding) 0;
  display: flex;
  justify-content: space-between;
}
.clients_section__heading, .clients_section__content {
  margin: 0;
  padding-top: 6px;
  border-top: 1px solid #9e9e9e;
  text-align: left;
  text-transform: initial;
}
.clients_section__heading {
  width: calc(20% - 5px);
}
@media only screen and (max-width: 769px) {
  .clients_section__heading {
    width: 100%;
    margin-bottom: 70px;
  }
}
.clients_section__content {
  width: calc(80% - 5px);
}
@media only screen and (max-width: 769px) {
  .clients_section__content {
    width: 100%;
  }
}
.clients_section__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.clients_section__logos li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex-grow: 1;
  max-width: calc(20% - 6px);
  width: 100%;
}
.clients_section__logos .more_companies_text {
  margin-left: auto;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--f-main-bold);
  line-height: normal;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: calc(25.2% - 5px);
}
.clients_section__logos img {
  object-fit: scale-down;
  width: 100%;
  max-width: 186px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .clients_section {
    flex-direction: column;
  }
  .clients_section__heading, .clients_section__content {
    width: 100%;
  }
  .clients_section__logos {
    justify-content: space-between;
  }
  .clients_section__logos li {
    min-width: auto;
    width: 100%;
    max-width: calc(33.33% - 5px);
  }
}
@media screen and (max-width: 769px) {
  .clients_section__logos {
    justify-content: space-between;
  }
  .clients_section__logos li {
    max-width: calc(50% - 5px);
  }
  .clients_section .more_companies_text {
    max-width: 100%;
    margin-bottom: 48px;
  }
}

.sticky-mobile > .inner-holder {
  flex-wrap: wrap;
}

.pdetail-info #mdm-countdown,
.sticky-mobile #mdm-countdown {
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--f-main-medium);
  font-size: 21px;
}

.sticky-mobile #mdm-countdown {
  border-bottom: 1px solid #fff;
}

.sticky-holder.-family {
  position: fixed;
  display: flex;
  left: calc(50% + 2px);
  right: 0;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
@media screen and (max-width: 1160px) {
  .sticky-holder.-family {
    left: 0;
  }
}
.sticky-holder.-family .left-part-holder,
.sticky-holder.-family .right-part-holder {
  display: flex;
  width: 100%;
}
.sticky-holder.-family .left-part-holder,
.sticky-holder.-family .left-part-holder span,
.sticky-holder.-family .left-part-holder a,
.sticky-holder.-family .right-part-holder,
.sticky-holder.-family .right-part-holder span,
.sticky-holder.-family .right-part-holder a {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--f-main-bold);
}
.sticky-holder.-family .left-part-holder span,
.sticky-holder.-family .left-part-holder a,
.sticky-holder.-family .right-part-holder span,
.sticky-holder.-family .right-part-holder a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
}
.sticky-holder.-family .left-part-holder {
  background-color: #fff;
}
.sticky-holder.-family .left-part-holder,
.sticky-holder.-family .left-part-holder a {
  color: #000;
}
.sticky-holder.-family .right-part-holder {
  background-color: #000;
}
.sticky-holder.-family .right-part-holder,
.sticky-holder.-family .right-part-holder a {
  color: #fff;
}

body.page-template-wishlist {
  display: flex;
  flex-direction: column;
}
body.page-template-wishlist footer.footer {
  margin-top: auto;
}

.main > .workshop-page {
  background-image: url("/wp-content/themes/mdm/images/workshop-grid.svg");
}
.main > .workshop-page .page-heading {
  padding-bottom: 50px;
}
.main > .workshop-page .page-heading .subtitle p {
  max-width: unset;
}

.watches-page .image-desktop > img {
  width: auto;
}

.worktime a {
  text-decoration: underline;
}

.hamburger-menu.open {
  overflow-x: hidden;
}

.subscribe-form fieldset label {
  text-transform: uppercase;
}

.hamburger-events .events-section {
  padding: 48px 0 20px 0;
}

.hamburger-events .events-section__inner {
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.hamburger-events .events-section__events {
  width: 100%;
}

.hamburger-events .events-section--slider .events-section__slider .event-item {
  display: flex;
  flex-direction: column;
  max-width: 240px;
}

.hamburger-events .events-section--slider .events-section__slider .event-item__top-right {
  padding: 6px;
  height: 130px;
  position: unset;
}

.hamburger-events .events-section--slider .events-section__slider .event-item:not(:first-child),
.hamburger-events .events-section--slider .events-section__slider .event-item:nth-of-type(2),
.hamburger-events .events-section--slider .events-section__slider .event-item:not(:last-child) {
  margin: 0 6px;
}

.hamburger-events .events-section--slider .events-section__slider .event-item__top-right .event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
}

.hamburger-events .events-section--slider .events-section__slider .event-item__top-right .event-content {
  height: 60px;
  max-width: 350px;
  overflow: hidden;
}

.hamburger-events .events-section--slider .events-section__slider .event-item__top-right .event-link {
  top: 0;
  background-color: transparent;
  height: 100%;
  color: transparent;
  display: flex !important;
}

.hamburger-events .events-section--slider .events-section__slider .event-item__top-left img,
.hamburger-events .events-section--slider .events-section__slider .event-item__top-left picture {
  max-height: 203px;
}

.hamburger-events .events-section__title {
  width: 100%;
  border-top: none;
  border-bottom: 1px solid rgb(158, 158, 158);
}

.hamburger-events .events-section--slider .events-section__slider .slick-prev {
  left: 14px;
}

.hamburger-events .events-section--slider .events-section__slider .slick-next {
  right: 14px;
}

.hamburger-events .events-section--slider .events-section__slider .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='61' viewBox='0 0 14 61' fill='none'%3E%3Cpath d='M12.5 1L2 29.5L12.5 60' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.hamburger-events .events-section--slider .events-section__slider .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='61' viewBox='0 0 13 61' fill='none'%3E%3Cpath d='M1 1L11.5 29.5L1 60' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.hamburger-events .events-section--slider .events_page_link a {
  position: relative;
}

.hamburger-events .events-section--slider .events-section__slider .event-item {
  position: relative;
}

.hamburger-events .events-section--slider .events_page_link a::after {
  content: ">";
  display: flex;
  position: absolute;
  right: -20px;
  top: 0;
}

.hamburger-events .events-section--slider .events_page_link {
  padding-right: 20px;
}

.hamburger-contact__footer {
  margin-top: auto;
  padding: 10px 20px 10px;
}

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