/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */

/* Document
	 ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
	 ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 10.3.0
 * 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: September 21, 2023
 */

/* FONT_START */

@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");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.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-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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

/* Slide styles end */

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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 svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

.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:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          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: var(--swiper-pagination-bullet-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: 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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --yellow-light: #F6F2E9;
  --yellow: #FFC609;
  --brown: #4A221A;
  --brown-light: #764C24;
  --grey: #93918E;
  --grey-dark: #636363;
  --yellow-dark: #FFC509;
  --berkshire: 'Berkshire';
  --lora: 'Lora';
  --font-base: 16px;
  --line-height-base: 1.5rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --font-weight-h1: 500;
  --font-weight-h2: 500;
  --font-weight-h3: 500;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 500;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --wrap-space: 15px;
  --wrap-width-xs: 100%;
  --wrap-width-sm: 540px;
  --wrap-width-md: 720px;
  --wrap-width-lg: 960px;
  --wrap-width-xl: 1140px;
  --col-space: 30px;
  --border-radius: 0;
  --spacer: 20px;
  --cubic-bezier: cubic-bezier(.3,.86,.36,.95);
  --cubic-bezier2: cubic-bezier(.4,0,0,1);
  --mobile-height: 100vh;
}

@font-face {
  font-family: 'Berkshire';
  src: url("../fonts/BerkshireSwash-Regular.eot");
  src: url("../fonts/BerkshireSwash-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BerkshireSwash-Regular.woff2") format("woff2"), url("../fonts/BerkshireSwash-Regular.woff") format("woff"), url("../fonts/BerkshireSwash-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Regular.eot");
  src: url("../fonts/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora-Regular.woff") format("woff"), url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--yellow-light);
  color: var(--grey);
  font-family: var(--lora);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
}

.container--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.desc,
.hero__banner-desc,
.history__desc,
.product__desc {
  width: 100%;
  margin-bottom: 60px;
}

.desc img,
.hero__banner-desc img,
.history__desc img,
.product__desc img {
  display: block;
  margin: 0 auto 5px;
}

.desc .text,
.hero__banner-desc .text,
.history__desc .text,
.product__desc .text,
.desc .tag,
.hero__banner-desc .tag,
.history__desc .tag,
.product__desc .tag,
.desc .hero__tag,
.hero__banner-desc .hero__tag,
.history__desc .hero__tag,
.product__desc .hero__tag,
.desc .intro__title,
.hero__banner-desc .intro__title,
.history__desc .intro__title,
.product__desc .intro__title,
.desc .timeline__header-title,
.hero__banner-desc .timeline__header-title,
.history__desc .timeline__header-title,
.product__desc .timeline__header-title,
.desc .hero__text,
.hero__banner-desc .hero__text,
.history__desc .hero__text,
.product__desc .hero__text,
.desc .hero__banner-text,
.hero__banner-desc .hero__banner-text,
.history__desc .hero__banner-text,
.product__desc .hero__banner-text,
.desc .history__text,
.hero__banner-desc .history__text,
.history__desc .history__text,
.product__desc .history__text,
.desc .product__text,
.hero__banner-desc .product__text,
.history__desc .product__text,
.product__desc .product__text,
.desc .product__price,
.hero__banner-desc .product__price,
.history__desc .product__price,
.product__desc .product__price,
.desc .article__text,
.hero__banner-desc .article__text,
.history__desc .article__text,
.product__desc .article__text,
.desc .form__input,
.hero__banner-desc .form__input,
.history__desc .form__input,
.product__desc .form__input,
.desc .form__input::-webkit-input-placeholder,
.hero__banner-desc .form__input::-webkit-input-placeholder,
.history__desc .form__input::-webkit-input-placeholder,
.product__desc .form__input::-webkit-input-placeholder,
.desc .footer__text,
.hero__banner-desc .footer__text,
.history__desc .footer__text,
.product__desc .footer__text,
.desc .footer__copyrights,
.hero__banner-desc .footer__copyrights,
.history__desc .footer__copyrights,
.product__desc .footer__copyrights,
.desc .intro__text,
.hero__banner-desc .intro__text,
.history__desc .intro__text,
.product__desc .intro__text {
  text-align: center;
}

.desc .text,
.hero__banner-desc .text,
.history__desc .text,
.product__desc .text,
.desc .tag,
.hero__banner-desc .tag,
.history__desc .tag,
.product__desc .tag,
.desc .hero__tag,
.hero__banner-desc .hero__tag,
.history__desc .hero__tag,
.product__desc .hero__tag,
.desc .intro__title,
.hero__banner-desc .intro__title,
.history__desc .intro__title,
.product__desc .intro__title,
.desc .timeline__header-title,
.hero__banner-desc .timeline__header-title,
.history__desc .timeline__header-title,
.product__desc .timeline__header-title,
.desc .hero__text,
.hero__banner-desc .hero__text,
.history__desc .hero__text,
.product__desc .hero__text,
.desc .hero__banner-text,
.hero__banner-desc .hero__banner-text,
.history__desc .hero__banner-text,
.product__desc .hero__banner-text,
.desc .history__text,
.hero__banner-desc .history__text,
.history__desc .history__text,
.product__desc .history__text,
.desc .product__text,
.hero__banner-desc .product__text,
.history__desc .product__text,
.product__desc .product__text,
.desc .product__price,
.hero__banner-desc .product__price,
.history__desc .product__price,
.product__desc .product__price,
.desc .article__text,
.hero__banner-desc .article__text,
.history__desc .article__text,
.product__desc .article__text,
.desc .form__input,
.hero__banner-desc .form__input,
.history__desc .form__input,
.product__desc .form__input,
.desc .form__input::-ms-input-placeholder,
.hero__banner-desc .form__input::-ms-input-placeholder,
.history__desc .form__input::-ms-input-placeholder,
.product__desc .form__input::-ms-input-placeholder,
.desc .footer__text,
.hero__banner-desc .footer__text,
.history__desc .footer__text,
.product__desc .footer__text,
.desc .footer__copyrights,
.hero__banner-desc .footer__copyrights,
.history__desc .footer__copyrights,
.product__desc .footer__copyrights,
.desc .intro__text,
.hero__banner-desc .intro__text,
.history__desc .intro__text,
.product__desc .intro__text {
  text-align: center;
}

.desc .text,
.hero__banner-desc .text,
.history__desc .text,
.product__desc .text,
.desc .tag,
.hero__banner-desc .tag,
.history__desc .tag,
.product__desc .tag,
.desc .hero__tag,
.hero__banner-desc .hero__tag,
.history__desc .hero__tag,
.product__desc .hero__tag,
.desc .intro__title,
.hero__banner-desc .intro__title,
.history__desc .intro__title,
.product__desc .intro__title,
.desc .timeline__header-title,
.hero__banner-desc .timeline__header-title,
.history__desc .timeline__header-title,
.product__desc .timeline__header-title,
.desc .hero__text,
.hero__banner-desc .hero__text,
.history__desc .hero__text,
.product__desc .hero__text,
.desc .hero__banner-text,
.hero__banner-desc .hero__banner-text,
.history__desc .hero__banner-text,
.product__desc .hero__banner-text,
.desc .history__text,
.hero__banner-desc .history__text,
.history__desc .history__text,
.product__desc .history__text,
.desc .product__text,
.hero__banner-desc .product__text,
.history__desc .product__text,
.product__desc .product__text,
.desc .product__price,
.hero__banner-desc .product__price,
.history__desc .product__price,
.product__desc .product__price,
.desc .article__text,
.hero__banner-desc .article__text,
.history__desc .article__text,
.product__desc .article__text,
.desc .form__input,
.hero__banner-desc .form__input,
.history__desc .form__input,
.product__desc .form__input,
.desc .form__input::placeholder,
.hero__banner-desc .form__input::placeholder,
.history__desc .form__input::placeholder,
.product__desc .form__input::placeholder,
.desc .footer__text,
.hero__banner-desc .footer__text,
.history__desc .footer__text,
.product__desc .footer__text,
.desc .footer__copyrights,
.hero__banner-desc .footer__copyrights,
.history__desc .footer__copyrights,
.product__desc .footer__copyrights,
.desc .intro__text,
.hero__banner-desc .intro__text,
.history__desc .intro__text,
.product__desc .intro__text {
  text-align: center;
}

.title,
.hero__title {
  font-family: var(--berkshire);
  font-size: 30px;
  color: var(--brown);
  text-align: center;
}

.subtitle,
.hero__banner-subtitle,
.history__subtitle,
.product__subtitle,
.intro__subtitle,
.timeline__header-subtitle {
  font-family: var(--berkshire);
  font-size: 24px;
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
}

.text,
.tag,
.hero__tag,
.intro__title,
.timeline__header-title,
.hero__text,
.hero__banner-text,
.history__text,
.product__text,
.product__price,
.article__text,
.form__input,
.form__input::-webkit-input-placeholder,
.footer__text,
.footer__copyrights,
.intro__text {
  font-size: 16px;
  color: var(--brown-light);
  line-height: 1.3;
}

.text,
.tag,
.hero__tag,
.intro__title,
.timeline__header-title,
.hero__text,
.hero__banner-text,
.history__text,
.product__text,
.product__price,
.article__text,
.form__input,
.form__input::-ms-input-placeholder,
.footer__text,
.footer__copyrights,
.intro__text {
  font-size: 16px;
  color: var(--brown-light);
  line-height: 1.3;
}

.text,
.tag,
.hero__tag,
.intro__title,
.timeline__header-title,
.hero__text,
.hero__banner-text,
.history__text,
.product__text,
.product__price,
.article__text,
.form__input,
.form__input::placeholder,
.footer__text,
.footer__copyrights,
.intro__text {
  font-size: 16px;
  color: var(--brown-light);
  line-height: 1.3;
}

.text--grey {
  color: var(--grey);
}

.tag,
.hero__tag,
.intro__title,
.timeline__header-title {
  font-size: 14px;
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--roobert-regular);
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
}

p {
  font-size: var(--font-base);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  width: var(--wrap-width-xs);
}

.wrap-fluid {
  position: relative;
  width: 100%;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}

.wrap.remove-gutter-left .cll-col {
  margin-left: 0 !important;
}

.flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex .cll-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 var(--col-space);
  z-index: 2;
}

.flex .cll-col:first-of-type {
  margin-left: 0px;
}

.flex .cll-col.w1 {
  -webkit-flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
      -ms-flex-preferred-size: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
          flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
  max-width: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
}

.flex .cll-col.o1 {
  margin-left: calc(100% * 1/12 + ((var(--col-space) * 1) / 12));
}

.flex .cll-col.w2 {
  -webkit-flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
      -ms-flex-preferred-size: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
          flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
  max-width: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
}

.flex .cll-col.o2 {
  margin-left: calc(100% * 2/12 + ((var(--col-space) * 2) / 12));
}

.flex .cll-col.w3 {
  -webkit-flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
      -ms-flex-preferred-size: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
          flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
  max-width: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
}

.flex .cll-col.o3 {
  margin-left: calc(100% * 3/12 + ((var(--col-space) * 3) / 12));
}

.flex .cll-col.w4 {
  -webkit-flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
      -ms-flex-preferred-size: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
          flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
  max-width: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
}

.flex .cll-col.o4 {
  margin-left: calc(100% * 4/12 + ((var(--col-space) * 4) / 12));
}

.flex .cll-col.w5 {
  -webkit-flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
      -ms-flex-preferred-size: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
          flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
  max-width: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
}

.flex .cll-col.o5 {
  margin-left: calc(100% * 5/12 + ((var(--col-space) * 5) / 12));
}

.flex .cll-col.w6 {
  -webkit-flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
      -ms-flex-preferred-size: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
          flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
  max-width: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
}

.flex .cll-col.o6 {
  margin-left: calc(100% * 6/12 + ((var(--col-space) * 6) / 12));
}

.flex .cll-col.w7 {
  -webkit-flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
      -ms-flex-preferred-size: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
          flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
  max-width: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
}

.flex .cll-col.o7 {
  margin-left: calc(100% * 7/12 + ((var(--col-space) * 7) / 12));
}

.flex .cll-col.w8 {
  -webkit-flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
      -ms-flex-preferred-size: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
          flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
  max-width: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
}

.flex .cll-col.o8 {
  margin-left: calc(100% * 8/12 + ((var(--col-space) * 8) / 12));
}

.flex .cll-col.w9 {
  -webkit-flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
      -ms-flex-preferred-size: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
          flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
  max-width: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
}

.flex .cll-col.o9 {
  margin-left: calc(100% * 9/12 + ((var(--col-space) * 9) / 12));
}

.flex .cll-col.w10 {
  -webkit-flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
      -ms-flex-preferred-size: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
          flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
  max-width: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
}

.flex .cll-col.o10 {
  margin-left: calc(100% * 10/12 + ((var(--col-space) * 10) / 12));
}

.flex .cll-col.w11 {
  -webkit-flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
      -ms-flex-preferred-size: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
          flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
  max-width: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
}

.flex .cll-col.o11 {
  margin-left: calc(100% * 11/12 + ((var(--col-space) * 11) / 12));
}

.flex .cll-col.w12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}

.remove-gutter-left {
  margin-left: 0;
  padding-left: 0;
}

.remove-gutter-right {
  margin-right: 0;
  padding-right: 0;
}

.btn {
  position: relative;
  outline: none;
  border: 1px solid var(--yellow);
  display: inline-block;
  border-radius: 35px;
  padding: 15px 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 600;
  overflow: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.btn.btn--dotted {
  border: 1px dashed var(--yellow);
  width: 100%;
  text-align: center;
  color: var(--black);
}

.btn.btn--yellow {
  background-color: var(--yellow);
  color: var(--white);
}

.btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.btn span {
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  padding: 15px 0;
}

.header.hide {
  -webkit-transform: translate(0, calc(-100% - 15px));
          transform: translate(0, calc(-100% - 15px));
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 30px;
}

.menu__item {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
  font-size: 16px;
  position: relative;
}

.menu__item::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  display: block;
}

.menu__item:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header__logo {
  width: 120px;
}

.header__burger {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
  z-index: 6;
}

.header__burger--active .header__line:nth-child(1) {
  -webkit-transform: rotate(-315deg) translate(13px, 2px);
          transform: rotate(-315deg) translate(13px, 2px);
}

.header__burger--active .header__line:nth-child(2) {
  opacity: 0;
}

.header__burger--active .header__line:nth-child(3) {
  -webkit-transform: rotate(315deg) translate(11px, 0px);
          transform: rotate(315deg) translate(11px, 0px);
}

.header__line {
  position: relative;
  width: 30px;
  height: 1px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 4px 0;
  background-color: var(--black);
}

.header__menu-mobile {
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  background-color: var(--yellow);
}

.header__menu-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.hero__slider {
  width: 100%;
  height: 100dvh;
}

.hero__slider .container {
  height: 100%;
}

.hero__slider .swiper-button-prev,
.hero__slider .swiper-button-next {
  color: var(--yellow);
}

.hero__slider .swiper-button-next {
  right: 5vw;
}

.hero__slider .swiper-button-prev {
  left: 5vw;
}

.hero__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
  padding-top: 130px;
}

.hero__img {
  width: 80%;
}

.hero__title {
  margin-bottom: 15px;
}

.hero__text {
  margin-bottom: 30px;
  text-align: center;
}

.hero__banner {
  padding: 200px 0 90px;
}

.hero__banner-desc {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}

.hero__banner-subtitle {
  font-size: 40px;
}

.hero__tag {
  display: block;
  margin-bottom: 10px;
}

.history {
  padding: 90px 0;
  background-color: var(--white);
}

.history .container {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.history__img {
  width: 100%;
  margin-bottom: 30px;
}

.history__description {
  width: 100%;
}

.history__author {
  font-size: 14px;
  font-family: var(--berkshire);
  color: var(--brown);
}

.history__author span {
  font-family: var(--lora);
  color: var(--black);
  font-weight: 600;
}

.history__text {
  margin-bottom: 60px;
}

.history__text:first-child {
  margin-bottom: 30px;
}

.products {
  padding: 90px 0;
}

.products--white {
  background-color: var(--white);
}

.products--white .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto 0;
}

.product__categories {
  margin-bottom: 45px;
}

.product__categories ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px 30px;
}

.main__products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 30px;
}

.product {
  text-align: center;
}

.product img {
  width: 30%;
  margin-bottom: 15px;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.products--smaller .product img {
  width: 100%;
}

.product__title {
  font-size: 18px;
  font-family: var(--lora);
  color: var(--brown);
  font-weight: 600;
  margin-bottom: 5px;
}

.product__text {
  margin-bottom: 10px;
  font-size: 14px;
}

.product__price {
  font-size: 14px;
  color: var(--brown-light);
  font-weight: 600;
}

.product__pagination {
  margin-top: 60px;
}

.product__pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 15px;
}

.product__pagination li:first-child .btn {
  border-color: var(--yellow);
  color: var(--yellow);
}

.product__pagination li:last-child .btn {
  border-color: var(--brown-light);
  color: var(--brown-light);
}

.product__pagination .btn {
  padding: 13px 16px;
  border-radius: 50%;
  border-color: var(--grey);
  color: var(--grey);
}

.product__pagination .btn.active {
  background-color: var(--yellow);
  color: var(--white);
  border: none;
}

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

.gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article {
  background-color: var(--white);
  padding: 90px 0;
}

.article__title {
  font-family: var(--lora);
  color: var(--yellow);
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
}

.article__text {
  margin-bottom: 60px;
  line-height: 1.7;
}

.article__text:last-child {
  margin-bottom: 0;
}

.contact-form {
  padding: 90px 0;
  background-color: var(--white);
}

.form__title {
  font-family: var(--lora);
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 0px;
}

.form__input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px dashed var(--yellow);
  height: 60px;
  resize: none;
  color: var(--grey);
}

.form__input::-webkit-input-placeholder {
  color: var(--grey);
}

.form__input::-ms-input-placeholder {
  color: var(--grey);
}

.form__input::placeholder {
  color: var(--grey);
}

.form__input.form__textarea {
  height: 130px;
  width: 100%;
}

#map {
  width: 100%;
  height: 400px;
}

.footer__top {
  padding: 90px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 5.208vw;
  text-align: center;
}

.footer__logo {
  width: 50%;
  display: block;
  margin: auto auto;
}

.footer__left {
  text-align: center;
}

.footer__left .footer__title {
  font-family: var(--berkshire);
}

.footer__title {
  font-size: 26px;
  color: var(--brown);
  margin-bottom: 45px;
}

.footer__text {
  color: var(--grey);
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.footer__text span {
  color: var(--brown-light);
}

.footer__copyrights {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.intro {
  padding-top: 90px;
  background-color: var(--white);
}

.intro .container {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.intro__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.intro__image {
  width: 100%;
  height: 100%;
}

.intro__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__content {
  width: 100%;
  padding: 20px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.intro__title {
  line-height: 2.5;
  text-transform: uppercase;
}

.intro__subtitle {
  font-size: 40px;
  color: #4A221A;
}

.intro__text {
  color: var(--grey-dark);
}

.space-bottom {
  padding-bottom: 20px;
}

.semibold {
  font-weight: 700;
  color: var(--grey-dark);
}

.timeline {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
}

.timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.timeline__header-title {
  color: var(--yellow-dark);
  display: block;
  margin-bottom: 10px;
}

.timeline__header-subtitle {
  font-size: 40px;
  color: var(--white);
  margin-bottom: 50px;
}

.timeline__container {
  position: relative;
  width: unset;
  z-index: 1;
}

.timeline__container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.milestone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}

.milestone.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 50%;
}

.circle {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 2px solid var(--yellow-dark);
  border-radius: 50%;
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sm-circle {
  width: 13px;
  height: 13px;
  background: var(--yellow-dark);
  border-radius: 50%;
  left: 100%;
}

.milestone.right .circle {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.milestone-content {
  padding: 15px 20px;
  width: 400px;
}

.milestone-content.right {
  text-align: right;
}

.milestone-content.left {
  text-align: left;
}

.milestone-year {
  margin: 0 0 5px;
  font-size: 40px;
  font-family: var(--berkshire);
  color: var(--yellow-dark);
}

.milestone-text {
  font-size: 14px;
  color: var(--white);
}

@media (min-width: 576px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--wrap-width-sm);
  }

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

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

@media (min-width: 768px) {
  .title,
  .hero__title {
    font-size: 50px;
  }

  .subtitle,
  .hero__banner-subtitle,
  .history__subtitle,
  .product__subtitle,
  .intro__subtitle,
  .timeline__header-subtitle {
    font-size: 30px;
  }

  .wrap {
    max-width: var(--wrap-width-md);
  }

  .history__img {
    width: calc(40% - 30px);
    margin-bottom: 0px;
  }

  .history__description {
    width: calc(60% - 30px);
    padding-top: 90px;
  }

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

  .article__title {
    font-size: 30px;
  }

  .form__input {
    width: calc(50% - 15px);
  }

  .footer__top {
    grid-template-columns: 1fr 12.333vw 1fr;
  }

  .footer__logo {
    width: 100%;
  }

  .intro__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
  }

  .intro__image {
    width: 55%;
  }

  .intro__content {
    width: 45%;
  }

  .intro__subtitle {
    font-size: 40px;
  }

  .timeline__container {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .wrap {
    max-width: var(--wrap-width-lg);
  }

  .header {
    padding: 45px 0;
  }

  .header.hide {
    -webkit-transform: translate(0, calc(-100% - 60px));
            transform: translate(0, calc(-100% - 60px));
  }

  .header__logo {
    width: 8.49vw;
  }

  .header__burger {
    display: none;
  }

  .hero__img {
    width: 34.375vw;
  }

  .hero__banner-desc {
    width: 40%;
  }

  .products--smaller .container {
    padding: 0 24vw;
  }

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

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

  .contact-form .container {
    width: 85%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .footer__top {
    text-align: left;
  }

  .footer__left {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: var(--wrap-width-xl);
  }
}

@media only screen and (min-width: 1640px) {
  .wrap.remove-gutter-left {
    padding: 0;
    max-width: none;
    width: calc(50% + 720px);
    left: 0;
  }

  .wrap.remove-gutter-left .cll-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

@media (max-width: 992px) {
  .header__menu {
    display: none;
  }

  .hero__slider .swiper-button-prev,
  .hero__slider .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .flex.wrap .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .flex .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (hover: hover) {
  .btn:hover {
    color: var(--white);
  }

  .btn:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .product:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .product__pagination li:first-child .btn:hover {
    color: var(--white);
  }
}



/*Lorena*/

.product__pagination {
  display: flex;
  justify-content: center;
}

.product__pagination .btn {
  margin: 0 8px;
}

.product__pagination .prev.btn.btn--dotted {
  border-color: var(--grey);
  color: var(--grey);
}

.product__pagination .next.btn.btn--dotted,
.product__pagination .prev.btn.btn--dotted  {
  padding: 16px 18px;
}

.product__pagination .icon-arrow-right,
.product__pagination .icon-arrow-left {
  font-size: 13px;
}

.page-numbers.current.btn {
  background-color: var(--yellow);
  color: var(--white);
  border-color: var(--yellow);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 0;
  border-color: var(--yellow) !important;
  font-family: var(--berkshire);
}

.menu-item.current_page_item  {
  color: var(--yellow);
}

.find-us {
  padding: 40px 0;
  position: relative;
  width: 100%;
}

.find-us h4 {
  margin-bottom: 30px;
}

.find-us-inner div:first-child {
  margin-bottom: 30px;
}

.find-us-inner p {
  text-align: center;
  font-weight: 700;
  color: #636363;
}

.find-us .locations h6 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.find-us .locations ul li {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid var(--yellow);
  padding: 15px;
  font-weight: bold;
}

.find-us .locations ul li a {
  margin-top: 20px;
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  display: inline-block;
  text-transform: uppercase;
}

.banner img {
	height: 100%;
}

.intro .intro__content p.intro__text {
	margin-bottom: 15px;
}

.header-scroll {
	background-color: var(--yellow-light);
	box-shadow: rgb(210, 210, 210) 0px 0px 15px 0px;
	padding: 15px 0;
}

@media(min-width: 568px) {
  .product img {
    aspect-ratio: 1;
  }
}

@media(min-width: 678px) {
  .find-us .locations ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }

  .find-us .locations ul li {
    margin-bottom: unset;
  }

  .find-us h4,
  .find-us-inner p {
    text-align: left;
  }
}

@media(min-width: 768px) {
  .find-us .locations ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .find-us {
    padding: 60px 0;
  }

  .find-us .locations h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media(min-width: 992px) {
  .find-us .locations ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .find-us {
    padding: 100px 0;
  }

  .find-us .locations ul li {
    text-align: left;
    align-items: flex-start;
  }

  .find-us .locations ul {
    margin-bottom: 60px;
  }

  .find-us .locations h6 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media(min-width: 1200px) {
  .footer__top {
    gap: 30px 3.208vw;
  }

  .footer__text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer__logo {
    width: 150px;
  }
}

@media(min-width: 1400px) {
	.product__categories ul {
		grid-template-columns: repeat(5, 1fr);
	}
}


#menu-header-menu-right {
  min-width: 340px;
  display: flex;
  justify-content: end;
}

.hero__slider {
  padding-bottom: 60px;
}