/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Grid System ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor;
}

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Sans";
  src: url("../fonts/FunnelSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overflow {
  overflow: hidden;
}
html {
  background-color: #2C330B;
  color: #E4E4DF;
}
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
}

body.overflow {
  overflow: hidden;
}
body {
  background-color: #2C330B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  color: #E4E4DF;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px;
}

.grid-wrap {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .grid-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 120px);
  grid-gap: 0;
  gap: 0;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.col-full {
  grid-column: 1/-1;
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.row-5 {
  grid-row: span 5;
}

.row-6 {
  grid-row: span 6;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > * {
  width: 50%;
}

.mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.title-h0 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .title-h0 {
    font-size: 70px;
    line-height: 78px;
  }
}
.title-h0 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .title-h0 {
    font-size: 80px;
    line-height: 92px;
  }
}
.title-h0 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .title-h0 {
    font-size: 106px;
    line-height: 120px;
  }
}
.title-h0 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .title-h0 {
    font-size: 44px;
    line-height: 52px;
  }
}

h1,
.title-h1 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  h1,
  .title-h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
h1,
.title-h1 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  h1,
  .title-h1 {
    font-size: 60px;
    line-height: 66px;
  }
}
h1,
.title-h1 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  h1,
  .title-h1 {
    font-size: 80px;
    line-height: 92px;
  }
}
h1,
.title-h1 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  h1,
  .title-h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2,
.title-h2 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  h2,
  .title-h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
h2,
.title-h2 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  h2,
  .title-h2 {
    font-size: 44px;
    line-height: 52px;
  }
}
h2,
.title-h2 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  h2,
  .title-h2 {
    font-size: 58px;
    line-height: 68px;
  }
}
h2,
.title-h2 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  h2,
  .title-h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3,
.title-h3 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  h3,
  .title-h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
h3,
.title-h3 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  h3,
  .title-h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
h3,
.title-h3 {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  h3,
  .title-h3 {
    font-size: 42px;
    line-height: 52px;
  }
}
h3,
.title-h3 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  h3,
  .title-h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4,
.title-h4 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  margin: 0;
}

h5,
.title-h5 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  margin: 0;
}

h6,
.title-h6 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  margin: 0;
}

.exergue {
  font-family: "Funnel Display", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .exergue {
    font-size: 24px;
    line-height: 28px;
  }
}
.exergue {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .exergue {
    font-size: 32px;
    line-height: 38px;
  }
}

.small-caps {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .small-caps {
    font-size: 14px;
  }
}
.small-caps {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .small-caps {
    font-size: 16px;
  }
}
.small-caps {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .small-caps {
    font-size: 20px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg_white {
  background-color: #FFFFFF;
}

.bg_dark {
  background-color: #000000;
}

a.link {
  color: #666B4F;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.3s;
}
a.link svg {
  margin-left: 12px;
}
a.link svg path {
  transition: all 0.3s;
}

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .title_top {
    padding-right: 0%;
  }
}
.title_top .txt {
  /* -- @include break(mobile)-- */
}
.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_grand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-padding_petit .title_top {
  padding-bottom: 42px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  position: absolute;
  width: 80%;
  height: 80vh;
  transform-origin: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.popup .video_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.popup .video_wrap iframe,
.popup .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.popup .close span {
  font-style: italic;
}
.popup .close svg path {
  transition: all 0.4s;
}
.popup .close:hover {
  color: #666B4F;
}
.popup .close:hover svg path {
  fill: #666B4F;
  stroke: #666B4F;
}
.popup .bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  backdrop-filter: blur(1.25px);
}
.admin-bar header {
  top: 32px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  padding: 40px 60px 50px;
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
  margin-right: auto;
}
.site-header__logo img {
  display: block;
  height: auto;
  max-height: 36px;
  width: auto;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 120px;
}

.site-header__nav-link {
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  transition: opacity 0.25s ease;
}
.site-header__nav-link:hover {
  opacity: 0.6;
}

/* -- @include break(mobile)-- */
@media only screen and (min-width: 1920px) {
  .site-header__inner {
    padding: 40px 180px 50px;
  }
}
.site-header__lang-switch {
  color: #B3B5A7;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: uppercase;
  font-family: "Funnel Display", serif;
  font-weight: 500;
  transition: opacity 0.25s ease;
  flex-shrink: 0;
  margin-left: 120px;
}
.site-header__lang-switch:hover {
  opacity: 0.6;
}

.site-header__burger {
  display: none;
}

.site-header__mobile-menu {
  display: none;
}

/* -- @include break(mobile)-- */
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .site-header__inner {
    padding: 22px 15px;
  }
  .site-header__logo img {
    max-width: 181px;
    max-height: none;
    height: auto;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__lang-switch {
    margin-left: 0;
    margin-right: 30px;
  }
  .site-header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 17px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 9999;
  }
  .site-header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform-origin: center;
  }
  .site-header__burger.is-active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  .site-header__burger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .site-header__burger.is-active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  .site-header__mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100dvh;
    background-color: #2C330B;
    z-index: 998;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .site-header__mobile-menu.is-open {
    opacity: 1;
    pointer-events: all;
  }
  .site-header__mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
    gap: 32px;
  }
  .site-header__mobile-link {
    color: #FFFFFF;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 400;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link {
    opacity: 1;
    transform: translateY(0);
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(1) {
    transition-delay: 0.07s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(2) {
    transition-delay: 0.14s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(3) {
    transition-delay: 0.21s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(4) {
    transition-delay: 0.28s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(5) {
    transition-delay: 0.35s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(6) {
    transition-delay: 0.42s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(7) {
    transition-delay: 0.49s;
  }
  .site-header__mobile-menu.is-open .site-header__mobile-link:nth-child(8) {
    transition-delay: 0.56s;
  }
}
.site-footer {
  background-color: #2C330B;
  padding: 30px 60px 50px;
}
.site-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-top: 50px;
  border-top: 1px solid #B3B5A7;
}
.site-footer__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer__top-title {
  color: #E4E4DF;
  font-size: 24px;
  line-height: 1.2;
}
.site-footer__cols {
  display: flex;
  gap: 40px;
}
.site-footer__col {
  flex: 1;
  color: #B3B5A7;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.site-footer__col strong,
.site-footer__col b {
  color: #E4E4DF;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.site-footer__col a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__col a:hover {
  color: #E4E4DF;
}
.site-footer__col br {
  display: none;
}
.site-footer__logo {
  flex-shrink: 0;
  display: block;
}
.site-footer__logo img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
}
.site-footer__nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.site-footer__social-link {
  display: block;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}
.site-footer__social-link img {
  display: block;
  width: 22px;
  height: 22px;
}
.site-footer__social-link:hover {
  opacity: 0.6;
}
.site-footer__nav-link {
  color: #B3B5A7;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  transition: color 0.25s ease;
  flex: 1;
  text-wrap: nowrap;
}
.site-footer__nav-link:hover {
  color: #FFFFFF;
}
.site-footer {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .site-footer {
    padding: 40px 180px 50px;
  }
}
.site-footer {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .site-footer {
    padding: 30px 15px;
    margin-top: -1px;
  }
  .site-footer__inner {
    flex-direction: column;
    gap: 30px;
  }
  .site-footer__cols {
    flex-direction: column;
    gap: 24px;
  }
  .site-footer__logo {
    margin-bottom: 15px;
  }
  .site-footer__socials {
    margin-bottom: 30px;
  }
  .site-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-left: 0;
  }
  .site-footer__nav-link {
    flex: none;
  }
}

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-block:hover .cta-block__marker {
  transform: scaleY(4);
  background-color: #E4E4DF;
}
.cta-block:hover .cta-block__btn {
  transform: translateY(-10px);
  margin-left: 0;
  padding-left: 10px;
  background-color: #E4E4DF;
}
.cta-block:hover .cta-block__arrow {
  max-width: 10px;
  opacity: 1;
  margin-right: 10px;
}
.cta-block__marker {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #B3B5A7;
  transform-origin: top center;
  flex-shrink: 0;
  transition: transform 0.35s ease, background-color 0.35s ease;
}
.cta-block__btn {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  background-color: #B3B5A7;
  color: #2C330B;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color 0.35s ease, transform 0.35s ease, margin-left 0.35s ease, padding-left 0.35s ease;
}
.cta-block__arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  margin-right: 0;
  transition: max-width 0.35s ease, opacity 0.35s ease, margin-right 0.35s ease;
}
.cta-block__arrow svg {
  min-width: 11px;
}

.home-veil {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: #2C330B;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 1.4s ease;
}
.home-veil.is-done {
  opacity: 0;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #FFFFFF;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease;
}
#preloader.is-done {
  opacity: 0;
  pointer-events: none;
}

.preloader__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/pre-home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease;
}
.preloader__bg.is-visible {
  opacity: 1;
}

.preloader__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.preloader__logo {
  overflow: hidden;
}

.preloader__logo-inner {
  display: block;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.preloader__logo.is-visible .preloader__logo-inner {
  transform: translateY(0);
}
.preloader__logo-inner img {
  display: block;
  width: auto;
  height: auto;
  max-height: 48px;
}

.preloader__text {
  overflow: hidden;
  text-align: right;
  font-size: 18px;
  line-height: 24px;
}
.preloader__text p {
  margin: 0;
}

.preloader__text-inner {
  display: block;
  color: #2C330B;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.preloader__text.is-visible .preloader__text-inner {
  transform: translateY(0);
}

/* -- @include break(mobile)-- */
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .admin-bar #preloader,
  .admin-bar .home-veil {
    top: 46px;
  }
  .preloader__bg {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    left: 0;
    right: 0;
    height: 70dvh;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
  }
  .preloader__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 40px;
  }
  .preloader__logo {
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .preloader__logo-inner img {
    max-height: 36px;
  }
  .preloader__text {
    text-align: left;
    max-width: 202px;
  }
}
.contact-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: none;
}
.contact-popup .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(44, 51, 11, 0.85);
  cursor: pointer;
  z-index: 0;
}
.contact-popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80vw;
  max-height: calc(100dvh - 40px);
  overflow-y: hidden;
  background-color: #2C330B;
  padding: 30px 60px;
  z-index: 2;
  pointer-events: auto;
  gap: 30px;
  align-items: flex-start;
  flex-direction: column;
}
.contact-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s ease;
}
.contact-popup .close:hover {
  opacity: 0.6;
}
.contact-popup .wpcf7 {
  width: 100%;
}
.contact-popup .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.contact-popup .wpcf7-form > p {
  width: 100%;
  margin: 0;
}
.contact-popup .wpcf7-response-output {
  position: absolute;
  bottom: 40px;
  left: 200px;
}
.contact-popup .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-popup .form-row {
  width: 100%;
}
.contact-popup .form-row p {
  display: flex;
  gap: 20px;
}
.contact-popup .form-row br {
  display: none;
}
.contact-popup .form-row .wpcf7-form-control-wrap {
  flex: 1;
}
.contact-popup input[type=text],
.contact-popup input[type=email],
.contact-popup input[type=tel],
.contact-popup textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666B4F;
  color: #E4E4DF;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  outline: none;
  transition: border-color 0.25s ease;
}
.contact-popup input[type=text]::-moz-placeholder, .contact-popup input[type=email]::-moz-placeholder, .contact-popup input[type=tel]::-moz-placeholder, .contact-popup textarea::-moz-placeholder {
  color: #B3B5A7;
}
.contact-popup input[type=text]::placeholder,
.contact-popup input[type=email]::placeholder,
.contact-popup input[type=tel]::placeholder,
.contact-popup textarea::placeholder {
  color: #B3B5A7;
}
.contact-popup input[type=text]:focus,
.contact-popup input[type=email]:focus,
.contact-popup input[type=tel]:focus,
.contact-popup textarea:focus {
  border-bottom-color: #E4E4DF;
}
.contact-popup textarea {
  resize: none;
  min-height: 100px;
}
.contact-popup input[type=submit] {
  align-self: flex-start;
  background-color: #B3B5A7;
  color: #2C330B;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
  transition: background-color 0.25s ease;
  margin-top: 10px;
}
.contact-popup input[type=submit]:hover {
  background-color: #E4E4DF;
}
.contact-popup .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact-popup .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: #B3B5A7;
}
.contact-popup .wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid #666B4F;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.contact-popup .wpcf7-acceptance input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #E4E4DF;
  border-bottom: 2px solid #E4E4DF;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.contact-popup .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #666B4F;
  border-color: #666B4F;
}
.contact-popup .wpcf7-acceptance input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact-popup .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  color: #B3B5A7;
  line-height: 1.5;
  cursor: pointer;
}
.contact-popup .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-popup .wpcf7-response-output {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  color: #E4E4DF;
  border: none;
}
.contact-popup .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e07070;
  margin-top: 4px;
}
.contact-popup {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .contact-popup .inner {
    max-width: calc(100% - 30px);
    padding: 50px 20px 40px;
    transform: none;
    max-height: 70dvh;
    overflow-y: auto;
  }
}

.popup-contact__intro-title {
  margin-bottom: 12px;
}
.popup-contact__intro p:not(:last-child) {
  margin-bottom: 12px;
}
.popup-contact__intro a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.popup-contact__phones {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.section-hero {
  position: relative;
  height: min(100dvh, 812px);
  overflow: hidden;
  color: #FFFFFF;
  background-color: #FFFFFF;
  background-image: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #3D2914 100%), url("../img/hero-bg.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.admin-bar .section-hero {
  height: min(100dvh - 32px, 780px);
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.section-hero__header {
  position: relative;
}
.section-hero__marker-left {
  position: absolute;
  top: 8px;
  left: 180px;
  width: 18px;
  height: 18px;
  background-color: #E4E4DF;
}
.section-hero__title {
  margin-left: 240px;
  color: #FFFFFF;
  max-width: 500px;
}
.section-hero__text {
  margin-top: 30px;
  margin-left: 300px;
  max-width: 450px;
}
.section-hero__text p {
  margin: 0;
  color: #FFFFFF;
}
.section-hero .cta-block {
  padding-left: 240px;
  margin-top: 67px;
}
.section-hero__media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36.25vw;
  aspect-ratio: 1/1;
  z-index: 1;
}
.section-hero__marker-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #E4E4DF;
  z-index: 2;
}
.section-hero__image {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 0;
  bottom: 0;
  margin: 0;
}
.section-hero__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  line-height: 1;
}
.section-hero {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-hero {
    height: min(100dvh, 960px);
  }
  .admin-bar .section-hero {
    height: min(100dvh - 32px, 928px);
  }
  .section-hero__title {
    max-width: 620px;
  }
  .section-hero__text {
    max-width: 560px;
  }
  .section-hero__media {
    width: 36.9047619048vw;
    max-height: 750px;
  }
}
.section-hero {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-hero {
    height: min(100dvh, 1080px);
  }
  .admin-bar .section-hero {
    height: min(100dvh - 32px, 1048px);
  }
  .section-hero__marker-left {
    left: 300px;
  }
  .section-hero__title {
    max-width: 838px;
    font-size: 80px;
    line-height: 92px;
    margin-left: 360px;
  }
  .section-hero__text {
    max-width: 545px;
    margin-left: 540px;
  }
  .section-hero__media {
    width: 36.4583333333vw;
    max-height: 700px;
  }
  .section-hero .cta-block {
    padding-left: 540px;
  }
}
.section-hero {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-hero {
    height: min(100dvh, 1300px);
  }
  .admin-bar .section-hero {
    height: min(100dvh - 32px, 1268px);
  }
  .section-hero__marker-left {
    left: 420px;
  }
  .section-hero__title {
    max-width: 1100px;
    margin-left: 480px;
  }
  .section-hero__text {
    max-width: 545px;
    margin-left: 660px;
    margin-top: 60px;
  }
  .section-hero__media {
    width: 32.8125vw;
    max-height: 1100px;
  }
  .section-hero .cta-block {
    padding-left: 660px;
    margin-top: 100px;
  }
}
.section-hero {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-hero__content {
    padding: 0 15px;
    justify-content: flex-end;
    margin-bottom: 75px;
  }
  .section-hero__marker-left {
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
  }
  .section-hero__marker-right {
    width: 8px;
    height: 8px;
  }
  .section-hero__title {
    margin-left: 15px;
    margin-top: 12px;
    max-width: none;
  }
  .section-hero__text {
    margin-top: 24px;
    margin-left: 30px;
    max-width: none;
  }
  .section-hero .cta-block {
    padding-left: 120px;
    margin-top: 40px;
  }
  .section-hero__media {
    top: 134px;
    bottom: auto;
    width: 61.8666666667vw;
    aspect-ratio: 53/61;
  }
  .section-hero__image {
    top: 8px;
    left: 8px;
  }
  .section-hero__image img {
    -o-object-position: center 0;
       object-position: center 0;
  }
  .section-hero::before {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    background-position: 15px 0;
  }
  .section-hero__scroll {
    display: none;
  }
}

.section-introduction {
  position: relative;
  background-color: #2C330B;
  color: #FFFFFF;
  min-height: 745px;
  display: flex;
  align-items: center;
}
.section-introduction::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-introduction__image {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 540px;
  z-index: 2;
  margin: 0;
}
.section-introduction__image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-introduction__content {
  position: relative;
  z-index: 2;
  margin-left: 540px;
}
.section-introduction__title {
  margin: 0 0 56px;
  color: #FFFFFF;
  background-color: #2C330B;
}
.section-introduction__header {
  display: flex;
  align-items: flex-start;
  margin-left: 120px;
  margin-bottom: 65px;
  position: relative;
}
.section-introduction__marker {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: #E4E4DF;
}
.section-introduction__subtitle {
  margin: 0;
  margin-left: 30px;
  color: #FFFFFF;
  max-width: 300px;
  background-color: #2C330B;
}
.section-introduction__text {
  margin-left: 240px;
  max-width: 450px;
  color: #E4E4DF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  background-color: #2C330B;
}
.section-introduction__text p {
  margin: 0;
}
.section-introduction__title-p1, .section-introduction__title-p2 {
  display: none;
  color: #FFFFFF;
  margin: 0;
}
.section-introduction {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-introduction {
    min-height: 760px;
  }
  .section-introduction__image {
    width: 600px;
  }
  .section-introduction__content {
    margin-left: 600px;
  }
  .section-introduction__subtitle {
    max-width: 380px;
  }
  .section-introduction__text {
    max-width: 560px;
  }
}
.section-introduction {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-introduction {
    min-height: 900px;
  }
  .section-introduction__image {
    width: 660px;
  }
  .section-introduction__content {
    margin-left: 660px;
  }
  .section-introduction__subtitle {
    max-width: 440px;
  }
  .section-introduction__text {
    max-width: 640px;
    font-size: 17px;
    line-height: 24px;
  }
}
.section-introduction {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-introduction {
    min-height: 1100px;
  }
  .section-introduction__image {
    width: 740px;
    left: 360px;
  }
  .section-introduction__content {
    margin-left: 1020px;
  }
  .section-introduction__subtitle {
    max-width: 560px;
  }
  .section-introduction__text {
    max-width: 820px;
    font-size: 19px;
    line-height: 28px;
  }
}
.section-introduction {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-introduction {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .section-introduction::before {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    background-position: 15px 0;
    z-index: 0;
  }
  .section-introduction__title-p1 {
    display: block;
    padding: 10px 15px 0;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
  }
  .section-introduction__image {
    position: static;
    transform: none;
    width: 100%;
    margin: 0 15px;
  }
  .section-introduction__image img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .section-introduction__title-p2 {
    display: block;
    padding: 0 15px 15px;
    text-align: right;
    margin-top: -42px;
    z-index: 2;
    position: relative;
  }
  .section-introduction__title {
    display: none;
  }
  .section-introduction__content {
    margin-left: 0;
    padding: 0 15px;
  }
  .section-introduction__header {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .section-introduction__subtitle {
    max-width: 200px;
    margin-bottom: 8px;
    margin-left: 15px;
  }
  .section-introduction__text {
    margin-left: 30px;
    margin-right: 15px;
    max-width: none;
    padding-bottom: 30px;
  }
  .section-introduction__marker {
    width: 8px;
    height: 8px;
  }
}

.section-interventions {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url("../img/interventions-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-interventions {
    height: 100%;
  }
}
.admin-bar .section-interventions {
  height: calc(100vh - 32px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .admin-bar .section-interventions {
    height: 100%;
  }
}
.section-interventions__left {
  flex: 0 0 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section-interventions__header {
  position: relative;
  margin-bottom: 32px;
}
.section-interventions__marker {
  position: absolute;
  left: 180px;
  top: 8px;
  width: 18px;
  height: 18px;
  background-color: #E4E4DF;
}
.section-interventions__title {
  margin-left: 240px;
  color: #FFFFFF;
  max-width: 360px;
  padding-top: 18px;
}
.section-interventions__text {
  margin-left: 300px;
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 450px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.section-interventions__text p {
  margin: 0;
  color: #FFFFFF;
}
.section-interventions .cta-block {
  padding-left: 300px;
}
.section-interventions__slider {
  flex: 1;
  max-width: 470px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  height: 100%;
  margin-left: 10px;
}
.section-interventions__nav {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.section-interventions__nav-nums {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.section-interventions__nav-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #E4E4DF;
  color: #2C330B;
  flex-shrink: 0;
}
.section-interventions__nav-others {
  display: flex;
  align-items: center;
}
.section-interventions__nav-other-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #B3B5A7;
  color: #2C330B;
  font-size: 15px;
  font-family: "Funnel Display", serif;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3px;
  cursor: pointer;
  margin-right: 40px;
  opacity: 1;
  max-width: 20px;
  overflow: hidden;
  transition: opacity 0.3s ease, max-width 0.3s ease, margin-right 0.3s ease, background-color 0.25s ease;
}
.section-interventions__nav-other-num:last-child {
  margin-right: 0;
}
.section-interventions__nav-other-num:hover {
  background-color: #E4E4DF;
}
.section-interventions__nav-other-num.is-hidden {
  opacity: 0;
  max-width: 0;
  margin-right: 0;
  pointer-events: none;
}
.section-interventions__panel {
  flex: 1;
  max-height: 600px;
  max-width: 420px;
  margin-left: 50px;
  position: relative;
  background-color: #2C330B;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-top: 60px;
  overflow: hidden;
}
.section-interventions__nav-arrows {
  position: absolute;
  top: 40px;
  right: 30px;
  display: flex;
  gap: 16px;
  z-index: 2;
  width: 100%;
  max-width: 360px;
  justify-content: space-between;
}
.section-interventions__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s ease;
  width: 20px;
  height: 20px;
}
.section-interventions__arrow svg path {
  transition: fill 0.25s ease;
}
.section-interventions__arrow:hover svg path {
  fill: #E4E4DF;
}
.section-interventions__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.section-interventions__slides {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.section-interventions__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.section-interventions__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.section-interventions__slide-title {
  margin: 0 0 24px;
  color: #E4E4DF;
}
.section-interventions__slide-text {
  margin-bottom: 30px;
}
.section-interventions__slide-text h3 {
  margin: 0 0 20px;
}
.section-interventions__slide-text p {
  color: #EAEAEA;
  margin: 0;
  font-size: 15px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.section-interventions__slide-objective {
  margin-bottom: 30px;
}
.section-interventions__slide-label {
  margin: 0 0 6px;
  color: #B3B5A7;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
}
.section-interventions__slide-label.dark {
  color: #666B4F;
}
.section-interventions__slide-label {
  margin: 0 0 6px;
  color: #B3B5A7;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
}
.section-interventions__slide-label.dark {
  color: #666B4F;
}
.section-interventions__slide-objective-text {
  margin: 0;
  color: #EAEAEA;
  font-size: 18px;
  font-family: "Funnel Display", serif;
  font-weight: 500;
  font-weight: 500;
  line-height: 21px;
}
.section-interventions__slide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-interventions__slide-list-item {
  color: #E4E4DF;
  padding: 3px 0;
  border-bottom: 1px solid #666B4F;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.section-interventions.will-animate .section-interventions__panel,
.section-interventions.will-animate .section-interventions__nav-current,
.section-interventions.will-animate .section-interventions__nav-other-num {
  opacity: 0;
}
.section-interventions__cta-mobile {
  display: none;
}
.section-interventions {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-interventions__left {
    flex: 0 0 900px;
  }
  .section-interventions__title {
    max-width: 475px;
  }
  .section-interventions__panel {
    max-height: 600px;
  }
}
.section-interventions {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-interventions__left {
    flex: 0 0 1060px;
  }
  .section-interventions__title {
    max-width: 580px;
  }
  .section-interventions__text {
    max-width: 660px;
    font-size: 17px;
    line-height: 24px;
  }
  .section-interventions__nav-current {
    font-size: 32px;
    line-height: 50px;
  }
  .section-interventions__nav-arrows {
    top: 37px;
    max-width: 538px;
  }
  .section-interventions__slider {
    max-width: 650px;
  }
  .section-interventions__panel {
    max-height: 675px;
    max-width: 600px;
    padding: 37px;
    padding-top: 75px;
  }
  .section-interventions__slide-label {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.48px;
    margin-bottom: 7.5px;
  }
  .section-interventions__slide-title {
    margin-bottom: 32px;
  }
  .section-interventions__slide-text p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 37px;
  }
  .section-interventions__slide-objective {
    margin-bottom: 37px;
  }
  .section-interventions__slide-objective-text {
    font-size: 24px;
    line-height: 28px;
  }
  .section-interventions__slide-interventions .section-interventions__slide-label {
    margin-bottom: 12px;
  }
  .section-interventions__slide-list-item {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
  }
}
.section-interventions {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-interventions__left {
    flex: 0 0 1380px;
  }
  .section-interventions__marker {
    left: 420px;
  }
  .section-interventions__title {
    max-width: 760px;
    font-size: 60px;
    line-height: 66px;
    margin-left: 480px;
  }
  .section-interventions__text {
    max-width: 570px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-left: 540px;
  }
  .section-interventions .cta-block {
    padding-left: 540px;
  }
  .section-interventions__slide-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-interventions {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-interventions {
    height: auto;
    overflow: visible;
    flex-direction: column;
  }
  .section-interventions__left {
    padding: 40px 15px 30px;
    justify-content: flex-start;
    flex: 0 0 auto;
  }
  .section-interventions__left .section-interventions__marker {
    left: 0;
    width: 12px;
    height: 12px;
    top: 0;
  }
  .section-interventions__left .section-interventions__title {
    margin-left: 15px;
    max-width: none;
    padding-top: 12px;
  }
  .section-interventions__left .section-interventions__text {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: none;
  }
  .section-interventions__left .cta-block {
    display: none;
  }
  .section-interventions__slider {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    align-self: auto;
  }
  .section-interventions__nav {
    padding: 0 15px;
  }
  .section-interventions__nav-arrows {
    top: 30px;
    max-width: calc(100% - 60px);
  }
  .section-interventions__nav-current {
    width: 30px;
    height: 30px;
  }
  .section-interventions__nav-other-num {
    width: 8px;
    height: 8px;
    font-size: 0;
    margin-right: 30px;
  }
  .section-interventions__panel {
    max-height: none;
    max-width: none;
    margin-left: 45px;
    margin-right: 15px;
    min-height: 450px;
    padding-top: 75px;
  }
  .section-interventions__cta-mobile {
    display: block;
    padding: 30px 15px 40px;
  }
  .section-interventions__cta-mobile .cta-block {
    padding-left: 0;
  }
  .section-interventions__slide {
    overflow-y: hidden;
  }
  .section-interventions__slide-interventions {
    display: none;
  }
  .section-interventions__slide-texte {
    margin-bottom: 24px;
  }
}

.section-decisions {
  position: relative;
  background-color: #2C330B;
  padding-top: 120px;
  padding-bottom: 60px;
}
.section-decisions::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-decisions__top {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 90px;
  gap: 90px;
}
.section-decisions__left {
  flex: 0 0 660px;
  position: relative;
}
.section-decisions__header {
  position: relative;
  margin-bottom: 43px;
}
.section-decisions__title {
  margin-left: 210px;
  color: #FFFFFF;
  max-width: 480px;
  width: 100%;
  background-color: #2C330B;
}
.section-decisions__marker {
  position: absolute;
  left: 180px;
  top: 100%;
  width: 10px;
  height: 10px;
  background-color: #E4E4DF;
}
.section-decisions__text {
  margin-left: 240px;
  max-width: 430px;
  color: #E4E4DF;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  background-color: #2C330B;
}
.section-decisions__text p {
  margin: 0;
}
.section-decisions__right {
  flex: 0 0 600px;
  position: relative;
}
.section-decisions__image-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #666B4F;
  z-index: 1;
}
.section-decisions__image-marker--tr {
  top: -30px;
  right: -30px;
}
.section-decisions__image-marker--bl {
  top: 100%;
  left: -30px;
}
.section-decisions__image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.section-decisions__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-decisions__block {
  margin: 0 60px;
  padding: 74px 120px;
  background-color: #666B4F;
  position: relative;
  z-index: 2;
}
.section-decisions__block-title {
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 70px;
}
.section-decisions__items {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.section-decisions__item {
  flex: 1;
  position: relative;
  padding-left: 10px;
}
.section-decisions__item-marker {
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background-color: #E4E4DF;
}
.section-decisions__item-tags {
  margin: 6px 0 20px;
  color: #E4E4DF;
}
.section-decisions__item-title {
  margin: 0 0 10px;
  color: #FFFFFF;
}
.section-decisions__item-text p {
  margin: 0;
  color: #E4E4DF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-decisions__nav-arrows {
  display: none;
}
.section-decisions {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-decisions {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .section-decisions__top {
    gap: 120px;
    margin-bottom: 120px;
  }
  .section-decisions__left {
    flex: 0 0 780px;
  }
  .section-decisions__title {
    max-width: 580px;
  }
  .section-decisions__text {
    max-width: 540px;
  }
  .section-decisions__right {
    flex: 0 0 680px;
  }
  .section-decisions__block {
    padding: 90px 180px;
  }
  .section-decisions__block-title {
    margin-bottom: 90px;
  }
}
.section-decisions {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-decisions {
    padding-top: 240px;
    padding-bottom: 180px;
  }
  .section-decisions__top {
    gap: 160px;
    margin-bottom: 160px;
  }
  .section-decisions__marker {
    left: 300px;
  }
  .section-decisions__left {
    flex: 0 0 920px;
  }
  .section-decisions__title {
    max-width: 700px;
    margin-left: 360px;
  }
  .section-decisions__text {
    max-width: 640px;
    font-size: 18px;
    line-height: 24px;
    margin-left: 420px;
  }
  .section-decisions__right {
    flex: 0 0 800px;
  }
  .section-decisions__block {
    padding: 100px 240px;
    margin: 0 180px;
  }
  .section-decisions__block-title {
    margin-bottom: 110px;
  }
  .section-decisions__items {
    gap: 60px;
  }
}
.section-decisions {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-decisions {
    padding-top: 360px;
    padding-bottom: 240px;
  }
  .section-decisions__top {
    gap: 220px;
    margin-bottom: 220px;
  }
  .section-decisions__left {
    flex: 0 0 1260px;
  }
  .section-decisions__marker {
    left: 420px;
  }
  .section-decisions__title {
    max-width: 940px;
    margin-left: 480px;
  }
  .section-decisions__text {
    margin-left: 540px;
  }
  .section-decisions__right {
    flex: 0 0 1048px;
  }
  .section-decisions__block {
    padding: 130px 300px;
  }
  .section-decisions__block-title {
    margin-bottom: 140px;
  }
  .section-decisions__items {
    gap: 80px;
  }
}
.section-decisions {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-decisions {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .section-decisions::before {
    background-attachment: scroll;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    background-position: 0 0;
  }
  .section-decisions__top {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .section-decisions__left {
    flex: none;
    width: 100%;
    padding: 0 15px 20px;
  }
  .section-decisions__header {
    margin-bottom: 27px;
  }
  .section-decisions__marker {
    left: 0;
    width: 10px;
    height: 10px;
  }
  .section-decisions__title {
    margin-left: 0;
    max-width: none;
    font-size: 32px;
    line-height: 40px;
    margin-left: 15px;
    max-width: 286px;
  }
  .section-decisions__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 285px;
  }
  .section-decisions__right {
    flex: none;
    width: 100%;
    margin-left: 45px;
    margin-bottom: 78px;
  }
  .section-decisions__right .section-decisions__image {
    max-width: calc(100% - 45px);
  }
  .section-decisions__right .section-decisions__image-marker {
    top: 100%;
    right: auto;
    right: initial;
    left: -30px;
  }
  .section-decisions__image {
    height: auto;
  }
  .section-decisions__image img {
    height: auto;
  }
  .section-decisions__block {
    margin: 0 15px;
    padding: 30px 15px;
  }
  .section-decisions__block-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    max-width: 200px;
  }
  .section-decisions__nav-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: -30px;
  }
  .section-decisions__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.25s ease;
    width: 20px;
    height: 20px;
  }
  .section-decisions__arrow svg path {
    transition: fill 0.25s ease;
  }
  .section-decisions__arrow:hover svg path {
    fill: #E4E4DF;
  }
  .section-decisions__arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .section-decisions__items {
    display: block;
    position: relative;
    min-height: 278px;
  }
  .section-decisions__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .section-decisions__item.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.section-image {
  position: relative;
  height: 100vh;
  max-height: 656px;
  overflow: hidden;
}
.admin-bar .section-image {
  height: calc(100vh - 32px);
}
.section-image__figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 0;
}
.section-image__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(50% + 180px);
     object-position: center calc(50% + 180px);
}
.section-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='188' height='188' viewBox='0 0 188 188' fill='none'%3E%3Crect x='61' y='182' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='182' y='123' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='122' y='183' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='2' y='63' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='2' y='123' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='121' y='122' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='181' y='62' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='181' y='2' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='60' y='121' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect x='120' y='61' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect x='120' y='1' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect y='1' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect x='59' y='60' width='10' height='10' fill='%23D9D9D9'/%3E%3Crect x='59' width='10' height='10' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 188px 188px;
  background-position: 1138px 120px;
  z-index: 2;
  pointer-events: none;
}
.section-image {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-image {
    max-height: 768px;
  }
  .section-image::after {
    background-position: 1320px 75px;
  }
}
.section-image {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-image {
    max-height: 900px;
  }
  .section-image::after {
    background-position: 1560px 80px;
  }
}
.section-image {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-image {
    max-height: 1172px;
  }
  .section-image::after {
    background-position: 2100px 100px;
  }
}
.section-image {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-image {
    height: 270px;
    max-height: 270px;
  }
  .section-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    top: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    background-position: 0 0;
    background-attachment: scroll;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
  }
  .section-image::after {
    background-size: 93px 93px;
    background-position: right 37px top 45px;
  }
  .section-image__figure img {
    -o-object-position: center;
       object-position: center;
  }
}

.section-conseil {
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 92px;
}
.section-conseil__team {
  flex: 0 0 auto;
  margin-left: 180px;
  position: relative;
}
.section-conseil__member {
  display: flex;
  align-items: stretch;
  position: relative;
  padding-left: 20px;
}
.section-conseil__team-marker {
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #E4E4DF;
  z-index: 1;
}
.section-conseil__member-name-cell {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.section-conseil__member--alt .section-conseil__member-name-cell {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 30px;
}
.section-conseil__member-image {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
}
.section-conseil__member-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-conseil__member-name {
  margin: 0;
  color: #2C330B;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-conseil__content {
  flex: 1;
  margin-left: 138px;
  max-width: 540px;
  position: relative;
  padding-top: 20px;
}
.section-conseil__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #E4E4DF;
}
.section-conseil__title {
  margin-left: 30px;
  margin-bottom: 60px;
  color: #2C330B;
}
.section-conseil__text {
  max-width: 475px;
}
.section-conseil__text p {
  margin: 0;
  color: #2C330B;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-conseil {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-conseil {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-conseil__member-name-cell, .section-conseil__member-image {
    width: 260px;
    height: 260px;
  }
  .section-conseil__title {
    margin-bottom: 80px;
  }
  .section-conseil__text {
    max-width: 580px;
  }
}
.section-conseil {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-conseil {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .section-conseil__team {
    margin-left: 300px;
  }
  .section-conseil__content {
    max-width: 620px;
  }
  .section-conseil__member-name-cell, .section-conseil__member-image {
    width: 310px;
    height: 310px;
  }
  .section-conseil__title {
    margin-bottom: 100px;
  }
  .section-conseil__text {
    max-width: 680px;
  }
  .section-conseil__text p {
    font-size: 17px;
    line-height: 24px;
  }
}
.section-conseil {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-conseil {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .section-conseil__member-name-cell, .section-conseil__member-image {
    width: 420px;
    height: 420px;
  }
  .section-conseil__title {
    margin-bottom: 140px;
  }
  .section-conseil__text {
    max-width: 920px;
  }
  .section-conseil__text p {
    font-size: 19px;
    line-height: 28px;
  }
}
.section-conseil {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-conseil {
    flex-direction: column;
    padding-top: 33px;
    padding-bottom: 63px;
    margin: 0 15px;
  }
  .section-conseil__content {
    order: 1;
    margin-left: 0;
    max-width: none;
    padding: 0 0 44px;
  }
  .section-conseil__marker {
    width: 12px;
    height: 12px;
  }
  .section-conseil__title {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 18px;
  }
  .section-conseil__text {
    max-width: 300px;
    margin-left: 30px;
    margin-right: auto;
  }
  .section-conseil__team {
    order: 2;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .section-conseil__team-marker {
    width: 8px;
    height: 8px;
    top: -8px;
  }
  .section-conseil__member {
    padding-left: 0;
    order: 2;
  }
  .section-conseil__member--alt {
    order: 1;
  }
  .section-conseil__member--alt .section-conseil__member-image {
    margin-left: 8px;
    width: calc(50% - 8px);
  }
  .section-conseil__member-image, .section-conseil__member-name-cell {
    width: 50%;
    height: auto;
    aspect-ratio: 1;
  }
  .section-conseil__member-name-cell {
    padding-right: 18px;
  }
  .section-conseil__member--alt .section-conseil__member-name-cell {
    padding-left: 18px;
    padding-right: 0;
  }
}

.section-difference {
  position: relative;
  padding-top: 78px;
  padding-bottom: 74px;
  background-image: url("../img/difference-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-difference {
    background: #2C330B;
  }
}
.section-difference__list {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.section-difference__item {
  align-self: start;
  justify-self: start;
  position: relative;
  padding: 20px 12px;
}
.section-difference__item--4 {
  grid-column: 14/18;
  grid-row: 1;
  background-color: #E4E4DF;
  width: 240px;
  height: 240px;
}
.section-difference__item--1 {
  grid-column: 7/10;
  grid-row: 2;
  background-color: #666B4F;
  margin-top: -180px;
  width: 180px;
  height: 180px;
}
.section-difference__item--7 {
  grid-column: 23/26;
  grid-row: 2;
  background-color: #2C330B;
  margin-top: -180px;
  width: 180px;
  height: 180px;
}
.section-difference__item--5 {
  grid-column: 18/21;
  grid-row: 3;
  background-color: #666B4F;
  width: 170px;
  height: 170px;
  position: relative;
}
.section-difference__item--5::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 10px;
  height: 10px;
  background-color: #666B4F;
}
.section-difference__item--2 {
  grid-column: 10/14;
  grid-row: 3;
  background-color: #E4E4DF;
  margin-top: 20px;
  width: 220px;
  height: 220px;
  margin-left: 20px;
}
.section-difference__item--6 {
  grid-column: 21/24;
  grid-row: 4;
  background-color: #B3B5A7;
  width: 180px;
  height: 180px;
  margin-top: -60px;
  margin-left: 10px;
}
.section-difference__item--3 {
  grid-column: 14/18;
  grid-row: 5;
  background-color: #2C330B;
  width: 198px;
  height: 198px;
  margin-top: -110px;
}
.section-difference__item-marker {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: #B3B5A7;
}
.section-difference__item-marker--outside {
  top: 100%;
  left: 100%;
  width: 42px;
  height: 42px;
  background-color: #B3B5A7;
}
.section-difference__item-title {
  margin: 0 0 10px;
}
.section-difference__item--1 .section-difference__item-title, .section-difference__item--5 .section-difference__item-title {
  color: #FFFFFF;
}
.section-difference__item--2 .section-difference__item-title, .section-difference__item--4 .section-difference__item-title {
  color: #2C330B;
}
.section-difference__item--3 .section-difference__item-title, .section-difference__item--7 .section-difference__item-title {
  color: #E4E4DF;
}
.section-difference__item--6 .section-difference__item-title {
  color: #2C330B;
}
.section-difference__item-text p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-difference__item--1 .section-difference__item-text p, .section-difference__item--5 .section-difference__item-text p {
  color: #FFFFFF;
}
.section-difference__item--2 .section-difference__item-text p, .section-difference__item--4 .section-difference__item-text p {
  color: #2C330B;
}
.section-difference__item--3 .section-difference__item-text p, .section-difference__item--7 .section-difference__item-text p {
  color: #E4E4DF;
}
.section-difference__item--6 .section-difference__item-text p {
  color: #2C330B;
}
.section-difference__title {
  align-self: center;
  margin: 0;
  padding: 60px 0;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 450px;
  margin-top: 120px;
}
.section-difference {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-difference {
    padding-top: 100px;
    padding-bottom: 92px;
  }
  .section-difference__list {
    padding: 0 90px;
  }
  .section-difference__item--2 {
    width: 240px;
    height: 240px;
  }
  .section-difference__item--6 {
    margin-top: -80px;
  }
  .section-difference__item--3 {
    margin-top: -120px;
  }
}
.section-difference {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-difference {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .section-difference__list {
    padding: 0 120px;
  }
  .section-difference__item {
    padding: 30px 16px;
  }
  .section-difference__item-title {
    margin-bottom: 15px;
  }
  .section-difference__item-text p {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0.42px;
  }
  .section-difference__item--4 {
    grid-column: 16/20;
    width: 360px;
    height: 360px;
  }
  .section-difference__item--1 {
    grid-column: 9/12;
    width: 270px;
    height: 270px;
    margin-top: -270px;
  }
  .section-difference__item--7 {
    width: 240px;
    height: 240px;
    margin-top: -240px;
  }
  .section-difference__item--2 {
    grid-column: 12/16;
    width: 340px;
    height: 340px;
  }
  .section-difference__item--5 {
    grid-column: 20/23;
    width: 230px;
    height: 230px;
  }
  .section-difference__item--6 {
    grid-column: 23/26;
    width: 240px;
    height: 240px;
    margin-top: -120px;
  }
  .section-difference__item--3 {
    grid-column: 16/20;
    width: 318px;
    height: 318px;
    margin-top: -150px;
  }
  .section-difference__title {
    max-width: 448px;
    font-size: 72px;
    line-height: 84px;
    left: 120px;
  }
}
.section-difference {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-difference {
    padding-top: 180px;
    padding-bottom: 150px;
  }
  .section-difference__list {
    padding: 0 150px;
  }
  .section-difference__item {
    padding: 30px 16px;
  }
  .section-difference__item-title {
    font-size: 24px;
    line-height: 28px;
  }
  .section-difference__item-text p {
    font-size: 17px;
    line-height: 24px;
  }
  .section-difference__item--4 {
    grid-column: 17/23;
    width: 360px;
    height: 360px;
    margin-left: -12px;
  }
  .section-difference__item--1 {
    grid-column: 10/23;
    width: 270px;
    height: 270px;
    margin-top: -270px;
    margin-left: -30px;
  }
  .section-difference__item--7 {
    width: 240px;
    height: 240px;
    margin-top: -240px;
  }
  .section-difference__item--2 {
    grid-column: 13/23;
    width: 340px;
    height: 340px;
    margin-left: -3px;
  }
  .section-difference__item--5 {
    grid-column: 21/23;
    width: 230px;
    height: 230px;
    margin-right: 10px;
  }
  .section-difference__item--6 {
    grid-column: 23/26;
    width: 240px;
    height: 240px;
    margin-top: -120px;
    margin-left: 0;
  }
  .section-difference__item--3 {
    grid-column: 17/23;
    width: 318px;
    height: 318px;
    margin-top: -120px;
    margin-left: -14px;
  }
  .section-difference__title {
    max-width: 570px;
    left: 300px;
  }
}
.section-difference {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-difference {
    padding-top: 40px;
    padding-bottom: 57px;
  }
  .section-difference__list {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    gap: 0;
  }
  .section-difference__title {
    order: -1;
    position: static;
    transform: none;
    padding: 0 0 23px;
    margin: 0;
    max-width: none;
  }
  .section-difference__item {
    margin-top: 0;
  }
  .section-difference__item--1 {
    order: 1;
    margin-left: 8px;
    margin-bottom: 30px;
  }
  .section-difference__item--1::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 8px;
    height: 8px;
    background-color: #E4E4DF;
  }
  .section-difference__item--2 {
    order: 4;
    margin-left: 20px;
    width: 180px;
    height: 180px;
  }
  .section-difference__item--3 {
    order: 6;
    margin-left: 0;
    margin-bottom: 20px;
    width: 220px;
    height: 145px;
  }
  .section-difference__item--3 .section-difference__item-marker--outside {
    width: 20px;
    height: 20px;
    left: calc(100vw - 30px - 20px);
  }
  .section-difference__item--4 {
    order: 2;
    margin-left: 60px;
    width: 270px;
    height: 270px;
  }
  .section-difference__item--5 {
    order: 5;
    margin-left: 120px;
    margin-bottom: 8px;
  }
  .section-difference__item--5::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 8px;
    height: 8px;
    background-color: #666B4F;
  }
  .section-difference__item--6 {
    order: 7;
    margin-left: 120px;
    width: 180px;
    height: 180px;
  }
  .section-difference__item--7 {
    order: 3;
    margin-left: auto;
    margin-bottom: 35px;
    width: 220px;
    height: 143px;
  }
}

.section-cta {
  position: relative;
  background-color: #2C330B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 172px 60px 92px;
}
.section-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-cta__wrapper {
  max-width: 600px;
  width: 100%;
}
.section-cta__title {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin: 0;
  max-width: 570px;
  background-color: #2C330B;
}
.section-cta__text {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  max-width: 360px;
  margin-right: 0;
  margin-left: auto;
  background-color: #2C330B;
}
.section-cta__text br {
  display: none;
}
.section-cta__text p {
  margin: 0;
  color: #E4E4DF;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-cta__cta {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-left: 120px;
}
.section-cta {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1680px) {
  .section-cta {
    min-height: 720px;
    padding: 200px 120px 120px;
  }
  .section-cta__wrapper {
    max-width: 740px;
  }
  .section-cta__title {
    max-width: 700px;
  }
  .section-cta__text {
    max-width: 440px;
    margin-top: 40px;
  }
  .section-cta__cta {
    margin-top: 60px;
    margin-left: 150px;
  }
}
.section-cta {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .section-cta {
    min-height: 800px;
    padding: 240px 150px 160px;
  }
  .section-cta__wrapper {
    max-width: 900px;
  }
  .section-cta__title {
    max-width: 860px;
  }
  .section-cta__text {
    max-width: 470px;
    margin-top: 50px;
  }
  .section-cta__text p {
    font-size: 17px;
    line-height: 24px;
  }
  .section-cta__cta {
    margin-top: 70px;
    margin-left: 180px;
  }
}
.section-cta {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 2560px) {
  .section-cta {
    min-height: 1000px;
    padding: 300px 180px 200px;
  }
  .section-cta__wrapper {
    max-width: 1200px;
  }
  .section-cta__title {
    max-width: 1160px;
  }
  .section-cta__text {
    max-width: 540px;
    margin-top: 60px;
  }
  .section-cta__text p {
    font-size: 19px;
    line-height: 28px;
  }
  .section-cta__cta {
    margin-top: 90px;
    margin-left: 240px;
  }
}
.section-cta {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-cta {
    padding: 45px 15px 45px;
    min-height: auto;
  }
  .section-cta::before {
    background-attachment: scroll;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    background-position: 0 0;
  }
  .section-cta__wrapper {
    max-width: none;
  }
  .section-cta__title {
    max-width: none;
    background-color: #2C330B;
  }
  .section-cta__text {
    margin-left: 30px;
    margin-top: 24px;
    max-width: none;
    background-color: #2C330B;
  }
  .section-cta__text br {
    display: block;
  }
  .section-cta__cta {
    margin-left: 0;
    margin-top: 60px;
  }
}

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em;
}
.quatre-cent-quatre h2 {
  font-size: 2.5em;
}

body.page {
  background-image: none;
}

.page-content {
  background-color: #2C330B;
  color: #E4E4DF;
  min-height: 100dvh;
  padding: 160px 60px 0;
  max-width: 1325px;
  margin: 0 auto;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.page-content p {
  margin-bottom: 16px;
  line-height: 1.7;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content a {
  color: #B3B5A7;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.25s ease;
}
.page-content a:hover {
  color: #FFFFFF;
}
.page-content {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .page-content {
    padding: 160px 180px 0;
  }
}
.page-content {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .page-content {
    padding: 120px 15px 0;
  }
}

/*# sourceMappingURL=style.css.map*/