/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.eot");
  src: local("Cormorant Garamond Medium Italic"), local("CormorantGaramond-MediumItalic"), url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Medium.eot");
  src: local("Cormorant Garamond Medium"), local("CormorantGaramond-Medium"), url("../fonts/CormorantGaramond/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-Medium.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.eot");
  src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Light.eot");
  src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url("../fonts/CormorantGaramond/CormorantGaramond-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-Light.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-Light.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.eot");
  src: local("Cormorant Garamond SemiBold Italic"), local("CormorantGaramond-SemiBoldItalic"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Bold.eot");
  src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url("../fonts/CormorantGaramond/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-Bold.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.eot");
  src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot");
  src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Italic.eot");
  src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url("../fonts/CormorantGaramond/CormorantGaramond-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond/CormorantGaramond-Italic.woff2") format("woff2"), url("../fonts/CormorantGaramond/CormorantGaramond-Italic.woff") format("woff"), url("../fonts/CormorantGaramond/CormorantGaramond-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

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

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

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-BlackItalic.eot");
  src: url("../fonts/DMSans/DMSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-BlackItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-BlackItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-BoldItalic.eot");
  src: url("../fonts/DMSans/DMSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-BoldItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-ExtraBoldItalic.eot");
  src: url("../fonts/DMSans/DMSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-ExtraLightItalic.eot");
  src: url("../fonts/DMSans/DMSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-ExtraLightItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-Italic.eot");
  src: url("../fonts/DMSans/DMSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-Italic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-Italic.woff") format("woff"), url("../fonts/DMSans/DMSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-LightItalic.eot");
  src: url("../fonts/DMSans/DMSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-LightItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-LightItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-MediumItalic.eot");
  src: url("../fonts/DMSans/DMSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-MediumItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

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

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-SemiBoldItalic.eot");
  src: url("../fonts/DMSans/DMSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-SemiBoldItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-ThinItalic.eot");
  src: url("../fonts/DMSans/DMSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans/DMSans-ThinItalic.woff2") format("woff2"), url("../fonts/DMSans/DMSans-ThinItalic.woff") format("woff"), url("../fonts/DMSans/DMSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-LightItalic.eot");
  src: local("Jost Light Italic"), local("Jost-LightItalic"), url("../fonts/Jost/Jost-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-LightItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-LightItalic.woff") format("woff"), url("../fonts/Jost/Jost-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-ExtraBoldItalic.eot");
  src: local("Jost ExtraBold Italic"), local("Jost-ExtraBoldItalic"), url("../fonts/Jost/Jost-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-ExtraBoldItalic.woff") format("woff"), url("../fonts/Jost/Jost-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-BoldItalic.eot");
  src: local("Jost Bold Italic"), local("Jost-BoldItalic"), url("../fonts/Jost/Jost-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-BoldItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-BoldItalic.woff") format("woff"), url("../fonts/Jost/Jost-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

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

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-MediumItalic.eot");
  src: local("Jost Medium Italic"), local("Jost-MediumItalic"), url("../fonts/Jost/Jost-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-MediumItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-MediumItalic.woff") format("woff"), url("../fonts/Jost/Jost-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-ExtraLightItalic.eot");
  src: local("Jost ExtraLight Italic"), local("Jost-ExtraLightItalic"), url("../fonts/Jost/Jost-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-ExtraLightItalic.woff") format("woff"), url("../fonts/Jost/Jost-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-Italic.eot");
  src: local("Jost Italic"), local("Jost-Italic"), url("../fonts/Jost/Jost-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Italic.woff2") format("woff2"), url("../fonts/Jost/Jost-Italic.woff") format("woff"), url("../fonts/Jost/Jost-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-BlackItalic.eot");
  src: local("Jost Black Italic"), local("Jost-BlackItalic"), url("../fonts/Jost/Jost-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-BlackItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-BlackItalic.woff") format("woff"), url("../fonts/Jost/Jost-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-SemiBoldItalic.eot");
  src: local("Jost SemiBold Italic"), local("Jost-SemiBoldItalic"), url("../fonts/Jost/Jost-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-SemiBoldItalic.woff") format("woff"), url("../fonts/Jost/Jost-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-ThinItalic.eot");
  src: local("Jost Thin Italic"), local("Jost-ThinItalic"), url("../fonts/Jost/Jost-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-ThinItalic.woff2") format("woff2"), url("../fonts/Jost/Jost-ThinItalic.woff") format("woff"), url("../fonts/Jost/Jost-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

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

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-ExtraLight.eot");
  src: local("Work Sans ExtraLight"), local("WorkSans-ExtraLight"), url("../fonts/WorkSans/WorkSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-ExtraLight.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-ExtraLight.woff") format("woff"), url("../fonts/WorkSans/WorkSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Bold.eot");
  src: local("Work Sans Bold"), local("WorkSans-Bold"), url("../fonts/WorkSans/WorkSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Bold.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-ExtraBold.eot");
  src: local("Work Sans ExtraBold"), local("WorkSans-ExtraBold"), url("../fonts/WorkSans/WorkSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-ExtraBold.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-ExtraBold.woff") format("woff"), url("../fonts/WorkSans/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Medium.eot");
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url("../fonts/WorkSans/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Medium.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-SemiBold.eot");
  src: local("Work Sans SemiBold"), local("WorkSans-SemiBold"), url("../fonts/WorkSans/WorkSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-SemiBold.woff") format("woff"), url("../fonts/WorkSans/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Black.eot");
  src: local("Work Sans Black"), local("WorkSans-Black"), url("../fonts/WorkSans/WorkSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Black.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Black.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Light.eot");
  src: local("Work Sans Light"), local("WorkSans-Light"), url("../fonts/WorkSans/WorkSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Light.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans/WorkSans-Thin.eot");
  src: local("Work Sans Thin"), local("WorkSans-Thin"), url("../fonts/WorkSans/WorkSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans/WorkSans-Thin.woff2") format("woff2"), url("../fonts/WorkSans/WorkSans-Thin.woff") format("woff"), url("../fonts/WorkSans/WorkSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html,
body {
  font-family: "Jost", sans-serif;
  color: #0F172A; }

html {
  font-size: 14px; }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 700; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }
  ul li, ol li {
    margin-bottom: 20px; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }

sup,
sub {
  font-size: 60%; }

sup {
  top: -6px; }

sub {
  bottom: 0;
  text-transform: uppercase; }

img {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-color: #fff; }

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.svg-gradients {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

@media (max-width: 991.98px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 991.98px) {
  .row {
    margin-left: -10px;
    margin-right: -10px; } }

.text-center {
  text-align: center; }

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

.z-index {
  z-index: 10;
  position: relative; }

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

.mta {
  margin-top: auto; }

.mb60 {
  margin-bottom: 60px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb18 {
  margin-bottom: 18px; }

.mb14 {
  margin-bottom: 14px; }

.mb10 {
  margin-bottom: 10px; }

.mb8 {
  margin-bottom: 8px; }

.mb0 {
  margin-bottom: 0; }

.mb36 {
  margin-bottom: 36px; }
  @media (max-width: 767.98px) {
    .mb36 {
      margin-bottom: 20px; } }

@media (max-width: 1247.98px) {
  .mb-noxl {
    margin-bottom: 0 !important; } }

@media (max-width: 1247.98px) {
  .xl-mb {
    margin-bottom: 30px !important; } }

@media (max-width: 991.98px) {
  .xl-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 991.98px) {
  .lg-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 767.98px) {
  .md-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 575.98px) {
  .sm-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 1247.98px) {
  .xl-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 991.98px) {
  .lg-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 767.98px) {
  .md-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 575.98px) {
  .sm-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 1247.98px) {
  .xl-mb24 {
    margin-bottom: 24px !important; } }

@media (max-width: 991.98px) {
  .lg-mb24 {
    margin-bottom: 24px !important; } }

@media (max-width: 767.98px) {
  .md-mb24 {
    margin-bottom: 24px !important; } }

@media (max-width: 575.98px) {
  .sm-mb24 {
    margin-bottom: 24px !important; } }

.highcharts-credits {
  display: none; }

@media (max-width: 575.98px) {
  .datepicker {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    pointer-events: none !important; }
    .datepicker.active {
      pointer-events: all !important; } }

@media (max-width: 575.98px) {
  .datepicker--pointer {
    display: none !important; } }

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  z-index: 9999;
  display: none;
  border: 7px solid #C9A96E; }
  .copy-success svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #C9A96E;
    width: 50%;
    height: 50%; }

.m-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #0F172A;
  letter-spacing: -0.01em;
  padding-left: 14px;
  position: relative;
  border-left: 4px solid #B5985A;
  margin-bottom: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .m-title {
      margin-bottom: 32px;
      font-size: 36px;
      letter-spacing: -0.02em; } }
  .m-title span {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #C9A96E; }
    @media (max-width: 991.98px) {
      .m-title span {
        font-size: 12px;
        letter-spacing: 0.06em; } }

.m-text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px; }
  @media (max-width: 991.98px) {
    .m-text {
      gap: 20px; } }
  .m-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    color: #4a3f2f; }
    @media (max-width: 991.98px) {
      .m-text p {
        font-size: 16px;
        line-height: 1.5;
        color: #232323; } }
    .m-text p span {
      font-weight: 700;
      color: #B5985A; }

.m-input {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(181, 152, 90, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 16px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .m-input:focus-within {
    border-bottom-color: rgba(181, 152, 90, 0.28); }
  .m-input > p {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7e7668;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .m-input input, .m-input textarea {
    height: 32px;
    width: 100%;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #1d1a15;
    outline: none; }
  .m-input textarea {
    resize: none;
    height: 60px; }

.m-check {
  width: 100%;
  display: block; }
  .m-check input {
    display: none; }
    .m-check input:checked + .m-check__wrap svg {
      opacity: 1; }
  .m-check__wrap {
    width: 100%;
    background-color: #fff;
    padding: 20px 16px 20px 40px;
    position: relative;
    cursor: pointer; }
    .m-check__wrap p {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.33;
      letter-spacing: 0.1em;
      color: rgba(74, 63, 47, 0.73); }
    .m-check__wrap svg {
      position: absolute;
      width: 8px;
      height: 8px;
      fill: #0F172A;
      left: 20px;
      top: 24px;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
    .m-check__wrap:after {
      position: absolute;
      left: 16px;
      top: 20px;
      border: 1px solid #d9d9d9;
      border-radius: 2px;
      content: '';
      width: 16px;
      height: 16px; }

.btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  min-height: 48px;
  background-color: #B5985A;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 12px; }
  .btn:hover {
    background-color: #C9A96E; }
  .btn svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke: #fff;
    min-width: 24px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.header {
  position: relative;
  background-color: #0F172A; }
  @media (max-width: 991.98px) {
    .header {
      padding-top: 60px; } }
  .header-top {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
    @media (max-width: 991.98px) {
      .header-top {
        min-height: 60px;
        padding: 16px 0; } }
  .header-logo {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 55px;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f0d0b;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 39px; }
    @media (max-width: 991.98px) {
      .header-logo {
        font-size: 12px;
        padding-left: 38px;
        min-height: 27px; } }
    .header-logo span {
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      font-size: 10px;
      letter-spacing: 0.1em;
      color: #B5985A;
      line-height: 1.33; }
      @media (max-width: 991.98px) {
        .header-logo span {
          font-size: 7px; } }
    .header-logo img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      max-width: 45px; }
      @media (max-width: 991.98px) {
        .header-logo img {
          max-width: 31px; } }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px; }
    @media (max-width: 1247.98px) {
      .header-menu {
        gap: 30px; } }
    .header-menu a {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.04em;
      color: #0F172A;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1.25;
      text-underline-offset: 2px; }
      .header-menu a:hover, .header-menu a.active {
        color: #B5985A;
        text-decoration: underline; }
  .header-slider {
    width: 100%;
    position: relative; }
    .header-slider .swiper-pagination {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px;
      z-index: 10; }
      @media (max-width: 991.98px) {
        .header-slider .swiper-pagination {
          bottom: 20px; } }
      .header-slider .swiper-pagination-bullet {
        margin: 0 !important;
        width: 32px;
        height: 4px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer; }
        .header-slider .swiper-pagination-bullet:hover, .header-slider .swiper-pagination-bullet-active {
          background-color: #B5985A; }
  .header-item {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 900px; }
    @media (max-width: 991.98px) {
      .header-item {
        min-height: 752px;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 20px 0 65px 0; } }
    .header-item:after {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      pointer-events: none;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
      @media (max-width: 991.98px) {
        .header-item:after {
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 36.61%, rgba(0, 0, 0, 0.6) 100%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 36.61%, rgba(0, 0, 0, 0.6) 100%); } }
  .header-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 13px;
    margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      .header-title {
        gap: 8px;
        margin-bottom: 16px; } }
    .header-title:last-child {
      margin-bottom: 0; }
    .header-title h1 {
      font-weight: 700;
      font-size: 96px;
      color: #fff;
      font-family: "Cormorant Garamond", sans-serif;
      line-height: 0.9;
      letter-spacing: -0.03em; }
      @media (max-width: 991.98px) {
        .header-title h1 {
          font-size: 48px; } }
      .header-title h1 span {
        color: #B5985A;
        display: block;
        font-weight: 600;
        font-style: italic; }
    .header-title h2 {
      padding-left: 48px;
      position: relative;
      font-weight: 500;
      font-size: 20px;
      text-transform: uppercase;
      line-height: 1.5;
      letter-spacing: 0.04em;
      color: #C9A96E; }
      @media (max-width: 991.98px) {
        .header-title h2 {
          font-size: 14px; } }
      .header-title h2:after {
        position: absolute;
        top: 14px;
        left: 0;
        width: 36px;
        height: 2px;
        background-color: #C9A96E;
        content: ''; }
  .header-text {
    font-weight: 500;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .header-text {
        font-size: 16px;
        margin-bottom: 16px; } }
    .header-text:last-child {
      margin-bottom: 0; }
  .header-lang {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
    font-weight: 600;
    font-size: 12px;
    color: #8A7A5A;
    line-height: 1.33;
    letter-spacing: 0.1em;
    font-family: "Work Sans", sans-serif;
    margin-right: 37px; }
    @media (max-width: 1247.98px) {
      .header-lang {
        margin-right: 20px; } }
    @media (max-width: 991.98px) {
      .header-lang {
        margin-right: 24px; } }
    .header-lang:last-child {
      margin-right: 0; }
    .header-lang a {
      text-decoration: none;
      font-family: "DM Sans", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.33;
      letter-spacing: 0.1em;
      color: #8A7A5A;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-lang a:hover, .header-lang a.active {
        color: #B5985A; }
  .header-tel {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0F172A;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none; }
    @media (max-width: 1247.98px) {
      .header-tel {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .header-tel {
        font-size: 16px; } }
    .header-tel:hover {
      color: #B5985A; }
  .header-burger {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    position: relative; }
    .header-burger:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      width: 18px;
      height: 2px;
      background-color: #B5985A;
      content: '';
      opacity: 0;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 10px; }
    .header-burger:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 18px;
      height: 2px;
      background-color: #B5985A;
      content: '';
      opacity: 0;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 10px; }
    .header-burger svg {
      width: 20px;
      height: 20px;
      stroke: #B5985A;
      stroke-linecap: round;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header-burger.active:after, .header-burger.active:before {
      opacity: 1; }
    .header-burger.active svg {
      opacity: 0; }
  .header-content {
    background-image: url("../img/header-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 900px; }
    @media (max-width: 991.98px) {
      .header-content {
        min-height: 752px;
        padding: 20px 0; } }
    .header-content:after {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      pointer-events: none;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
      @media (max-width: 991.98px) {
        .header-content:after {
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 36.61%, rgba(0, 0, 0, 0.6) 100%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 36.61%, rgba(0, 0, 0, 0.6) 100%); } }
    .header-content .header-title {
      margin-bottom: 26px; }
  .header_2 {
    padding-top: 80px;
    border-bottom: 1px solid rgba(181, 152, 90, 0.28);
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .header_2 {
        border-bottom: none;
        padding-top: 60px; } }

.mob-nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .mob-nav {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .mob-nav__menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-bottom: 30px; }
    .mob-nav__menu:last-child {
      margin-bottom: 0; }
    .mob-nav__menu a {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.04em;
      color: #0F172A;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1.25;
      text-underline-offset: 2px; }
      .mob-nav__menu a:hover, .mob-nav__menu a.active {
        color: #B5985A;
        text-decoration: underline; }
  .mob-nav.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.footer {
  background-color: #231e1a;
  padding: 60px 0;
  width: 100%;
  margin-top: auto; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 64px 0px 40px 0;
      background-color: #0f0d0b; } }
  .footer .header-logo {
    color: #fff;
    margin-bottom: 24px; }
  .footer-text {
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.63;
    color: #CBD5E1;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .footer-text {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
        padding: 20px 0; } }
  .footer-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .footer-soc {
        margin-bottom: 32px; } }
    .footer-soc a {
      min-width: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      text-decoration: none; }
      .footer-soc a.no-text {
        margin-bottom: 17px; }
      .footer-soc a .icon {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 3px; }
      .footer-soc a span {
        padding: 2px 5px;
        background-color: rgba(255, 255, 255, 0.05);
        display: block;
        width: 100%;
        border-radius: 12px;
        text-align: center;
        color: #CBD5E1;
        font-size: 12px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .footer-soc a:hover .icon {
        background-color: #C9A96E; }
      .footer-soc a:hover svg {
        fill: #fff; }
      .footer-soc a:hover span {
        background-color: #C9A96E;
        color: #fff; }
      .footer-soc a svg {
        width: 25px;
        height: 25px;
        fill: #CBD5E1;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .footer-copy {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 991.98px) {
      .footer-copy {
        text-align: left; } }
    @media (max-width: 991.98px) {
      .footer-copy span {
        display: none; } }
  .footer-line {
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
    margin-top: 50px;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .footer-line {
        margin-top: 16px;
        margin-bottom: 32px; } }
  .footer-title {
    font-weight: 700;
    font-size: 14px;
    color: #8A7A5A;
    line-height: 1.14;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px; }
    .footer-menu a {
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25;
      color: rgba(255, 255, 255, 0.5);
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer-menu a:hover {
        color: #fff; }
  .footer-cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .footer-cont {
        margin-bottom: 47px; } }
    .footer-cont a {
      font-family: "Work Sans", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.43;
      color: #CBD5E1;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      padding-left: 26px;
      text-decoration: none; }
      @media (max-width: 991.98px) {
        .footer-cont a {
          color: rgba(255, 255, 255, 0.5); } }
      .footer-cont a:hover {
        color: #fff; }
      .footer-cont a svg {
        width: 15px;
        height: 15px;
        fill: #B5985A;
        position: absolute;
        top: 3px;
        left: 0; }

.sect-1 {
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-1 {
      padding: 48px 0; } }
  .sect-1-item {
    background-color: #231E1A;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 512px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .sect-1-item {
        min-height: 224px;
        height: auto;
        margin-bottom: 2px;
        border-radius: 4px;
        max-width: 100%; } }
    .sect-1-item:hover .sect-1-item__text {
      color: #fff;
      line-height: 1.5;
      font-family: "DM Sans", sans-serif; }
    .sect-1-item > img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      z-index: -1; }
    .sect-1-item > h3 {
      margin: 24px;
      text-align: right;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: #fff;
      width: -moz-calc(100% - 48px);
      width: calc(100% - 48px); }
      @media (max-width: 575.98px) {
        .sect-1-item > h3 {
          display: none; } }
    .sect-1-item__content {
      margin-top: auto;
      width: 100%;
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      background: rgba(6, 6, 6, 0.25);
      padding: 16px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .sect-1-item__text {
      font-weight: 400;
      font-size: 16px;
      color: #CBD5E1;
      line-height: 1.25;
      margin-bottom: 20px;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .sect-1-item__text {
          font-size: 14px;
          line-height: 1.43;
          margin-bottom: 0; } }
    .sect-1-item__link {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 900;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: #B5985A;
      gap: 8px;
      text-decoration: none; }
      .sect-1-item__link svg {
        width: 9px;
        height: 9px;
        fill: #B5985A; }
    .sect-1-item__title {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 4px;
      margin-bottom: 4px; }
      .sect-1-item__title:last-child {
        margin-bottom: 0; }
      .sect-1-item__title h3 {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #B5985A; }
      .sect-1-item__title p {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 1.13;
        text-transform: uppercase;
        color: #fff; }
        @media (max-width: 991.98px) {
          .sect-1-item__title p {
            font-size: 24px;
            line-height: 1.33;
            text-transform: none; } }

.sect-2 {
  background-color: #FBFAF6;
  width: 100%;
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-2 {
      padding: 48px 0; } }
  .sect-2-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .sect-2-list {
        margin-bottom: 32px; } }
    .sect-2-list__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-bottom: 1px solid rgba(181, 152, 90, 0.1);
      padding-bottom: 32px;
      gap: 12px; }
      .sect-2-list__item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sect-2-list__item h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #B5985A; }
        @media (max-width: 991.98px) {
          .sect-2-list__item h3 {
            font-size: 12px;
            line-height: 1.33;
            letter-spacing: 0.1em; } }
      .sect-2-list__item p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.44;
        color: #4A3F2F; }
        @media (max-width: 991.98px) {
          .sect-2-list__item p {
            font-size: 16px;
            line-height: 1.63; } }
  .sect-2-imgs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 24px; }
    @media (max-width: 991.98px) {
      .sect-2-imgs {
        gap: 14px;
        padding-bottom: 14px; } }
    .sect-2-imgs__item {
      -webkit-flex: 1 1 calc(50% - 12px);
         -moz-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 12px);
              flex: 1 1 calc(50% - 12px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .sect-2-imgs__item {
          -webkit-flex: 1 1 calc(50% - 7px);
             -moz-box-flex: 1;
              -ms-flex: 1 1 calc(50% - 7px);
                  flex: 1 1 calc(50% - 7px); } }
      .sect-2-imgs__item:nth-child(2n) {
        -webkit-transform: translateY(24px);
           -moz-transform: translateY(24px);
            -ms-transform: translateY(24px);
                transform: translateY(24px); }
        @media (max-width: 991.98px) {
          .sect-2-imgs__item:nth-child(2n) {
            -webkit-transform: translateY(14px);
               -moz-transform: translateY(14px);
                -ms-transform: translateY(14px);
                    transform: translateY(14px); } }
      .sect-2-imgs__item img {
        width: 100%; }

.sect-3 {
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-3 {
      padding: 48px 0 112px 0; } }
  @media (max-width: 991.98px) {
    .sect-3 .m-title {
      margin-bottom: 16px; } }
  .sect-3 .m-text {
    margin-bottom: 32px;
    max-width: 542px; }
    @media (max-width: 991.98px) {
      .sect-3 .m-text {
        max-width: 100%; } }
  .sect-3-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 542px;
    background-color: rgba(181, 152, 90, 0.05);
    border: 1px solid rgba(181, 152, 90, 0.2);
    border-radius: 8px;
    gap: 16px;
    padding: 24px; }
    @media (max-width: 991.98px) {
      .sect-3-list {
        max-width: 100%;
        margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      .sect-3-list {
        padding: 10px; } }
    .sect-3-list__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 16px;
      border-bottom: 1px solid rgba(181, 152, 90, 0.1);
      padding-bottom: 12px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .sect-3-list__item {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-bottom: 8px; } }
      .sect-3-list__item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sect-3-list__item h3 {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #B5985A; }
      .sect-3-list__item p {
        font-weight: 900;
        font-size: 14px;
        line-height: 1.43;
        color: #4A3F2F; }
  .sect-3-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #f1f5f9;
    border: 12px solid #fff;
    border-radius: 8px;
    max-width: 424px;
    width: 100%;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .sect-3-img {
        margin-right: auto; } }
    .sect-3-img img {
      width: 100%; }

.sect-4 {
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-4 {
      padding: 48px 0 40px 0; }
      .sect-4 .m-text {
        margin-bottom: 24px; } }
  .sect-4-imgs {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px; }
    @media (max-width: 991.98px) {
      .sect-4-imgs {
        grid-gap: 6px; } }
    .sect-4-imgs__item {
      border-radius: 8px;
      overflow: hidden;
      max-height: 514px; }
      .sect-4-imgs__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
      .sect-4-imgs__item:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2; }
      .sect-4-imgs__item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
        max-height: 252px; }
      .sect-4-imgs__item:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
        max-height: 252px; }

.sect-5 {
  width: 100%;
  padding: 60px 0;
  background-color: #FBFAF6; }
  @media (max-width: 991.98px) {
    .sect-5 {
      padding: 32px 0; } }
  .sect-5-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px; }
    @media (max-width: 767.98px) {
      .sect-5-list {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    .sect-5-list__item {
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #322720;
      padding: 24px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 12px; }
      .sect-5-list__item h3 {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 72px;
        line-height: 0.8;
        letter-spacing: -0.02em;
        color: #B5985A;
        margin-bottom: 8px; }
      .sect-5-list__item h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #B5985A; }
        @media (max-width: 991.98px) {
          .sect-5-list__item h4 {
            font-size: 14px; } }
      .sect-5-list__item p {
        font-weight: 400;
        font-size: 18px;
        color: #CBD5E1;
        line-height: 1.11; }
        @media (max-width: 991.98px) {
          .sect-5-list__item p {
            font-size: 16px;
            line-height: 1.25; } }

.sect-6 {
  background-color: #f2ede6;
  padding: 32px 0; }
  .sect-6-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px; }
    @media (max-width: 991.98px) {
      .sect-6-list {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .sect-6-list {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    .sect-6-list__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      gap: 12px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px; }
      @media (max-width: 991.98px) {
        .sect-6-list__item {
          padding: 16px; } }
      .sect-6-list__item h3 {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 64px;
        color: #B5985A;
        line-height: 0.91;
        letter-spacing: -0.02em; }
        @media (max-width: 991.98px) {
          .sect-6-list__item h3 {
            font-size: 56px;
            line-height: 1.04; } }
      .sect-6-list__item h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: #B5985A; }
      .sect-6-list__item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #4A3F2F; }

.sect-7 {
  width: 100%;
  padding-top: 32px;
  border-bottom: 1px solid rgba(181, 152, 90, 0.28); }
  @media (max-width: 991.98px) {
    .sect-7 {
      padding-top: 24px;
      padding-bottom: 32px; }
      .sect-7 .m-title {
        margin-bottom: 24px; } }
  .sect-7-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px; }
    @media (max-width: 991.98px) {
      .sect-7-list {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 767.98px) {
      .sect-7-list {
        margin-bottom: 24px; } }
    .sect-7-list .sect-1-item {
      max-width: 100%;
      border-radius: 0;
      margin-bottom: 0; }

.sect-8 {
  width: 100%;
  padding: 48px 0px 110px 0;
  background-color: #f9f7f4; }
  @media (max-width: 991.98px) {
    .sect-8 {
      padding: 32px 0px 64px 0; } }
  .sect-8-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-bottom: 48px; }
    @media (max-width: 1247.98px) {
      .sect-8-list {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 991.98px) {
      .sect-8-list {
        gap: 16px;
        margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      .sect-8-list {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
  .sect-8-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 362px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px; }
    .sect-8-item:hover > img {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
         -moz-transform: translate(-50%, -50%) scale(1.2);
          -ms-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
    .sect-8-item:hover .sect-8-item__text {
      display: block; }
    .sect-8-item:after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
      background-color: rgba(0, 0, 0, 0.35);
      content: '';
      width: 100%;
      height: 100%; }
    .sect-8-item:before {
      height: 260px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      content: '';
      background: -moz-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
      z-index: -1; }
    .sect-8-item img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      z-index: -3;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .sect-8-item .sect-1-item__link {
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sect-8-item .sect-1-item__link svg {
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .sect-8-item .sect-1-item__link:hover {
        color: #fff; }
        .sect-8-item .sect-1-item__link:hover svg {
          fill: #fff; }
    .sect-8-item__new {
      margin-bottom: 12px;
      margin-left: auto;
      padding: 6px 10px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background-color: #419f5d;
      font-weight: 400;
      font-size: 12px;
      line-height: 1;
      min-height: 28px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff; }
    .sect-8-item__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 4px;
      margin-bottom: 12px;
      margin-top: auto; }
      .sect-8-item__title p {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #e2bc76; }
      .sect-8-item__title h3 {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.5;
        text-transform: uppercase;
        color: #fff; }
    .sect-8-item__text {
      margin-bottom: 12px;
      display: none; }
      .sect-8-item__text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: rgba(255, 255, 255, 0.8); }
    .sect-8-item__loc {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25;
      color: rgba(255, 255, 255, 0.8);
      gap: 6px;
      margin-bottom: 12px; }
      .sect-8-item__loc svg {
        width: 16px;
        height: 16px;
        fill: #B5985A; }
    .sect-8-item__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 24px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      width: 100%; }
      @media (max-width: 991.98px) {
        .sect-8-item__info {
          gap: 16px; } }
      .sect-8-item__info:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0; }
      .sect-8-item__info p {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 8px;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8); }
        .sect-8-item__info p span {
          font-weight: 600;
          letter-spacing: 0.07em;
          text-transform: uppercase;
          color: #fff; }
    .sect-8-item__price {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 1px; }
      .sect-8-item__price h3 {
        font-weight: 400;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase; }
      .sect-8-item__price p {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        color: #e2bc76; }
  .sect-8-link {
    font-weight: 400;
    font-size: 16px;
    color: #4A3F2F;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none; }
    .sect-8-link:hover {
      color: #C9A96E; }

.sect-9 {
  width: 100%;
  background-color: #f2ede6;
  border-bottom: 1px solid rgba(181, 152, 90, 0.28);
  padding: 32px 0; }
  @media (max-width: 991.98px) {
    .sect-9 {
      padding: 24px 0; } }
  .sect-9 h1 {
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #0F172A;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .sect-9 h1 {
        font-size: 36px; } }
    .sect-9 h1:last-child {
      margin-bottom: 0; }
  .sect-9-loc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #4A3F2F; }
    @media (max-width: 991.98px) {
      .sect-9-loc {
        font-size: 14px;
        line-height: 1.43; } }
    .sect-9-loc svg {
      fill: #B5985A;
      width: 16px;
      height: 16px;
      min-width: 16px; }
  .sect-9-bread {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    position: relative;
    padding-left: 48px;
    margin-bottom: 20px; }
    .sect-9-bread:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 36px;
      height: 2px;
      background-color: #C9A96E;
      content: ''; }
    .sect-9-bread a {
      font-weight: 500;
      font-size: 16px;
      color: #C9A96E;
      line-height: 1.5;
      letter-spacing: 0.05em;
      text-decoration: none;
      position: relative;
      padding-right: 14px;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sect-9-bread a:hover {
        color: #B5985A; }
      .sect-9-bread a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #C9A96E;
        content: ''; }
      .sect-9-bread a:last-child {
        pointer-events: none;
        padding-right: 0; }
        .sect-9-bread a:last-child:after {
          display: none; }

.sect-10 {
  padding: 60px 0;
  width: 100%;
  background-color: #f9f7f4; }
  @media (max-width: 991.98px) {
    .sect-10 {
      padding: 24px 0 96px 0; } }
  .sect-10-gallery {
    width: 100%;
    position: relative;
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .sect-10-gallery {
        margin-bottom: 32px; } }
    .sect-10-gallery .swiper {
      width: 100%; }
      .sect-10-gallery .swiper-pagination {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 20px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 8px;
        z-index: 10; }
        @media (max-width: 991.98px) {
          .sect-10-gallery .swiper-pagination {
            bottom: 20px; } }
        .sect-10-gallery .swiper-pagination-bullet {
          margin: 0 !important;
          width: 32px;
          height: 4px;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          opacity: 1;
          border-radius: 0;
          background-color: rgba(255, 255, 255, 0.3);
          cursor: pointer; }
          .sect-10-gallery .swiper-pagination-bullet:hover, .sect-10-gallery .swiper-pagination-bullet-active {
            background-color: #B5985A; }
      .sect-10-gallery .swiper-button-prev, .sect-10-gallery .swiper-button-next {
        -webkit-backdrop-filter: blur(2.64145px);
                backdrop-filter: blur(2.64145px);
        background: rgba(181, 152, 90, 0.55);
        width: 32px;
        height: 32px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: auto;
        left: auto;
        margin: 0; }
        .sect-10-gallery .swiper-button-prev:hover, .sect-10-gallery .swiper-button-next:hover {
          background-color: #C9A96E; }
        .sect-10-gallery .swiper-button-prev svg, .sect-10-gallery .swiper-button-next svg {
          width: 16px;
          height: 16px;
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          stroke-width: 2px;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .sect-10-gallery .swiper-button-prev {
        left: 20px; }
        .sect-10-gallery .swiper-button-prev svg {
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .sect-10-gallery .swiper-button-next {
        right: 20px; }
    .sect-10-gallery__icon {
      position: absolute;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-backdrop-filter: blur(2.64145px);
              backdrop-filter: blur(2.64145px);
      background: rgba(181, 152, 90, 0.35);
      top: 22px;
      right: 20px;
      width: 32px;
      height: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 10;
      cursor: pointer;
      pointer-events: none; }
      .sect-10-gallery__icon svg {
        width: 16px;
        height: 16px;
        fill: #0F172A;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .sect-10-gallery__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
      .sect-10-gallery__item:hover .sect-10-gallery__icon {
        background-color: #C9A96E;
        border-color: #C9A96E; }
        .sect-10-gallery__item:hover .sect-10-gallery__icon svg {
          fill: #fff; }
      .sect-10-gallery__item img {
        width: 100%; }
  .sect-10-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .sect-10-info > h3 {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 12px;
      line-height: 1.33;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #e2bc76;
      margin-bottom: 24px;
      gap: 20px; }
      @media (max-width: 991.98px) {
        .sect-10-info > h3 {
          margin-bottom: 16px; } }
      .sect-10-info > h3:after {
        height: 1px;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background-color: rgba(181, 152, 90, 0.28);
        display: block;
        content: ''; }
    .sect-10-info__text {
      margin-bottom: 36px; }
      .sect-10-info__text p {
        font-size: 16px; }
    .sect-10-info.is-collapsible .sect-10-info__text {
      height: 95px;
      overflow: hidden;
      -moz-transition: height .35s ease;
      transition: height .35s ease;
      will-change: height; }
    .sect-10-info__drop {
      display: none; }
    .sect-10-info__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      font-weight: 900;
      font-size: 14px;
      line-height: 1.14;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: #e2bc76;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      .sect-10-info__btn:hover {
        color: #C9A96E; }
      .sect-10-info__btn svg {
        fill: #e2bc76;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .sect-10-info.is-expanded .sect-10-info__btn svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .sect-10-price {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .sect-10-price {
        margin-bottom: 32px; } }
    .sect-10-price__top {
      background-color: #322720;
      padding: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 20px;
      width: 100%; }
      .sect-10-price__top .btn {
        text-transform: uppercase;
        width: 100%; }
    .sect-10-price__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 1px; }
      .sect-10-price__title h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #C9A96E;
        text-transform: uppercase; }
      .sect-10-price__title p {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 40px;
        color: #fff; }
        .sect-10-price__title p sub {
          text-transform: none;
          font-size: 20px; }
    .sect-10-price__bottom {
      width: 100%;
      padding: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 24px; }
      .sect-10-price__bottom > h3 {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #e2bc76; }
    .sect-10-price__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 16px; }
      .sect-10-price__info-item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(181, 152, 90, 0.1);
        gap: 8px; }
        .sect-10-price__info-item h3 {
          font-weight: 400;
          font-size: 14px;
          line-height: 1.14;
          letter-spacing: 0.04em;
          text-transform: uppercase;
          color: #B5985A; }
        .sect-10-price__info-item p {
          font-weight: 400;
          font-size: 14px;
          line-height: 1.43;
          color: #4A3F2F; }

.sect-11 {
  background-image: url("../img/sect-11-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 455px; }
  @media (max-width: 991.98px) {
    .sect-11 {
      min-height: 501px; } }
  .sect-11 .header-title {
    gap: 8px; }
    .sect-11 .header-title h2 {
      font-size: 12px; }
      .sect-11 .header-title h2:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .sect-11 .header-title h1 {
      font-size: 56px;
      letter-spacing: -0.01em; }
      .sect-11 .header-title h1 span {
        display: inline;
        letter-spacing: -0.06em; }

.sect-12 {
  width: 100%;
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-12 {
      padding: 32px 0; } }
  .sect-12-map {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 596px;
    margin-left: auto;
    margin-right: auto; }
    .sect-12-map img {
      width: 100%; }
  .sect-12-cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
    margin-bottom: 10px;
    width: 100%; }
    .sect-12-cont__item {
      position: relative;
      padding: 32px 32px 32px 96px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      background-color: #fbfaf6;
      cursor: pointer;
      text-decoration: none;
      width: 100%; }
      .sect-12-cont__item:hover h4 {
        color: #C9A96E; }
      .sect-12-cont__item h3 {
        font-family: "Cormorant Garamond", sans-serif;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: -0.03em;
        color: #B5985A; }
      .sect-12-cont__item h4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.08em;
        color: #4A3F2F;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .sect-12-cont__item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.09em;
        color: rgba(74, 63, 47, 0.73); }
    .sect-12-cont__icon {
      position: absolute;
      top: 32px;
      left: 32px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #f0e7d8;
      width: 48px;
      height: 48px;
      border-radius: 2px; }
      .sect-12-cont__icon img {
        max-width: 100%; }
  .sect-12-time {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #FBFAF6;
    padding: 32px;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .sect-12-time {
        margin-bottom: 24px; } }
    .sect-12-time > h3 {
      font-family: "Cormorant Garamond", sans-serif;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: -0.03em;
      color: #B5985A;
      margin-bottom: 16px; }
    .sect-12-time__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid rgba(74, 63, 47, 0.18);
      padding-bottom: 16px; }
      .sect-12-time__item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sect-12-time__item h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.09em;
        color: rgba(74, 63, 47, 0.73); }
      .sect-12-time__item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.09em;
        color: #4A3F2F;
        text-align: right; }

.sect-13 {
  width: 100%;
  background-color: #fbfaf6;
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-13 {
      padding: 32px 0; } }
  .sect-13 .m-text {
    margin-bottom: 32px; }
  .sect-13-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 16px;
    max-width: 462px; }
    @media (max-width: 991.98px) {
      .sect-13-list {
        margin-bottom: 24px;
        max-width: 100%; } }
    .sect-13-list__icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 2px;
      background-color: #f0e7d8; }
      .sect-13-list__icon img {
        max-width: 100%; }
    .sect-13-list__item {
      position: relative;
      padding-bottom: 18px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      padding-left: 64px;
      border-bottom: 1px solid rgba(74, 63, 47, 0.18);
      min-height: 48px;
      width: 100%; }
      .sect-13-list__item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sect-13-list__item h3 {
        font-weight: 700;
        font-size: 18px;
        font-family: "Cormorant Garamond", sans-serif;
        letter-spacing: -0.03em;
        color: #4A3F2F; }
      .sect-13-list__item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.09em;
        color: rgba(74, 63, 47, 0.73); }
  .sect-13-form {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px; }
    .sect-13-form .btn {
      width: 100%;
      border: none;
      min-height: 64px;
      font-size: 14px;
      letter-spacing: 0.07em;
      background-color: #B5985A;
      text-transform: uppercase;
      font-weight: 700; }
      .sect-13-form .btn:hover {
        background-color: #C9A96E; }
    .sect-13-form__inputs {
      width: 100%;
      display: -ms-grid;
      display: grid;
      grid-gap: 6px;
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 575.98px) {
        .sect-13-form__inputs {
          -ms-grid-columns: (1fr)[1];
              grid-template-columns: repeat(1, 1fr); } }
    .sect-13-form .filter-nav__item {
      width: 100%;
      padding: 10px 16px;
      background-color: #fff;
      width: 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid rgba(181, 152, 90, 0); }
      .sect-13-form .filter-nav__item:focus-within {
        border-bottom-color: rgba(181, 152, 90, 0.28); }
    .sect-13-form .m-check {
      margin-bottom: 14px; }

.sect-14 {
  width: 100%;
  background-color: #322720;
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-14 {
      padding: 32px 0; } }
  .sect-14-title {
    color: #fff;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 36px;
    letter-spacing: -0.02em;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .sect-14-title {
        margin-bottom: 32px; } }
    .sect-14-title span {
      font-style: italic;
      color: #B5985A; }
  .sect-14-soc {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: 666px;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .sect-14-soc {
        max-width: 100%;
        margin-left: 0;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .sect-14-soc {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    .sect-14-soc__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px;
      padding: 18px;
      border: 2px solid #fff;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.07;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0.6; }
      .sect-14-soc__item:hover {
        opacity: 1; }
      .sect-14-soc__item img {
        width: 24px;
        min-width: 24px; }

.filter {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .filter {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 20px; } }
  .filter-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 991.98px) {
      .filter-nav {
        width: 100%;
        border-bottom: 1px solid rgba(181, 152, 90, 0.28); } }
    @media (max-width: 767.98px) {
      .filter-nav {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        border-bottom: none; } }
    .filter-nav__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 10px 16px;
      border-right: 1px solid rgba(181, 152, 90, 0.28);
      max-width: 156px;
      width: 100%;
      position: relative; }
      @media (max-width: 991.98px) {
        .filter-nav__item {
          max-width: 100%;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .filter-nav__item:last-child {
            border-right: none; } }
      @media (max-width: 767.98px) {
        .filter-nav__item {
          border-right: none;
          border-bottom: 1px solid rgba(181, 152, 90, 0.28);
          padding: 4px 16px; } }
      .filter-nav__item > p {
        font-weight: 700;
        font-size: 12px;
        color: #7e7668;
        line-height: 1.25;
        letter-spacing: 0.08em;
        text-transform: uppercase; }
      .filter-nav__item.active .filter-nav__btn {
        color: #B5985A; }
        .filter-nav__item.active .filter-nav__btn svg {
          stroke: #B5985A;
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .filter-nav__item.active .filter-nav__drop {
        opacity: 1;
        pointer-events: all; }
    .filter-nav__btn {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 6px 0;
      cursor: pointer; }
      .filter-nav__btn svg {
        width: 21px;
        height: 21px;
        min-width: 21px;
        fill: none;
        stroke: #6B7280;
        stroke-linecap: round; }
      .filter-nav__btn p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.43;
        color: #1d1a15; }
    .filter-nav__drop {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      border-bottom: 1px solid rgba(181, 152, 90, 0.28);
      border-top: none;
      min-width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      z-index: 10;
      gap: 1px;
      opacity: 0;
      pointer-events: none;
      box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
      .filter-nav__drop-item {
        padding: 12px 16px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
        border-bottom: 1px solid rgba(181, 152, 90, 0.28);
        cursor: pointer;
        width: 100%; }
        .filter-nav__drop-item:hover, .filter-nav__drop-item.active {
          background-color: #B5985A; }
          .filter-nav__drop-item:hover p, .filter-nav__drop-item.active p {
            color: #fff; }
        .filter-nav__drop-item:last-child {
          border-bottom: none; }
        .filter-nav__drop-item p {
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #1d1a15;
          font-weight: 400;
          font-size: 14px;
          line-height: 1.43; }
  .filter-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 48px; }
    @media (max-width: 991.98px) {
      .filter-info {
        gap: 24px;
        width: 100%; } }
    .filter-info p {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.43;
      color: #1d1a15; }
      .filter-info p span {
        color: #B5985A;
        font-weight: 600; }
    .filter-info button {
      border: none;
      background: transparent;
      outline: none;
      padding: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.43;
      text-transform: uppercase;
      color: #1d1a15;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      .filter-info button:hover {
        color: #B5985A; }
