/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

@charset "UTF-8"; /**
 * 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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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;
}

: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;
  -webkit-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: 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;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-vertical-gap: 0;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-color: #aaa;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

html {
  font-size: 15px;
}

body {
  font-family: "Raleway", sans-serif;
}
main {
  margin-top: 60px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

a {
  color: #000;
}

.container {
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  #app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  main {
    flex: 1;
    margin-top: 71px;
  }
  .container {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.btn {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 14px 24px;
  border: solid 2px #cca76e;
  border-radius: 5px;
  text-decoration: none;
  color: #cca76e;
  font-weight: 700;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.btn.active {
  background-color: #cca76e;
  color: #fff;
}
.btn:hover {
  background-color: #cca76e;
  color: #fff;
}

.gallery {
  display: flex;
  flex-direction: column;
}
.gallery-item {
  margin: 0 0 1rem;
}
.gallery-icon a {
  display: block;
}
.gallery-icon a img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .gallery {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gallery-columns-2 .gallery-item {
    flex: 0 1 calc(50% - 2rem);
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
}
.masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 1rem 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.masthead--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masthead--brand {
  display: block;
}
.masthead--brand img {
  display: block;
  height: 1.5rem;
  width: auto;
}
.masthead--nav {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.masthead--nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.masthead--nav > ul > li > a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.masthead--nav > ul > li.menu-item-has-children > ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.masthead--nav > ul > li.menu-item-has-children > ul > li {
  padding-left: 1rem;
}
.masthead--nav > ul > li.menu-item-has-children > ul > li > a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  display: none;
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
}
.masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.masthead--hamburger button {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

@media (max-width: 991px) {
  .masthead--nav {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s;
  }
  .masthead--nav > ul > li.menu-item-has-children {
    position: relative;
  }
  .masthead--nav > ul > li.menu-item-has-children > a {
    display: inline-block;
    pointer-events: none;
  }
  .masthead--nav > ul > li.menu-item-has-children > ul {
    display: none;
    background-color: #585b61;
  }
  .masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children {
    position: relative;
  }
  .masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a {
    display: inline-block;
    pointer-events: none;
  }
  .masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children.toggled {
    background-color: #55595c;
  }
  .masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children.toggled > ul {
    display: block;
  }
  .masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children.toggled::after {
    transform: rotateZ(180deg);
  }
  .masthead--nav > ul > li.menu-item-has-children > ul > li.menu-item-has-children::after {
    position: absolute;
    top: 15px;
    right: 30px;
    display: inline-block;
    content: "▼";
    font-size: 0.6rem;
    color: #fff;
  }
  .masthead--nav > ul > li.menu-item-has-children.toggled {
    background-color: #55595c;
  }
  .masthead--nav > ul > li.menu-item-has-children.toggled > ul {
    display: block;
  }
  .masthead--nav > ul > li.menu-item-has-children.toggled::after {
    transform: rotateZ(180deg);
  }
  .masthead--nav > ul > li.menu-item-has-children::after {
    position: absolute;
    top: 15px;
    right: 30px;
    display: inline-block;
    content: "▼";
    font-size: 0.6rem;
    color: #fff;
  }
  .masthead.toggled .masthead--nav {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .masthead {
    padding-bottom: 0;
  }
  .masthead--brand img {
    margin-bottom: 1rem;
  }
  .masthead--nav {
    position: static;
    background-color: transparent;
  }
  .masthead--nav > ul {
    display: flex;
    align-items: center;
  }
  .masthead--nav > ul > li > a {
    color: #999;
    padding-bottom: calc(12px + 1rem);
    font-weight: 600;
    transition: all 0.3s;
  }
  .masthead--nav > ul > li > a:hover {
    color: #cca76e;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover {
    position: relative;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > a {
    color: #cca76e;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul {
    display: block;
    position: absolute;
    background-color: #585b61;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li {
    padding-left: 0;
    border-bottom: 1px solid #858585;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li > a {
    color: #cca76e;
    padding: 10px 25px 10px 15px;
    font-size: 13px;
    transition: all 0.3s;
    white-space: nowrap;
    line-height: 24px;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li > a:hover {
    background-color: #cca76e;
    color: #fff;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li.menu-item-has-children:hover > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    background-color: #585b61;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li.menu-item-has-children:hover > ul > li {
    border-bottom: 1px solid #858585;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li.menu-item-has-children:hover > ul > li > a {
    color: #cca76e;
    padding: 10px 25px 10px 15px;
    font-size: 13px;
    transition: all 0.3s;
    white-space: nowrap;
    line-height: 24px;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li.menu-item-has-children:hover > ul > li > a:hover {
    background-color: #cca76e;
    color: #fff;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li.menu-item-has-children:hover > ul > li:last-child {
    border-bottom: 0;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover > ul > li:last-child {
    border-bottom: 0;
  }
  .masthead--nav > ul > li.menu-item-has-children:hover::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 11px 8px;
    border-color: transparent transparent #585b61 transparent;
  }
  .masthead--hamburger {
    display: none;
  }
}
.mastfoot {
  padding-bottom: 2rem;
  background-color: #000;
}
.mastfoot--main {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background: #000 url("../images/bg0.jpg") no-repeat;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  color: #fff;
}
.mastfoot--main-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.mastfoot--main-header h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}
.mastfoot--main-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  width: 70px;
  border-top: 6px solid #cca76e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mastfoot--main-header p {
  margin: 0;
  font-weight: 300;
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}
.mastfoot--main-data {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mastfoot--main-data-item {
  display: flex;
  margin-bottom: 2rem;
}
.mastfoot--main-data-item-icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border: solid 2px #cca76e;
  border-radius: 5px;
  margin-right: 1rem;
}
.mastfoot--main-data-item p {
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}
.mastfoot--main-data-item p a {
  color: #cca76e;
  text-decoration: none;
}
.mastfoot--main-data-item:last-child {
  margin-bottom: 0;
}
.mastfoot--main-form .wpcf7-form > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.mastfoot--main-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.mastfoot--main-form .wpcf7-form-control-wrap input[type=text], .mastfoot--main-form .wpcf7-form-control-wrap input[type=email] {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}
.mastfoot--main-form .wpcf7-form-control-wrap input[type=text]::placeholder, .mastfoot--main-form .wpcf7-form-control-wrap input[type=email]::placeholder {
  color: #969695;
}
.mastfoot--main-form .wpcf7-form-control-wrap input[type=text]:focus, .mastfoot--main-form .wpcf7-form-control-wrap input[type=email]:focus {
  outline: none;
}
.mastfoot--main-form .wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}
.mastfoot--main-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #969695;
}
.mastfoot--main-form .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.mastfoot--main-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 12px;
}
.mastfoot--main-form .wpcf7-spinner {
  display: none;
}
.mastfoot--bottom {
  display: flex;
  flex-direction: column-reverse;
}
.mastfoot--social {
  margin-bottom: 2rem;
}
.mastfoot--social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mastfoot--social ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
}
.mastfoot--social ul li svg {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: scale-down;
}
.mastfoot--social ul li:last-child {
  margin-right: 0;
}
.mastfoot--copy {
  color: #fff;
}
.mastfoot--copy p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.mastfoot--copy p a {
  color: #fff;
}

@media (min-width: 992px) {
  .mastfoot--main {
    padding-bottom: 4rem;
  }
  .mastfoot--main-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .mastfoot--main-header {
    width: 100%;
    order: 1;
  }
  .mastfoot--main-data {
    flex: 1;
    order: 3;
    margin-bottom: 0;
  }
  .mastfoot--main-form {
    flex: 2;
    order: 2;
    margin-right: 4rem;
  }
  .mastfoot--main-form .wpcf7-form > p {
    align-items: flex-start;
  }
  .mastfoot--bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .mastfoot--copy p {
    text-align: left;
  }
  .mastfoot--social {
    margin-bottom: 0;
  }
}
.page-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #000 url("../images/bg0.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-header h1 {
  margin: 0 0 35px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.page-header--breadcrumbs {
  display: inline-block;
  line-height: 15px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 14px;
  border-radius: 5px;
  color: #fff;
}
.page-header--breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.page-header--breadcrumbs > span > span {
  display: inline-block;
  margin: 0 6px;
}

.home-hero {
  position: relative;
}
.home-hero--bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero--bg .swiper {
  height: 100%;
}
.home-hero--bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero--main {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.home-hero--main-logo {
  margin-bottom: 2rem;
}
.home-hero--main-logo img {
  display: block;
  height: 90px;
  width: auto;
}
.home-hero--main-slider {
  height: 150px;
  margin-bottom: 2rem;
}
.home-hero--main-slider .swiper-slide {
  display: flex;
  align-items: center;
}
.home-hero--main-slider .swiper-slide p {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
.home-hero--main-slider .swiper-pagination {
  right: 50%;
  top: auto;
  bottom: 0;
  display: flex;
  transform: translateX(50%);
}
.home-hero--main-slider .swiper-pagination-bullet {
  margin-right: 10px !important;
}
.home-hero--main-slider .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.home-hero--main-nav {
  width: 300px;
  margin: 0 auto;
}
.home-hero--main-nav-item .hero-navigation-top {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.home-hero--main-nav-item .hero-navigation-top > li {
  margin: 5px;
}
.home-hero--main-nav-item .hero-navigation-top > li > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  word-break: break-word;
  transition: background-color 0.3s;
}
.home-hero--main-nav-item .hero-navigation-top > li > a.active {
  background-color: rgba(204, 167, 110, 0.8);
}
.home-hero--main-nav-item .hero-navigation-top > li > ul {
  display: none;
}
.home-hero--main-nav-item .hero-navigation-bottom {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-hero--main-nav-item .hero-navigation-bottom > li > a {
  display: none;
}
.home-hero--main-nav-item .hero-navigation-bottom > li > ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.home-hero--main-nav-item .hero-navigation-bottom > li > ul > li {
  margin: 5px;
}
.home-hero--main-nav-item .hero-navigation-bottom > li > ul > li > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  word-break: break-word;
}
.home-hero--main-nav-item .hero-navigation-bottom > li.visible > ul {
  visibility: visible;
  display: flex;
}
.home-hero--main-nav-item .hero-navigation-bottom.visible {
  display: block;
}

@media (min-width: 992px) {
  .home-hero--main {
    box-sizing: border-box;
    min-height: calc(100vh - 71px);
    padding-top: 4rem;
    justify-content: center;
  }
  .home-hero--main-logo img {
    height: 120px;
  }
  .home-hero--main-slider {
    margin-bottom: 2rem;
  }
  .home-hero--main-slider .swiper-slide p {
    font-size: 34px;
    line-height: 40px;
  }
  .home-hero--main-nav {
    width: 780px;
  }
  .home-hero--main-nav-item .hero-navigation-top > li > a {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  .home-hero--main-nav-item .hero-navigation-top > li > a:hover {
    background-color: rgba(204, 167, 110, 0.8);
  }
  .home-hero--main-nav-item .hero-navigation-bottom > li > ul > li > a {
    width: 120px;
    height: 120px;
    font-size: 14px;
    transition: background-color 0.3s;
  }
  .home-hero--main-nav-item .hero-navigation-bottom > li > ul > li > a:hover {
    background-color: rgba(204, 167, 110, 0.8);
  }
}
@media (min-width: 1200px) {
  .home-hero--main-nav {
    width: 1080px;
  }
  .home-hero--main-nav-item .hero-navigation-top > li > a {
    width: 170px;
    height: 170px;
    font-size: 16px;
  }
  .home-hero--main-nav-item .hero-navigation-bottom > li > ul > li > a {
    width: 170px;
    height: 170px;
    font-size: 16px;
  }
}
.home-smart-home {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5ef;
}
.home-smart-home--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.home-smart-home--header h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}
.home-smart-home--header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  width: 70px;
  border-top: 6px solid #cca76e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.home-smart-home--header p {
  margin: 0;
  font-weight: 300;
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}
.home-smart-home--content {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.home-smart-home--content p {
  margin-bottom: 2rem;
}
.home-smart-home--content p:first-child {
  margin-top: 0;
}
.home-smart-home--content p:last-child {
  margin-bottom: 0;
}
.home-smart-home--content strong {
  font-weight: 600;
}
.home-smart-home--items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.home-smart-home--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.home-smart-home--item-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.home-smart-home--item-top div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: solid 2px #cca76e;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.home-smart-home--item-top div img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: scale-down;
}
.home-smart-home--item-top h3 {
  margin: 0 0 2rem;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
}
.home-smart-home--item p {
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.home-smart-home--item a {
  text-decoration: none;
  color: #cca76e;
}
.home-smart-home--item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .home-smart-home--content {
    max-width: 780px;
    margin: 0 auto 3rem;
  }
  .home-smart-home--items {
    flex-direction: row;
  }
  .home-smart-home--item {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .home-smart-home--item:last-child {
    margin-right: 0;
  }
}
.home-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5ef;
}
.home-about--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.home-about--header h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}
.home-about--header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  width: 70px;
  border-top: 6px solid #cca76e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.home-about--header p {
  margin: 0;
  font-weight: 300;
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}
.home-about--content {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 60px;
}
.home-about--content p {
  margin-bottom: 2rem;
}
.home-about--content p:first-child {
  margin-top: 0;
}
.home-about--content p:last-child {
  margin-bottom: 0;
}
.home-about--content strong {
  font-weight: 600;
}
.home-about--footer {
  text-align: center;
}

@media (min-width: 992px) {
  .home-about--content {
    max-width: 780px;
    margin: 0 auto 3rem;
  }
}
.home-offer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-offer--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.home-offer--header h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}
.home-offer--header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  width: 70px;
  border-top: 6px solid #cca76e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.home-offer--header p {
  margin: 0;
  font-weight: 300;
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}
.home-offer--items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.home-offer--item {
  margin-bottom: 2rem;
}
.home-offer--item-header {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 2rem;
}
.home-offer--item-header span {
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #cca76e;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.home-offer--item-header span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #cca76e;
  transform: translate(-50%, -50%);
}
.home-offer--item-header h3 {
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 20px;
}
.home-offer--item-text {
  margin: 0 0 1rem;
}
.home-offer--item-more {
  text-decoration: none;
  color: #cca76e;
}
.home-offer--item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .home-offer--items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-offer--item {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
    margin-right: 2rem;
  }
  .home-offer--item:nth-child(3n) {
    margin-right: 0;
  }
}
.home-vision {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5ef;
}
.home-vision--img {
  margin-bottom: 2rem;
}
.home-vision--img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-vision--main h2 {
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.1;
}
.home-vision--main p {
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .home-vision--wrapper {
    display: flex;
    align-items: center;
  }
  .home-vision--img {
    flex: 1;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .home-vision--main {
    flex: 1;
  }
  .home-vision--main h2 {
    font-size: 2.4rem;
  }
}
.home-services {
  padding-top: 4rem;
  background: #000 url("../images/bg0.jpg") no-repeat;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.home-services--main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.home-services--main h2 {
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.home-services--img img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .home-services--wrapper {
    display: flex;
  }
  .home-services--main {
    flex: 1;
    margin-bottom: 0;
    margin-right: 4rem;
    align-items: flex-start;
  }
  .home-services--main h2 {
    text-align: left;
  }
  .home-services--img {
    flex: 1;
  }
}
.home-arrangements {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-arrangements--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.home-arrangements--header h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}
.home-arrangements--header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  width: 70px;
  border-top: 6px solid #cca76e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.home-arrangements--header p {
  margin: 0;
  font-weight: 300;
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}
.home-arrangements--projects-nav {
  margin-bottom: 2rem;
}
.home-arrangements--projects-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-arrangements--projects-nav ul li {
  margin-right: 6px;
  margin-bottom: 6px;
}
.home-arrangements--projects-nav ul li:last-child {
  margin-right: 0;
}
.home-arrangements--projects-item {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.home-arrangements--projects-item-img img {
  display: block;
  aspect-ratio: 16/12;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-arrangements--projects-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-arrangements--projects-item-content h3 {
  margin: 0 0 4px;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
}
.home-arrangements--projects-item-content span {
  color: #cca76e;
  font-size: 13px;
}

@media (min-width: 992px) {
  .home-arrangements--projects-nav ul {
    justify-content: center;
  }
  .home-arrangements--projects-item {
    position: relative;
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .home-arrangements--projects-item:hover:after {
    opacity: 1;
  }
  .home-arrangements--projects-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(204, 167, 110, 0.5) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ij48L2NpcmNsZT48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiPjwvbGluZT48bGluZSB4MT0iMTEiIHkxPSI4IiB4Mj0iMTEiIHkyPSIxNCI+PC9saW5lPjxsaW5lIHgxPSI4IiB5MT0iMTEiIHgyPSIxNCIgeTI9IjExIj48L2xpbmU+PC9zdmc+") no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.home-partners {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5ef;
}
.home-partners--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.home-partners--header h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
}
.home-partners--header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  width: 70px;
  border-top: 6px solid #cca76e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.home-partners--header p {
  margin: 0;
  font-weight: 300;
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}
.home-partners--content {
  font-weight: 300;
  line-height: 1.5;
}
.home-partners--content p {
  margin-bottom: 2rem;
}
.home-partners--content p:first-child {
  margin-top: 0;
}
.home-partners--content p:last-child {
  margin-bottom: 0;
}
.home-partners--content strong {
  font-weight: 600;
}

@media (min-width: 992px) {
  .home-partners--content {
    max-width: 780px;
    margin: 0 auto;
  }
}
.page-default--content {
  padding: 60px 0;
  line-height: 1.5;
  font-weight: 300;
}
.page-default--content p {
  margin: 0 0 30px;
}
