/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-default.css ***!
  \***********************************************************************************************************/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

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

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

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

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "NeueHaasDisplay";
  src: url(../fonts/NeueHaasDisplayLight.woff2) format("woff2"), url(../fonts/NeueHaasDisplayLight.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url(../fonts/NeueHaasDisplayRoman.woff2) format("woff2"), url(../fonts/NeueHaasDisplayRoman.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 500 32px/1 "NeueHaasDisplay", sans-serif;
}

.h2 {
  font: 500 26px/1.2 "NeueHaasDisplay", sans-serif;
}

.h3 {
  font: 500 18px/1.2 "NeueHaasDisplay", sans-serif;
}

p {
  font-weight: 500;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
  line-height: 1.2;
  font-family: "NeueHaasDisplay", sans-serif;
}

@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 46px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 70px;
  }
  .h2 {
    font-size: 40px;
  }
  .h3 {
    font-size: 24px;
  }
}
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wpcf7-form label {
  color: #F0EBE1;
  font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.5 "NeueHaasDisplay", sans-serif;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #F0EBE1;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7 p {
  display: grid;
  gap: 24px;
}
.wpcf7-text, .wpcf7-file {
  width: 100%;
  font: 500 12px/1.1 "NeueHaasDisplay", sans-serif;
  text-transform: uppercase;
  color: #F0EBE1;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #F0EBE1;
  padding: 8px 0;
  transition: all 300ms ease-in-out;
  resize: none;
}
.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:hover, .wpcf7-file:active, .wpcf7-file:focus, .wpcf7-file:hover {
  outline: 0;
  color: #F0EBE1;
  border-color: #F0EBE1;
}
.wpcf7-text::-moz-placeholder, .wpcf7-file::-moz-placeholder {
  color: #F0EBE1;
  opacity: 1;
}
.wpcf7-text::placeholder, .wpcf7-file::placeholder {
  color: #F0EBE1;
  opacity: 1;
}
.wpcf7-textarea {
  width: 100%;
  height: 100px;
  resize: none;
  color: #F0EBE1;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  outline: 0;
  padding: 8px;
}
.wpcf7-textarea::-moz-placeholder {
  color: #F0EBE1;
  opacity: 1;
}
.wpcf7-textarea::placeholder {
  color: #F0EBE1;
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance a {
  text-decoration: none;
  color: #F0EBE1;
}
.wpcf7 .sc-submit {
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7 .sc-submit p {
  display: block;
}
.wpcf7 .sc-submit svg {
  display: none;
}
.wpcf7-submit {
  font: 400 20px/1 "NeueHaasDisplay", sans-serif;
  color: #F0EBE1;
  background: transparent;
  border: 1px solid #ffffff;
  outline: 0;
  padding: 8px 16px;
  margin-top: 12px;
}
.wpcf7-not-valid {
  border-color: #F0EBE1;
  color: #F0EBE1;
}
.wpcf7-not-valid-tip {
  color: #F0EBE1;
  margin-top: 5px;
}
.wpcf7-spinner {
  display: none !important;
  background: #F0EBE1;
}
.wpcf7-spinner::before {
  background: #F0EBE1;
}

@media only screen and (min-width: 1280px) {
  .wpcf7 p {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpcf7-form-control-wrap[data-name=your-informations], .wpcf7-form-control-wrap[data-name=your-message] {
    grid-column: span 2;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 500ms ease-in-out;
  z-index: 998;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 150px;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: grid;
  gap: 12px;
  text-align: center;
  padding: 60px 20px 20px;
  background: #F4F2EE;
  border-bottom: 1px solid #B78859;
  transform: translateY(-100%);
  transition: transform 500ms ease-in-out;
  z-index: 998;
}
.header__menu-list {
  display: grid;
  gap: 12px;
}
.header__menu-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 18px/1.1 "NeueHaasDisplay", sans-serif;
  color: #0B1E44;
  text-decoration: none;
  margin: 0 auto;
}
.header .wpml-ls-item {
  position: relative;
}
.header .wpml-ls-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  width: 1px;
  transform: translateY(-50%);
  background: rgba(11, 30, 68, 0.5);
}
.header .wpml-ls-item:last-of-type {
  border: 0;
}
.header .wpml-ls-item:last-of-type::after {
  display: none;
}
.header .wpml-ls-link {
  font: 500 14px/1 "NeueHaasDisplay", sans-serif;
  text-transform: uppercase;
  color: rgba(11, 30, 68, 0.5);
  transition: color 300ms ease-in-out;
  padding: 8px 12px 4px;
}
.header .wpml-ls-link:hover {
  color: #0B1E44;
}
.header .wpml-ls-current-language .wpml-ls-link {
  color: #0B1E44;
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  margin: 3px 0;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
}
.header__cta {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 20px/1 "NeueHaasDisplay", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 12px 12px 20px;
  margin: 0 auto;
  z-index: 999;
}
.header__cta-icon {
  display: block;
  width: 24px;
  height: auto;
}
.header__cta-label {
  display: none;
}
.header__cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.header__controls {
  position: fixed;
  right: 0;
  bottom: 20px;
}
.header__controls .wpml-ls {
  display: none;
}
.header__controls-box {
  position: relative;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.header.active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header.active .header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -4px);
}
.header.sticky {
  background: #f4f2ee;
}

@media only screen and (min-width: 1280px) {
  .header__logo {
    flex: 1;
  }
  .header__logo-img {
    width: 240px;
  }
  .header__menu {
    flex: 1;
    position: initial;
    transform: none;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .header__menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }
  .header__menu-item {
    margin: 0;
  }
  .header__menu .wpml-ls {
    display: none;
  }
  .header__blank {
    flex: 1;
  }
  .header__controls {
    top: 18px;
    bottom: initial;
    display: flex;
  }
  .header__controls .wpml-ls {
    display: block;
  }
  .header__hamburger {
    display: none;
  }
  .header__cta-icon {
    display: none;
  }
  .header__cta-label {
    display: block;
  }
  .header.sticky::after {
    opacity: 1;
  }
}
.footer {
  color: #F0EBE1;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
}
.footer__container {
  display: grid;
  gap: 60px;
  padding: 60px 0;
}
.footer__text > *:first-child {
  margin-top: 0;
}
.footer__text > *:last-child {
  margin-bottom: 0;
}
.footer__text h1,
.footer__text h2,
.footer__text h3,
.footer__text h4,
.footer__text h5,
.footer__text h6 {
  font: 500 26px/1.2 "NeueHaasDisplay", sans-serif;
  margin-bottom: 24px;
}
.footer__text p {
  margin-bottom: 12px;
}
.footer__email {
  display: inline-block;
  font: 500 24px/1.2 "NeueHaasDisplay", sans-serif;
  color: inherit;
  text-decoration: none;
  margin-top: 24px;
}

.btt {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin: 0 auto;
}
.btt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform: skewX(-15deg);
  z-index: 1;
}
.btt__label {
  position: relative;
  z-index: 2;
  font: 500 18px/1.2 "NeueHaasDisplay", sans-serif;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btt__icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 18px;
  height: auto;
}

@media only screen and (min-width: 1280px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 180px;
    padding: 160px 0 80px;
  }
  .footer__text h1,
  .footer__text h2,
  .footer__text h3,
  .footer__text h4,
  .footer__text h5,
  .footer__text h6 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .footer__email {
    font-size: 35px;
    margin-top: 40px;
  }
  .footer .btt {
    margin-right: 0;
  }
}
html {
  font-family: "NeueHaasDisplay", sans-serif;
  color: #0B1E44;
  background: #F4F2EE;
}

.hero {
  position: relative;
  display: grid;
  gap: 60px;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 60px;
  overflow: hidden;
}
.hero__title {
  position: relative;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 860px;
  margin: 0 auto;
}
.hero__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translate(-50%, 30px);
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
}
.hero__graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 120px;
  transform: skewX(-35deg) translate(100%, 100%);
  z-index: -1;
}
.hero__graphic-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__graphic-content::before, .hero__graphic-content::after {
  content: "";
  display: block;
  position: absolute;
}
.hero__graphic-content::before {
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__graphic-content::after {
  background: #F4F2EE;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.hero__media {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits {
  display: grid;
  gap: 40px;
}
.benefits__title {
  text-align: center;
  max-width: 380px;
  text-wrap: balance;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  margin: 0 auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefits__list {
  min-width: 0;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  display: grid;
  gap: 1px;
  padding: 1px 0;
}
.benefits__item {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  text-transform: uppercase;
  background: #F4F2EE;
  padding: 20px;
}
.benefits__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.benefits__item-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: auto;
  z-index: 1;
}
.benefits__item-paragraphs {
  min-height: 100px;
  position: relative;
  text-wrap: balance;
  transition: color 500ms ease-in-out;
  padding: 0 40px;
  z-index: 4;
}
.benefits__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 1) 100%);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  z-index: 3;
}
.benefits__item.active .benefits__item-img {
  opacity: 1;
}
.benefits__item.active .benefits__item-paragraphs {
  color: #FFFFFF;
}
.benefits__item.active::after {
  opacity: 1;
}

.chef {
  text-align: center;
  margin: 60px 0;
  overflow: hidden;
}
.chef__container {
  display: grid;
  gap: 48px;
}
.chef__media {
  position: relative;
  max-width: 500px;
  padding: 0 40px 40px 0;
  margin: 0 auto;
}
.chef__media-img {
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.chef__media::before, .chef__media::after {
  content: "";
  display: block;
  position: absolute;
}
.chef__media::before {
  bottom: 0;
  right: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
  z-index: -2;
}
.chef__media::after {
  bottom: 1px;
  right: 1px;
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  background: #F4F2EE;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
  z-index: -1;
}
.chef__media.active .chef__media-img {
  opacity: 1;
  transform: translateY(0);
}
.chef__media.active::before, .chef__media.active::after {
  opacity: 1;
  transform: translateY(0);
}
.chef__text {
  display: grid;
  gap: 24px;
  max-width: 500px;
  margin: 0 auto;
}
.chef__text-content > *:last-child {
  margin-bottom: 0;
}
.chef__text.active h1,
.chef__text.active h2,
.chef__text.active h3,
.chef__text.active h4,
.chef__text.active h5,
.chef__text.active h6 {
  opacity: 1;
  transform: translateY(0);
}
.chef__text.active p {
  opacity: 1;
  transform: translateY(0);
}
.chef__text.active .chef__signature {
  opacity: 1;
  transform: translateY(0);
}
.chef h1,
.chef h2,
.chef h3,
.chef h4,
.chef h5,
.chef h6 {
  font: 500 24px/1.2 "NeueHaasDisplay", sans-serif;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.chef p {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.chef__signature {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.box-multi-sections {
  position: relative;
}

.stats {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
.stats__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f4f2ee 0%, rgba(244, 242, 238, 0) 200px);
  z-index: -1;
}
.stats__container {
  display: grid;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.stats__title {
  max-width: 600px;
  margin: 0 auto;
  text-transform: uppercase;
}
.stats__item {
  position: relative;
  padding: 24px 0;
}
.stats__item-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats__item-number-value, .stats__item-number-suffix {
  font: 500 48px/1.2 "NeueHaasDisplay", sans-serif;
}
.stats__item-number-value {
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats__item-number-suffix {
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats__item-description {
  font: 500 18px/1.2 "NeueHaasDisplay", sans-serif;
}
.stats__item-separator {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
}
.stats__item:last-child .stats__item-separator {
  display: none;
}
.stats .odometer {
  font: 500 48px/1.2 "NeueHaasDisplay", sans-serif;
}
.stats .odometer-digit {
  width: 30px;
  text-align: left;
}
.stats .odometer-value {
  width: 30px;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats .odometer-formatting-mark {
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offers {
  position: relative;
  padding: 80px 0;
}
.offers::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #f1edec 0%, rgba(241, 237, 236, 0) 100%);
  z-index: -1;
}
.offers__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -2;
}
.offers .container {
  padding: 0;
}
.offers__container {
  display: flex;
  flex-flow: column nowrap;
  padding: 1px 0;
  height: 100vh;
  background: #F0EBE1;
  max-height: 600px;
}
.offers__accordion {
  display: flex;
  flex-flow: column nowrap;
  transition: flex 500ms ease-in-out;
}
.offers__accordion-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #B78859;
}
.offers__accordion-heading.active .offers__accordion-arrow {
  transform: rotate(180deg);
}
.offers__accordion-title {
  text-transform: uppercase;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offers__accordion-arrow {
  display: block;
  width: 32px;
  height: auto;
  transition: transform 500ms ease-in-out;
}
.offers__accordion-content {
  flex: 0 0 0;
  overflow: hidden;
  transition: flex 500ms ease-in-out;
}
.offers__accordion-content-inner {
  position: relative;
  height: 100%;
}
.offers__accordion-content.active {
  flex: 1;
}
.offers__accordion-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.offers__accordion-text {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  color: #FFFFFF;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0% 100%);
  padding: 24px 20px 24px 36px;
  z-index: 2;
}
.offers__accordion-cta {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 14px/1 "NeueHaasDisplay", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 2;
}
.offers__accordion-cta-icon {
  display: block;
  width: 24px;
  height: auto;
  margin: 0 auto 8px;
}
.offers__accordion h1,
.offers__accordion h2,
.offers__accordion h3,
.offers__accordion h4,
.offers__accordion h5,
.offers__accordion h6 {
  font: 500 24px/1.2 "NeueHaasDisplay", sans-serif;
}
.offers__sticky {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 0;
  background: transparent;
  outline: 0;
  border: 0;
  font: 400 20px/1 "NeueHaasDisplay", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 12px 12px 30px;
  z-index: 999;
}
.offers__sticky::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  transform: skewX(-20deg) translateX(20%);
  z-index: -1;
}

.features {
  text-align: center;
  background: #F1EDEC;
  overflow: hidden;
}
.features .container {
  padding: 0;
  max-width: 100%;
}
.features__container {
  padding: 60px 20px 0;
}
.features__title {
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.features__list {
  display: grid;
  gap: 24px;
}
.features__item {
  width: 100%;
  max-width: 400px;
  text-wrap: balance;
  margin: 0 auto;
}
.features__item-text {
  font: 400 18px/1.2 "NeueHaasDisplay", sans-serif;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.features__item-line {
  width: 80%;
  margin: 0 auto;
}
.features__item-line-content {
  position: relative;
  display: flex;
  align-items: center;
}
.features__item-line-content::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  transition: width 500ms ease-in-out;
}
.features__item-line-content::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  transition-delay: 500ms;
}
.features__item.active .features__item-text {
  opacity: 1;
}
.features__item.active .features__item-line-content::before {
  width: 100%;
}
.features__item.active .features__item-line-content::after {
  opacity: 1;
}
.features__img {
  position: relative;
  left: 50%;
  width: 200%;
  transform: translateX(-50%);
}

.certificates {
  display: flex;
  flex-flow: row wrap;
  gap: 1px;
  background: linear-gradient(102deg, #8B5E3C 0%, #DEAE73 100%);
  padding: 1px 0;
}
.certificates__icon {
  width: calc(33.333% - 0.666px);
  background: #F4F2EE;
  padding: 20px;
}
.certificates__icon-img {
  width: 100%;
  height: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .hero__media {
    height: 400px;
  }
  .benefits {
    margin: 80px 0;
  }
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .chef h1,
  .chef h2,
  .chef h3,
  .chef h4,
  .chef h5,
  .chef h6 {
    font-size: 32px;
  }
  .stats {
    padding: 80px 0;
  }
  .stats__container {
    gap: 80px;
  }
  .stats__list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .stats__item {
    width: 33.333%;
    padding: 0 20px;
  }
  .stats__item-separator {
    top: 50%;
    right: 0;
    left: initial;
    width: 1px;
    height: 120px;
    transform: translateY(-50%) rotate(30deg);
  }
  .offers__container {
    max-height: 900px;
  }
  .features__title {
    margin-bottom: 60px;
  }
  .features__list {
    gap: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    padding-top: 160px;
  }
  .hero__title::before {
    top: 72px;
    bottom: initial;
    transform: translateX(-50%);
  }
  .hero__graphic {
    width: 80px;
    height: 220px;
    transform: skewX(-35deg) translateX(200%);
  }
  .hero__media {
    flex: 1;
  }
  .benefits__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .benefits__item:hover .benefits__item-img {
    opacity: 1;
  }
  .benefits__item:hover .benefits__item-paragraphs {
    color: #FFFFFF;
  }
  .benefits__item:hover::after {
    opacity: 1;
  }
  .chef {
    margin: 120px 0 80px;
  }
  .chef__container {
    grid-template-columns: repeat(2, 500px);
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .chef__media {
    padding: 0 60px 60px 0;
  }
  .chef__media::before {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .chef__media::after {
    width: calc(100% - 62px);
    height: calc(100% - 62px);
  }
  .chef h1,
  .chef h2,
  .chef h3,
  .chef h4,
  .chef h5,
  .chef h6 {
    font-size: 40px;
  }
  .stats__container {
    gap: 120px;
  }
  .stats__item {
    padding: 0 40px;
  }
  .stats__item-number-suffix {
    font-size: 80px;
  }
  .stats__item-description {
    font-size: 24px;
  }
  .stats__item-separator {
    height: 200px;
  }
  .stats .odometer {
    font-size: 80px;
  }
  .stats .odometer-digit, .stats .odometer-value {
    width: 50px;
  }
  .offers {
    padding: 200px 80px 60px;
  }
  .offers__container {
    height: calc(100vh - 120px);
    max-height: 1000px;
    max-width: 1360px;
    margin: 0 auto;
  }
  .offers__accordion-heading {
    padding: 16px 58px;
  }
  .offers__accordion-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 58px;
  }
  .features__container {
    position: relative;
    padding: 60px 0 0;
  }
  .features__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 0 0;
    margin: 0;
    z-index: 1;
  }
  .features__item {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .features__item-text {
    flex-shrink: 0;
    width: 230px;
  }
  .features__item-line {
    margin: 6px 0;
  }
  .features__item:nth-child(1), .features__item:nth-child(2) {
    top: 32%;
  }
  .features__item:nth-child(1) {
    right: 62%;
  }
  .features__item:nth-child(1) .features__item-line {
    transform: rotate(20deg);
  }
  .features__item:nth-child(2) {
    left: 62%;
  }
  .features__item:nth-child(2) .features__item-line {
    transform: rotate(-20deg);
  }
  .features__item:nth-child(3), .features__item:nth-child(4) {
    top: 46%;
  }
  .features__item:nth-child(3) {
    right: 67%;
  }
  .features__item:nth-child(3) .features__item-line {
    transform: rotate(20deg);
  }
  .features__item:nth-child(4) {
    left: 66%;
  }
  .features__item:nth-child(4) .features__item-line {
    transform: rotate(-20deg);
  }
  .features__item:nth-child(5), .features__item:nth-child(6) {
    top: 63%;
  }
  .features__item:nth-child(5) {
    right: 70%;
  }
  .features__item:nth-child(6) {
    left: 70%;
  }
  .features__item:nth-child(odd) {
    text-align: right;
  }
  .features__item:nth-child(odd) .features__item-line {
    transform-origin: top left;
  }
  .features__item:nth-child(even) {
    text-align: left;
  }
  .features__item:nth-child(even) .features__item-text {
    order: 2;
  }
  .features__item:nth-child(even) .features__item-line {
    order: 1;
    transform-origin: top right;
  }
  .features__item:nth-child(even) .features__item-line-content::before {
    order: 2;
  }
  .features__item:nth-child(even) .features__item-line-content::after {
    order: 1;
  }
  .features__img {
    width: 100%;
  }
  .certificates__icon {
    padding: 60px;
  }
  .certificates__icon-img {
    max-height: 160px;
  }
}
