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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper__nav-container {
  position: absolute !important;
  inset: 0;
  display: flex;
  pointer-events: none;
}
.swiper__nav {
  position: relative;
  flex-grow: 1;
}
.swiper__nav .icon-btn {
  --size: 2.5rem;
  position: absolute;
  color: #39393a;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(57, 57, 58, 0.2);
}
@media (min-width: 1200px) {
  .swiper__nav .icon-btn {
    --size: 3.125rem;
  }
}
.swiper__nav .icon-btn::after {
  display: none;
}
.swiper__nav .icon-btn:hover, .swiper__nav .icon-btn:focus {
  color: #e72931;
  border-color: rgba(231, 41, 49, 0.3);
}
.swiper__nav .icon-btn .icon {
  font-size: 1em;
}
.swiper__nav-prev, .swiper__nav-next {
  position: absolute;
  top: calc(50% - var(--size) * 0.5);
  z-index: 10;
  transition-property: opacity, visibility, transform, color, border-color !important;
  pointer-events: auto;
}
.swiper__nav-prev[disabled], .swiper__nav-next[disabled] {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: center;
}
.swiper__nav-prev {
  left: calc(var(--size) * -0.5 + var(--translate-x, 0px));
}
.swiper__nav-next {
  right: calc(var(--size) * -0.5 + var(--translate-x, 0px));
}

.noUi-target {
  background: #e5e5e5;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: none;
}
.noUi-handle {
  border: 2px solid #e72931;
  border-radius: 50%;
  cursor: pointer;
}
.noUi-handle::before, .noUi-handle::after {
  content: none;
}
.noUi-connect {
  background: #e72931;
}
.noUi-tooltip {
  font-weight: 700;
  color: #8e8e8e;
  border: 0;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
}
.noUi-tooltip {
  font-size: clamp(0.75rem, calc(0.75rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1rem);
}
.noUi-horizontal {
  height: 12px;
}
.noUi-horizontal .noUi-handle {
  right: -12px;
  top: -6px;
  width: 24px;
  height: 24px;
}
.noUi-horizontal .noUi-tooltip {
  bottom: auto;
  top: 130%;
}

.lg-container .lg-outer .lg-thumb-item {
  border-radius: 0.5rem;
}
.lg-container .lg-outer .lg-thumb-item.active, .lg-container .lg-outer .lg-thumb-item:hover {
  border-color: #e72931;
}
.lg-container .lg-outer .lg-image,
.lg-container .lg-outer .lg-video-poster,
.lg-container .lg-outer .lg-video-object {
  border-radius: 0.75rem;
}
.lg-container .lg-next,
.lg-container .lg-prev {
  padding: 0;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #39393a;
  background-color: rgba(255, 255, 255, 0.6);
}
.lg-container .lg-next:hover:not(.disabled),
.lg-container .lg-prev:hover:not(.disabled) {
  color: #e72931;
}
.lg-container .lg-next::before, .lg-container .lg-next::after,
.lg-container .lg-prev::before,
.lg-container .lg-prev::after {
  content: none;
}
.lg-container .lg-video-play-button {
  display: grid;
  place-items: center;
}
.lg-container .lg-video-play-button > * {
  position: static;
  grid-area: 1/1;
  transform: none;
}

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

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #39393a;
  background: #fff;
}
body .main {
  margin-bottom: auto;
}
body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

a,
.link {
  color: currentColor;
  text-decoration: none;
  transition: 0.1s;
  transition-property: color, background-color, border, box-shadow, outline;
}
a:hover,
.link:hover {
  text-decoration: none;
  color: var(--brand-primary, #e72931);
}
a[href^="tel:"],
.link[href^="tel:"] {
  white-space: nowrap;
}

ul,
ol {
  break-inside: avoid-column;
  padding-left: 1.25rem;
}

hr {
  display: none;
}
hr.line {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
}

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

strong {
  font-weight: 700;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-primary {
  padding: 0;
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-primary, #e72931);
  background-color: transparent;
  border: 0;
}
@media (min-width: 900px) {
  .link-primary {
    font-size: 0.875rem;
  }
}
.link-primary:hover {
  color: var(--brand-primary-dark, #bf202c);
}
.link-primary .icon {
  flex: none;
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  .link-primary .icon {
    font-size: 2rem;
  }
}
.link-primary--inverted {
  color: rgba(255, 255, 255, 0.8);
}
.link-primary--inverted:hover {
  color: #fff;
}
.link-primary--line {
  --line-gap: 1rem;
  display: flex;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
}
@media (min-width: 600px) {
  .link-primary--line {
    --line-gap: 1.5rem;
  }
}
.link-primary--line::before, .link-primary--line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cfcfcf;
}
.link-primary--line::before {
  margin-right: var(--line-gap);
}
.link-primary--line::after {
  margin-left: var(--line-gap);
}
.link-primary.link {
  color: currentColor;
}
.link-primary.link:hover {
  color: #e72931;
}
.link-stretched::after {
  content: "";
  position: absolute;
  inset: 0;
}
.link-inverted {
  text-decoration: underline;
}
.link-inverted:hover, .link-inverted:focus {
  text-decoration: none;
}

.link-red,
.links-red a {
  color: #e72931;
}
.link-red:hover,
.links-red a:hover {
  color: #bf202c;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
}

h1,
.h1 {
  margin-top: 1em;
  margin-bottom: 0.666em;
  font-weight: 300;
}
h1,
.h1 {
  font-size: clamp(2.25rem, calc(2.25rem + 1.5 * ((100vw - 22.5rem) / 117.5)), 3.75rem);
}

h2,
.h2 {
  margin-top: 1.5em;
  margin-bottom: 0.666em;
  font-weight: 300;
}
h2,
.h2 {
  font-size: clamp(1.5rem, calc(1.5rem + 1.25 * ((100vw - 22.5rem) / 117.5)), 2.75rem);
}

h3,
.h3 {
  margin-top: 1.5em;
  margin-bottom: 0.666em;
  font-weight: 400;
}
h3,
.h3 {
  font-size: clamp(1.125rem, calc(1.125rem + 0.625 * ((100vw - 22.5rem) / 117.5)), 1.75rem);
}

h4,
.h4 {
  margin-top: 1.5em;
  margin-bottom: 0.666em;
  font-weight: 400;
}
h4,
.h4 {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}

h5,
.h5 {
  margin-top: 1.5em;
  margin-bottom: 0.666em;
}
h5,
.h5 {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}

h6,
.h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
h6,
.h6 {
  font-size: clamp(0.875rem, calc(0.875rem + 0.1875 * ((100vw - 22.5rem) / 117.5)), 1.0625rem);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  shape-rendering: geometricPrecision;
}
.icon > svg {
  display: block;
}
.icon--left {
  margin-right: 0.4em;
}
.icon--right {
  margin-left: 0.4em;
}

.container {
  --space-x: calc((100vw - var(--scrollbar-width, 0px) - 100%) * .5);
  --padding-x: 1.25rem;
  position: relative;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
@media (min-width: 900px) {
  .container {
    --padding-x: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .container {
    --padding-x: clamp(2.5rem, calc(2.5rem + 7.5 * ((100vw - 22.5rem) / 117.5)), 10rem);
  }
}
.container:has(.z-swiper) {
  overflow: hidden;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gap-x, 2rem) * -0.5);
  margin-right: calc(var(--gap-x, 2rem) * -0.5);
  row-gap: var(--gap-y);
}
.grid--middle {
  align-items: center;
}

.col {
  width: 100%;
  flex: none;
  padding-left: calc(var(--gap-x, 2rem) * 0.5);
  padding-right: calc(var(--gap-x, 2rem) * 0.5);
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.3333333333%;
}

@media (min-width: 600px) {
  .s\:col-12 {
    width: 100%;
  }

  .s\:col-11 {
    width: 91.6666666667%;
  }

  .s\:col-10 {
    width: 83.3333333333%;
  }

  .s\:col-9 {
    width: 75%;
  }

  .s\:col-8 {
    width: 66.6666666667%;
  }

  .s\:col-7 {
    width: 58.3333333333%;
  }

  .s\:col-6 {
    width: 50%;
  }

  .s\:col-5 {
    width: 41.6666666667%;
  }

  .s\:col-4 {
    width: 33.3333333333%;
  }

  .s\:col-3 {
    width: 25%;
  }

  .s\:col-2 {
    width: 16.6666666667%;
  }

  .s\:col-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 900px) {
  .m\:col-12 {
    width: 100%;
  }

  .m\:col-11 {
    width: 91.6666666667%;
  }

  .m\:col-10 {
    width: 83.3333333333%;
  }

  .m\:col-9 {
    width: 75%;
  }

  .m\:col-8 {
    width: 66.6666666667%;
  }

  .m\:col-7 {
    width: 58.3333333333%;
  }

  .m\:col-6 {
    width: 50%;
  }

  .m\:col-5 {
    width: 41.6666666667%;
  }

  .m\:col-4 {
    width: 33.3333333333%;
  }

  .m\:col-3 {
    width: 25%;
  }

  .m\:col-2 {
    width: 16.6666666667%;
  }

  .m\:col-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .l\:col-12 {
    width: 100%;
  }

  .l\:col-11 {
    width: 91.6666666667%;
  }

  .l\:col-10 {
    width: 83.3333333333%;
  }

  .l\:col-9 {
    width: 75%;
  }

  .l\:col-8 {
    width: 66.6666666667%;
  }

  .l\:col-7 {
    width: 58.3333333333%;
  }

  .l\:col-6 {
    width: 50%;
  }

  .l\:col-5 {
    width: 41.6666666667%;
  }

  .l\:col-4 {
    width: 33.3333333333%;
  }

  .l\:col-3 {
    width: 25%;
  }

  .l\:col-2 {
    width: 16.6666666667%;
  }

  .l\:col-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1600px) {
  .xl\:col-12 {
    width: 100%;
  }

  .xl\:col-11 {
    width: 91.6666666667%;
  }

  .xl\:col-10 {
    width: 83.3333333333%;
  }

  .xl\:col-9 {
    width: 75%;
  }

  .xl\:col-8 {
    width: 66.6666666667%;
  }

  .xl\:col-7 {
    width: 58.3333333333%;
  }

  .xl\:col-6 {
    width: 50%;
  }

  .xl\:col-5 {
    width: 41.6666666667%;
  }

  .xl\:col-4 {
    width: 33.3333333333%;
  }

  .xl\:col-3 {
    width: 25%;
  }

  .xl\:col-2 {
    width: 16.6666666667%;
  }

  .xl\:col-1 {
    width: 8.3333333333%;
  }
}
input,
select,
textarea,
button {
  font-family: "Inter", sans-serif;
  border-radius: 0;
  color: inherit;
  line-height: 1.5;
}

button {
  cursor: pointer;
}

.form {
  /*&-check,
  &-radio {
    position: absolute;
    left: -9999px;

    + .form-label {
      display: inline-block;
      margin-bottom: 0;
      padding-left: 1.875rem;
      cursor: pointer;

      &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1.25rem;
        height: 1.25rem;
        border: 1px solid var.$gray-300;
        border-radius: .25rem;
        background: #fff url(../img/form-check.svg) 50% 50%/0 no-repeat;
        transition: all var.$transition-speed-fast ease;
        will-change: transform;
      }
    }

    &:focus,
    &:active {
      + .form-label {
        &:before {
          border-color: $input-focus-border-color;
          box-shadow: 0 0 .5rem rgba($input-border-color, .5);
        }
      }
    }

    &:checked {
      + .form-label {
        &:before {
          background-size: 1.125rem;
          background-color: var.$brand-red;
          border-color: var.$brand-red;
        }
      }
    }

    &--no-border {
      + .form-label {
        &:before {
          border: 0;
        }
      }
    }
  }

  &-radio {
    + .form-label {
      padding-left: 1.875em;

      &:before {
        background: #fff url(../img/form-radio-dot.svg) 50% 50%/0 no-repeat;
        border-radius: 50%;
      }
    }

    &:checked {
      + .form-label {
        &:before {
          background-size: 1.25rem;
        }
      }
    }
  }*/
}
.form-group {
  --input-padding-x: .75rem;
  --input-padding-y: .625rem;
  --input-border-radius: .625rem;
  --input-font-size: 1rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 900px) {
  .form-group {
    --input-padding-x: 1rem;
    --input-padding-y: 1rem;
    --input-border-radius: .75rem;
    --input-font-size: 1.25rem;
  }
}
.form-group--error .form-control {
  color: #e72931;
  border-color: #e72931;
}
.form-group--error .form-hint {
  color: #e72931;
}
.form-group--required .form-label::after {
  content: " *";
  color: #e72931;
}
.form-group--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.form-group--horizontal .form-label {
  flex-basis: 160px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.form-group--horizontal .form-control {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 600px) {
  .form-group--horizontal .form-control {
    width: auto;
  }
}
.form-group--floating {
  position: relative;
}
.form-group--floating .form-control:focus, .form-group--floating .form-control:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) * 1.6);
  padding-bottom: calc(var(--input-padding-y) * 0.4);
}
.form-group--floating .form-control:focus + .form-label, .form-group--floating .form-control:not(:placeholder-shown) + .form-label {
  font-size: 0.625rem;
  color: #8e8e8e;
  font-weight: 500;
  transform: translateY(calc((50% + var(--input-padding-y)) * -0.3 - 2px));
}
@media (min-width: 900px) {
  .form-group--floating .form-control:focus + .form-label, .form-group--floating .form-control:not(:placeholder-shown) + .form-label {
    font-size: 0.875rem;
  }
}
.form-group--floating .form-control::placeholder {
  color: transparent;
}
.form-group--floating .form-label {
  position: absolute;
  top: calc(var(--input-padding-y) + 1px - 2px);
  left: calc(var(--input-padding-x) + 1px - 6px);
  max-width: calc(100% - var(--input-padding-x));
  margin-bottom: 0;
  padding: 2px 6px;
  font-size: var(--input-font-size);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #a3a3a3;
  transition: 0.1s;
  pointer-events: none;
}
@media (min-width: 900px) {
  .form-group--s-fixed {
    --input-padding-x: .75rem;
    --input-padding-y: .625rem;
    --input-border-radius: .625rem;
    --input-font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .form-group--s-fixed .form-control:focus + .form-label, .form-group--s-fixed .form-control:not(:placeholder-shown) + .form-label {
    font-size: 0.625rem;
  }
}
.form-group--xs {
  --input-padding-x: 1rem;
  --input-padding-y: .375rem;
  --input-border-radius: .375rem;
  --input-font-size: 0.75rem;
}
@media (min-width: 900px) {
  .form-group--xs {
    --input-font-size: 1rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: inherit;
  color: #39393a;
}
.form-control {
  width: 100%;
  display: block;
  padding: var(--input-padding-y) var(--input-padding-x);
  font-size: var(--input-font-size);
  font-weight: 400;
  color: #39393a;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: var(--input-border-radius);
  transition: 0.1s;
  transition-property: color, background-color, border, outline;
  appearance: none;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.form-control:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.form-control:focus {
  border-color: #e72931;
}
.form-control::placeholder {
  color: #cfcfcf;
  opacity: 1;
}
.form-control:required + .form-label::after {
  content: " *";
  color: #e72931;
}
.form-control--no-border {
  border: 0;
}
.form-text {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #39393a;
}
@media (min-width: 900px) {
  .form-text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}
.form-check, .form-radio {
  display: flex;
  column-gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.form-check-input, .form-radio-input {
  --size: 1.125rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  flex: none;
  appearance: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid #8e8e8e;
  border-radius: 25%;
  top: 0.125em;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.form-check-input:focus-visible, .form-radio-input:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.form-check-input:checked, .form-radio-input:checked {
  background-image: url(/img/form-check.svg);
}
.form-check-input:not(:disabled), .form-radio-input:not(:disabled) {
  cursor: pointer;
}
.form-check-input--primary:checked, .form-radio-input--primary:checked {
  background-image: url(/img/form-check-primary.svg);
  background-color: #e72931;
  border-color: #e72931;
}
.form-check .form-check-input,
.form-check .form-radio-input, .form-radio .form-check-input,
.form-radio .form-radio-input {
  --size: clamp(1.125rem, calc(1.125rem + 0.125 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
.form-check .form-check-input:required + .form-check-label::after,
.form-check .form-radio-input:required + .form-check-label::after, .form-radio .form-check-input:required + .form-check-label::after,
.form-radio .form-radio-input:required + .form-check-label::after {
  content: " *";
  color: #e72931;
}
.form-radio-input {
  border-radius: 50%;
}
.form-radio-input:checked {
  background-image: url(/img/form-radio-dot.svg);
}
.form-radio-input--primary:checked {
  background-image: url(/img/form-radio-dot-primary.svg);
}
.form-textarea {
  height: 7.5rem;
  resize: vertical;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .form-textarea {
    height: 10rem;
  }
}
.form-select {
  padding-right: 2rem;
  background: url(../img/form-select.svg) right center no-repeat;
}
.form-range {
  --dot-size: 16px;
  --dot-size-active: 24px;
  --track-height: 24px;
}
.form-range__input-container {
  position: relative;
}
.form-range__input {
  width: 100%;
  display: block;
  background: transparent;
  border-radius: 0;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.form-range__input:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.form-range__input::-webkit-slider-runnable-track {
  height: var(--track-height);
  cursor: pointer;
}
.form-range__input::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  width: var(--dot-size-active);
  height: var(--dot-size-active);
  background: red;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  appearance: none;
}
.form-range__input::-moz-range-track {
  height: var(--track-height);
  cursor: pointer;
}
.form-range__input::-moz-range-thumb {
  cursor: pointer;
  opacity: 0;
  appearance: none;
}
.form-range__track {
  position: absolute;
  inset: calc(50% - 1px) 0 auto 0;
  height: 2px;
  background-color: #cfcfcf;
  pointer-events: none;
}
.form-range__connect {
  position: absolute;
  inset: calc(50% - 1px) auto auto 0;
  height: 2px;
  width: calc(100% * var(--value, 0) / (var(--steps, 2) - 1));
  background-color: red;
  transition: width 0s;
  pointer-events: none;
}
.form-range__thumb {
  position: absolute;
  left: calc(100% / (var(--steps, 2) - 1) * var(--value, 0));
  top: calc(var(--track-height) * 0.5);
  z-index: 1;
  width: 0;
  height: 0;
  transform: translateX(calc((var(--value, 0) / (var(--steps, 1) - 1) - 0.5) * var(--dot-size) * -1));
  transition: left 0s;
  pointer-events: none;
}
.form-range__thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: var(--dot-size-active);
  height: var(--dot-size-active);
  border-radius: 50%;
  background-color: red;
  border: 4px solid #fff;
  outline: 1px solid red;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%);
}
.form-range__labels {
  display: flex;
  justify-content: space-between;
  margin: 0 calc(var(--dot-size) * 0.5);
}
.form-range__label {
  position: relative;
  width: 0;
  padding-top: 8px;
  cursor: pointer;
}
.form-range__label::before {
  content: "";
  position: absolute;
  top: calc((var(--track-height) * 0.5 + var(--dot-size) * 0.5) * -1);
  left: calc(var(--dot-size) * -0.5);
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: red;
  border-radius: 50%;
  pointer-events: none;
}
.form-range__label-text {
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  transform: translateX(-50%);
}
.form-range__label.active {
  font-weight: 700;
  color: red;
}
.form-range__label.active ~ .form-range__label::before {
  background-color: #fff;
  border: 2px solid #e72931;
}
.form-range--initialized .form-range__connect, .form-range--initialized .form-range__thumb {
  transition-duration: 0.3s;
}
.form-range:focus {
  outline: none;
}
.form-range::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: red;
  cursor: pointer;
}
.btn {
  --btn-padding-x: 1rem;
  --btn-padding-y: .5rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #e72931;
  background-color: transparent;
  border: 1px solid rgba(231, 41, 49, 0.3);
  border-radius: 0.625rem;
  transition: 0.1s;
  transition-property: color, background-color, border, box-shadow, outline;
  cursor: pointer;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
@media (min-width: 900px) {
  .btn {
    --btn-padding-y: .5rem;
    --btn-padding-x: 1.75rem;
    font-size: 1rem;
    border-radius: 5rem;
  }
}
.btn:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.btn:hover, .btn:focus {
  color: #bf202c;
  text-decoration: none;
  border-color: #bf202c;
}
.btn::marker, .btn::-webkit-details-marker {
  display: none;
}
.btn .icon {
  font-size: 1.5rem;
}
.btn__badge {
  --size: 1.375rem;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.125rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #e72931;
  border: 2px solid #fff;
  border-radius: calc(var(--size) * 0.5);
}
.btn--primary {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #e72931;
  border-color: #e72931;
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bf202c;
  border-color: #bf202c;
}
.btn--primary-outline {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #e72931;
  background-color: #fff;
  border-color: #e72931;
}
.btn--primary-outline:hover, .btn--primary-outline:focus {
  color: #bf202c;
  text-decoration: none;
  background-color: #fff;
  border-color: #bf202c;
}
.btn--secondary {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #39393a;
  background-color: transparent;
  border-color: #cfcfcf;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #bf202c;
  text-decoration: none;
  background-color: transparent;
  border-color: #e72931;
}
.btn--blue {
  color: #fff;
  background-color: #2679b8;
  border-color: #2679b8;
}
.btn--blue:hover, .btn--blue:focus {
  color: #fff;
  text-decoration: none;
  background-color: #216598;
  border-color: #216598;
}
.btn--yellow {
  color: #fff;
  background-color: #fcce10;
  border-color: #fcce10;
}
.btn--yellow:hover, .btn--yellow:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e7bd10;
  border-color: #e7bd10;
}
.btn--orange {
  color: #fff;
  background-color: #e79c40;
  border-color: #e79c40;
}
.btn--orange:hover, .btn--orange:focus {
  color: #fff;
  text-decoration: none;
  background-color: #db8820;
  border-color: #db8820;
}
.btn--link {
  border-color: transparent !important;
}
.btn--l {
  --btn-padding-y: .5rem;
  --btn-padding-x: 1rem;
  min-height: 3rem;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .btn--l {
    --btn-padding-y: .9375rem;
    --btn-padding-x: 1.5rem;
    min-height: 4rem;
    font-size: 1rem;
  }
}
.btn--l .icon {
  font-size: 2rem;
}
.btn--transparent {
  color: #39393a;
  background-color: transparent;
  border-color: transparent;
}
.btn--transparent:hover, .btn--transparent:focus {
  color: #e72931;
  background-color: transparent;
  border-color: transparent;
}
.btn--no-border {
  border-width: 0;
}
.btn--block {
  width: 100%;
}
.btn:disabled, .btn--disabled {
  color: #fff;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  pointer-events: none;
}

.btn-google, .btn-facebook, .btn-apple {
  --btn-padding-y: .5rem;
  --btn-padding-x: 1rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #fff;
}
@media (min-width: 900px) {
  .btn-google, .btn-facebook, .btn-apple {
    --btn-padding-y: .75rem;
    --btn-padding-x: 1.25rem;
  }
}
.btn-google .icon, .btn-facebook .icon, .btn-apple .icon {
  font-size: 1.25rem;
}
.btn-google:hover, .btn-google:focus, .btn-facebook:hover, .btn-facebook:focus, .btn-apple:hover, .btn-apple:focus {
  color: #fff;
}
.btn-google {
  background-color: #ea4335;
  border-color: #ea4335 !important;
}
.btn-facebook {
  background-color: #1977f3;
  border-color: #1977f3 !important;
}
.btn-apple {
  background-color: #000;
  border-color: #000 !important;
}

.icon-btn {
  --size: 2.625rem;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 0;
  font-size: var(--size);
  border-radius: 5rem;
}
.icon-btn .icon {
  font-size: 0.52em;
}

.no-btn {
  padding: 0;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: inherit;
  border: 0;
}

.like-btn {
  display: inline-grid;
}
.like-btn > .icon {
  grid-area: 1/1;
  will-change: transform;
}
.like-btn__icon-remove {
  transform: scale(0);
  transition: 0.3s ease;
}
.like-btn--active {
  color: #e72931 !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.like-btn--active .like-btn__icon-remove {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.21, 0.06, 0.1, 1.86);
}

.badge {
  --size: 1.375rem;
  min-width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.125rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #e72931;
  border: 2px solid #fff;
  border-radius: calc(var(--size) * 0.5);
  transition: 0.1s;
  transition-property: opacity, transform;
}
.badge .icon {
  font-size: 0.75em;
}
.badge--s {
  --size: .875rem;
}

.collapse__toggle {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 0.625rem;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.collapse__toggle:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.collapse__toggle:hover .icon {
  color: var(--brand-primary, #e72931);
}
.collapse__toggle::marker, .collapse__toggle::-webkit-details-marker {
  display: none;
}
.collapse__toggle-icon {
  --size: 2.5rem;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.1s ease;
}
.collapse__toggle-icon .icon {
  font-size: var(--size);
  transform: scaleY(1);
  transition: 0.3s ease;
}
.collapse__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.collapse[open] > .collapse__toggle > .collapse__toggle-icon .icon {
  transform: scaleY(-1);
}

.dropdown {
  --bg-color: #fff;
  --dropdown-offset: 1.5rem;
  --padding-x: 1.25rem;
  --padding-y: 1.25rem;
  position: relative;
}
@media (min-width: 900px) {
  .dropdown {
    --padding-x: 2rem;
    --padding-y: 2rem;
  }
}
.dropdown__toggle {
  display: flex;
  cursor: pointer;
  user-select: none;
}
.dropdown__toggle::marker, .dropdown__toggle::-webkit-details-marker {
  display: none;
}
.dropdown__body {
  position: absolute;
  top: calc(100% + var(--dropdown-offset, 0px));
  left: calc(var(--padding-x) * -1);
  z-index: 10;
  width: 25rem;
  min-width: 20rem;
  max-width: 90vw;
  padding: var(--padding-y) var(--padding-x);
  color: #39393a;
  background-color: var(--bg-color);
  border-radius: 0.75rem;
  transition: transform 0.1s;
  transform: translateX(var(--offset-x, 0px));
  box-shadow: 0 0.25rem 1.5rem 0 rgba(166, 132, 113, 0.25);
}
@media (min-width: 1200px) {
  .dropdown__body {
    border-radius: 1.25rem;
  }
}
.dropdown__menu li:not(:last-child) {
  margin-bottom: 1rem;
}
.dropdown__menu li a {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.dropdown__menu li .icon {
  flex: none;
}
.dropdown--right .dropdown__body {
  left: auto;
  right: calc(var(--padding-x) * -1);
}

.brand {
  --width: 3.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .brand {
    --width: 8.75rem;
  }
}
.brand__logo {
  width: var(--brand-width, var(--width));
  height: auto;
  display: block;
}
.brand__label {
  display: none;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .brand__label {
    display: none;
  }
}

.search {
  position: relative;
}
.search__input {
  width: 100%;
  padding: 0.5rem 2.625rem 0.5rem 1.75rem;
  background-color: rgba(231, 41, 49, 0.1);
  border: 1px solid rgba(231, 41, 49, 0);
  border-radius: 5rem;
  transition: 0.1s;
  transition-property: border, outline;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.search__input:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.search__input::placeholder {
  color: #e72931;
  opacity: 1;
}
.search__submit {
  --size: 2.125rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.payment-logos li {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 2rem;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 1px 4px 0 rgba(142, 142, 142, 0.4);
}
.payment-logos li img {
  width: 100%;
  max-width: 5rem;
  height: 100%;
  display: block;
  object-fit: contain;
}

.section {
  margin-top: calc(var(--margin-y) * var(--margin-multiplier-top, var(--margin-multiplier, 0)));
  margin-bottom: calc(var(--margin-y) * var(--margin-multiplier-bottom, var(--margin-multiplier, 0)));
}
.section {
  --margin-y: clamp(2.5rem, calc(2.5rem + 5 * ((100vw - 22.5rem) / 117.5)), 7.5rem);
}
.section {
  --padding-y: clamp(2.5rem, calc(2.5rem + 1.5 * ((100vw - 22.5rem) / 117.5)), 4rem);
}
.section > .container:first-of-type {
  padding-top: calc(var(--padding-y) * var(--padding-multiplier-top, var(--padding-multiplier, 1)));
}
.section > .container:last-of-type {
  padding-bottom: calc(var(--padding-y) * var(--padding-multiplier-bottom, var(--padding-multiplier, 1)));
}
.section--gray {
  background-color: #f5f5f5;
}
.section--prev-gray {
  --bg-position: 50%;
  background: linear-gradient(180deg, #f5f5f5 var(--bg-position), transparent calc(var(--bg-position) + 1px));
}
.section--next-gray {
  --bg-position: 50%;
  background: linear-gradient(180deg, transparent var(--bg-position), #f5f5f5 calc(var(--bg-position) + 1px));
}
.section--center-gray {
  --bg-position-top: 10%;
  --bg-position-bottom: 90%;
  background: linear-gradient(180deg, transparent var(--bg-position-top), #f5f5f5 calc(var(--bg-position-top) + 1px), #f5f5f5 calc(var(--bg-position-bottom) + 1px), transparent var(--bg-position-bottom));
}
.section--border-top > .container, .section--border-bottom > .container {
  position: relative;
}
.section--border-top > .container::before, .section--border-bottom > .container::before {
  content: "";
  position: absolute;
  left: var(--padding-x);
  right: var(--padding-x);
  border-bottom: 1px solid #cfcfcf;
}
.section--border-top > .container::before {
  top: 0;
}
.section--border-bottom > .container::before {
  bottom: 0;
}

.avatar {
  --bg-color: #fff;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  color: #2679b8;
  background-color: var(--bg-color);
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 0.5rem var(--bg-color);
  overflow: hidden;
}
.avatar {
  --size: clamp(6.25rem, calc(6.25rem + 6.25 * ((100vw - 56.25rem) / 83.75)), 12.5rem);
}
@media (min-width: 1200px) {
  .avatar {
    font-size: 2.5rem;
    box-shadow: 0 0 0 0.75rem var(--bg-color);
  }
}
.avatar--image {
  border: 0;
}
.avatar--image img {
  width: 100%;
  max-width: none;
}

.z-card {
  --aspect-ratio: 400 / 320;
  --border-radius: .625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
  will-change: transform;
}
@media (min-width: 900px) {
  .z-card {
    --border-radius: .75rem;
  }
}
.z-card:hover {
  z-index: 9;
  transform: scale(1.05);
}
.z-card:hover .z-card__title a {
  color: var(--brand-primary-dark, #e72931);
}
.z-card__header {
  position: relative;
}
.z-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.z-card__image-container {
  position: relative;
  aspect-ratio: var(--aspect-ratio);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.z-card__image-swiper {
  --swiper-navigation-size: 2rem;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --nav-offset: .75rem;
}
@media (min-width: 900px) {
  .z-card__image-swiper {
    --nav-offset: 1.25rem;
  }
}
@media (min-width: 900px) {
  .z-card__image-swiper {
    --swiper-navigation-size: 3.125rem;
  }
}
.z-card__image-swiper .swiper-button-prev, .z-card__image-swiper .swiper-button-next, .z-card__image-swiper .swiper-pagination {
  opacity: 0;
  transition: 0.3s;
}
.is-touch .z-card .z-card__image-swiper .swiper-button-prev:not(.swiper-button-disabled), .z-card:hover .z-card__image-swiper .swiper-button-prev:not(.swiper-button-disabled), .is-touch .z-card .z-card__image-swiper .swiper-button-next:not(.swiper-button-disabled), .z-card:hover .z-card__image-swiper .swiper-button-next:not(.swiper-button-disabled), .is-touch .z-card .z-card__image-swiper .swiper-pagination:not(.swiper-button-disabled), .z-card:hover .z-card__image-swiper .swiper-pagination:not(.swiper-button-disabled) {
  opacity: 1;
}

.is-touch .z-card .z-card__image-swiper .swiper-button-prev.swiper-button-disabled, .z-card:hover .z-card__image-swiper .swiper-button-prev.swiper-button-disabled, .is-touch .z-card .z-card__image-swiper .swiper-button-next.swiper-button-disabled, .z-card:hover .z-card__image-swiper .swiper-button-next.swiper-button-disabled, .is-touch .z-card .z-card__image-swiper .swiper-pagination.swiper-button-disabled, .z-card:hover .z-card__image-swiper .swiper-pagination.swiper-button-disabled {
  opacity: 0.5;
}

.z-card__image-swiper .swiper-button-prev, .z-card__image-swiper .swiper-button-next {
  --size: 2.5rem;
  position: absolute;
  border: 0;
  color: #39393a;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 900px) {
  .z-card__image-swiper .swiper-button-prev, .z-card__image-swiper .swiper-button-next {
    --size: 3.125rem;
  }
}
.z-card__image-swiper .swiper-button-prev::after, .z-card__image-swiper .swiper-button-next::after {
  display: none;
}
.z-card__image-swiper .swiper-button-prev:hover, .z-card__image-swiper .swiper-button-next:hover {
  color: var(--brand-primary, #e72931);
}
.z-card__image-swiper .swiper-button-prev .icon, .z-card__image-swiper .swiper-button-next .icon {
  font-size: 1em;
}
.z-card__image-swiper .swiper-button-prev {
  left: var(--nav-offset);
}
.z-card__image-swiper .swiper-button-next {
  right: var(--nav-offset);
}
.z-card__image-swiper .swiper-button-pagination {
  display: flex;
  justify-content: center;
}
.z-card__labels {
  position: absolute;
  right: 0.75rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
  row-gap: 0.5rem;
  transform: translateY(-50%);
}
.z-card__labels img {
  width: 2.5rem;
}
@media (min-width: 1200px) {
  .z-card__labels img {
    width: 4rem;
  }
}
.z-card__like {
  --size: 3.125rem;
  --offset: .75rem;
  position: absolute;
  top: var(--offset);
  left: var(--offset);
  z-index: 1;
  color: #fff;
  background-color: rgba(82, 82, 82, 0.3);
  border: 0;
}
@media (min-width: 900px) {
  .z-card__like {
    --offset: 1.25rem;
  }
}
.z-card__like:hover {
  color: var(--brand-primary, #e72931);
}
.z-card__body {
  display: flex;
  flex-direction: column;
  flex: auto;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 900px) {
  .z-card__body {
    font-size: 1.25rem;
  }
}
.z-card__body * {
  margin-top: 0;
  margin-bottom: 0;
}
.z-card__body-header {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}
.z-card__title {
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.z-card__rating {
  flex: none;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: var(--brand-primary, #e72931);
}
.z-card__location {
  display: flex;
  column-gap: 0.5rem;
  align-items: baseline;
  font-size: 0.875rem;
  color: #8e8e8e;
}
@media (min-width: 900px) {
  .z-card__location {
    font-size: 1rem;
  }
}
.z-card__location .icon {
  transform: translateY(0.1em);
}
.z-card__description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #8e8e8e;
}
@media (min-width: 900px) {
  .z-card__description {
    font-size: 1rem;
  }
}
.z-card__price {
  display: grid;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 900px) {
  .z-card__price {
    font-size: 1.5rem;
  }
}
.z-card__price del {
  font-size: 0.75em;
  font-weight: 400;
  color: #e72931;
}
.z-card__price ins {
  text-decoration: none;
}
@media (min-width: 900px) {
  .z-card__price {
    padding-top: 1rem;
  }
}
.z-card__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 12px;
}
.z-card--tall {
  --aspect-ratio: 400 / 520;
}
.z-card--body-inside .z-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  margin-top: 0;
  padding: 0 0.75rem 1rem;
  color: #fff;
}
@media (min-width: 900px) {
  .z-card--body-inside .z-card__body {
    padding: 0 1.5rem 2rem;
  }
}
.z-card--body-inside .z-card__body::before {
  content: "";
  position: absolute;
  inset: -4rem 0 0;
  z-index: -1;
  background: linear-gradient(to top, #39393a 4%, rgba(57, 57, 58, 0) 90%);
  pointer-events: none;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .z-card--body-inside .z-card__body::before {
    top: -10rem;
  }
}
.z-card--body-inside .z-card__location {
  color: #cfcfcf;
}

.form-newsletter {
  --input-height: 3rem;
  --submit-width: 12rem;
  --border-radius: .625rem;
  position: relative;
}
@media (min-width: 1200px) {
  .form-newsletter {
    --input-height: 5rem;
    --border-radius: 5rem;
  }
}
@media (min-width: 1200px) {
  .form-newsletter {
    display: flex;
    column-gap: 0.75rem;
  }
}
.form-newsletter__input {
  width: 100%;
  height: var(--input-height);
  padding: 0 1rem;
  line-height: 1rem;
  color: #39393a;
  border: 2px solid #cfcfcf;
  border-radius: var(--border-radius);
  transition: 0.1s;
  transition-property: border, outline;
}
@media (min-width: 1200px) {
  .form-newsletter__input {
    padding-left: 1.5rem;
    padding-right: var(--submit-width);
  }
}
.form-newsletter__input:focus {
  border-color: #e72931;
  outline: 0;
}
.form-newsletter__input::placeholder {
  color: #39393a;
  opacity: 1;
}
.form-newsletter__submit {
  height: var(--input-height);
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
  font-size: 0.875rem;
  border-radius: var(--border-radius);
  transition: 0.1s;
  transition-property: color, background-color, border, box-shadow, outline;
}
@media (min-width: 1200px) {
  .form-newsletter__submit {
    position: absolute;
    inset: 0.5rem 0.5rem 0.5rem auto;
    height: calc(var(--input-height) - 1rem);
    width: var(--submit-width);
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}

.article-card {
  position: relative;
}
.article-card__header {
  aspect-ratio: 260/230;
  border-radius: 0.625rem;
  overflow: hidden;
}
.article-card__header {
  margin-bottom: clamp(1.5rem, calc(1.5rem + 1 * ((100vw - 22.5rem) / 117.5)), 2.5rem);
}
@media (min-width: 900px) {
  .article-card__header {
    aspect-ratio: 550/430;
  }
}
.article-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.article-card__title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.article-card__title {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
.article-card__date {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #8e8e8e;
}
.article-card__lead {
  margin-top: 0;
  margin-bottom: 0;
}
.article-card__lead {
  font-size: clamp(0.875rem, calc(0.875rem + 0.125 * ((100vw - 22.5rem) / 117.5)), 1rem);
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 5rem;
}
@media (min-width: 900px) {
  .testimonial-card {
    flex-direction: row-reverse;
    column-gap: 2rem;
  }
}
.testimonial-card__header {
  position: relative;
}
@media (min-width: 900px) {
  .testimonial-card__header {
    flex: auto;
  }
}
.testimonial-card__image-container {
  aspect-ratio: 320/200;
}
@media (min-width: 900px) {
  .testimonial-card__image-container {
    aspect-ratio: 550/430;
  }
}
@media (min-width: 1200px) {
  .testimonial-card__image-container {
    aspect-ratio: 840/480;
  }
}
.testimonial-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media (min-width: 900px) {
  .testimonial-card__image {
    border-radius: 1.25rem;
  }
}
.testimonial-card__avatar {
  --bg-color: #f5f5f5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
  .testimonial-card__avatar {
    left: 0;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .testimonial-card__avatar {
    font-size: 3rem;
  }
}
@media (min-width: 900px) {
  .testimonial-card__body {
    width: calc(50% - 1rem);
    flex: none;
    padding-top: 4rem;
  }
  .testimonial-card__body {
    padding-left: clamp(0rem, calc(0rem + 3 * ((100vw - 56.25rem) / 83.75)), 3rem);
  }
  .testimonial-card__body {
    padding-right: clamp(4rem, calc(4rem + 4 * ((100vw - 56.25rem) / 83.75)), 8rem);
  }
}
.testimonial-card__rating {
  margin-bottom: 1rem;
}
.testimonial-card__rating {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
.testimonial-card__text {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
.testimonial-card__author {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #8e8e8e;
}
.testimonial-card__more {
  margin-top: 0;
  margin-bottom: 0;
}

.rating {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
}
.rating__info {
  color: #8e8e8e;
}

.banner {
  position: relative;
  padding: 3rem 1.25rem;
  color: #fff;
  background-color: #8e8e8e;
}
@media (min-width: 900px) {
  .banner {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .banner {
    min-height: 560px;
    padding: 3.5rem 3rem 4.5rem;
  }
}
.banner__body {
  position: relative;
  z-index: 1;
}
@media (max-width: 899px) {
  .banner__body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) {
  .banner__body {
    max-width: min(550px, 50%);
  }
}
.banner__main {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
@media (min-width: 900px) {
  .banner__image {
    position: absolute;
    inset: 0 0 0 55%;
  }
}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner--voucher {
  background: radial-gradient(80% 30% at 40% 80%, #d86800 40%, rgba(219, 118, 0, 0) 100%), linear-gradient(135deg, #db8820 25%, #fdab45 70%);
}
@media (min-width: 900px) {
  .banner--voucher {
    background: radial-gradient(50% 50% at 75% 65%, #d86800 40%, rgba(219, 118, 0, 0) 100%), linear-gradient(135deg, #db8820 25%, #fdab45 70%);
  }
}
.banner--voucher .banner__image {
  max-width: 400px;
  margin: 3rem auto -6rem;
}
@media (min-width: 900px) {
  .banner--voucher .banner__image {
    inset: 2rem -6rem -2rem min(500px, 50vw);
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .banner--voucher .banner__image {
    inset: -3rem 0 -3rem 550px;
  }
}
.banner--voucher-no-img {
  min-height: auto;
  background: linear-gradient(135deg, #db8820 25%, #fdab45 70%);
}
@media (min-width: 1200px) {
  .banner--voucher-no-img {
    padding: 3.5rem 3rem;
  }
}
@media (min-width: 900px) {
  .banner--voucher-no-img .banner__body {
    max-width: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 2rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .banner--voucher-no-img .banner__body {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    column-gap: 2rem;
    align-items: center;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .banner--voucher-no-img .banner__title {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 1200px) {
  .banner--voucher-no-img .banner__title {
    max-width: 7ch;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .banner--voucher-no-img .banner__main {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .banner--voucher-no-img .banner__footer {
    grid-area: 1/2/3/3;
  }
}
.banner--wizard {
  background: linear-gradient(90deg, #336f9c 12.5%, #78a5c7 60%);
}
@media (min-width: 900px) {
  .banner--wizard {
    background: radial-gradient(50% 10% at 65% 100%, rgba(1, 71, 123, 0.8) 50%, rgba(1, 71, 123, 0) 100%), linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
  }
}
.banner--wizard .banner__image {
  margin: 3rem 0 -4rem -10rem;
}
@media (min-width: 600px) {
  .banner--wizard .banner__image {
    max-width: 500px;
    margin: -1.5rem auto -4rem;
  }
}
@media (min-width: 900px) {
  .banner--wizard .banner__image {
    inset: 2rem -1.5rem -1rem 30%;
    max-width: none;
    margin: 0;
  }
  .banner--wizard .banner__image img {
    object-position: bottom;
  }
}
@media (min-width: 1200px) {
  .banner--wizard .banner__image {
    inset: -4rem 0 -1.5rem 35%;
  }
}
.banner--wizard-no-img {
  background: linear-gradient(90deg, #336f9c 12.5%, #78a5c7 60%);
  min-height: auto;
}
@media (min-width: 1200px) {
  .banner--wizard-no-img {
    padding: 3.5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .banner--wizard-no-img .banner__title {
    width: 34ch;
  }
}
.banner--wizard-no-img .banner__body {
  max-width: none;
}
@media (min-width: 1200px) {
  .banner--wizard-no-img .banner__body {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .banner--wizard-no-img .banner__footer {
    flex-shrink: 0;
  }
}

.mini-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  color: #fff;
  border-radius: 1.25rem;
}
.mini-banner__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.mini-banner--voucher {
  background: linear-gradient(135deg, #db8820 25%, #fdab45 70%);
}
.mini-banner--wizard {
  background: linear-gradient(90deg, #336f9c 12.5%, #78a5c7 60%);
}

.square {
  --size: 6.25rem;
  --gap: .5rem;
  --icon-size: 2.5rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  padding: 0.5rem;
  color: #e72931;
  border-radius: 0.75rem;
  box-shadow: 1px 4px 25px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .square {
    --size: 7.5rem;
    --icon-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  .square {
    border-radius: 1.25rem;
  }
}
.square:is(a):hover {
  color: #bf202c;
}
.square__icon {
  font-size: var(--icon-size);
}
.square--primary {
  color: #fff;
  background-color: #e72931;
}
.square--primary:is(a):hover {
  color: #fff;
  background-color: #bf202c;
}
.square--icon-label {
  justify-content: flex-end;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .square--icon-label {
    padding-bottom: 1rem;
  }
}
.square--icon-s {
  --icon-size: 2rem;
}
.square--icon-m {
  --icon-size: 2.5rem;
}
.square--icon-l {
  --icon-size: 3rem;
}
.square--icon-xl {
  --icon-size: 3.25rem;
}

.frame {
  padding: 1.25rem 1rem;
  border: 1px solid #cfcfcf;
  border-radius: 1.25rem;
}
@media (min-width: 900px) {
  .frame {
    padding: 2.25rem 2rem;
  }
}

.z-swiper {
  padding-top: 1.25rem;
  overflow: unset;
}
@media (min-width: 1200px) {
  .z-swiper {
    padding-top: 2rem;
  }
}
.z-swiper > .swiper-wrapper {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  column-gap: 1rem;
}
.z-swiper > .swiper-wrapper > .swiper-slide {
  max-width: 260px;
  height: auto;
}
@media (min-width: 1200px) {
  .z-swiper > .swiper-wrapper > .swiper-slide {
    --cols: 6;
    max-width: calc((100% - (var(--cols) - 1) * 1rem) / var(--cols));
  }
}
@media (min-width: 1200px) {
  .z-swiper[data-max-slides="4"] > .swiper-wrapper > .swiper-slide {
    --cols: 4;
  }
}
@media (min-width: 1200px) {
  .z-swiper .swiper__nav::before, .z-swiper .swiper__nav::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: max(var(--padding-x), var(--space-x)) !important;
  }
  .z-swiper .swiper__nav::before {
    inset: 0 calc(100% + 0.5rem) 0 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.9) 75%);
    transform: translateX(-100%);
  }
  .z-swiper .swiper__nav::after {
    inset: 0 0 0 calc(100% + 0.5rem);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.9) 75%);
  }
}
.z-swiper.swiper-initialized .swiper-wrapper {
  column-gap: 0;
}

.inline-nav__menu {
  display: flex;
  column-gap: 1.25rem;
  margin-bottom: -0.5rem;
}
@media (min-width: 900px) {
  .inline-nav__menu {
    column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .inline-nav__menu {
    column-gap: 3rem;
  }
}
.inline-nav a {
  display: block;
  padding-bottom: 0.5rem;
}
.inline-nav a:focus {
  outline: 0;
}
.inline-nav a.active {
  color: #e72931;
  text-decoration: underline;
  text-underline-offset: 0.75rem;
}
.inline-nav.swiper .inline-nav__menu {
  column-gap: 0;
}
.inline-nav.swiper .swiper-slide {
  width: auto;
}

.featured-card {
  --border-radius: .75rem;
  --image-aspect-ratio: 320 / 300;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .featured-card {
    --image-aspect-ratio: auto;
  }
}
@media (min-width: 1200px) {
  .featured-card {
    --border-radius: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .featured-card {
    flex-direction: row-reverse;
  }
}
.featured-card__header {
  position: relative;
  flex: none;
}
@media (min-width: 1200px) {
  .featured-card__header {
    width: 50%;
    min-height: 20rem;
  }
}
.featured-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.featured-card__image-container {
  width: 100%;
  max-height: 20rem;
  aspect-ratio: var(--image-aspect-ratio);
}
@media (min-width: 1200px) {
  .featured-card__image-container {
    position: absolute;
    inset: 0;
    max-height: none;
  }
}
.featured-card__avatar {
  position: absolute;
  z-index: 1;
  top: calc(var(--size) * -0.5);
  left: calc(50% - var(--size) * 0.5);
  flex: none;
}
.featured-card__avatar {
  --size: clamp(6.25rem, calc(6.25rem + 1.25 * ((100vw - 56.25rem) / 83.75)), 7.5rem);
}
@media (min-width: 1200px) {
  .featured-card__avatar {
    left: calc(var(--size) * -0.5);
    top: calc(50% - var(--size) * 0.5);
  }
}
.featured-card__body {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 1.25rem 1.25rem 4.5rem;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .featured-card__body {
    padding: 2rem 2rem 4.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .featured-card__body {
    padding: 2rem 4.5rem 2rem 2rem;
  }
}
.featured-card__body * {
  margin-top: 0;
  margin-bottom: 0;
}
.featured-card__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .featured-card__title {
    margin-bottom: 1rem;
  }
}
.featured-card__text {
  margin-bottom: auto;
}
.featured-card__more {
  margin-top: 2.5rem;
}

.featured-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.advantages {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media (min-width: 900px) {
  .advantages {
    align-items: center;
  }
  .advantages::before, .advantages::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #39393a;
  }
  .advantages::before {
    margin-right: 2rem;
  }
  .advantages::after {
    margin-left: 2rem;
  }
}
.advantages > * {
  width: 50%;
}
@media (min-width: 600px) {
  .advantages > * {
    width: auto;
    flex: 1;
  }
}
.advantages__item {
  max-width: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  padding: 0.5rem;
  text-align: center;
}
@media (min-width: 600px) {
  .advantages__item {
    row-gap: 0.75rem;
  }
}
.advantages__item-icon {
  font-size: 2.5rem;
}
@media (min-width: 600px) {
  .advantages__item-icon {
    font-size: 3rem;
  }
}
.advantages__item-label {
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .advantages__item-label {
    font-size: 1rem;
  }
}
.advantages--no-line::before, .advantages--no-line::after {
  content: none;
}

.hero {
  position: relative;
  display: grid;
  margin-left: calc(var(--padding-x) * -1);
  margin-right: calc(var(--padding-x) * -1);
}
@media (min-width: 900px) {
  .hero {
    margin-left: calc(var(--padding-x) * -1 + 1.25rem);
    margin-right: calc(var(--padding-x) * -1 + 1.25rem);
  }
}
@media (min-width: 1600px) {
  .hero {
    margin-left: calc(var(--padding-x) * -0.5 + 1.25rem);
    margin-right: calc(var(--padding-x) * -0.5 + 1.25rem);
  }
}
.hero__image {
  height: 31.25rem;
  grid-area: 1/1;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media (min-width: 900px) {
  .hero__image {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__image {
    height: 35rem;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__body {
  grid-area: 1/1;
  align-self: end;
  padding: 2.25rem 1.25rem;
}
@media (min-width: 900px) {
  .hero__body {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero__body {
    padding: 4rem 4.5rem;
  }
}
.hero__title {
  color: var(--title-color-mobile);
}
@media (min-width: 1200px) {
  .hero__title {
    color: var(--title-color-desktop);
  }
}
.hero--align-top .hero__body {
  align-self: start;
}
.hero--hp .hero__title {
  line-height: 1.1;
}
.hero--hp .hero__title {
  font-size: clamp(2.5rem, calc(2.5rem + 3 * ((100vw - 22.5rem) / 117.5)), 5.5rem);
}
@media (min-width: 900px) {
  .hero--about-us {
    color: #fff;
  }
}
@media (max-width: 899px) {
  .hero--about-us .hero__image {
    grid-area: 2/1;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.hero--about-us .hero__image img {
  object-position: left;
}
.hero--about-us .hero__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero--about-us .hero__body {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
@media (min-width: 1200px) {
  .hero--about-us .hero__body-text {
    margin-left: 50%;
    margin-bottom: 4rem;
  }
}
.hero--z-404 {
  color: #fff;
}
@media (min-width: 900px) {
  .hero--z-404 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 899px) {
  .hero--z-404 .hero__image {
    height: 22.5rem;
  }
}
.hero--z-404 .hero__image img {
  object-position: center;
}
.hero--z-404 .hero__body {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero--z-404 .hero__body {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
.hero--blog, .hero--low {
  color: #fff;
}
.hero--blog .hero__image, .hero--low .hero__image {
  height: 32rem;
}
@media (max-width: 899px) {
  .hero--blog .hero__image, .hero--low .hero__image {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.hero--blog .hero__image img, .hero--low .hero__image img {
  object-position: left;
}
@media (max-width: 899px) {
  .hero--blog .hero__body, .hero--low .hero__body {
    padding-bottom: 3rem;
  }
}
.hero--blog .hero__title, .hero--low .hero__title {
  font-weight: 300;
}
.hero--blog .hero__title, .hero--low .hero__title {
  font-size: clamp(1.5rem, calc(1.5rem + 1.25 * ((100vw - 22.5rem) / 117.5)), 2.75rem);
}
.hero--faq {
  color: #fff;
}
.hero--faq .hero__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero--faq .hero__body {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
@media (min-width: 900px) {
  .hero--faq .hero__body {
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .hero--faq .hero__body-text {
    margin-left: 50%;
    margin-bottom: 4rem;
  }
}
.hero--swiper {
  display: block;
}
@media (min-width: 900px) {
  .hero--swiper {
    border-radius: 1.25rem;
    overflow: hidden;
  }
}
.hero--swiper .hero__swiper {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-horizontal-gap: 4px;
}
@media (min-width: 900px) {
  .hero--swiper .hero__image {
    border-radius: 0;
  }
}
.hero--swiper .swiper-slide {
  display: grid;
}
.hero--swiper .swiper-pagination {
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .hero--swiper .swiper-pagination {
    bottom: 2rem;
  }
}
.hero--cover .hero__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.hero--cover .hero__image {
  height: 32rem;
}
@media (max-width: 899px) {
  .hero--cover .hero__image {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.hero--cover .hero__clickable {
  pointer-events: auto;
}

.filters {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media (min-width: 1200px) {
  .filters {
    border-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .filters {
    flex-direction: row;
    column-gap: 1rem;
    padding: 0.875rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5rem;
  }
}
.filters__container {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  justify-content: space-between;
  margin-top: -0.5rem;
}
@media (min-width: 1200px) {
  .filters__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    flex-wrap: nowrap;
  }
}
.filters__item {
  width: 100%;
}
@media (min-width: 600px) {
  .filters__item {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 900px) {
  .filters__item {
    width: calc(33.3% - 0.75rem);
  }
}
@media (min-width: 1200px) {
  .filters__item {
    width: auto;
    flex: auto;
    padding: 0 0.5rem 0 1.25rem;
  }
}
.filters__item:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
}
@media (min-width: 1200px) {
  .filters__item:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #cfcfcf;
  }
}
.filters__submit {
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .filters__submit {
    align-self: center;
  }
}
.filters__submit-button {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .filters__submit-button {
    border-radius: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .filters__submit-button {
    width: 4rem;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .filters__submit-button span {
    display: none;
  }
}
@media (min-width: 1650px) {
  .filters__submit-button {
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .filters__submit-button span {
    display: inline;
  }
}
.filters__reset {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
}
@media (min-width: 1200px) {
  .filters[data-filters=homepage] .filters__item {
    flex: 1;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 900px) {
  .filters[data-filters=homepage] .filters__item:not(:last-child) {
    padding-right: 1rem;
    border-bottom: 0;
    border-right: 1px solid #cfcfcf;
  }
}
@media (min-width: 1600px) {
  .filters[data-filters=homepage] .filters__submit {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .filters[data-filters=homepage] .filters__submit-button {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.filters[data-filters=category] .dropdown__body {
  --padding-x: 1rem;
  --padding-y: 1.25rem;
}
@media (min-width: 1200px) {
  .filters[data-filters=category] .dropdown__body {
    --dropdown-offset: 1.25rem;
    --padding-x: 2rem;
    --padding-y: 2rem;
  }
}

@media (max-width: 1199px) {
  .filters-toggle {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border: 1px solid currentColor;
    border-radius: 0.625rem;
  }
}

.filter {
  --dropdown-offset: 0;
}
.filter {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 75rem) / 65)), 1.25rem);
}
.filter__toggle {
  display: flex;
  align-items: center;
  padding-right: 2.5em;
  background: url(../img/form-select.svg) right center/2.25em no-repeat;
  border-radius: 0.625rem;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.filter__toggle:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.filter__label {
  max-width: 100%;
  padding: 0.75rem 0;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 900px) {
  .filter__label {
    padding: 1rem 0;
  }
}
.filter__label-aside {
  width: 2.25em;
}
@media (min-width: 1200px) {
  .filter__label-aside {
    width: auto;
  }
}
.filter__label-badge {
  --size: 1.375rem;
  position: absolute;
  bottom: calc(100% - var(--size) * 0.5);
  left: calc(100% - var(--size) * 0.25);
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.125rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #e72931;
  border: 2px solid #fff;
  border-radius: calc(var(--size) * 0.5);
  transition: 0.1s;
  transition-property: opacity, transform;
}
.filter__label-badge--s {
  --size: .875rem;
}
.filter__label-badge--hidden {
  transform: scale(0);
  opacity: 0;
}
.filter__list > li {
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
  break-inside: avoid-column;
  margin-bottom: 0;
}
.filter__list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.filter__list label,
.filter__list input {
  cursor: pointer;
}
.filter__list .form-check,
.filter__list .form-radio {
  flex: none;
}
.filter__list .form-check-input,
.filter__list .form-radio-input {
  position: relative;
  top: 0.125em;
}
.filter__menu {
  --padding-x: 1rem;
  --padding-y: 1rem;
  width: 20rem;
}
@media (min-width: 1200px) {
  .filter__menu {
    --padding-x: 2rem;
    --padding-y: 1rem;
  }
}
.filter__menu-list {
  font-size: clamp(1rem, calc(1rem + 0.125 * ((100vw - 75rem) / 65)), 1.125rem);
}
.filter__menu-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.filter__menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
}
.filter__menu-item__input {
  position: absolute;
  left: -200vw;
}
.filter__menu-item__input:focus + .filter__menu-item__label, .filter__menu-item__input:checked + .filter__menu-item__label {
  color: #e72931;
}
.filter__menu-item__label {
  display: flex;
  align-items: center;
  flex: auto;
  min-height: 2.5rem;
}
.filter__menu-item__label:hover {
  color: #e72931;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .filter__menu--level-1 {
    --dropdown-offset: 1.25rem;
  }
}
.filter__menu--level-2 {
  --dropdown-offset: 0;
}
.filter__submenu-toggle {
  font-size: 2.5rem;
  border-radius: 0.75rem;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
.filter__submenu-toggle:hover, .filter__submenu-toggle:focus {
  color: #e72931;
  cursor: pointer;
}
.filter__submenu-toggle:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.filter .form-check-input,
.filter .form-radio-input {
  --size: 1em;
}
.filter[open] .filter__toggle {
  background-image: url(../img/form-select-up.svg);
}

.z-list {
  --columns: 1;
  --z-card-image-aspect-ratio: 400 / 320;
  --bg-position-top: calc(100vw * 1 / (var(--z-card-image-aspect-ratio)) * var(--multiplier-top, .4) * (1 / var(--columns)));
  --bg-position-bottom: calc(100vw * 1 / (var(--z-card-image-aspect-ratio)) * var(--multiplier-bottom, .6) * (1 / var(--columns)));
  position: relative;
}
@media (min-width: 600px) {
  .z-list {
    --columns: 2;
    --multiplier-bottom: .8;
  }
}
@media (min-width: 900px) {
  .z-list {
    --columns: 3;
    --multiplier-bottom: 1.2;
  }
}
@media (min-width: 1200px) {
  .z-list {
    --columns: 4;
  }
}
@media (min-width: 1600px) {
  .z-list {
    --multiplier-bottom: .8;
  }
}
.z-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--bg-position-top);
  bottom: var(--bg-position-bottom);
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  background-color: #f5f5f5;
}
.z-list--no-bg::before {
  content: none;
}
@media (max-width: 1500px) {
  .z-list .z-card__action {
    --btn-padding-x: 1rem;
  }
}

.category-header {
  --groups-translate-y: -6.5rem;
  display: flow-root;
  margin-left: calc(var(--padding-x) * -1);
  margin-right: calc(var(--padding-x) * -1);
  margin-bottom: calc(var(--groups-translate-y) * -1);
}
@media (min-width: 900px) {
  .category-header {
    --groups-translate-y: -7.25rem;
  }
}
@media (min-width: 900px) {
  .category-header {
    margin-left: calc(var(--padding-x) * -1 + 1.25rem);
    margin-right: calc(var(--padding-x) * -1 + 1.25rem);
    border-radius: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .category-header {
    margin-left: calc(var(--padding-x) * -0.5 + 1.25rem);
    margin-right: calc(var(--padding-x) * -0.5 + 1.25rem);
  }
}
.category-header__body {
  padding: 4rem 1.25rem;
}
.category-header__body {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
@media (min-width: 900px) {
  .category-header__body {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .category-header__body {
    padding: 4rem 4.5rem;
  }
}
.category-header__title {
  font-size: clamp(2.25rem, calc(2.25rem + 0.75 * ((100vw - 22.5rem) / 117.5)), 3rem);
}
.category-header__groups {
  --margin-x: 0;
  --group-padding-x: 1.25rem;
  --gap: 1.25rem;
  margin-left: var(--margin-x);
  margin-right: var(--margin-x);
  margin-bottom: var(--groups-translate-y);
  padding: 1rem var(--group-padding-x) 1.5rem;
}
@media (min-width: 900px) {
  .category-header__groups {
    --margin-x: -1.25rem;
    --group-padding-x: calc(1.25rem + 2.5rem);
    --gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .category-header__groups {
    --group-padding-x: calc(1.25rem + 4.5rem);
  }
}
@media (min-width: 1600px) {
  .category-header__groups {
    --margin-x: calc(max(var(--padding-x), var(--space-x)) * -1);
    --group-padding-x: calc(max(var(--padding-x), var(--space-x)) + 4.5rem);
  }
}
.category-header__groups .swiper-slide {
  width: clamp(16.875rem, calc(16.875rem + 1.875 * ((100vw - 22.5rem) / 117.5)), 18.75rem);
}
.category-header__groups .swiper-slide:not(:last-child) {
  margin-right: var(--gap);
}
@media (min-width: 900px) {
  .category-header__groups .swiper__nav {
    --translate-x: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .category-header__groups .swiper__nav {
    --translate-x: 3.25rem;
  }
}
@media (min-width: 1600px) {
  .category-header__groups .swiper__nav {
    --translate-x: 4.5rem;
  }
}
@media (min-width: 1680px) {
  .category-header__groups .swiper__nav {
    --translate-x: .625rem;
  }
}
.category-header--red {
  --card-active-color: #e72931;
  color: #fff;
  background: linear-gradient(146.96deg, #e72931 22.49%, #b44044 78.84%);
}
.category-header--blue {
  --card-active-color: #2679b8;
  color: #fff;
  background: linear-gradient(92.98deg, #336f9c 13.12%, #5a8fb8 60.56%);
}
.category-header--yellow {
  --card-active-color: #fdab45;
  color: #fff;
  background: linear-gradient(136.32deg, #db8820 25.15%, #fdab45 68.18%);
}

.group-card {
  --aspect-ratio: 1 / 1;
  --border-radius: .625rem;
  --padding: .75rem;
  position: relative;
  padding: var(--padding);
  padding-bottom: 1.5rem;
  color: #39393a;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: var(--border-radius);
  transition: box-shadow 0.2s ease;
}
@media (min-width: 900px) {
  .group-card {
    --border-radius: .75rem;
    --padding: 1rem;
  }
}
.group-card:hover {
  box-shadow: 1px 4px 25px 0 rgba(166, 132, 113, 0.25);
}
.group-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.group-card__image-container {
  position: relative;
  aspect-ratio: var(--aspect-ratio);
}
.group-card__labels {
  position: absolute;
  right: var(--padding);
  top: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
  row-gap: 0.5rem;
  transform: translateY(-50%);
}
.group-card__labels .label {
  --padding: .1875rem .625rem;
  min-width: 2rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #39393a;
  border: 1px solid #fff;
  transition: 0.1s;
}
@media (min-width: 900px) {
  .group-card__labels .label {
    --font-size: 1rem;
  }
}
.group-card__body {
  margin-top: 1rem;
  font-size: 1rem;
}
@media (min-width: 900px) {
  .group-card__body {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
.group-card__body * {
  margin-top: 0;
  margin-bottom: 0;
}
.group-card__title {
  height: calc(2em * 1.2);
  display: -webkit-box;
  font-size: inherit;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines, 2);
}
.group-card__title a:hover {
  color: inherit;
}
.group-card.active, .group-card:hover {
  border-color: var(--card-active-color);
  box-shadow: 1px 4px 25px 0 rgba(166, 132, 113, 0.25);
}
.group-card.active .group-card__labels .label, .group-card:hover .group-card__labels .label {
  background-color: var(--card-active-color);
}
.group-card.active .group-card__title a, .group-card:hover .group-card__title a {
  color: var(--card-active-color) !important;
}

.map {
  position: relative;
  height: 500px;
}
@media (min-width: 1200px) {
  .map {
    height: 600px;
  }
}
.map > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .map-toggle {
    padding: 0.5rem 1rem;
    border: 1px solid currentColor;
    border-radius: 0.625rem;
  }
  .map-toggle .toggle-text {
    display: none;
  }
}

[data-toggle][data-toggle-icon=flip] .icon {
  transform: scaleY(1);
  transition: 0.3s ease;
}
[data-toggle][data-toggle-icon=flip].toggle-open .icon {
  transform: scaleY(-1);
}

[data-toggle-id] {
  display: flow-root;
  transition: max-height 0.3s;
  overflow: hidden;
}
[data-toggle-id][data-init=closed] {
  max-height: 0;
}
[data-toggle-id][data-init=closed][data-toggle-open] {
  max-height: none;
}

.toggle-circle .icon {
  transform: scaleY(1);
  transition: 0.3s ease;
}
.toggle-circle.toggle-open .icon {
  transform: scaleY(-1);
}

.breadcrumbs {
  font-size: 1rem;
  color: #8e8e8e;
}
.breadcrumbs__current-page {
  font-weight: 400;
  color: #39393a;
}

.gallery {
  --gap: 2rem;
  position: relative;
}
@media (min-width: 600px) {
  .gallery {
    --height: 500px;
  }
}
.gallery .swiper-slide {
  aspect-ratio: 1/1;
  display: flex;
}
@media (min-width: 600px) {
  .gallery .swiper-slide {
    aspect-ratio: auto;
    max-height: var(--height);
  }
}
@media (min-width: 900px) {
  .gallery .swiper-slide {
    height: auto;
  }
}
@media (min-width: 900px) {
  .gallery .swiper-slide:not(:last-child) {
    margin-right: var(--gap);
  }
}
.gallery .swiper-slide a {
  position: relative;
  cursor: pointer;
  flex-grow: 1;
}
.gallery .swiper-slide img,
.gallery .swiper-slide iframe,
.gallery .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 900px) {
  .gallery .swiper-slide img,
.gallery .swiper-slide iframe,
.gallery .swiper-slide video {
    border-radius: 1.25rem;
  }
}
.gallery .swiper-slide iframe,
.gallery .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .gallery .swiper-slide--landscape {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .gallery .swiper-slide--landscape {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .gallery .swiper-slide--portrait {
    width: auto;
    height: var(--height);
    aspect-ratio: 4/5;
  }
}
.gallery .swiper-slide--video {
  --play-size: 2.5rem;
}
.gallery .swiper-slide--video a {
  color: #fff;
}
.gallery .swiper-slide--video a:hover {
  color: #e72931;
}
.gallery .swiper-slide--video .icon {
  position: absolute;
  left: calc(50% - var(--play-size) * 0.5);
  top: calc(50% - var(--play-size) * 0.5);
  z-index: 5;
  display: block;
  font-size: var(--play-size);
  outline: 2px solid currentColor;
  outline-offset: calc(var(--play-size) * 0.4);
  border-radius: 50%;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.gallery .swiper-slide.video-playing .play-icon {
  display: none;
}
.gallery__thumbs-toggle {
  position: absolute;
  bottom: 1.25rem;
  z-index: 3;
  margin-left: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}

@media (min-width: 1200px) {
  .detail {
    display: grid;
    grid-template-columns: calc(60% - 2rem) auto;
    grid-template-rows: auto 1fr;
    column-gap: 4rem;
  }
}
@media (min-width: 1600px) {
  .detail {
    grid-template-columns: calc(60% - 8rem) auto;
    column-gap: 10rem;
  }
}
.detail__aside {
  align-self: start;
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .detail__aside {
    position: sticky;
    top: 1.25rem;
    grid-area: 1/2/3/3;
  }
}
.detail__subtitle {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
.detail__advantages {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #cfcfcf;
}
.detail__advantages::before, .detail__advantages::after {
  content: none;
}
.detail__section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #cfcfcf;
}
@media (min-width: 900px) {
  .detail__section {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .detail__section {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
.detail__section-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .detail__section-title {
    margin-bottom: 2rem;
  }
}
.detail__section ul:not(.list-unstyled),
.detail__section ol:not(.list-unstyled) {
  padding-left: 1.5rem;
}
.detail__floating-cta {
  position: fixed;
  inset: auto var(--padding-x) var(--padding-x);
  z-index: 10;
  box-shadow: 1px 4px 25px rgba(166, 132, 113, 0.25);
  transition: transform 0.3s;
  transform: translateY(100px);
}
@media (min-width: 1200px) {
  .detail__floating-cta {
    display: none;
  }
}
.detail--cta-visible .detail__floating-cta {
  transform: translateY(0);
}

@media (min-width: 1200px) {
  body:has(.header--sticky) .detail__aside {
    top: calc(var(--header-sticky-height) + 1.25rem);
  }
}

.pill {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  color: #8e8e8e;
  border: 1px solid var(--brand-primary, #e72931);
  border-radius: 5rem;
}

.rating-bar {
  width: 13.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.125rem;
  height: 0.25rem;
}
.rating-bar > * {
  flex: 1;
  background-color: #2679b8;
}
.rating-bar[data-value="0"] span, .rating-bar[data-value="1"] span:nth-child(1) ~ span, .rating-bar[data-value="2"] span:nth-child(2) ~ span, .rating-bar[data-value="3"] span:nth-child(3) ~ span, .rating-bar[data-value="4"] span:nth-child(4) ~ span, .rating-bar[data-value="5"] span:nth-child(5) ~ span {
  background-color: #cfcfcf;
}

.rating-components {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .rating-components__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
  }
}
.rating-components__item-label {
  font-weight: 500;
  color: #8e8e8e;
}
@media (min-width: 900px) {
  .rating-components__item-label {
    font-weight: 600;
  }
}
.rating-components__item-main {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.rating-components__item-value {
  font-weight: 600;
}

.review {
  position: relative;
}
.review__header {
  display: flex;
  column-gap: 1.25rem;
}
@media (min-width: 1200px) {
  .review__header {
    column-gap: 2rem;
  }
}
.review__header-main {
  display: grid;
  align-self: flex-start;
}
@media (min-width: 900px) {
  .review__header-main {
    grid-template-columns: auto auto;
    column-gap: 1.25rem;
  }
  .review__header-main .review__rating {
    align-self: center;
  }
  .review__header-main .review__label {
    grid-area: 1/2/2/3;
    align-self: center;
  }
  .review__header-main .review__name {
    grid-area: 2/1/2/3;
  }
}
@media (min-width: 600px) {
  .review__quote-icon {
    position: absolute;
    right: 0;
  }
}
.review__avatar {
  --size: 5.75rem;
}
@media (min-width: 1200px) {
  .review__avatar {
    --size: 7.5rem;
  }
}
@media (min-width: 900px) {
  .review__body {
    margin-left: 7rem;
  }
}
@media (min-width: 1200px) {
  .review__body {
    margin-left: 9.5rem;
  }
}

.z-variant {
  --padding-x: 1rem;
  --padding-y: 1rem;
  padding: var(--padding-y) var(--padding-x);
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 1px 4px 25px rgba(166, 132, 113, 0.25);
}
@media (min-width: 900px) {
  .z-variant {
    --padding-x: 1.5rem;
    --padding-y: 2rem;
  }
}
.z-variant__labels {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.25rem;
  margin-top: calc(-1 * (var(--padding-y) + 1rem));
  margin-bottom: 0.5rem;
}
@media (min-width: 900px) {
  .z-variant__labels {
    flex-direction: row;
    column-gap: 0.75rem;
  }
}
.z-variant__labels .label {
  border: 2px solid #fff;
}
@media (max-width: 899px) {
  .z-variant__labels .label {
    font-size: 0.6875rem;
    font-weight: 600;
  }
}
.z-variant__labels + .z-variant__main {
  padding-top: 0.5rem;
}
.z-variant__main {
  display: flex;
  align-items: baseline;
  column-gap: 0.75rem;
  padding-bottom: 1rem;
}
@media (min-width: 900px) {
  .z-variant__main {
    column-gap: 1.5rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.z-variant__check, .z-variant__radio {
  flex: none;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .z-variant__check .form-check-input,
.z-variant__check .form-radio-input, .z-variant__radio .form-check-input,
.z-variant__radio .form-radio-input {
    --size: 1.5rem;
  }
}
.z-variant__label {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  flex: auto;
}
.z-variant__price {
  text-align: right;
}
.z-variant__price del {
  font-size: 0.875rem;
  color: #a3a3a3;
}
.z-variant__price ins {
  display: block;
  text-decoration: none;
}
.z-variant__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding-top: 1rem;
  font-size: 0.75rem;
  border-top: 1px solid #cfcfcf;
}
@media (min-width: 900px) {
  .z-variant__footer {
    column-gap: 1.5rem;
    padding-top: 1.5rem;
    font-size: 1rem;
  }
}
.z-variant__footer li {
  display: flex;
  column-gap: 0.25rem;
  align-items: center;
}
@media (min-width: 900px) {
  .z-variant__footer li {
    column-gap: 0.5rem;
  }
}
.z-variant__footer li .icon {
  flex: none;
  font-size: 0.9375rem;
  color: #8e8e8e;
}
@media (min-width: 900px) {
  .z-variant__footer li .icon {
    font-size: 2rem;
    color: #39393a;
  }
}
.z-variant--more {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  box-shadow: none;
}

.label {
  --padding: .375rem .875rem;
  --font-size: 0.875rem;
  padding: var(--padding);
  display: inline-block;
  font-size: var(--font-size);
  font-weight: 500;
  color: #fff;
  background-color: #cfcfcf;
  border-radius: 2rem;
}
@media (min-width: 900px) {
  .label {
    font-weight: 600;
  }
}
.label--red {
  background-color: #e72931;
}
.label--blue {
  background-color: #2679b8;
}
.label--yellow {
  color: #39393a;
  background-color: #fcce10;
}
.label--s {
  --padding: .1875rem .5rem;
  --font-size: 0.75rem;
}

.pagination {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #8e8e8e;
}
.pagination__prev, .pagination__next {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #39393a;
}
.pagination__pages a:hover, .pagination__pages a:focus {
  text-decoration: none;
}
.pagination__page {
  position: relative;
}
.pagination__page--current {
  font-weight: 600;
  color: #39393a;
}
.pagination__page:is(span) {
  color: #cfcfcf;
}

.table-cart-summary {
  border-collapse: collapse;
}
.table-cart-summary td {
  padding: 1rem 0;
  vertical-align: top;
}
.table-cart-summary td:not(:last-child) {
  padding-right: 0.75rem;
}
.table-cart-summary tbody tr {
  border-bottom: 1px solid #cfcfcf;
}
.table-cart-summary tbody tr:first-child {
  border-top: 1px solid #cfcfcf;
}
.table-cart-summary tfoot td {
  padding-bottom: 0;
}

.divider-text {
  --line-gap: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  text-align: center;
  border: 0;
  background: none;
}
.divider-text::before, .divider-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cfcfcf;
}
.divider-text::before {
  margin-right: var(--line-gap);
}
.divider-text::after {
  margin-left: var(--line-gap);
}

.alert {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 1em;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
}
.alert {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
@media (min-width: 900px) {
  .alert {
    border-radius: 1.25rem;
  }
}
.alert__icon {
  flex: none;
  font-size: 1.5em;
}
.alert p {
  margin-top: 0;
  margin-bottom: 0;
}
.alert a {
  color: currentColor;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}
.alert--info {
  color: #2679b8;
  background-color: rgba(38, 121, 184, 0.075);
}
.alert--success {
  color: #3a9c2c;
  background-color: rgba(58, 156, 44, 0.075);
}
.alert--warning {
  color: #ca7803;
  background-color: rgba(202, 120, 3, 0.075);
}
.alert--danger {
  color: #e72931;
  background-color: rgba(231, 41, 49, 0.075);
}

.content-header {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .content-header {
    flex-direction: row;
    column-gap: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
  .content-header > * {
    flex: 1;
  }
}
.content-header__main {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
.content-header__title {
  margin-top: 0;
  margin-bottom: 0;
}
.content-header__aside {
  font-size: clamp(1rem, calc(1rem + 0.5 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
@media (min-width: 900px) {
  .content-header__aside {
    max-width: calc(50% - 1rem);
  }
}
.content-header--image-right {
  align-items: flex-start;
}
.content-header--image-right .content-header__aside {
  width: 100%;
}
@media (min-width: 900px) {
  .content-header--image-right .content-header__aside {
    max-width: calc(57.5% - 1rem);
    flex: 2;
  }
}

.prose {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.prose {
  font-size: clamp(1rem, calc(1rem + 0.125 * ((100vw - 22.5rem) / 117.5)), 1.125rem);
}
.prose a {
  color: #e72931;
}
.prose a:hover {
  color: #bf202c;
}

.table {
  --header-bg: #f5f5f5;
  --border-color: #e5e5e5;
  font-size: 0.875rem;
}
.table,
.table th,
.table td {
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 0.75rem;
}
.table th {
  padding: 0.75rem 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: var(--header-bg);
}
.table thead tr:first-child th:first-child {
  border-top-left-radius: 0.75rem;
}
.table thead tr:first-child th:last-child {
  border-top-right-radius: 0.75rem;
}
.table thead tr:last-child th {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-color);
}
.table thead input,
.table thead select {
  padding: 0.25rem;
  line-height: 1.3;
  border: 1px solid #cfcfcf;
  border-radius: 0.5rem;
}
.table thead input[type=submit],
.table thead button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  line-height: 1.3;
  color: #e72931;
  background-color: #fff;
  border: 1px solid #e72931;
  border-radius: 0.5rem;
  transition: 0.1s;
  transition-property: color, background-color, border, box-shadow, outline;
}
.table thead input[type=submit]:hover, .table thead input[type=submit]:focus,
.table thead button:hover,
.table thead button:focus {
  color: #bf202c;
  text-decoration: none;
  border-color: #bf202c;
}
.table thead .search-field {
  position: relative;
  display: inline-block;
}
.table thead .search-field input {
  width: 100%;
  padding-right: 2rem;
}
.table thead .search-field button {
  position: absolute;
  inset: 0 0 0 auto;
  border: none;
  background-color: transparent;
}
.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.75rem;
}
.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.75rem;
}
.table tbody tr:hover {
  background-color: rgba(245, 245, 245, 0.5);
}
.table__row-more td {
  padding: 0;
}
.table--wide {
  width: 100%;
}
.table .toggle-circle {
  --size: 1.5rem;
}
.table-responsive {
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wizard {
  padding: 3rem 1.25rem 3rem;
  margin-left: calc(var(--padding-x) * -1);
  margin-right: calc(var(--padding-x) * -1);
  color: #fff;
  background: radial-gradient(80% 8% at 60% 91%, rgba(1, 71, 123, 0.8) 50%, rgba(1, 71, 123, 0) 100%), linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
}
@media (min-width: 600px) {
  .wizard {
    background: radial-gradient(80% 8% at 45% 91%, rgba(1, 71, 123, 0.8) 50%, rgba(1, 71, 123, 0) 100%), linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
  }
}
@media (min-width: 900px) {
  .wizard {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 2rem;
    margin-left: calc(var(--padding-x) * -1 + 1.25rem);
    margin-right: calc(var(--padding-x) * -1 + 1.25rem);
    padding: 3rem 2.5rem 2rem;
    background: radial-gradient(60% 8% at 25% 91%, rgba(1, 71, 123, 0.8) 50%, rgba(1, 71, 123, 0) 100%), linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
    border-radius: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .wizard {
    column-gap: 4rem;
    padding: 4rem 4.5rem 2rem;
    background: radial-gradient(60% 8% at 10% 91%, rgba(1, 71, 123, 0.8) 50%, rgba(1, 71, 123, 0) 100%), linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
  }
}
@media (min-width: 1600px) {
  .wizard {
    margin-left: calc(var(--padding-x) * -0.5 + 1.25rem);
    margin-right: calc(var(--padding-x) * -0.5 + 1.25rem);
  }
}
@media (min-width: 900px) {
  .wizard__header {
    margin-right: 25%;
  }
}
@media (min-width: 1200px) {
  .wizard__header {
    margin-right: 40%;
  }
}
@media (min-width: 900px) {
  .wizard__body {
    grid-area: 1/2/3/3;
    display: flex;
    flex-direction: column;
  }
}
.wizard__main {
  z-index: 1;
}
.wizard__main {
  font-size: clamp(0.875rem, calc(0.875rem + 0.375 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
@media (min-width: 900px) {
  .wizard__main {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 900px) {
  .wizard__footer {
    margin-left: auto;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .wizard__footer {
    padding-bottom: 3.5rem;
  }
}
.wizard__subtitle {
  font-weight: 300;
  line-height: 1.2;
}
.wizard__subtitle {
  font-size: clamp(1.25rem, calc(1.25rem + 1.5 * ((100vw - 22.5rem) / 117.5)), 2.75rem);
}
.wizard__image {
  display: block;
  margin: 2rem -5rem -1rem 0;
}
@media (min-width: 600px) {
  .wizard__image {
    margin: 2rem 5rem 0 0;
  }
}
@media (min-width: 900px) {
  .wizard__image {
    margin: 0 -5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .wizard__image {
    margin: 0;
  }
}
.wizard__frame {
  color: #39393a;
  background-color: #f5f5f5;
  padding: 2rem 1.25rem;
  border-radius: 0.75rem;
}
@media (min-width: 600px) {
  .wizard__frame {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1600px) {
  .wizard__frame {
    padding: 5.75rem 5rem 3rem;
  }
}
.wizard__frame-title {
  font-weight: 400;
}
.wizard__frame-title {
  font-size: clamp(1.125rem, calc(1.125rem + 0.625 * ((100vw - 22.5rem) / 117.5)), 1.75rem);
}
@media (max-width: 899px) {
  .wizard__share-toggle, .wizard__secondary-action {
    padding: 0.5rem 1rem;
    border: 1px solid currentColor;
    border-radius: 0.625rem;
  }
  .wizard__share-toggle .toggle-text, .wizard__secondary-action .toggle-text {
    display: none;
  }
}
@media (max-width: 899px) {
  .wizard--progress {
    background: linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
  }
}
@media (min-width: 900px) {
  .wizard--progress .wizard__main {
    justify-content: start;
    margin-left: -25%;
  }
}
@media (min-width: 1200px) {
  .wizard--progress .wizard__main {
    margin-left: -40%;
  }
}
@media (max-width: 899px) {
  .wizard--progress .wizard__image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wizard--progress .wizard__image {
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .wizard--progress .wizard__image {
    max-width: 800px;
  }
}
.wizard--progress .choices {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .wizard--progress .choices {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .wizard--progress .choices {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1600px) {
  .wizard--progress .choices {
    column-gap: 1.5rem;
  }
}
.wizard--result {
  background: linear-gradient(90deg, #336f9c 12.5%, #5a8fb8 60%);
}
.wizard--result .wizard__main {
  font-size: clamp(0.875rem, calc(0.875rem + 0.625 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
@media (min-width: 1600px) {
  .wizard--result .wizard__main {
    margin-left: 10%;
  }
}
.wizard--result .wizard__subtitle {
  font-size: clamp(1.5rem, calc(1.5rem + 2.25 * ((100vw - 22.5rem) / 117.5)), 3.75rem);
}
.wizard--result .wizard__image {
  max-width: 250px;
  margin: 2rem auto -3rem;
}
@media (min-width: 900px) {
  .wizard--result .wizard__image {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1200px) {
  .wizard--result .wizard__image {
    max-width: 450px;
    margin: -12rem 0% -2rem auto;
  }
}

.steps {
  --font-size: .75rem;
  --color: #cfcfcf;
  --active-color: #e72931;
  --line-color: #2679b8;
  display: flex;
  column-gap: 0.5rem;
  font-size: var(--font-size);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .steps {
    --font-size: .875rem;
  }
}
@media (min-width: 1200px) {
  .steps {
    column-gap: 1.5rem;
  }
}
.steps__item {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.steps__item::after {
  content: "";
  flex: auto;
  border-bottom: 1px solid var(--line-color);
}
.steps__item > a,
.steps__item > span {
  padding: calc(var(--font-size) * 0.5 - 1px) calc(var(--font-size) * 1.25 - 1px);
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 5rem;
}
.steps__item > a {
  --color: #2679b8;
}
.steps__item > a:hover {
  color: #e72931;
}
.steps__item.active > * {
  color: var(--active-color);
  border-color: var(--active-color);
}
.steps__item.active::after {
  border-color: var(--active-color);
}
.steps__item.active ~ .steps__item {
  --line-color: #cfcfcf;
}
@media (max-width: 899px) {
  .steps__item:not(.active) .steps__item-label {
    display: none;
  }
}
.steps--inverted {
  --color: #39393a;
  --active-color: #39393a;
  --line-color: var(--active-color);
}
.steps--inverted a {
  --color: #39393a;
}
.steps--inverted .active {
  --color: #fff;
  --line-color: var(--active-color);
}
.steps--inverted .active > * {
  color: var(--color);
  background-color: var(--active-color);
}
.steps--inverted .active ~ .steps__item {
  --color: #fff;
  --line-color: #fff;
}
.steps--done .steps__item > * {
  --color: #2679b8;
}

.choices {
  gap: 0.75rem;
}
.choices__item {
  --min-height: 4.5rem;
  --padding: .5rem;
  --border-radius: .75rem;
  position: relative;
  text-align: center;
}
@media (min-width: 1600px) {
  .choices__item {
    --min-height: 7rem;
  }
}
.choices__item-input {
  position: absolute;
  left: -200vw;
}
.choices__item-input:checked ~ .choices__item-label {
  color: #e72931;
  border-color: currentColor;
}
.choices__item-input:checked ~ .choices__item-badge {
  opacity: 1;
  transform: scale(1);
}
.choices__item-input:focus ~ .choices__item-label {
  color: #e72931;
}
.choices__item-label {
  min-height: var(--min-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding);
  line-height: 1.3;
  border: 1px solid #8e8e8e;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: 0.1s;
  transition-property: border, color;
}
.choices__item-label:hover {
  color: #e72931;
}
.choices__item-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: 0.1s;
}

.tooltip {
  display: none;
  position: fixed;
  z-index: 20;
  width: 250px;
  padding: 0.75rem;
  font-size: 0.75rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.5rem 0 rgba(166, 132, 113, 0.25);
  transform: translateX(var(--offset-x, 0px));
}

[data-tooltip] {
  cursor: help;
}

.filter-form {
  padding: 1.25rem;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
}
.filter-form__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 1.5rem;
}
@media (min-width: 600px) {
  .filter-form__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-form__container .span-2 {
    grid-column: span 2;
  }
}
@media (min-width: 900px) {
  .filter-form__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .filter-form__container {
    grid-template-columns: repeat(6, 1fr);
  }
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transition-property: opacity, visibility, transform;
  overflow: auto;
}
@media (min-width: 600px) {
  .modal-container {
    align-items: center;
    padding: 2rem;
  }
}
@media (min-width: 600px) {
  .modal-container--top {
    align-items: flex-start;
  }
}
.modal-container.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modal {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 10px #0003;
  pointer-events: all;
}
@media (min-width: 600px) {
  .modal {
    width: 37.5rem;
    padding: 3rem 2.5rem;
  }
}
.modal__close {
  --size: 2rem;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  transition: color 0.1s ease;
}
@media (min-width: 900px) {
  .modal__close {
    --size: 2.5rem;
  }
}
.modal__close:hover, .modal__close:focus {
  color: #e72931;
}
.modal__body {
  width: 100%;
}
.modal__title {
  margin: 0 2rem 1em 0;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 600px) {
  .modal__title {
    font-size: 1.75rem;
  }
}
.modal__controls {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 3rem;
}
@media (min-width: 900px) {
  .modal__controls {
    gap: 4rem;
    margin-top: 4rem;
  }
}
@media (min-width: 600px) {
  .modal--medium {
    width: 100%;
    max-width: 46rem;
  }
}
@media (min-width: 600px) {
  .modal--wide {
    width: 100%;
    max-width: 72rem;
  }
}
.modal--success .modal__title {
  color: #3a9c2c;
}
.modal--error .modal__title {
  color: #e72931;
}
@media (min-width: 600px) {
  .modal--small {
    width: 28.75rem;
  }
}

.modal-open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  background: rgba(57, 57, 58, 0.5);
  transition: all 0.3s ease;
  transition-property: opacity, visibility;
}

.modal-open .overlay,
.main-search-open .overlay {
  opacity: 1;
  visibility: visible;
}

.image-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .image-text {
    flex-direction: row;
    align-items: center;
  }
  .image-text {
    --gap: clamp(2.5rem, calc(2.5rem + 3.5 * ((100vw - 56.25rem) / 83.75)), 6rem);
  }
}
.image-text__image {
  aspect-ratio: 320/200;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 900px) {
  .image-text__image {
    flex: none;
    width: calc(50% - 0.625rem);
    border-radius: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .image-text__image {
    width: calc(50% - 1.25rem);
  }
}
.image-text__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-text__text {
  margin-left: var(--gap);
}
.image-text__text {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
@media (min-width: 900px) {
  .image-text__title {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .image-text--swapped {
    flex-direction: row-reverse;
  }
}
.image-text--swapped .image-text__text {
  margin-left: 0;
  margin-right: var(--gap);
}

.highlights {
  --cols: 4;
  --col-width: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.25rem;
}
@media (min-width: 900px) {
  .highlights {
    grid-template-columns: repeat(var(--cols), 1fr);
  }
}
@media (min-width: 1200px) {
  .highlights {
    grid-template-columns: repeat(var(--cols), var(--col-width));
    justify-content: space-around;
  }
}

.highlight__main {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  line-height: 1;
}
@media (min-width: 900px) {
  .highlight__main {
    column-gap: 1em;
  }
}
.highlight__main-number {
  font-size: clamp(2.5rem, calc(2.5rem + 3 * ((100vw - 22.5rem) / 117.5)), 5.5rem);
}
.highlight__main-label {
  line-height: 1.2;
}
.highlight__main-label {
  font-size: clamp(1rem, calc(1rem + 0.75 * ((100vw - 22.5rem) / 117.5)), 1.75rem);
}
.highlight__footer {
  font-size: clamp(0.75rem, calc(0.75rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1rem);
}

.highlights-bordered {
  --cols: 3;
  --col-width: 1fr;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.25rem;
}
@media (min-width: 900px) {
  .highlights-bordered {
    grid-template-columns: repeat(var(--cols), 1fr);
  }
}
@media (min-width: 1200px) {
  .highlights-bordered {
    grid-template-columns: repeat(var(--cols), var(--col-width));
    justify-content: space-around;
    column-gap: 2rem;
  }
}
.highlights-bordered .highlight {
  display: flex;
  column-gap: 1rem;
  padding: 1.25rem 1rem;
  line-height: 1;
  color: #8e8e8e;
  border-radius: 1.25rem;
  border: 1px solid #cfcfcf;
}
@media (min-width: 1200px) {
  .highlights-bordered .highlight {
    padding: 3rem 2rem;
    column-gap: 2rem;
  }
}
.highlights-bordered .highlight__number {
  font-size: clamp(2.5rem, calc(2.5rem + 3 * ((100vw - 22.5rem) / 117.5)), 5.5rem);
}
.highlights-bordered .highlight__main {
  display: block;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .highlights-bordered .highlight__main {
    column-gap: 1em;
  }
}
.highlights-bordered .highlight__main-label {
  line-height: 1.2;
  color: #39393a;
}
.highlights-bordered .highlight__main-label {
  font-size: clamp(1rem, calc(1rem + 0.75 * ((100vw - 22.5rem) / 117.5)), 1.75rem);
}
.highlights-bordered .highlight__main-text {
  font-size: clamp(0.75rem, calc(0.75rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1rem);
}

.person-card {
  position: relative;
}
.person-card__header {
  aspect-ratio: 400/500;
  border-radius: 0.625rem;
  overflow: hidden;
}
.person-card__header {
  margin-bottom: clamp(1.5rem, calc(1.5rem + 1 * ((100vw - 22.5rem) / 117.5)), 2.5rem);
}
.person-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.person-card__title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.person-card__title {
  font-size: clamp(1rem, calc(1rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
.person-card__subtitle {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #8e8e8e;
}

.logo-swiper .swiper-slide {
  width: auto;
}
.logo-swiper img {
  width: auto;
  max-height: 4rem;
}

.article-swiper .swiper-slide {
  width: 70vw;
  max-width: 16.25rem;
}
@media (min-width: 1200px) {
  .article-swiper .swiper-slide {
    max-width: none;
  }
}

.article {
  position: relative;
  z-index: 1;
}
.article .container {
  max-width: 100rem;
}
.article__cover {
  border-radius: 0.625rem;
  overflow: hidden;
}
.article__cover {
  height: clamp(22.5rem, calc(22.5rem + 9.5 * ((100vw - 22.5rem) / 117.5)), 32rem);
}
@media (min-width: 900px) {
  .article__cover {
    border-radius: 0.75rem;
  }
}
.article__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .article__detail {
    grid-template-columns: calc(60% - 2rem) auto;
    column-gap: 4rem;
  }
}
.article__image {
  margin: 2.5rem auto;
  aspect-ratio: 320/200;
  border-radius: 0.75rem;
  overflow: hidden;
}
.article__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.article__image--portrait {
  aspect-ratio: 200/260;
  max-width: min(75%, 530px);
}
.article__quote {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  font-size: 1rem;
  border-left: 1px solid #8e8e8e;
}
@media (min-width: 900px) {
  .article__quote {
    font-size: 1.25rem;
  }
}

.form-search {
  --input-height: 3rem;
  --submit-width: 12rem;
  --border-radius: .625rem;
  position: relative;
}
@media (min-width: 1200px) {
  .form-search {
    --input-height: 5rem;
    --border-radius: 5rem;
  }
}
@media (min-width: 1200px) {
  .form-search {
    display: flex;
    column-gap: 0.75rem;
  }
}
.form-search__input {
  width: 100%;
  height: var(--input-height);
  padding: 0 1rem;
  line-height: 1rem;
  color: #39393a;
  border: 2px solid #cfcfcf;
  border-radius: var(--border-radius);
  transition: 0.1s;
  transition-property: border, outline;
  outline: 0.25rem solid rgba(231, 41, 49, 0);
  outline-offset: 1px;
}
@media (min-width: 1200px) {
  .form-search__input {
    padding-left: 1.5rem;
    padding-right: var(--submit-width);
  }
}
.form-search__input:focus-visible {
  outline-color: rgba(231, 41, 49, 0.25);
}
.form-search__input::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-search__submit {
  height: var(--input-height);
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
  font-size: 0.875rem;
  border-radius: var(--border-radius);
  transition: 0.1s;
  transition-property: color, background-color, border, box-shadow, outline;
}
@media (min-width: 1200px) {
  .form-search__submit {
    position: absolute;
    inset: 0.5rem 0.5rem 0.5rem auto;
    height: calc(var(--input-height) - 1rem);
    width: var(--submit-width);
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}

.voucher-card {
  --padding: 1.5rem;
  --border-radius: .625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--padding);
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .voucher-card {
    --padding: 2rem 2.5rem;
    --border-radius: .75rem;
  }
}
.voucher-card__body .square {
  position: static;
}
.voucher-card__footer {
  margin-top: auto;
  padding-top: 1.5rem;
}
@media (min-width: 900px) {
  .voucher-card__footer {
    padding-top: 4rem;
  }
}
.voucher-card__title {
  min-height: 2.5em;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 900px) {
  .voucher-card__title {
    margin-bottom: 2rem;
  }
}
.voucher-card__description {
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .voucher-card__description {
    font-size: 1rem;
  }
}

.topic-card {
  --padding: 1.5rem;
  --border-radius: .625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--padding);
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .topic-card {
    --padding: 2rem 2.5rem;
    --border-radius: .75rem;
  }
}
.topic-card__body {
  margin-bottom: auto;
}
.topic-card__footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cfcfcf;
}
@media (min-width: 900px) {
  .topic-card__footer {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.topic-card__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 900px) {
  .topic-card__title {
    margin-bottom: 2rem;
  }
}
.topic-card__description {
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .topic-card__description {
    font-size: 1rem;
  }
}

.topic-swiper .swiper-slide {
  width: 70vw;
  max-width: 16.25rem;
  height: auto;
}
@media (min-width: 1200px) {
  .topic-swiper .swiper-slide {
    max-width: none;
  }
}

.faq-collapse-list > .collapse > .collapse__toggle {
  transition: 0.1s;
}
@media (min-width: 900px) {
  .faq-collapse-list > .collapse > .collapse__body {
    display: none;
  }
}
.faq-collapse-list > .collapse[open] > .collapse__toggle {
  outline: 2px solid #e72931;
}

@media (max-width: 899px) {
  #faq-collapse-target {
    display: none;
  }
}

.darina-review__avatar {
  --size: clamp(5.75rem, calc(5.75rem + 1.5 * ((100vw - 22.5rem) / 117.5)), 7.25rem);
}
.darina-review__icon {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.darina-review__icon {
  font-size: clamp(2.5rem, calc(2.5rem + 1.5 * ((100vw - 22.5rem) / 117.5)), 4rem);
}
@media (min-width: 900px) {
  .darina-review__icon {
    top: 2rem;
    right: 2rem;
  }
}

.checkout-section {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  padding: 1rem var(--padding-x) 1.25rem;
  background-color: #f5f5f5;
}
@media (min-width: 900px) {
  .checkout-section {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .checkout-section {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.checkout-section__header {
  position: relative;
}
.checkout-section__header-main {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.checkout-section__header-title {
  min-height: 2.5rem;
  display: flex;
  align-items: flex-end;
}
.checkout-section__header-subtitle {
  font-size: clamp(0.875rem, calc(0.875rem + 0.375 * ((100vw - 22.5rem) / 117.5)), 1.25rem);
}
.checkout-section__header-action {
  --size: 2.5rem;
}
.checkout-section__header--no-action .checkout-section__header-title {
  min-height: auto;
}
.checkout-z-item {
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .checkout-z-item {
    display: flex;
    flex-direction: row;
  }
}
.checkout-z-item__image {
  aspect-ratio: 320/110;
}
@media (min-width: 600px) {
  .checkout-z-item__image {
    position: relative;
    width: 12.5rem;
    flex: none;
    aspect-ratio: auto;
  }
}
.checkout-z-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .checkout-z-item__image img {
    position: absolute;
    inset: 0;
  }
}
.checkout-z-item__main {
  padding: 1rem;
}
@media (min-width: 600px) {
  .checkout-z-item__main {
    flex: auto;
  }
}
@media (min-width: 900px) {
  .checkout-z-item__main {
    padding: 1.5rem;
  }
}
.checkout-z-item__qty {
  --input-border-radius: .375rem;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
}
@media (min-width: 900px) {
  .checkout-z-item__qty {
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  }
}
@media (min-width: 900px) {
  .checkout-z-item__price {
    font-size: 1.75rem;
  }
}

.checkout-option {
  --border-radius: .75rem;
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #8e8e8e;
  border-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .checkout-option {
    gap: 1.5rem;
    padding: 2rem;
  }
}
.checkout-option__input {
  margin-top: 0.1875rem;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .checkout-option__input {
    margin-top: 0.25rem;
  }
}
.checkout-option__input .form-check-input,
.checkout-option__input .form-radio-input {
  --size: 1rem;
  position: static;
  margin-top: 0;
}
@media (min-width: 900px) {
  .checkout-option__input .form-check-input,
.checkout-option__input .form-radio-input {
    --size: 1.5rem;
  }
}
.checkout-option__input .form-check-input:checked::after,
.checkout-option__input .form-radio-input:checked::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--border-radius);
  border: 2px solid #2679b8;
}
.checkout-option__body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  flex: auto;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .checkout-option__body {
    font-size: 1.125rem;
  }
}
@media (min-width: 900px) {
  .checkout-option__body {
    display: flex;
    column-gap: 1.5rem;
    font-size: 1.5rem;
  }
}
.checkout-option__content {
  flex: auto;
  display: contents;
}
@media (min-width: 900px) {
  .checkout-option__content {
    display: block;
  }
}
.checkout-option__aside {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0;
}
@media (min-width: 900px) {
  .checkout-option__aside {
    grid-row: 1/3;
  }
}
.checkout-option__label {
  grid-column: 1/2;
  grid-row: 1/2;
}
.checkout-option__description {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #8e8e8e;
  grid-column: 1/3;
}
@media (min-width: 600px) {
  .checkout-option__description {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .checkout-option__description {
    grid-column: 1/2;
    font-size: 1.25rem;
  }
}
.checkout-option__logo {
  position: absolute;
  left: -1px;
  top: -0.5rem;
  width: 3rem;
  height: 1.25rem;
  flex: none;
}
@media (max-width: 899px) {
  .checkout-option__logo {
    padding: 0.25rem 0.375rem;
    background-color: #fff;
    border-radius: 0.375rem;
    box-shadow: -2px -2px 5px rgba(142, 142, 142, 0.075);
  }
}
@media (min-width: 900px) {
  .checkout-option__logo {
    position: relative;
    left: auto;
    top: -0.25rem;
    width: 4rem;
    height: 2.5rem;
  }
}
.checkout-option__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.checkout-option--s {
  padding: 0.75rem 1rem;
}
@media (min-width: 900px) {
  .checkout-option--s {
    padding: 1.25rem 2rem;
  }
}
.checkout-option--s .checkout-option__input {
  margin-top: 0.125rem;
}
@media (min-width: 600px) {
  .checkout-option--s .checkout-option__input {
    margin-top: 0.25rem;
  }
}
@media (min-width: 900px) {
  .checkout-option--s .checkout-option__input {
    margin-top: 0;
  }
}
.checkout-option--s .checkout-option__body {
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .checkout-option--s .checkout-option__body {
    font-size: 1.125rem;
  }
}
@media (min-width: 900px) {
  .checkout-option--s .checkout-option__body {
    font-size: 1.25rem;
  }
}
.checkout-option--s .checkout-option__description {
  font-size: 0.75rem;
}
@media (min-width: 600px) {
  .checkout-option--s .checkout-option__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 900px) {
  .checkout-option--s .checkout-option__description {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .checkout-detail {
    grid-template-columns: 6fr 4fr;
    column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .checkout-detail__summary {
    box-shadow: 3px 4px 17px rgba(142, 142, 142, 0.25);
  }
}
.checkout-detail__summary-table {
  border-collapse: collapse;
}
.checkout-detail__summary-table tbody tr:first-child td {
  padding-top: 0.75rem;
}
.checkout-detail__summary-table tbody tr:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.checkout-detail__summary-table tbody tr:last-child td {
  padding-bottom: 0.75rem;
}
.checkout-detail__summary-table td {
  padding: 0.25rem;
  vertical-align: top;
}
.checkout-detail__summary-table td:first-child {
  padding-left: 0;
}
.checkout-detail__summary-table td:last-child {
  padding-right: 0;
}
.checkout-detail__summary-table .item {
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .checkout-detail__summary-table .item {
    font-size: 1.25rem;
  }
}
.checkout-detail__summary-table .addon {
  font-size: 0.75rem;
}
@media (min-width: 900px) {
  .checkout-detail__summary-table .addon {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .checkout-detail__summary-table-container {
    padding: 0.5rem 1rem 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .checkout-detail__summary-table-container {
    border-top: 1px solid #cfcfcf;
  }
}
@media (min-width: 900px) {
  .checkout-detail__summary-price {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .checkout-detail__summary-price {
    font-weight: 400;
  }
}
.checkout-detail__summary--step-3 {
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .checkout-detail__summary--step-3 {
    background-color: #fff;
  }
}
.checkout-detail__promo-code {
  position: relative;
}
.checkout-detail__promo-code-input {
  border-color: #cfcfcf;
}
.checkout-detail__promo-code-submit {
  position: absolute;
  inset: 1px 1px 1px auto;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  background-color: #fff !important;
  border: 0;
}
.checkout-detail__promo-code-submit.btn--primary:not(:disabled) {
  color: #e72931;
}
.checkout-detail__promo-code-submit.btn--primary:not(:disabled):hover {
  color: #bf202c;
}
@media (min-width: 900px) {
  .checkout-detail__promo-code-submit {
    padding-right: 1rem;
  }
}
.checkout-detail__promo-code-submit:disabled {
  color: #cfcfcf;
}
.checkout-detail__floating-cta {
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 1px 4px 25px rgba(166, 132, 113, 0.25);
  transition: transform 0.3s;
  transform: translateY(120%);
}
.checkout-detail__floating-cta__price {
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .checkout-detail__floating-cta {
    display: none;
  }
}
.checkout-detail--cta-visible .checkout-detail__floating-cta {
  transform: translateY(0);
}

.checkout-panel {
  transition: opacity 0.1s;
}
.checkout-panel.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.checkout-item {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  padding: 1.25rem var(--padding-x);
  background-color: #f5f5f5;
}
@media (min-width: 900px) {
  .checkout-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 900px) {
  .checkout-item {
    padding: 2rem 1.5rem;
  }
}
.checkout-item__header {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.checkout-item__body {
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .checkout-item__body {
    display: flex;
    flex-direction: row;
  }
}
.checkout-item__image {
  aspect-ratio: 320/110;
}
@media (min-width: 600px) {
  .checkout-item__image {
    position: relative;
    width: 12.5rem;
    flex: none;
    aspect-ratio: auto;
  }
}
.checkout-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .checkout-item__image img {
    position: absolute;
    inset: 0;
  }
}
.checkout-item__main {
  padding: 1rem;
}
@media (min-width: 600px) {
  .checkout-item__main {
    flex: auto;
  }
}
@media (min-width: 900px) {
  .checkout-item__main {
    padding: 1.5rem;
  }
}
.checkout-item__qty {
  --input-border-radius: .375rem;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
}
@media (min-width: 900px) {
  .checkout-item__qty {
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  }
}
@media (min-width: 900px) {
  .checkout-item__price {
    font-size: 1.75rem;
  }
}
.checkout-item__addon {
  --border-radius: .75rem;
  position: relative;
  padding: 0.75rem 1rem;
  border: 1px solid #8e8e8e;
  border-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .checkout-item__addon {
    padding: 1.25rem 2rem;
  }
}
.checkout-item__addon .form-check,
.checkout-item__addon .form-radio {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .checkout-item__addon .form-check,
.checkout-item__addon .form-radio {
    margin-top: -0.25rem;
  }
}
.checkout-item__addon .form-check-input,
.checkout-item__addon .form-radio-input {
  --size: 1rem;
  position: static;
}
@media (min-width: 900px) {
  .checkout-item__addon .form-check-input,
.checkout-item__addon .form-radio-input {
    --size: 1.5rem;
  }
}
.checkout-item__addon .form-check-input:checked::after,
.checkout-item__addon .form-radio-input:checked::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--border-radius);
  border: 2px solid #2679b8;
}
.checkout-item__addon-logo {
  position: absolute;
  left: 1rem;
  top: -1rem;
  width: 3rem;
  height: 1.5rem;
  flex: none;
}
@media (min-width: 900px) {
  .checkout-item__addon-logo {
    position: relative;
    left: auto;
    top: -0.375rem;
    width: 4rem;
    height: 2.5rem;
  }
}
.checkout-item__addon-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
@media (min-width: 900px) {
  .checkout-item__addon-logo img {
    object-position: center;
  }
}
.checkout-item__addon--delivery {
  background-color: #f5f5f5;
  border-color: transparent;
}

.gift-box-list {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 600px) {
  .gift-box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .gift-box-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 1.25rem;
  }
}
.gift-box-list__item {
  --border-radius: .75rem;
  position: relative;
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 3px 4px 17px rgba(142, 142, 142, 0.25);
}
@media (min-width: 900px) {
  .gift-box-list__item {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.gift-box-list__item-control {
  margin-top: 0.125rem;
  margin-bottom: 0;
}
.gift-box-list__item-control input[class] {
  --size: 1rem;
  position: static;
}
@media (min-width: 900px) {
  .gift-box-list__item-control input[class] {
    --size: 1.5rem;
    margin-top: 0;
  }
}
.gift-box-list__item-control input[class]:checked::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--border-radius);
  border: 2px solid #2679b8;
}
.gift-box-list__item-label {
  flex: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .gift-box-list__item-label {
    order: 3;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 0.5rem;
    font-size: 1.25rem;
  }
}
.gift-box-list__item-image {
  width: 50%;
  height: 4rem;
}
@media (min-width: 900px) {
  .gift-box-list__item-image {
    width: 100%;
    height: 7.5rem;
  }
}
.gift-box-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-search {
  --header-height: 3.625rem;
  position: fixed;
  inset: calc(var(--header-translate, 0px) * -1) 0 auto;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
@media (min-width: 900px) {
  .main-search {
    --header-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-search {
    --header-height: 7rem;
  }
}
@media (min-width: 1200px) {
  .main-search__container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.main-search__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem var(--padding-x) 0;
  background-color: #fff;
}
@media (min-width: 900px) {
  .main-search__header {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-search__header {
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
  }
}
.main-search__main {
  max-height: calc(100vh - var(--header-height));
  padding: 2rem var(--padding-x);
  background-color: #fff;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .main-search__main {
    padding: 3rem;
    border-radius: 2.5rem;
  }
}
.main-search__form {
  --input-padding-y: .5rem;
  position: relative;
  flex-grow: 1;
}
.main-search__form-input {
  border-color: rgba(231, 41, 49, 0.3);
}
.main-search__form-input::placeholder {
  color: rgba(231, 41, 49, 0.3);
}
@media (min-width: 1200px) {
  .main-search__form-input {
    padding: 1.5rem 15rem 1.5rem 2.25rem;
    border-radius: 2.5rem;
  }
}
.main-search__form-submit {
  --size: 2.625rem;
  position: absolute;
  inset: 0 0 0 auto;
}
@media (max-width: 1199px) {
  .main-search__form-submit {
    width: var(--size);
    padding-left: 0;
    padding-right: 0;
    color: #e72931 !important;
    background: none !important;
    border: none !important;
    border-radius: var(--input-border-radius);
  }
  .main-search__form-submit:hover, .main-search__form-submit:focus {
    color: #bf202c !important;
  }
}
@media (min-width: 900px) {
  .main-search__form-submit {
    --size: 3rem;
  }
}
@media (min-width: 1200px) {
  .main-search__form-submit {
    inset: 0.5rem 0.5rem 0.5rem auto;
  }
}
.main-search-open .main-search {
  opacity: 1;
  visibility: visible;
}

.notice {
  position: relative;
  color: #fff;
  background: linear-gradient(145deg, #e72931, #bf202c);
}
.notice__close {
  --size: 2rem;
  position: absolute;
  top: 50%;
  right: var(--padding-x);
  transform: translateY(-50%);
  color: #fff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.notice__close:hover, .notice__close:focus {
  color: #fff;
  border-color: white;
}

.loading {
  --size: 3rem;
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.loading::before, .loading::after {
  content: "";
  position: absolute;
  left: calc(50% - var(--size) * 0.5);
  top: calc(50% - var(--size) * 0.5);
  display: inline-block;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}
.loading::before {
  border: 3px solid rgba(231, 41, 49, 0.15);
}
.loading::after {
  border: 3px solid #e72931;
  border-top: none;
  border-right: none;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.is-loading .loading {
  opacity: 1;
  visibility: visible;
}

.z-mini-card {
  --padding: .5rem;
  --image-width: 3.75rem;
  --image-aspect-ratio: 60 / 70;
  --border-radius: .75rem;
  position: relative;
  width: max-content;
  max-width: 100%;
  display: flex;
  gap: 0.5rem;
  padding: var(--padding);
  color: #39393a;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .z-mini-card {
    --padding: .75rem;
    --image-width: 7.5rem;
    --image-aspect-ratio: 120 / 100;
  }
}
@media (min-width: 900px) {
  .z-mini-card {
    gap: 1rem;
  }
}
.z-mini-card__image {
  flex: none;
  width: var(--image-width);
  aspect-ratio: var(--image-aspect-ratio);
  border-radius: 0.5rem;
  overflow: hidden;
}
.z-mini-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z-mini-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .z-mini-card__body {
    gap: 0.75rem;
    font-size: 1.125rem;
  }
}
.z-mini-card__title {
  font-size: inherit;
  font-weight: 500;
}
@media (min-width: 900px) {
  .z-mini-card__title {
    padding-right: 100px;
  }
}
.z-mini-card__meta {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.z-mini-card__price {
  white-space: nowrap;
}
@media (min-width: 900px) {
  .z-mini-card__rating {
    position: absolute;
    top: calc(0.75rem - 0.15em);
    right: 0.75rem;
  }
}
.z-mini-card__more {
  margin-top: auto;
}

.z-tip-card {
  --avatar-size: 4.5rem;
  padding: 3rem 1.25rem;
  background-color: #f5f5f5;
}
@media (min-width: 900px) {
  .z-tip-card {
    --avatar-size: 5.625rem;
  }
}
@media (max-width: 899px) {
  .z-tip-card {
    margin-left: calc(var(--padding-x) * -1);
    margin-right: calc(var(--padding-x) * -1);
  }
}
.z-tip-card * {
  min-width: 0;
}
@media (min-width: 900px) {
  .z-tip-card {
    padding: 3rem 2rem;
    border-radius: 0.75rem;
  }
}
.z-tip-card__body {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
}
@media (min-width: 600px) and (max-width: 899px), (min-width: 1200px) {
  .z-tip-card__body {
    grid-template-columns: 1fr 1fr;
  }
}
.z-tip-card__main {
  min-width: 0;
}
.z-tip-card__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #cfcfcf;
}
@media (min-width: 600px) and (max-width: 899px), (min-width: 1200px) {
  .z-tip-card__aside {
    padding-top: 0;
    padding-left: 2rem;
    border-top: 0;
    border-left: 1px solid #cfcfcf;
  }
}
@media (min-width: 900px) {
  .z-tip-card__aside {
    gap: 1.5rem;
  }
}
.z-tip-card__footer {
  margin-top: 2rem;
}
.z-tip-card__avatar {
  --size: var(--avatar-size);
}

.story-card {
  --aspect-ratio: 400 / 320;
  --border-radius: .625rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .story-card {
    --border-radius: .75rem;
  }
}
.story-card:hover .story-card__title a {
  color: #e72931;
}
.story-card__header {
  position: relative;
}
.story-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.story-card__image-container {
  position: relative;
  aspect-ratio: var(--aspect-ratio);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.story-card__icon {
  --size: 2.25rem;
  --offset: .75rem;
  position: absolute;
  top: var(--offset);
  right: var(--offset);
  z-index: 1;
  font-size: var(--size);
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 900px) {
  .story-card__icon {
    --offset: 1.25rem;
  }
}
.story-card__body {
  display: flex;
  flex-direction: column;
  flex: auto;
  margin-top: 1rem;
  font-size: 1rem;
}
@media (min-width: 900px) {
  .story-card__body {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}
.story-card__body * {
  margin-top: 0;
  margin-bottom: 0;
}
.story-card__title {
  font-size: 1rem;
}
@media (min-width: 900px) {
  .story-card__title {
    font-size: 1.125rem;
  }
}
.story-card__description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .story-card__description {
    font-size: 1rem;
  }
}
.story-card--tall {
  --aspect-ratio: 400 / 520;
}
.story-card--body-inside .story-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  margin-top: 0;
  padding: 0 0.75rem 1rem;
  color: #fff;
}
@media (min-width: 900px) {
  .story-card--body-inside .story-card__body {
    padding: 0 1.5rem 2rem;
  }
}
.story-card--body-inside .story-card__body::before {
  content: "";
  position: absolute;
  inset: -4rem 0 0;
  z-index: -1;
  background: linear-gradient(to top, #39393a 4%, rgba(57, 57, 58, 0) 90%);
  pointer-events: none;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media (min-width: 900px) {
  .story-card--body-inside .story-card__body::before {
    top: -10rem;
  }
}

.hp-hero-swiper {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-horizontal-gap: 4px;
}
@media (min-width: 1200px) {
  .hp-hero-swiper {
    margin-top: -95px;
  }
}
.hp-hero-swiper .swiper-slide {
  display: flex;
  height: unset;
}

.hp-hero {
  position: relative;
  width: 100%;
  min-height: 200px;
  display: grid;
  align-items: end;
}
@media (min-width: 1200px) {
  .hp-hero {
    min-height: 360px;
  }
}
.hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}
.hp-hero__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hp-hero__image img,
.hp-hero__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hp-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #fff;
}
@media (min-width: 900px) {
  .hp-hero__container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .hp-hero__container {
    padding: 0.5rem calc(var(--padding-x) + 3.5rem) 2rem;
  }
}
.hp-hero__main {
  text-shadow: 0 1px 0.75rem rgba(0, 0, 0, 0.4);
}
@media (min-width: 900px) {
  .hp-hero__main {
    max-width: 720px;
  }
}
.hp-hero__body {
  font-size: 1.125rem;
}
.hp-hero__headline {
  margin: 0;
  font-weight: 300;
}
.hp-hero__headline {
  font-size: clamp(1.25rem, calc(1.25rem + 0.25 * ((100vw - 22.5rem) / 117.5)), 1.5rem);
}
.hp-hero__title {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-weight: bold;
}
.hp-hero__title {
  font-size: clamp(1.5rem, calc(1.5rem + 1 * ((100vw - 22.5rem) / 117.5)), 2.5rem);
}
@media (max-width: 1199px) {
  .hp-hero__description {
    display: none;
  }
}
.hp-hero__footer {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 600px) {
  .hp-hero__footer {
    grid-template-columns: 1fr 1fr auto;
    grid-template-rows: auto;
    align-items: baseline;
  }
}
.hp-hero__location {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
@media (max-width: 599px) {
  .hp-hero__location {
    grid-area: 1/1;
  }
}
.hp-hero__price > span,
.hp-hero__price > del,
.hp-hero__price > ins {
  opacity: 0.7;
}
.hp-hero__price del {
  font-size: 0.8em;
  font-weight: 400;
}
.hp-hero__price ins {
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 599px) {
  .hp-hero__action {
    grid-area: 1/2/3/3;
  }
}
.hp-hero__action .btn {
  width: 100%;
}
.hp-hero__location-select {
  margin-top: 1rem;
}
@media (min-width: 900px) {
  .hp-hero__location-select {
    margin-top: 0;
    width: 260px;
  }
}
.hp-hero__location-select .form-group {
  --input-padding-y: .5rem;
}
.hp-hero__location-select .form-label {
  opacity: 0.85;
}
@media (min-width: 900px) {
  .hp-hero__location-select .form-label {
    margin-left: 1rem;
  }
}
.hp-hero__location-select select {
  background-color: #fff;
}
@media (max-width: 599px) {
  .hp-hero__location-select select {
    padding-block: 0.25rem;
  }
}
@media (min-width: 900px) {
  .hp-hero__location-select select {
    border-radius: 100px;
  }
}

.z-list-placeholder {
  display: flex;
  gap: 1rem;
  padding-top: 28px;
  padding-bottom: 16px;
  overflow: hidden;
}
.z-list-placeholder > div {
  width: 100%;
  max-width: 260px;
  flex: none;
  aspect-ratio: 225/315;
  border-radius: 1rem;
  background-color: #f5f5f5;
}
@media (min-width: 600px) {
  .z-list-placeholder > div {
    width: 40%;
  }
}
@media (min-width: 900px) {
  .z-list-placeholder > div {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .z-list-placeholder > div {
    --cols: 6;
    max-width: calc((100% - (var(--cols) - 1) * 1rem) / var(--cols));
  }
}

.btn {
  border-radius: 999px !important;
  text-transform: none;
  outline: 0.25rem solid rgb(var(--brand-primary-dark-rgb)/0);
  outline-offset: 1px;
}
.btn:focus-visible {
  outline-color: rgb(var(--brand-primary-dark-rgb)/0.25);
}

main .btn {
  color: var(--brand-primary);
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgb(var(--brand-primary-rgb)/0.5);
}
main .btn:hover, main .btn:focus {
  color: var(--brand-primary-dark);
  border-color: var(--brand-primary);
}
main .btn--primary {
  color: #fff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}
main .btn--primary:hover, main .btn--primary:focus {
  color: #fff;
  background-color: var(--brand-primary-dark);
  border-color: var(--brand-primary);
}
main .btn--secondary {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
main .btn--secondary:hover, main .btn--secondary:focus {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.swiper__nav .icon-btn:hover, .swiper__nav .icon-btn:focus {
  color: var(--brand-primary-dark);
  border-color: var(--brand-primary);
}

@media (min-width: 1200px) {
  .vp-listing-footer__pagination {
    position: absolute;
    right: 0;
  }
}

.text-brand-primary {
  color: var(--brand-primary);
}

.form-control:focus {
  border-color: var(--brand-primary);
  outline-color: rgb(var(--brand-primary-rgb)/0.25);
}

.form-check-input:checked {
  background-image: url(/img/form-check-white.svg);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.form-radio-input:checked {
  background-image: url(/img/form-radio-dot-white.svg);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.lg-container .lg-thumb-item.active, .lg-container .lg-thumb-item:hover {
  border-color: var(--brand-primary) !important;
}
.lg-container .lg-next:hover:not(.disabled),
.lg-container .lg-prev:hover:not(.disabled) {
  color: var(--brand-primary);
}

:root {
  --header-height: 60px;
}
@media (min-width: 1200px) {
  :root {
    --header-height: 80px;
  }
}

.header__container {
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  background-color: var(--brand-primary);
}
@media (min-width: 1200px) {
  .header__container {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header__container {
    gap: 2.5rem;
  }
}
.header__brand {
  height: 40px;
  width: auto;
  margin-right: auto;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .header__brand {
    height: 60px;
    margin-right: 0;
  }
}
.header__search {
  position: relative;
}
.header__search-input {
  position: absolute;
  right: 0;
  height: 2.5rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 999px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .header__search-input {
    height: 2rem;
  }
}
@media (min-width: 900px) {
  .header__search-input {
    padding-left: 1rem;
  }
}
.header__search-input::placeholder {
  color: var(--brand-primary);
}
@media (max-width: 1199px) {
  .header__search-input::placeholder {
    font-size: 0.875rem;
  }
}
.header .icon-btn {
  --size: 2.5rem;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.header .icon-btn:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1199px) {
  .header .btn {
    --size: 2rem;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .header .btn .icon {
    font-size: 1.25rem;
  }
}
.header .btn--outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header .btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1199px) {
  .header .btn--outline {
    border-color: var(--brand-primary) !important;
  }
}
.header .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0);
}
.header .btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.header .btn--white {
  color: var(--brand-primary);
  background-color: #fff;
  border-color: #fff;
}
.header .btn__badge {
  --size: 1.25rem;
  position: absolute;
  top: -0.25rem;
  left: calc(100% - 0.875rem);
  right: auto;
  color: var(--brand-primary);
  border: none;
  background-color: #fff;
}
.header .btn__badge--ellipsis {
  max-width: calc(100% + 0.5rem);
  text-align: left;
}
.header .btn__badge--ellipsis span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .dropdown__body {
  width: max-content;
  min-width: 0;
  max-width: 240px;
}
.header .menu {
  list-style: none;
  margin: -0.375rem 0;
  padding: 0;
}
.header .menu li a,
.header .menu li button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-block: 0.375rem;
}
.header .menu li a:hover,
.header .menu li button:hover {
  color: var(--brand-primary);
  text-decoration: none;
}
.header .menu li a .icon,
.header .menu li button .icon {
  flex-shrink: 0;
  font-size: 1.5rem;
}
.header .menu .badge {
  color: #fff;
  background-color: var(--brand-primary);
}

:where(.header) a:hover {
  text-decoration: underline;
}

@media (max-width: 899px) {
  .search-open .header__brand {
    opacity: 0;
    visibility: hidden;
  }
}
.search-open .header__search-input {
  padding-right: 2.5rem;
  width: calc(100vw - 188px);
}
@media (min-width: 600px) {
  .search-open .header__search-input {
    width: 250px;
  }
}

@media (max-width: 1199px) {
  .nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: 10;
    padding-inline: 1.25rem;
    padding-block: 2rem;
    background: #fff;
    transition: transform 0.3s;
    transform: translateX(-100%);
  }
}
@media (min-width: 1200px) {
  .nav {
    margin-inline: auto;
  }
}
.nav__menu {
  display: flex;
  gap: 1rem;
  transition: opacity 0.3s;
}
.nav__menu-item {
  display: flex;
  align-items: center;
}
.nav__menu-item--mobile {
  flex-direction: column;
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f5f5f5;
}
@media (min-width: 1200px) {
  .nav__menu-item--mobile {
    display: none;
  }
}
.nav__menu-item__divider {
  position: relative;
  padding-right: 1rem;
}
.nav__menu-item__divider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.nav__menu a {
  display: inline-flex;
}
@media (max-width: 1199px) {
  .nav__menu--primary {
    flex-direction: column;
    align-items: center;
    color: var(--brand-primary);
  }
}
@media (min-width: 1200px) {
  .nav__menu--primary {
    gap: 1rem;
  }
}
@media (max-width: 1199px) {
  .nav__menu--primary li .badge {
    color: #fff;
    background-color: var(--brand-primary);
  }
}
@media (max-width: 1199px) {
  .nav__menu--primary .btn {
    color: var(--brand-primary);
  }
}
.nav__menu--secondary {
  gap: 0.75rem;
}
@media (min-width: 1200px) {
  .nav__menu--secondary {
    gap: 1rem;
  }
}
.nav :where(ul) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-toggle {
  font-size: 1.5rem;
}
.nav-toggle .icon-open {
  display: block;
}
.nav-toggle .icon-close {
  display: none;
}

.nav-open {
  overflow: hidden;
}
.nav-open .nav {
  transform: translateX(0);
}
.nav-open .nav-toggle .icon-open {
  display: none;
}
.nav-open .nav-toggle .icon-close {
  display: block;
}

.footer {
  margin-top: auto;
  background-color: #e5e5e5;
}
.footer__content {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .footer__content {
    display: flex;
    align-items: center;
  }
}
.footer__main {
  display: flex;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .footer__main {
    align-items: center;
    gap: 3rem;
  }
}
.footer__brand {
  flex-shrink: 0;
  margin-top: -0.5rem;
}
.footer__brand img {
  height: 60px;
  filter: grayscale(1);
}
@media (min-width: 900px) {
  .footer__brand img {
    height: 80px;
  }
}
.footer__contact {
  display: grid;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .footer__contact {
    display: flex;
    gap: 3rem;
  }
}
.footer__contact-item {
  display: flex;
  gap: 0.5rem;
  color: #8e8e8e;
}
.footer__contact-item .icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #8e8e8e;
}
.footer__contact-content {
  display: grid;
  gap: 0.25rem;
}
.footer__contact-label {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .footer__contact-label {
    font-size: 1.125rem;
  }
}
.footer__contact-value {
  font-size: 1rem;
  color: #39393a;
}
@media (min-width: 1200px) {
  .footer__contact-value {
    font-size: 1.25rem;
  }
}
.footer__divider {
  width: 100%;
  display: block;
  margin: 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 0;
}
@media (min-width: 900px) {
  .footer__divider {
    display: none;
  }
}
.footer__aside {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .footer__aside {
    margin-left: auto;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__aside {
    gap: 3rem;
    font-size: 1rem;
  }
}
.footer__links {
  display: grid;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__company-info, .footer__company-info > div {
  display: grid;
  gap: 0.25rem;
}

.z-card__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.z-card__actions .btn--primary {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
}
.z-card__actions .btn--primary:hover, .z-card__actions .btn--primary:focus {
  border-color: var(--brand-primary-dark);
  background-color: var(--brand-primary-dark);
}
.z-card__action-like {
  background-color: #fff !important;
}
.z-card__action-like.like-btn--active {
  color: var(--brand-primary-dark) !important;
}

.vp-catalog {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .vp-catalog {
    gap: 2.5rem;
  }
}
@media (min-width: 480px) {
  .vp-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .vp-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.vp-catalog__group {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1.5rem 0 rgba(166, 132, 113, 0.25);
}
@media (min-width: 900px) {
  .vp-catalog__group {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .vp-catalog__group {
    font-size: 1.125rem;
  }
}
.vp-catalog__group-heading {
  margin-top: 0;
  font-weight: bold;
  text-decoration: underline;
}
.vp-catalog__list-container {
  position: relative;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .vp-catalog__list-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.vp-catalog__list-target {
  color: var(--brand-primary);
}
@media (max-width: 1199px) {
  .vp-catalog__list-target {
    display: none;
  }
}
.vp-catalog__list-target a:hover {
  color: var(--brand-primary-dark);
}

.vp-catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vp-catalog-list__item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.125rem;
}
.vp-catalog-list__item-icon {
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
}
.vp-catalog-list__item a {
  flex-grow: 1;
}
.vp-catalog-list__item.active {
  color: var(--brand-primary);
}
@media (max-width: 1199px) {
  .vp-catalog-list__item.active + ul {
    display: block;
    padding-left: 1rem;
  }
}
.vp-catalog-list li .icon {
  touch-action: manipulation;
  position: relative;
  visibility: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .vp-catalog-list li .icon {
    transform: rotate(90deg);
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.6;
  }
  .vp-catalog-list li .icon:hover {
    color: var(--brand-primary);
  }
}
.vp-catalog-list li:has(ul) .icon {
  visibility: visible;
}
.vp-catalog-list li ul {
  display: none;
}

.vp-cart {
  display: grid;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
}
@media (min-width: 900px) {
  .vp-cart {
    padding: 1rem;
  }
}

.vp-cart-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media (min-width: 900px) {
  .vp-cart-row {
    grid-template-columns: 30% repeat(5, 1fr);
    column-gap: 1rem;
  }
}
.vp-cart-row__header {
  display: grid;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 899px) {
  .vp-cart-row__header {
    display: contents;
  }
}
@media (min-width: 900px) {
  .vp-cart-row__header {
    grid-template-columns: 40% 1fr;
    gap: 1rem;
  }
}
.vp-cart-row__image {
  height: 120px;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .vp-cart-row__image {
    height: 160px;
  }
}
@media (min-width: 900px) {
  .vp-cart-row__image {
    height: auto;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 899px) {
  .vp-cart-row__image {
    grid-column: span 12/span 12;
  }
}
.vp-cart-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vp-cart-row__name {
  margin-block: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 899px) {
  .vp-cart-row__name {
    grid-column: span 8/span 8;
  }
}
@media (max-width: 899px) {
  .vp-cart-row__price {
    text-align: right;
    grid-column: span 4/span 4;
  }
}
.vp-cart-row__qty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 899px) {
  .vp-cart-row__qty {
    grid-column: span 8/span 8;
  }
}
.vp-cart-row__qty-actions {
  display: inline-flex;
  align-items: center;
}
.vp-cart-row__qty-actions button,
.vp-cart-row__qty-actions a {
  line-height: 1;
  font-size: 1.5rem;
  color: var(--brand-primary);
}
.vp-cart-row__qty-actions button:hover,
.vp-cart-row__qty-actions a:hover {
  color: var(--brand-primary-dark);
}
@media (max-width: 899px) {
  .vp-cart-row__price-subtotal {
    text-align: right;
    grid-column: span 4/span 4;
  }
}
@media (max-width: 899px) {
  .vp-cart-row__delivery {
    grid-column: span 8/span 8;
  }
}
@media (max-width: 899px) {
  .vp-cart-row__remove {
    text-align: right;
    grid-column: span 4/span 4;
  }
}
.vp-cart-row__remove .btn {
  color: #39393a;
  border-color: rgba(57, 57, 58, 0.5);
}
.vp-cart-row--header {
  background-color: transparent;
  line-height: 1.2;
}
@media (max-width: 899px) {
  .vp-cart-row--header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .vp-cart-row--header {
    font-size: 1.25rem;
  }
}
.vp-cart-row--header .vp-cart-row__header {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.vp-cart-row--footer {
  background-color: transparent;
  color: var(--brand-primary);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .vp-cart-row--footer {
    font-size: 1.25rem;
  }
}
.vp-cart-row--footer .vp-cart-row__header {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 900px) {
  .vp-cart-row--footer .vp-cart-row__header {
    text-align: right;
  }
}

.num-list {
  counter-reset: list-counter;
  display: grid;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.num-list li {
  counter-increment: list-counter;
  display: flex;
  align-items: center;
}
.num-list li::before {
  content: counter(list-counter);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex-shrink: 0;
  margin-right: 0.5rem;
  border: 1px solid #e5e5e5;
}
/*# sourceMappingURL=main-vp.css.map */
