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

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

a {
  text-decoration: none;
  color: #575756;
}
a:hover {
  color: #878787;
}

/**
 * Render the `main` element consistently in IE.
 */
.overflow {
  overflow: hidden;
}

*:focus {
  outline: none;
}

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li a {
  text-decoration: none;
}

@font-face {
  font-family: "Suisse"; /* Name of the font */
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-weight: normal; /* Optional: Specify weight */
  font-style: normal; /* Optional: Specify style */
}
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) ;
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px ;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px ;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 0)), color-stop(8.1%, hsla(0, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0, 0%, 0%, 0.046)), color-stop(29%, hsla(0, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0, 0%, 0%, 0.326)), color-stop(71%, hsla(0, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0, 0%, 0%, 0.434)), to(hsla(0, 0%, 0%, 0.44)));
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fancybox__container {
  --fancybox-bg: rgba(255, 255, 255, 0.95); /* Light background */
  --fancybox-color: #333; /* Text color */
  --fancybox-thumbs-bg: #f0f0f0; /* Light background for thumbnails */
  --fancybox-button-color: #333; /* Button color */
  --fancybox-button-bg: rgba(255, 255, 255, 0.8); /* Button background */
  --fancybox-button-hover-bg: rgba(200, 200, 200, 0.8);
}

body {
  font-family: "Suisse";
  font-size: 12px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 10px auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-road.breadcrumb-style li a, .page-road.breadcrumb-style li::before {
  color: #575756;
}

.breadcrumb-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .breadcrumb-style {
    padding: 0;
  }
}
.breadcrumb-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-style li a {
  color: #B2B2B2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.breadcrumb-style li a:hover {
  color: #575756;
}
.breadcrumb-style li:before {
  content: "/";
  color: #B2B2B2;
}

.category-filters {
  margin-top: 3px;
  margin-bottom: 45px;
}
.category-filters ul {
  padding-left: 0px;
}
.category-filters ul a.active {
  color: #575756;
}

.large-text {
  margin: 0 auto;
  width: 100%;
}
.large-text p {
  color: #000000;
  text-align: center;
  line-height: 100%;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .large-text p {
    font-size: calc(24px + (36px - 24px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .large-text p {
    font-size: 36px;
  }
}
.large-text p a {
  color: #878787;
}
.large-text .primary-button {
  margin: 30px auto;
}

.woocommerce-message {
  margin: 20px 0;
  border-color: #B2B2B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-width: 1px;
}
.woocommerce-message::before {
  color: #575756;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce-message a {
  margin-left: auto !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.cky-notice .cky-title {
  font-size: 12px !important;
  margin: 0 !important;
}

.cky-notice-des * {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.cky-btn {
  font-size: 12px !important;
  padding: 2px 19px !important;
}

.cky-consent-container .cky-consent-bar {
  padding: 10px !important;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  position: sticky;
  top: 0px;
  z-index: 999999;
  background: #fff;
}
header .top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .top-part .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: auto;
}
header .top-part .menu.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}
header .top-part .menu.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .top-part .menu .mobile-footer {
  display: none;
}
header .top-part .menu-trigger {
  cursor: pointer;
  font-size: 12px;
  color: #B2B2B2;
  font-style: normal;
  margin-left: 5px;
}
header .top-part .menu-trigger:hover, header .top-part .menu-trigger:focus {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .top-part .cart-link {
  display: block;
  -ms-flex-item-align: end;
      align-self: end;
  margin-bottom: auto;
  color: #B2B2B2;
}
header .mobile-menu-part {
  display: none;
}
@media (max-width: 767px) {
  header.hidden.menu-opened {
    scroll-behavior: revert;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9;
  }
  header .top-part .logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .top-part .menu.hidden {
    display: none;
  }
  header.menu-opened .mobile-menu-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
  }
  header.menu-opened .mobile-menu-part ul.breadcrumb-style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    gap: 28px;
    padding-top: 100px;
  }
  header.menu-opened .mobile-menu-part ul.breadcrumb-style li::before, header.menu-opened .mobile-menu-part ul.breadcrumb-style li a {
    color: #878787;
    font-size: 24px;
  }
  header.menu-opened .mobile-menu-part .mobile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  header.menu-opened .mobile-menu-part .mobile-footer p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
  }
  header.menu-opened .mobile-menu-part .mobile-footer ul li a {
    color: #B2B2B2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  header.menu-closed .menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
  }
}

body header {
  position: sticky;
  padding: 10px 0;
  top: 0px;
  z-index: 999999;
}

body.admin-bar header {
  top: 32px !important;
}

.primary-button {
  color: #000000;
  text-align: center;
  font-style: normal;
  line-height: 100%;
  padding: 18px 54px;
  background-color: #D9D9D9;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.floating-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 12px 20px;
  margin: 0 !important;
}

body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item {
  position: relative;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-img .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Transparent black */
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item:hover .masonry-img .layer {
  opacity: 1;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-img img {
  width: 100%;
  height: auto;
  max-height: 377px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 262px;
  display: block;
}
@media (max-width: 767px) {
  body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-img img {
    max-height: 100% !important;
    min-height: auto !important;
  }
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio))); /* Maintain aspect ratio */
  cursor: pointer;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item:hover video {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .play-btn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .play-btn .play-icon {
  font-size: 32px;
  color: white;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-txt p {
  margin: 0;
  color: #000000;
  line-height: 120%;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-txt .name, body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-txt .second-name {
  width: 50%;
  padding-bottom: 10px;
}
body:not(.single-representation, .single-post, .post-type-archive) .masonry-grid .masonry-item .masonry-txt .second-name p:nth-child(2) {
  color: #878787;
}

body.page-template-subscribe-page #mc_embed_signup {
  margin: 100px auto;
  width: 100%;
  max-width: 600px;
}
body.page-template-subscribe-page form {
  margin: 0;
}
body.page-template-subscribe-page form .required.email {
  width: 100%;
  max-width: 100%;
}

body.post-type-archive-representation .masonry-grid .masonry-item .masonry-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/5;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-img img {
  width: 100%;
  height: auto;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio))); /* Maintain aspect ratio */
  cursor: pointer;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.post-type-archive-representation .masonry-grid .masonry-item:hover video {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
body.post-type-archive-representation .masonry-grid .masonry-item .play-btn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
body.post-type-archive-representation .masonry-grid .masonry-item .play-btn .play-icon {
  font-size: 32px;
  color: white;
}
body.post-type-archive-representation .masonry-grid .masonry-item .play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-txt p {
  margin: 0;
  color: #000000;
  line-height: 120%;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-txt .name, body.post-type-archive-representation .masonry-grid .masonry-item .masonry-txt .second-name {
  width: 50%;
  padding-bottom: 10px;
}
body.post-type-archive-representation .masonry-grid .masonry-item .masonry-txt .second-name p:nth-child(2) {
  color: #878787;
}

body.single-representation .masonry-grid .masonry-item .masonry-img, body.single-post .masonry-grid .masonry-item .masonry-img {
  position: relative;
}
body.single-representation .masonry-grid .masonry-item .masonry-img img, body.single-post .masonry-grid .masonry-item .masonry-img img {
  width: 100%;
  height: 100%;
  display: block;
}
body.single-representation .masonry-grid .masonry-item .masonry-video-wrapper, body.single-post .masonry-grid .masonry-item .masonry-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio))); /* Maintain aspect ratio */
  cursor: pointer;
}
body.single-representation .masonry-grid .masonry-item .masonry-video-wrapper video, body.single-post .masonry-grid .masonry-item .masonry-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #acb5b2;
}
body.single-representation .masonry-grid .masonry-item:hover video, body.single-post .masonry-grid .masonry-item:hover video {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
body.single-representation .masonry-grid .masonry-item .play-btn, body.single-post .masonry-grid .masonry-item .play-btn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
body.single-representation .masonry-grid .masonry-item .play-btn .play-icon, body.single-post .masonry-grid .masonry-item .play-btn .play-icon {
  font-size: 32px;
  color: white;
}
body.single-representation .masonry-grid .masonry-item .play-btn.hidden, body.single-post .masonry-grid .masonry-item .play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
body.single-representation .masonry-grid .masonry-item .masonry-txt, body.single-post .masonry-grid .masonry-item .masonry-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
body.single-representation .masonry-grid .masonry-item .masonry-txt p, body.single-post .masonry-grid .masonry-item .masonry-txt p {
  margin: 0;
  color: #000000;
  line-height: 120%;
}
body.single-representation .masonry-grid .masonry-item .masonry-txt .name, body.single-representation .masonry-grid .masonry-item .masonry-txt .second-name, body.single-post .masonry-grid .masonry-item .masonry-txt .name, body.single-post .masonry-grid .masonry-item .masonry-txt .second-name {
  width: 50%;
  padding-bottom: 10px;
}
body.single-representation .masonry-grid .masonry-item .masonry-txt .second-name p:nth-child(2), body.single-post .masonry-grid .masonry-item .masonry-txt .second-name p:nth-child(2) {
  color: #878787;
}

.home-projects {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
}
.home-projects .masonry-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-projects .masonry-img img {
  width: 100%;
  height: auto;
  max-height: 353px !important;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 262px;
}
@media (max-width: 767px) {
  .home-projects .masonry-img img {
    max-height: 100% !important;
  }
}
@media (max-width: 1224px) {
  .home-projects {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .home-projects {
    grid-template-columns: 1fr;
  }
}

.work-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}
.work-projects .masonry-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.work-projects .masonry-img img {
  width: 100%;
  height: auto;
  max-height: 383px !important;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 262px;
  display: block;
}
@media (max-width: 767px) {
  .work-projects .masonry-img img {
    max-height: 100% !important;
    min-height: auto !important;
  }
}
@media (max-width: 1224px) {
  .work-projects {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .work-projects {
    grid-template-columns: 1fr;
  }
}

.home .large-text.order-1 {
  margin-top: 84px;
  margin-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home .large-text.order-1 {
    margin-top: calc(84px + (78px - 84px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .home .large-text.order-1 {
    margin-top: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home .large-text.order-1 {
    margin-bottom: calc(36px + (60px - 36px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .home .large-text.order-1 {
    margin-bottom: 60px;
  }
}
.home .large-text.order-2 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home .large-text.order-2 {
    margin-top: calc(48px + (115px - 48px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .home .large-text.order-2 {
    margin-top: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home .large-text.order-2 {
    margin-bottom: calc(48px + (115px - 48px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .home .large-text.order-2 {
    margin-bottom: 115px;
  }
}
.home .video-preview .video-container {
  position: relative;
  width: 100%; /* Full width */
  padding-top: 56.25%; /* 16:9 aspect ratio (height / width * 100) */
  overflow: hidden;
}
.home .video-preview .video-container .logo-over-video {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 550px;
  height: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home .video-preview .video-container video {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the video covers the container */
}
.home .primary-button {
  margin: 35px auto;
}

.page-template-work .project-count {
  color: #575756;
}

.post-type-archive-representation .representation-projects {
  margin-bottom: 129px;
}
.post-type-archive-representation .large-text {
  max-width: 1281.84px;
  margin: 0 auto;
}

.single-representation .profile {
  margin-top: 85px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-representation .profile p {
  margin: 0;
}
.single-representation .profile > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-representation .profile > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 478px;
          flex: 0 0 478px;
}
.single-representation .profile > div .profile-image {
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.single-representation .profile > div .profile-info {
  max-width: 245px;
}
.single-representation .profile > div .profile-info .profile-name {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 14px;
}
.single-representation .profile > div .profile-info .profile-location {
  color: #B2B2B2;
}
@media (max-width: 767px) {
  .single-representation .profile > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.single-representation .profile-details {
  max-width: 466px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-representation .profile-details .split-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.single-representation .profile-details .split-areas .profile-clients .details-heading {
  margin-bottom: 15px;
}
.single-representation .profile-details .split-areas .profile-clients .client-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-representation .profile-details .split-areas .profile-links {
  margin-left: auto;
  margin-right: auto;
}
.single-representation .profile-details .split-areas .profile-links .profile-link {
  color: #000000;
}
@media (max-width: 767px) {
  .single-representation .profile {
    margin-top: 58px;
    margin-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
  .single-representation .profile .split-areas {
    margin-top: 33px;
  }
}

.page-template-about .large-text {
  margin-top: 80px;
}
.page-template-about .large-text p {
  margin-left: auto;
  margin-right: auto;
}
.page-template-about .large-text p:nth-child(1) {
  max-width: 1229px;
}
.page-template-about .large-text p:nth-child(2) {
  max-width: 1305px;
}
.page-template-about .large-text p:nth-child(3) {
  max-width: 1290px;
}
.page-template-about .tree-list-wrap {
  margin-top: 150px;
}
.page-template-about .tree-list-wrap .tree-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 75px;
}
.page-template-about .tree-list-wrap .tree-item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-about .tree-list-wrap .tree-item > .tree-name {
  font-size: 36px;
  color: #878787;
  margin: 0;
  text-align: right;
  max-width: 36%;
}
.page-template-about .tree-list-wrap .tree-item > .tree-block > .tree-title {
  margin-top: -20px;
  margin-left: -4px;
  font-size: 12px;
}
.page-template-about .tree-list-wrap .tree-item > .tree-block > .tree-list > p {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-about .tree-list-wrap {
    margin-top: 75px;
  }
  .page-template-about .tree-list-wrap .tree-item {
    gap: 17px;
    margin-bottom: 32px;
  }
  .page-template-about .tree-list-wrap .tree-item > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-template-about .tree-list-wrap .tree-item > .tree-name {
    font-size: 12px;
    color: #878787;
    margin: 0;
    text-align: right;
    max-width: 18%;
  }
  .page-template-about .tree-list-wrap .tree-item > .tree-block > .tree-title {
    margin-top: -20px;
    margin-left: -4px;
    font-size: 12px;
    color: #000;
  }
  .page-template-about .tree-list-wrap .tree-item > .tree-block > .tree-list > p {
    font-size: 12px;
    margin: 0;
  }
}

.single-post .container .project-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 83px;
  margin-bottom: 50px;
}
.single-post .container .project-details .detail-item:first-child {
  max-width: 651.15px;
}
.single-post .container .project-details .detail-item:nth-child(2) {
  margin-left: 66px;
  margin-right: 51px;
}
.single-post .container .project-details .detail-item:nth-child(3) {
  margin-right: 150px;
}
.single-post .container .project-details .detail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.single-post .container .project-details .detail-item h3 {
  color: #878787;
  margin: 0 0 15px 0;
  font-size: 12px;
}
.single-post .container .project-details .detail-item p, .single-post .container .project-details .detail-item ul li {
  color: #000000;
}
.single-post .container .project-items {
  margin-bottom: 152px;
}
.single-post .container .project-items .large-text {
  padding: 35px 0;
}
.single-post .container .project-items .large-text p {
  text-align: center;
}
.single-post .container .project-items .single-col-item {
  width: 100%;
  margin-bottom: 10px;
}
.single-post .container .project-items .single-col-item img, .single-post .container .project-items .single-col-item video {
  max-width: 100%;
  width: 100%;
}
.single-post .container .project-items .single-project-grid p {
  color: #000000;
  font-size: 36px;
  line-height: 100%;
}
.single-post .container .project-items .single-project-grid p:first-child {
  margin-top: 11px;
  margin-bottom: 45px;
}
.single-post .container .project-items .single-project-grid p:last-child {
  margin-bottom: 11px;
}
.single-post .container .project-items .single-project-grid video {
  max-width: 100%;
}
.single-post .container .related-items h2 {
  color: #575756;
  line-height: 120%; /* 14.4px */
  font-size: 12px;
}
@media (max-width: 767px) {
  .single-post .container .project-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 16px;
  }
  .single-post .container .project-details .detail-item:nth-child(2) {
    margin: 0;
  }
  .single-post .container .project-items .large-text {
    padding: 0 0 10px 0;
  }
  .single-post .container .project-items .large-text p {
    margin: 0;
    font-size: 12px;
  }
}

.page-template-la-maison .paragraphs p {
  margin: 22px 0;
}
.page-template-la-maison .paragraphs p:nth-child(1) {
  max-width: 1236.34px;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-la-maison .paragraphs p:nth-child(1) {
    font-size: calc(24px + (32px - 24px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .page-template-la-maison .paragraphs p:nth-child(1) {
    font-size: 32px;
  }
}
.page-template-la-maison .paragraphs p:nth-child(2) {
  max-width: 1182px;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-la-maison .paragraphs p:nth-child(2) {
    font-size: calc(24px + (32px - 24px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .page-template-la-maison .paragraphs p:nth-child(2) {
    font-size: 32px;
  }
}
.page-template-la-maison .paragraphs p:nth-child(3) {
  max-width: 1182px;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-la-maison .paragraphs p:nth-child(3) {
    font-size: calc(24px + (32px - 24px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .page-template-la-maison .paragraphs p:nth-child(3) {
    font-size: 32px;
  }
}
.page-template-la-maison .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}
.page-template-la-maison .cta .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-la-maison .cta .cta-button p {
  font-size: 32px;
  margin: 0;
}
.page-template-la-maison .cta .cta-button .primary-button {
  margin-top: 17px;
}
.page-template-la-maison .cta .cta-preview video {
  max-width: 228px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-la-maison .paragraphs {
    margin-top: 58px;
  }
  .page-template-la-maison .paragraphs p {
    text-align: center;
    margin: 0;
  }
  .page-template-la-maison .paragraphs p:nth-child(1) {
    margin-bottom: 37px;
  }
  .page-template-la-maison .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 72px;
    margin-top: 70px;
  }
  .page-template-la-maison .cta .cta-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
  }
  .page-template-la-maison .cta .cta-button p {
    font-size: 24px;
  }
}

.single-video-item {
  margin-bottom: 10px;
  display: block;
}
.single-video-item .masonry-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio))); /* Maintain aspect ratio */
  cursor: pointer;
}
.single-video-item .masonry-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-video-item:hover video {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
.single-video-item .play-btn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.single-video-item .play-btn .play-icon {
  font-size: 32px;
  color: white;
}
.single-video-item .play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.page-template-lab .large-text, .tax-product_cat .large-text, .post-type-archive .large-text {
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-lab .large-text, .tax-product_cat .large-text, .post-type-archive .large-text {
    margin-bottom: calc(50px + (100px - 50px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .page-template-lab .large-text, .tax-product_cat .large-text, .post-type-archive .large-text {
    margin-bottom: 100px;
  }
}
.page-template-lab .large-text p, .tax-product_cat .large-text p, .post-type-archive .large-text p {
  font-size: 24px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-lab .large-text p, .tax-product_cat .large-text p, .post-type-archive .large-text p {
    font-size: calc(24px + (31.5px - 24px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .page-template-lab .large-text p, .tax-product_cat .large-text p, .post-type-archive .large-text p {
    font-size: 31.5px;
  }
}
.page-template-lab .lab-products .lab-item a, .tax-product_cat .lab-products .lab-item a, .post-type-archive .lab-products .lab-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.page-template-lab .lab-products .lab-item a img, .tax-product_cat .lab-products .lab-item a img, .post-type-archive .lab-products .lab-item a img {
  width: 100%;
  height: auto;
}
.page-template-lab .lab-products .lab-item a .product-number, .tax-product_cat .lab-products .lab-item a .product-number, .post-type-archive .lab-products .lab-item a .product-number {
  color: #000;
  font-size: 12px;
}
.page-template-lab .lab-products .lab-item a .layer, .tax-product_cat .lab-products .lab-item a .layer, .post-type-archive .lab-products .lab-item a .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Transparent black */
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}
.page-template-lab .lab-products .lab-item:hover a .layer, .tax-product_cat .lab-products .lab-item:hover a .layer, .post-type-archive .lab-products .lab-item:hover a .layer {
  opacity: 1;
}

.woocommerce-notices-wrapper {
  margin-top: 10px;
}

.single-product .product-single-container .product-details .product-description p {
  margin-bottom: 10px !important;
}

.single-product .product-single-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-product .product-single-container {
    margin-top: calc(50px + (100px - 50px) * 0.5);
  }
}
@media (min-width: 1025px) {
  .single-product .product-single-container {
    margin-top: 100px;
  }
}
.single-product .product-single-container .product-gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-product .product-single-container .product-gallery .gallery-item {
  margin-bottom: 10px;
}
.single-product .product-single-container .product-gallery .product-buy-button.mobile-visible {
  display: none;
  text-align: center;
}
.single-product .product-single-container .product-gallery .product-buy-button.mobile-visible a.button {
  border-radius: 5px;
  background: #575756;
  padding: 18px 74px;
  color: #D9D9D9;
  text-align: center;
}
@media (max-width: 786px) {
  .single-product .product-single-container .product-gallery .product-buy-button.mobile-visible {
    display: block;
  }
}
.single-product .product-single-container .product-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 105px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.single-product .product-single-container .product-details .product-title {
  font-size: inherit;
  margin: 0;
}
.single-product .product-single-container .product-details .product-price .woocommerce-Price-amount.amount {
  font-size: 12px;
  font-weight: 300;
}
.single-product .product-single-container .product-details .product-short-description {
  margin-bottom: 80px;
}
.single-product .product-single-container .product-details .product-short-description p {
  margin: 0;
}
.single-product .product-single-container .product-details .product-buy-button a.button {
  border-radius: 5px;
  background: #575756;
  padding: 18px 74px;
  color: #D9D9D9;
  text-align: center;
}
@media (max-width: 767px) {
  .single-product .product-single-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .single-product .product-single-container .product-details {
    position: static;
  }
  .single-product .product-single-container .product-details .product-buy-button {
    display: none;
  }
  .single-product .product-single-container .product-gallery .product-buy-button {
    margin-top: 16px;
  }
}

.page.woocommerce-cart .cart-container {
  padding: 40px 0;
  color: #333;
}
.page.woocommerce-cart .cart-container h2 {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.page.woocommerce-cart .cart-container .cart-items {
  margin-bottom: 40px;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details h3 {
  margin: 0;
  font-size: 12px;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details h3 a {
  text-decoration: none;
  color: #000000;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details h3 a:hover {
  color: #0071a1;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details .description {
  margin-top: 15px;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details .description p {
  margin: 0;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details .remove-link {
  color: #878787;
  text-decoration: none;
  margin-top: auto;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-quantity,
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-quantity p,
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-price p {
  margin: 0;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-quantity p:first-child,
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-price p:first-child {
  color: #575756;
}
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-quantity p:last-child,
.page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-price p:last-child {
  margin-top: 15px;
  color: #000000;
}
.page.woocommerce-cart .cart-container .cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 95px;
}
.page.woocommerce-cart .cart-container .cart-summary .summary-info p {
  margin: 0;
  font-size: 16px;
}
.page.woocommerce-cart .cart-container .cart-summary .summary-info p.total {
  margin: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.page.woocommerce-cart .cart-container .cart-summary .checkout-button {
  max-width: 377px;
  width: 100%;
}
.page.woocommerce-cart .cart-container .cart-summary .checkout-button .button {
  color: #D9D9D9;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  background: #575756;
  max-width: 347px;
  width: 100%;
  padding: 18px;
  display: block;
}
.page.woocommerce-cart .cart-container .cart-summary .checkout-button .button:hover {
  background: #555;
}
@media (max-width: 767px) {
  .page.woocommerce-cart .cart-container .cart-items .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-details .remove-link {
    display: none;
  }
  .page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-price p:first-child,
  .page.woocommerce-cart .cart-container .cart-items .cart-item .cart-item-quantity p:first-child {
    margin-top: 15px;
  }
}

.woocommerce-checkout .custom-checkout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}
.woocommerce-checkout .custom-checkout-left,
.woocommerce-checkout .custom-checkout-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
.woocommerce-checkout .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.woocommerce-checkout .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.woocommerce-checkout .cart-item-image img {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.woocommerce-checkout .cart-item-details {
  margin-right: 100px;
}
.woocommerce-checkout .cart-item-details h3 {
  font-size: 12px;
  margin: 0;
}
.woocommerce-checkout .cart-item-details h3 a {
  color: #000000;
}
.woocommerce-checkout .cart-item-details .description {
  font-size: 0.9rem;
  color: #666;
}
.woocommerce-checkout .cart-item-quantity,
.woocommerce-checkout .cart-item-price {
  text-align: left;
}
.woocommerce-checkout .cart-item-quantity p,
.woocommerce-checkout .cart-item-price p {
  margin: 0;
}
.woocommerce-checkout .cart-item-quantity p:first-child,
.woocommerce-checkout .cart-item-price p:first-child {
  color: #575756;
  margin-bottom: 15px;
}
.woocommerce-checkout .cart-item-quantity p:last-child,
.woocommerce-checkout .cart-item-price p:last-child {
  color: #000000;
}
.woocommerce-checkout .remove-link {
  color: #878787;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce-checkout .remove-link:hover {
  text-decoration: underline;
}
.woocommerce-checkout .custom-checkout-right input {
  background: #D9D9D9;
  padding: 10px 14px;
  color: #000000;
  border: none;
}
.woocommerce-checkout .custom-checkout-right input::-webkit-input-placeholder {
  color: #878787;
  font-size: 12px;
}
.woocommerce-checkout .custom-checkout-right input::-moz-placeholder {
  color: #878787;
  font-size: 12px;
}
.woocommerce-checkout .custom-checkout-right input:-ms-input-placeholder {
  color: #878787;
  font-size: 12px;
}
.woocommerce-checkout .custom-checkout-right input::-ms-input-placeholder {
  color: #878787;
  font-size: 12px;
}
.woocommerce-checkout .custom-checkout-right input::placeholder {
  color: #878787;
  font-size: 12px;
}
.woocommerce-checkout .custom-checkout-right .select2-selection {
  background-color: #D9D9D9;
  border: 0;
  border-radius: 0;
  color: #878787;
  font-size: 12px;
  outline: 0;
  min-height: 42px;
  text-align: left;
}
.woocommerce-checkout .custom-checkout-right .select2-selection__rendered {
  padding: 8px 12px;
}
.woocommerce-checkout .custom-checkout-right .select2-selection__arrow {
  margin: 0;
}
.woocommerce-checkout .custom-checkout-right ul.wc_payment_methods.payment_methods.methods li label {
  cursor: pointer;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 99% !important;
  float: none !important;
}

body.page .contact {
  margin-top: 150px;
}
body.page .contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page .contact form span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.page .contact form input, body.page .contact form textarea {
  background: #D9D9D9;
  color: #878787;
  line-height: 120%; /* 14.4px */
  padding: 10px 14px;
  border: none;
  width: 100%;
}
body.page .contact form input::-webkit-input-placeholder, body.page .contact form textarea::-webkit-input-placeholder {
  background: #D9D9D9;
  color: #878787;
}
body.page .contact form input::-moz-placeholder, body.page .contact form textarea::-moz-placeholder {
  background: #D9D9D9;
  color: #878787;
}
body.page .contact form input:-ms-input-placeholder, body.page .contact form textarea:-ms-input-placeholder {
  background: #D9D9D9;
  color: #878787;
}
body.page .contact form input::-ms-input-placeholder, body.page .contact form textarea::-ms-input-placeholder {
  background: #D9D9D9;
  color: #878787;
}
body.page .contact form input::placeholder, body.page .contact form textarea::placeholder {
  background: #D9D9D9;
  color: #878787;
}

footer {
  padding-top: 230px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 160px;
  }
}
footer .large-text p {
  text-align: left;
  padding-bottom: 74px;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-links .list-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer-links .list-items h4 {
  color: #878787;
  margin: 0 0 15px 0;
}
footer .footer-links .list-items p {
  margin: 0;
}
footer .footer-links .list-items a {
  max-width: 180px;
  display: inline-block;
  color: #000000;
}
footer .footer-links .list-items a:hover {
  color: #878787;
}
footer .footer-bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
footer .footer-bottom-line > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer-bottom-line p {
  margin: 0;
}
footer .footer-bottom-line a {
  color: #878787;
}
footer .footer-bottom-line a:hover {
  color: #000000;
}
footer .footer-bottom-line .mail {
  color: #000000;
}
footer .footer-bottom-line .mail:hover {
  color: #878787;
}
@media (max-width: 767px) {
  footer .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  footer .footer-links .list-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  footer .footer-links .list-items h4 {
    color: #000;
  }
  footer .footer-links .list-items:nth-child(3) ul li {
    margin-bottom: 14px;
  }
  footer .footer-bottom-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer .footer-bottom-line li a {
    color: #B2B2B2;
  }
  footer .footer-bottom-line > p:nth-child(3) {
    margin-bottom: 10px;
  }
  footer .footer-bottom-line > p:last-child {
    display: none;
  }
}