/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/@glidejs+glide@3.6.2/node_modules/@glidejs/glide/dist/css/glide.core.min.css ***!
  \***************************************************************************************************************************************************************************************************************************/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Fonts */
@font-face {
  font-family: "Brittany Signature";
  src: url(964a0ef3ae85c26194c7.woff2) format("woff2"), url(e2fe1b1079eb9566fa0c.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url(f13ddfa53791c150456a.woff2) format("woff2"), url(d03c0431914895a0eb58.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url(63cdad041d41daa69755.woff2) format("woff2"), url(fa13a0983da223c55a1a.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic Book";
  src: url(3ef40783f4cf75713423.woff2) format("woff2"), url(8061b0530d5fa0a94351.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flogotop";
  src: url(2e7f3731387acb7ea3e4.woff2) format("woff2"), url(24504dcdb2eb2b3ce8ab.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* TOPICS ->
? $px-vw/$px-vh = desired measurement in pixels (without units)
? $multiplier = multiplier useful for scaling the measurements differently in the case of several screen measurements, by default 1
? $min = minimum measurement, the returned value will not scale less than the measurement entered (in pixels), by default there is no minimum measurement
? $min = maximum measurement, the returned value will not scale more than the measurement entered (in pixels), by default there is no maximum measurement
*/
/* USE ->
! .element {
! width: rvw(200, 1.5, 180, 220);
! height: rvh(150, 1.5, 130, 170);
! }
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* 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 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/**
 * 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; /* 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;
  text-decoration: none;
  color: inherit;
  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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

/* 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;
  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 */
  appearance: textfield;
  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.
 */
::file-selector-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  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;
}

/* Modern additions for better web development
   ========================================================================== */
/**
 * Remove list styles on ul, ol elements with a list role,
 * which suggests default styling will be removed
 */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/**
 * Improve media defaults
 */
img,
picture,
video,
canvas,
svg {
  vertical-align: middle;
}

/**
 * Remove built-in form typography styles
 */
input,
button,
textarea,
select {
  font: inherit;
}

/**
 * Avoid text overflows
 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/**
 * Improve line heights for better readability
 */
h1,
h2,
h3,
h4 {
  line-height: 1.1;
}

/**
 * Balance text wrapping on headings
 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

html {
  min-height: 100% !important;
  overflow-x: hidden;
}

body {
  background-color: #f3f4f0;
  color: #2b2b2b;
  font-family: "Futura Cyrillic Book";
  font-size: 18px;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 400;
}

pre {
  position: fixed;
  right: 0;
  top: 0;
  text-align: left;
  text-transform: none;
  width: 325px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  line-height: 11px;
  font-size: 11px;
  letter-spacing: 0;
  word-spacing: 0;
  z-index: 999999999999999;
  padding: 10px;
  margin: 0;
  word-break: normal;
  word-wrap: normal;
  font-family: arial;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  overflow-y: auto;
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000000;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000000;
}

span {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Flogotop";
  font-weight: 400;
}

h5 {
  font-weight: 500;
}

.button,
h6 {
  font-family: "Futura Cyrillic";
  font-weight: 500;
  text-transform: uppercase;
}

p {
  font-family: "Futura Cyrillic Book";
}

.t-250 {
  font-size: 17.3611111111vw;
  line-height: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .t-250 {
    font-size: 333.33325px;
    line-height: 99.999975px;
  }
}
@media (orientation: portrait) {
  .t-250 {
    font-size: 10.8024691358vh;
    line-height: 3.2407407407vh;
  }
}

.t-74 {
  font-size: 5.1388888889vw;
  line-height: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .t-74 {
    font-size: 98.666642px;
    line-height: 99.999975px;
  }
}
@media (orientation: portrait) {
  .t-74 {
    font-size: 4.5679012346vh;
    line-height: 4.6296296296vh;
  }
}

.t-55, .page-flexible .two-images-sentence__sentence {
  font-size: 3.8194444444vw;
  line-height: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .t-55, .page-flexible .two-images-sentence__sentence {
    font-size: 73.333315px;
    line-height: 99.999975px;
  }
}
@media (orientation: portrait) {
  .t-55, .page-flexible .two-images-sentence__sentence {
    font-size: 5.4320987654vh;
    line-height: 7.4074074074vh;
  }
}

.t-36, h1 {
  font-size: 2.5vw;
  line-height: 2.9861111111vw;
  letter-spacing: 0.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .t-36, h1 {
    font-size: 47.999988px;
    line-height: 57.333319px;
    letter-spacing: 1.9999995px;
  }
}
@media (orientation: portrait) {
  .t-36, h1 {
    font-size: 3.5555555556vh;
    line-height: 4.2469135802vh;
    letter-spacing: 0.1481481481vh;
  }
}

.t-30, #single-article .content h2,
#single-article .content h3, #page-policy h1,
#page-policy h2,
#page-policy h3, .ending-section__wrapper h1, h2 {
  font-size: 2.0833333333vw;
  line-height: 2.4305555556vw;
}
@media screen and (min-width: 1920px) {
  .t-30, #single-article .content h2,
  #single-article .content h3, #page-policy h1,
  #page-policy h2,
  #page-policy h3, .ending-section__wrapper h1, h2 {
    font-size: 39.99999px;
    line-height: 46.666655px;
  }
}
@media (orientation: portrait) {
  .t-30, #single-article .content h2,
  #single-article .content h3, #page-policy h1,
  #page-policy h2,
  #page-policy h3, .ending-section__wrapper h1, h2 {
    font-size: 2.962962963vh;
    line-height: 3.4567901235vh;
  }
}

.t-24, h3 {
  font-size: 1.6666666667vw;
  line-height: 1.875vw;
  letter-spacing: 0.0694444444vw;
}
@media screen and (min-width: 1920px) {
  .t-24, h3 {
    font-size: 31.999992px;
    line-height: 35.999991px;
    letter-spacing: 1.333333px;
  }
}
@media (orientation: portrait) {
  .t-24, h3 {
    font-size: 2.3703703704vh;
    line-height: 2.6666666667vh;
    letter-spacing: 0.0987654321vh;
  }
}

.t-20, #single-article .content p, #page-policy p, h4 {
  font-size: 1.3888888889vw;
  line-height: 1.5972222222vw;
}
@media screen and (min-width: 1920px) {
  .t-20, #single-article .content p, #page-policy p, h4 {
    font-size: 26.66666px;
    line-height: 30.666659px;
  }
}
@media (orientation: portrait) {
  .t-20, #single-article .content p, #page-policy p, h4 {
    font-size: 2.4691358025vh;
    line-height: 2.8395061728vh;
  }
}

.t-18, h5 {
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .t-18, h5 {
    font-size: 23.999994px;
    line-height: 27.999993px;
  }
}
@media (orientation: portrait) {
  .t-18, h5 {
    font-size: 2.2222222222vh;
    line-height: 2.5925925926vh;
  }
}

.t-16, #page-portfolio .list__next, #page-portfolio .list__prev, .wpcf7-response-output:not(:empty), .footer__topRow a,
.footer__topRow p, .menu__voices h6, p {
  font-size: 1.1111111111vw;
  line-height: 1.3194444444vw;
}
@media screen and (min-width: 1920px) {
  .t-16, #page-portfolio .list__next, #page-portfolio .list__prev, .wpcf7-response-output:not(:empty), .footer__topRow a,
  .footer__topRow p, .menu__voices h6, p {
    font-size: 21.333328px;
    line-height: 25.333327px;
  }
}
@media (orientation: portrait) {
  .t-16, #page-portfolio .list__next, #page-portfolio .list__prev, .wpcf7-response-output:not(:empty), .footer__topRow a,
  .footer__topRow p, .menu__voices h6, p {
    font-size: 1.975308642vh;
    line-height: 2.3456790123vh;
  }
}

.t-14, .footer__bottomRow a,
.footer__bottomRow p, .footer__label {
  font-size: 0.9722222222vw;
  line-height: 1.1805555556vw;
}
@media screen and (min-width: 1920px) {
  .t-14, .footer__bottomRow a,
  .footer__bottomRow p, .footer__label {
    font-size: 18.666662px;
    line-height: 22.666661px;
  }
}
@media (orientation: portrait) {
  .t-14, .footer__bottomRow a,
  .footer__bottomRow p, .footer__label {
    font-size: 1.7283950617vh;
    line-height: 2.0987654321vh;
  }
}

.t-12, .wpcf7-acceptance label, .wpcf7-acceptance label span, input::placeholder,
textarea::placeholder,
select::placeholder, form, .topbar__wrapper h6,
.topbar__wrapper a, .button,
h6 {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .t-12, .wpcf7-acceptance label, .wpcf7-acceptance label span, input::placeholder,
  textarea::placeholder,
  select::placeholder, form, .topbar__wrapper h6,
  .topbar__wrapper a, .button,
  h6 {
    font-size: 15.999996px;
    line-height: 19.999995px;
    letter-spacing: 1.9999995px;
  }
}
@media (orientation: portrait) {
  .t-12, .wpcf7-acceptance label, .wpcf7-acceptance label span, input::placeholder,
  textarea::placeholder,
  select::placeholder, form, .topbar__wrapper h6,
  .topbar__wrapper a, .button,
  h6 {
    font-size: 1.4814814815vh;
    line-height: 1.8518518519vh;
    letter-spacing: 0.1851851852vh;
  }
}

.t-10, #cursor .label-wrapper h5 {
  font-size: 0.6944444444vw;
  line-height: 0.9027777778vw;
}
@media screen and (min-width: 1920px) {
  .t-10, #cursor .label-wrapper h5 {
    font-size: 13.33333px;
    line-height: 17.333329px;
  }
}
@media (orientation: portrait) {
  .t-10, #cursor .label-wrapper h5 {
    font-size: 1.2345679012vh;
    line-height: 1.6049382716vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 13.8888888889vw;
  white-space: nowrap;
  min-height: 2.7777777778vw;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2345679012vh 2.0833333333vw;
  transition: background-color 0.2s ease-in, border 0.2s ease-in, color 0.2s ease-in;
  background-color: #b79985;
  border: 1px solid #b79985;
  color: #f3f4f0;
}
@media screen and (orientation: portrait) {
  .button {
    padding: 2.5vw 5vw;
    min-width: 40vw;
  }
}
.button--peachCream {
  background-color: #b79985;
  border: 1px solid #f3f4f0;
  color: #f3f4f0;
}
.button--transparentPeach {
  background-color: transparent;
  border: 1px solid #b79985;
  color: #b79985;
}
.button--azurePeach {
  background-color: #c7d5fb;
  border: 1px solid #c7d5fb;
  color: #976c55;
}
.button--azurePeach:hover {
  background-color: #976c55;
  border: 1px solid #976c55;
  color: #f3f4f0;
}
.button--creamPeach {
  background-color: #f3f4f0;
  border: 1px solid #f3f4f0;
  color: #976c55;
}
.button--creamPeach:hover {
  background-color: #976c55;
  border: 1px solid #976c55;
  color: #f3f4f0;
}
.button--mustard {
  background-color: #c7b761;
  border: 1px solid #c7b761;
  color: #f3f4f0;
}
.button--mustard:hover {
  background-color: #976c55;
  border: 1px solid #976c55;
  color: #f3f4f0;
}
.button:hover {
  background-color: #976c55;
  border: 1px solid #976c55;
  color: #f3f4f0;
}

.height--100 {
  height: 100%;
}
.height--100vh {
  height: 100vh;
}
@media screen and (orientation: portrait) {
  .height--100vh {
    height: 100svh;
  }
}

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1320, #single-project .threeImagesRow, #single-project .twoImagesRow, #single-project .singleImageRow {
  width: 91.6666666667vw;
}
.width--1140 {
  width: 79.1666666667vw;
}
.width--900 {
  width: 62.5vw;
}
.width--600 {
  width: 41.6666666667vw;
}
.width--550 {
  width: 38.1944444444vw;
}
.width--1320, #single-project .threeImagesRow, #single-project .twoImagesRow, #single-project .singleImageRow, .width--1140, .width--900, .width--600, .width--550 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1320, #single-project .threeImagesRow, #single-project .twoImagesRow, #single-project .singleImageRow, .width--1140, .width--900, .width--600, .width--550 {
    width: 90vw;
  }
}

.sectionTitle {
  padding-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .sectionTitle {
    padding-top: 2.962962963vh;
  }
}
@media screen and (orientation: portrait) {
  .sectionTitle {
    text-align: center;
    padding-top: 0;
  }
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

.socials {
  display: flex;
  align-items: center;
}
.socials {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .socials {
    gap: 1.8518518519vh;
  }
}
.socials .icon_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 3.0864197531vh;
  height: 3.0864197531vh;
}
@media screen and (orientation: portrait) {
  .socials .icon_wrap {
    width: 8vw;
    height: 8vw;
  }
}
.socials .icon_wrap:hover .social-hover-wrapper {
  width: 3.0864197531vh !important;
}
@media screen and (orientation: portrait) {
  .socials .icon_wrap:hover .social-hover-wrapper {
    width: 8vw !important;
  }
}
.socials .icon_wrap:hover svg .path-group path {
  fill: #976c55;
}
.socials .icon_wrap a {
  z-index: 9;
  width: 3.0864197531vh;
  height: 3.0864197531vh;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  position: relative;
}
@media screen and (orientation: portrait) {
  .socials .icon_wrap a {
    width: 8vw;
    height: 8vw;
    margin-bottom: 0;
  }
}
.socials .icon_wrap a svg {
  border: 1px solid currentColor;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.socials .icon_wrap a svg .path-group {
  transform-origin: center center;
}
.socials .icon_wrap a svg .path-group path {
  transition: all 1.5s ease-in-out;
}
.socials .icon_wrap a .social-hover-wrapper {
  width: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.8s;
}
@media screen and (orientation: portrait) {
  .socials .icon_wrap a .social-hover-wrapper {
    height: 8vw;
    min-height: 8vw;
  }
}
.socials .icon_wrap a .social-hover-wrapper .social-outline {
  min-width: 3.0864197531vh;
  min-height: 3.0864197531vh;
  border: 1px solid #976c55;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (orientation: portrait) {
  .socials .icon_wrap a .social-hover-wrapper .social-outline {
    min-width: 8vw;
    min-height: 8vw;
  }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  color: #f3f4f0;
  background-color: #976c55;
  transition: all 0.35s ease-in-out;
  transition-property: transform;
  height: 4.3209876543vh;
}
@media screen and (orientation: portrait) {
  .topbar {
    display: none;
  }
}
.topbar.visible .topbar__logo {
  opacity: 1;
}
.topbar.fixed {
  transform: translateY(-100%);
}
.topbar__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar__wrapper h6,
.topbar__wrapper a {
  font-family: "Futura Cyrillic";
  font-weight: 500;
  text-transform: uppercase;
}
.topbar__links {
  display: flex;
  align-items: center;
}
.topbar__links {
  gap: 5.5555555556vw;
}
@media (orientation: portrait) {
  .topbar__links {
    gap: 4.4444444444vh;
  }
}

.header {
  position: fixed;
  left: 0;
  z-index: 9;
  width: 100vw;
  transition: all 0.35s ease-in-out;
  transition-property: transform, opacity;
  top: 4.3209876543vh;
}
@media screen and (orientation: portrait) {
  .header {
    top: 0;
  }
}
.header.visible .header__logo {
  opacity: 1;
}
.header.fixed:not(.opened) {
  opacity: 0;
  transform: translateY(-40%);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__wrapper {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 2.4691358025vh;
  }
}
@media (orientation: portrait) {
  .header__wrapper {
    justify-content: flex-start;
    padding-top: 5vw;
    padding-left: 5vw;
  }
}
.header__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -4.3209876543vh;
  transition: all 0.35s ease-in-out;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.025) 92%, rgba(0, 0, 0, 0.012) 96%, rgba(0, 0, 0, 0.005) 98%, transparent 100%);
  height: calc(130% + 4.3209876543vh);
}
.header__logo svg {
  width: auto;
}
.header__logo svg {
  height: 6.1728395062vh;
}
@media (orientation: portrait) {
  .header__logo svg {
    height: 4.9382716049vh;
  }
}
.header__logo svg path,
.header__logo svg rect {
  transition: all 0.35s ease-in-out;
  transition-property: fill;
}
@media (orientation: portrait) {
  .header .header__logoDesktop {
    display: none;
  }
}
.header .header__logoMobile svg {
  height: 2.4691358025vh;
  width: auto;
}
@media (orientation: portrait) {
  .header .header__logoMobile svg {
    height: 10vw;
  }
}
@media (orientation: landscape) {
  .header .header__logoMobile {
    display: none;
  }
}

body.page-template-page_PORTFOLIO .header__wrapper::before,
body.archive.category .header__wrapper::before,
body.single-articles .header__wrapper::before,
body.page-template-page_POLICY .header__wrapper::before {
  display: none;
}
body.page-template-page_PORTFOLIO .header svg path,
body.page-template-page_PORTFOLIO .header svg rect,
body.archive.category .header svg path,
body.archive.category .header svg rect,
body.single-articles .header svg path,
body.single-articles .header svg rect,
body.page-template-page_POLICY .header svg path,
body.page-template-page_POLICY .header svg rect {
  fill: #b79985;
}
body.page-template-page_PORTFOLIO .menu__labelToggle,
body.archive.category .menu__labelToggle,
body.single-articles .menu__labelToggle,
body.page-template-page_POLICY .menu__labelToggle {
  color: #b79985;
}

body.page-template-page_ABOUT .header__wrapper::before,
body.page-template-page_SERVICES .header__wrapper::before,
body.page-template-page_PRESS .header__wrapper::before,
body.page-template-page_CONTACT .header__wrapper::before,
body.single-project .header__wrapper::before {
  opacity: 0;
}
body.page-template-page_ABOUT .header.scrolled-height .header__wrapper::before,
body.page-template-page_SERVICES .header.scrolled-height .header__wrapper::before,
body.page-template-page_PRESS .header.scrolled-height .header__wrapper::before,
body.page-template-page_CONTACT .header.scrolled-height .header__wrapper::before,
body.single-project .header.scrolled-height .header__wrapper::before {
  opacity: 1;
}

.menu {
  position: fixed;
  top: 4.3209876543vh;
  right: 0;
  z-index: 10;
  color: #f3f4f0;
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  .menu {
    top: 0;
  }
}
.menu.fixed:not(.opened) {
  opacity: 0;
  transform: translateY(-5%);
}
.menu.opened .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu.opened .menu__content {
  transform: translateX(0);
  box-shadow: -10px 0px 50px rgba(22, 22, 22, 0.2);
}
.menu.visible .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu__wrapper {
  position: relative;
}
.menu__wrapper .socials {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu__wrapper .socials {
  bottom: 28.3950617284vh;
}
@media (orientation: portrait) {
  .menu__wrapper .socials {
    bottom: 9.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__wrapper .socials {
    bottom: 7.5vw;
  }
}
.menu__visible {
  display: flex;
  transition: all 0.35s ease-in-out;
  padding-right: 4.1666666667vw;
}
.menu__visible {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .menu__visible {
    padding-top: 2.4691358025vh;
  }
}
@media (orientation: portrait) {
  .menu__visible {
    padding-top: 7.5vw;
    padding-right: 5vw;
  }
}
.menu__toggler {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.menu__voices h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menu__content {
  height: 100vh;
  background-color: #b79985;
  position: absolute;
  right: 0;
  top: -4.3209876543vh;
  transform: translateX(100%);
  transition: all 0.35s ease-in-out;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu__content {
  padding: 2.4691358025vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding: 2.4691358025vh;
  }
}
.menu__content {
  padding-bottom: 9.2592592593vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding-bottom: 4.6296296296vh;
  }
}
.menu__content {
  width: 26.3888888889vw;
}
@media (orientation: portrait) {
  .menu__content {
    width: 11.7283950617vh;
  }
}
@media (orientation: portrait) {
  .menu__content {
    top: 0;
    width: 100vw;
    padding: 7.5vw 5vw;
    box-shadow: none;
    height: 100svh;
  }
}
@media (orientation: portrait) {
  .menu__labelToggle {
    font-size: 1.8518518519vh;
    line-height: 1.8518518519vh;
  }
}
.menu__voices {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__voices {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .menu__voices {
    gap: 2.4691358025vh;
  }
}
.menu__voices h6 {
  white-space: nowrap;
  color: #f3f4f0;
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
  font-family: "Futura Cyrillic";
  font-weight: 500;
  text-transform: uppercase;
}
.menu__voices h6:hover {
  transform: scale(1.1);
  color: #976c55;
}
@media (orientation: portrait) {
  .menu__voices h6 {
    font-size: 2.4691358025vh;
    line-height: 1.1;
  }
}
.menu__voices a {
  width: min-content;
}
.menu__monogram {
  position: absolute;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
.menu__monogram {
  top: 18.5185185185vh;
}
@media (orientation: portrait) {
  .menu__monogram {
    top: 7.4074074074vh;
  }
}
.menu__monogram {
  width: 4.1666666667vw;
}
@media (orientation: portrait) {
  .menu__monogram {
    width: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__monogram {
    width: 15vw;
    height: fit-content;
    height: -webkit-fit-content;
    display: block !important;
  }
}
.menu__monogram svg {
  height: auto;
  width: 100%;
}

.footer {
  background-color: #b79985;
  color: #f3f4f0;
}
.footer__wrapper {
  position: relative;
  padding: 4.1666666667vw 0 5.5555555556vh;
}
@media screen and (orientation: portrait) {
  .footer__wrapper {
    padding: 10vw 0;
  }
}
.footer__topRow {
  display: flex;
}
@media screen and (orientation: portrait) {
  .footer__topRow {
    flex-wrap: wrap;
    gap: 10vw 0;
  }
}
.footer__topRow a,
.footer__topRow p {
  font-family: "Futura Cyrillic Book";
}
.footer__col--menu, .footer__col--contacts {
  width: 17.5%;
}
@media screen and (orientation: portrait) {
  .footer__col--menu, .footer__col--contacts {
    width: 50%;
  }
}
.footer__col--contacts {
  position: relative;
}
@media screen and (orientation: portrait) {
  .footer__col--contacts .footer__colContent {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (orientation: landscape) {
  .footer__col--contacts .socials {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--contacts .socials {
    margin-top: 20px;
  }
}
.footer__col--monogram {
  position: absolute;
  top: 4.1666666667vw 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  display: flex;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  .footer__col--monogram {
    order: 5;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    width: 100%;
  }
}
.footer__col--monogram svg {
  width: 11.1111111111vw;
}
@media (orientation: portrait) {
  .footer__col--monogram svg {
    width: 7.9012345679vh;
  }
}
.footer__col--visit {
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media screen and (orientation: portrait) {
  .footer__col--visit {
    width: 100%;
  }
}
.footer__col--visit .footer__visitRow {
  display: flex;
  justify-content: space-between;
}
.footer__col--visit .footer__visitRow .footer__visitCol {
  display: flex;
  flex-direction: column;
}
@media screen and (orientation: portrait) {
  .footer__col--visit .footer__visitRow .footer__visitCol {
    width: 50%;
  }
}
.footer__col--visit .button {
  position: absolute;
  right: 0;
}
.footer__col--visit .button {
  bottom: -6.1728395062vh;
}
@media (orientation: portrait) {
  .footer__col--visit .button {
    bottom: -6.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--visit .button {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 10vw auto 0;
  }
}
.footer__label {
  text-transform: uppercase;
  font-family: "Flogotop";
}
.footer__label {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  .footer__label {
    margin-bottom: 2.4691358025vh;
  }
}
.footer__bottomRow {
  display: flex;
  justify-content: space-between;
}
.footer__bottomRow {
  margin-top: 14.8148148148vh;
}
@media (orientation: portrait) {
  .footer__bottomRow {
    margin-top: 5.9259259259vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__bottomRow {
    flex-direction: column;
    gap: 5vw 0;
    justify-content: center;
    text-align: center;
  }
}
.footer__bottomRow a,
.footer__bottomRow p {
  font-family: "Futura Cyrillic Book";
}
.footer__privacies {
  display: flex;
}
.footer__privacies {
  gap: 1.7361111111vw;
}
@media (orientation: portrait) {
  .footer__privacies {
    gap: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__privacies {
    justify-content: center;
    text-align: center;
  }
}
.footer__privacies a {
  text-decoration: underline;
}
.footer__mapsLink {
  transition: all 0.35s ease-in-out;
}
.footer__mapsLink:hover {
  opacity: 0.5;
}

.menu__hamburgerCont {
  position: absolute;
  right: 4.3209876543vh;
  top: 4.3209876543vh;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (orientation: portrait) {
  .menu__hamburgerCont {
    top: 7.5vw;
    right: 5vw;
  }
}
.menu__hamburger {
  transform: rotate(0deg);
  cursor: pointer;
  position: relative;
  z-index: 1001;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__hamburger {
  width: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburger {
    width: 2.4691358025vh;
  }
}
.menu__hamburger {
  height: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburger {
    height: 2.4691358025vh;
  }
}
.menu__hamburgerWrapper {
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.menu__hamburgerWrapper {
  width: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    width: 2.4691358025vh;
  }
}
.menu__hamburgerWrapper {
  height: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    height: 2.4691358025vh;
  }
}
.menu__hamburgerWrapper:hover {
  transform: rotate(180deg);
}
.menu__hamburgerLine {
  background: #f3f4f0;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.35s ease-in-out;
}
.menu__hamburgerLine:nth-child(1) {
  transform: rotate(45deg);
}
.menu__hamburgerLine:nth-child(2) {
  transform: rotate(-45deg);
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  line-height: 3.7037037037vh;
}
@media (orientation: portrait) {
  form {
    gap: 10px;
  }
}
form p {
  font-size: inherit;
}

.col--half {
  flex: 0 0 calc(50% - 10px);
}
@media (orientation: portrait) {
  .col--half {
    flex: 0 0 100%;
  }
}
.col--full {
  flex: 0 0 100%;
}

input,
textarea,
select {
  cursor: pointer;
  width: 100%;
  background-color: #b79985;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #f3f4f0;
  color: #f3f4f0;
  padding-left: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: inherit !important;
  text-align: center;
  font-family: "Futura Cyrillic";
  border-radius: 0 !important;
  outline: none;
}
input,
textarea,
select {
  padding: 0.6172839506vh;
}
@media (orientation: portrait) {
  input,
  textarea,
  select {
    padding: 0.6172839506vh;
  }
}
input,
textarea,
select {
  padding-left: 0.6944444444vw;
}
@media (orientation: portrait) {
  input,
  textarea,
  select {
    padding-left: 1.2345679012vh;
  }
}
input,
textarea,
select {
  padding-right: 0.6944444444vw;
}
@media (orientation: portrait) {
  input,
  textarea,
  select {
    padding-right: 1.2345679012vh;
  }
}
input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  border-color: #c7d5fb;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(243, 244, 240, 0.6078431373);
}

select.placeholder-active {
  color: rgba(243, 244, 240, 0.6078431373);
}
select option:first-child {
  color: rgba(243, 244, 240, 0.6078431373);
}
select option:not(:first-child) {
  color: #f3f4f0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-clear-button {
  display: none;
}
input[type=date].placeholder-active {
  color: transparent;
  position: relative;
}
input[type=date].placeholder-active:before {
  content: attr(placeholder);
  color: rgba(243, 244, 240, 0.6078431373);
  position: absolute;
  top: 50%;
  letter-spacing: 1px !important;
  transform: translateY(-50%);
  font-family: "Futura Cyrillic";
  pointer-events: none;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
input[type=date].placeholder-active:before {
  left: 0.6944444444vw;
}
@media (orientation: portrait) {
  input[type=date].placeholder-active:before {
    left: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  input[type=date].placeholder-active:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
input[type=date].placeholder-active:focus:before {
  display: none;
}

textarea {
  padding: 0.6944444444vw;
}
@media (orientation: portrait) {
  textarea {
    padding: 1.2345679012vh;
  }
}
@media (orientation: landscape) {
  textarea {
    height: 7.6388888889vw;
  }
}
@media (orientation: landscape) and (orientation: portrait) {
  textarea {
    height: 5.4320987654vh;
  }
}

fieldset {
  display: none;
}

.submit-wrapper {
  margin: 0 auto;
}
.submit-wrapper input {
  text-align: center !important;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output:not(:empty) {
  width: 100%;
  border: 1px solid #f3f4f0;
  padding: 10px;
  font-weight: 500;
  color: #f3f4f0;
  text-align: center;
}
.wpcf7-response-output:not(:empty) {
  margin-top: 1.3888888889vw;
}
@media (orientation: portrait) {
  .wpcf7-response-output:not(:empty) {
    margin-top: 2.4691358025vh;
  }
}
.wpcf7-response-output:not(:empty) {
  margin-bottom: 1.3888888889vw;
}
@media (orientation: portrait) {
  .wpcf7-response-output:not(:empty) {
    margin-bottom: 2.4691358025vh;
  }
}

.wpcf7-acceptance {
  text-align: center;
  text-align: left;
  display: block;
}
.wpcf7-acceptance {
  margin-top: 0.6944444444vw;
}
@media (orientation: portrait) {
  .wpcf7-acceptance {
    margin-top: 1.2345679012vh;
  }
}
.wpcf7-acceptance {
  margin-bottom: 0.6944444444vw;
}
@media (orientation: portrait) {
  .wpcf7-acceptance {
    margin-bottom: 1.2345679012vh;
  }
}
.wpcf7-acceptance label {
  justify-content: center;
}
.wpcf7-acceptance label span {
  letter-spacing: normal !important;
  font-family: "Futura Cyrillic Book";
  font-weight: 400;
}
.wpcf7-acceptance label {
  display: flex;
  gap: 0 15px;
  cursor: pointer;
  align-items: center;
}
.wpcf7-acceptance label input {
  width: 15px;
  height: 15px;
  flex: none;
  border: 1px solid #f3f4f0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border-radius: 30px;
  overflow: hidden;
  appearance: none;
}
@media (orientation: portrait) {
  .wpcf7-acceptance label input {
    width: 15px;
    height: 15px;
  }
}
.wpcf7-acceptance label input:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
}
.wpcf7-acceptance label input:checked:before {
  color: #fff;
}
.wpcf7-acceptance label input:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7-acceptance label input:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.wpcf7-acceptance label input:checked:after {
  content: "";
  position: absolute;
  left: 1.5px;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
}
.wpcf7-acceptance label a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.wpcf7-acceptance span.wpcf7-list-item {
  margin: 15px 0 0 0;
}

.barbaLoader {
  position: fixed;
  width: 100vw;
  height: 200vh;
  pointer-events: none;
  background-color: #1c1c1c;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.preloader {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #976c55;
}
.preloader svg {
  opacity: 0;
  width: auto;
  overflow: visible;
}
.preloader svg {
  height: 13.8888888889vw;
}
@media (orientation: portrait) {
  .preloader svg {
    height: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  .preloader svg {
    height: auto;
    width: 30vw;
  }
}
.preloader svg path,
.preloader svg rect {
  fill: #f3f4f0;
}

.error-page__wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page__wrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .error-page__wrapper {
    gap: 2.4691358025vh;
  }
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.4;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #976c55;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  pointer-events: none; /* Permette di cliccare attraverso il cursore */
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, background-color 0.15s ease, width 0.3s ease, height 0.3s ease;
  z-index: 9999;
}
@media (orientation: portrait) {
  #cursor {
    display: none;
  }
}
#cursor .label-wrapper h5 {
  font-weight: 600;
}
#cursor.is-hover {
  background-color: rgba(169, 183, 222, 0.8117647059);
  width: 50px !important;
  height: 50px !important;
}
#cursor.has-label {
  width: 90px !important;
  height: 90px !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-bottom: 1px solid #707070;
}
.accordion:not(:last-child) {
  border-top: 1px solid #707070;
}
.accordion.opened .accordion__icon svg {
  transform: rotate(0deg);
}
.accordion.opened .accordion__hidden {
  border-top: 1px solid #707070;
}
.accordion__titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
@media (orientation: portrait) {
  .accordion__titleWrapper {
    width: 80%;
  }
}
.accordion__visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.8518518519vh 0;
}
.accordion__icon {
  position: relative;
  cursor: pointer;
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (orientation: portrait) {
  .accordion__icon {
    width: 20%;
  }
}
.accordion__icon svg {
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.accordion__icon svg {
  width: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    width: 2.962962963vh;
  }
}
.accordion__icon svg {
  height: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    height: 2.962962963vh;
  }
}
.accordion__icon svg path {
  fill: #000000;
}
.accordion__hidden {
  display: none;
  padding: 3.7037037037vh 0;
}
.accordion__title {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
@media (orientation: portrait) {
  .accordion__title {
    width: 92%;
  }
}

.topLine,
.bottomLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform-origin: center left;
  background-color: rgba(183, 153, 133, 0.3764705882);
}

.bottomLine {
  bottom: 0;
  top: unset;
}

.rightLine,
.leftLine {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  transform-origin: top center;
  background-color: rgba(183, 153, 133, 0.3764705882);
}

.leftLine {
  left: 0;
  right: unset;
}

.split {
  opacity: 0;
  will-change: opacity;
}
.split .word-wrapper {
  display: inline-block;
  font-weight: inherit;
}
.split .word-wrapper .word {
  transform: translateY(-10%);
  opacity: 0;
  font-weight: inherit;
  transform: translateZ(0);
  will-change: transform, opacity;
}
.split .word-wrapper .word .char {
  font-weight: inherit;
}

.descale-anim {
  transform: scale(1.07);
  transform-origin: center center;
}

.scale-anim,
button:not(.no-anim):not(.cmplz-btn) {
  opacity: 0;
  transform: scale(0.93);
  transform-origin: bottom center;
}

.fade-anim {
  opacity: 0;
}

.drawy,
.rightLine,
.leftLine {
  transform-origin: top center;
  transform: scaleY(0);
  will-change: transform;
}

.drawx,
.topLine,
.bottomLine {
  transform-origin: center left;
  transform: scaleX(0);
  will-change: transform;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  color: #f3f4f0;
  text-align: center;
}
.hero__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .hero__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
.hero__backgroundImageWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero__backgroundImageWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.hero__backgroundImageWrapper::after {
  height: 37.037037037vh;
}
@media (orientation: portrait) {
  .hero__backgroundImageWrapper::after {
    height: 9.2592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .hero__backgroundImageWrapper::after {
    height: 50%;
  }
}
.hero__backgroundImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__contentWrapper {
  position: relative;
}
@media screen and (orientation: portrait) {
  .hero__contentWrapper {
    padding: 0 5vw;
  }
}
@media screen and (orientation: portrait) {
  .hero__title {
    font-size: 6.5vw;
    font-size: 2.6666666667vh;
    line-height: 1.1;
  }
}

.presentation.variant--2 .presentation__wrapper {
  text-align: left;
}
.presentation.variant--2 .presentation__contentWrapper {
  justify-content: flex-end;
  align-items: flex-start;
}
.presentation.variant--2 .presentation__contentWrapper {
  padding-right: 20.8333333333vw;
}
@media (orientation: portrait) {
  .presentation.variant--2 .presentation__contentWrapper {
    padding-right: 9.2592592593vh;
  }
}
.presentation.variant--2 .presentation__contentWrapper {
  padding-left: 5.5555555556vw;
}
@media (orientation: portrait) {
  .presentation.variant--2 .presentation__contentWrapper {
    padding-left: 4.4444444444vh;
  }
}
.presentation.variant--2 .presentation__contentWrapper {
  padding-bottom: 5.5555555556vw;
}
@media (orientation: portrait) {
  .presentation.variant--2 .presentation__contentWrapper {
    padding-bottom: 4.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  .presentation.variant--2 .presentation__contentWrapper {
    justify-content: center;
    align-items: center;
    padding: 5vw;
    text-align: center;
  }
}
.presentation__wrapper {
  display: flex;
  justify-content: space-between;
  color: #f3f4f0;
  text-align: center;
}
@media (orientation: portrait) {
  .presentation__wrapper {
    flex-direction: column;
    height: auto;
  }
}
.presentation__contentText {
  text-transform: none;
  font-weight: 400;
}
.presentation__imageWrapper, .presentation__contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media (orientation: portrait) {
  .presentation__imageWrapper, .presentation__contentWrapper {
    width: 100%;
  }
}
.presentation__imageWrapper {
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  .presentation__imageWrapper {
    height: 50vh;
    height: 50svh;
  }
}
.presentation__imageWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.presentation__imageWrapper::before {
  height: 37.037037037vh;
}
@media (orientation: portrait) {
  .presentation__imageWrapper::before {
    height: 9.2592592593vh;
  }
}
.presentation__imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentation__secondaryImageWrapper {
  width: 16.3194444444vw;
}
@media (orientation: portrait) {
  .presentation__secondaryImageWrapper {
    width: 10.1543209877vh;
  }
}
.presentation__secondaryImageWrapper {
  height: 36.4197530864vh;
}
@media (orientation: portrait) {
  .presentation__secondaryImageWrapper {
    height: 12.7469135802vh;
  }
}
@media screen and (orientation: portrait) {
  .presentation__secondaryImageWrapper {
    height: auto;
    width: 50vw;
  }
}
.presentation__secondaryImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentation__contentWrapper {
  padding-left: 13.8888888889vw;
}
@media (orientation: portrait) {
  .presentation__contentWrapper {
    padding-left: 8.6419753086vh;
  }
}
.presentation__contentWrapper {
  padding-right: 13.8888888889vw;
}
@media (orientation: portrait) {
  .presentation__contentWrapper {
    padding-right: 8.6419753086vh;
  }
}
.presentation__contentWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  .presentation__contentWrapper {
    gap: 2.4691358025vh;
  }
}
@media (orientation: portrait) {
  .presentation__contentWrapper {
    padding: 12.5vw 5vw;
    height: auto;
    min-height: 50svh;
  }
}
.book__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #f3f4f0;
  overflow: hidden;
  text-align: center;
}
.book__backgroundImageWrapper {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.book__backgroundImageWrapper::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 1;
}
.book__backgroundImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book__contentWrapper {
  position: relative;
}
.book__contentInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.book__contentInner {
  width: 51.0416666667vw;
}
@media (orientation: portrait) {
  .book__contentInner {
    width: 22.6851851852vh;
  }
}
.book__contentInner {
  gap: 4.3209876543vh;
}
@media (orientation: portrait) {
  .book__contentInner {
    gap: 3.4567901235vh;
  }
}
.book__contentInner {
  padding: 8.024691358vh;
}
@media (orientation: portrait) {
  .book__contentInner {
    padding: 4.012345679vh;
  }
}
@media screen and (orientation: portrait) {
  .book__contentInner {
    width: 90vw;
  }
}
.book__contentInner input:not([type=submit]),
.book__contentInner textarea,
.book__contentInner select {
  background-color: rgba(243, 244, 240, 0.1882352941);
}

#page-contact .book {
  background-color: #9c9581;
}
#page-contact .book__wrapper {
  height: 50vh;
}
@media screen and (orientation: portrait) {
  #page-contact .book__wrapper {
    height: auto;
  }
}
#page-contact .book__backgroundImageWrapper {
  display: none;
}

#page-services .book .button:hover {
  color: #976c55;
  border: 1px solid #f3f4f0;
  background-color: #f3f4f0;
}

.glide {
  cursor: grab;
}
.glide__arrows {
  display: flex;
  justify-content: flex-end;
}
.glide__arrows {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .glide__arrows {
    margin-top: 1.8518518519vh;
  }
}
.glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px;
  pointer-events: none;
}
@media screen and (orientation: portrait) {
  .glide__arrows {
    padding: 0 5vw;
  }
}
.glide__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: all;
  width: auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform-origin: center right;
}
.glide__arrow:hover {
  transform: translateX(3px);
}
.glide__arrow--prev {
  opacity: 0;
  transform: rotate(180deg);
  transform-origin: center left;
}
.glide__arrow--prev:hover {
  transform: rotate(180deg) translateX(-3px);
}
.glide__arrow svg {
  width: 100%;
  height: 100%;
}

.full-video {
  overflow: hidden;
  position: relative;
}
.full-video__wrapper {
  position: relative;
  padding-bottom: 34.25%;
  height: 0;
}
@media screen and (orientation: portrait) {
  .full-video__wrapper {
    padding-bottom: 50%;
  }
}
.full-video__wrapper video,
.full-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-content-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #f3f4f0;
  text-align: center;
  overflow: hidden;
}
.full-content-section__backgroundImageWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.full-content-section__backgroundImageWrapper::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 1;
}
.full-content-section__backgroundImageWrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50vw;
  height: 50vw;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(72, 72, 72, 0.7) 0%, transparent 100%);
  border-radius: 50%;
  z-index: 2;
  opacity: 0.3;
}
.full-content-section__backgroundImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-content-section__contentWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.full-content-section__title, .full-content-section__subtitle {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .full-content-section__title, .full-content-section__subtitle {
    margin-bottom: 2.4691358025vh;
  }
}
.full-content-section__text {
  width: 90%;
  margin: 0 auto;
}
.full-content-section__text {
  margin-bottom: 4.3209876543vh;
}
@media (orientation: portrait) {
  .full-content-section__text {
    margin-bottom: 3.4567901235vh;
  }
}

.member-row {
  color: #f3f4f0;
}
.member-row__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.member-row__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  .member-row__wrapper {
    padding-top: 4.9382716049vh;
  }
}
.member-row__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .member-row__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
@media screen and (min-width: 1920px) {
  .member-row__wrapper {
    justify-content: center;
    gap: 5vw;
  }
}
@media screen and (orientation: portrait) {
  .member-row__wrapper {
    flex-direction: column;
    padding: 12.5vw 0;
    gap: 5vw;
  }
}
.member-row__col {
  position: relative;
  display: flex;
  flex-direction: column;
}
.member-row__col {
  width: 31.25vw;
}
@media (orientation: portrait) {
  .member-row__col {
    width: 13.8888888889vh;
  }
}
@media screen and (min-width: 1920px) {
  .member-row__col {
    width: 30vw;
  }
}
@media screen and (orientation: portrait) {
  .member-row__col {
    width: 100%;
  }
}
.member-row__col--contentWrapper {
  box-sizing: content-box;
}
.member-row__col--contentWrapper {
  padding-right: 6.25vw;
}
@media (orientation: portrait) {
  .member-row__col--contentWrapper {
    padding-right: 5vh;
  }
}
.member-row__col--contentWrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  .member-row__col--contentWrapper {
    padding-bottom: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .member-row__col--contentWrapper {
    padding: 0;
    text-align: center;
    gap: 2vw;
    padding-top: 5vw;
  }
}
.member-row__col--contentWrapper .member-row__text {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  .member-row__col--contentWrapper .member-row__text {
    margin-top: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  .member-row__col--contentWrapper .member-row__text {
    margin-top: 2.5vw;
  }
}
.member-row__col--contentWrapper .button {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .member-row__col--contentWrapper .button {
    margin-top: 2.962962963vh;
  }
}
@media screen and (orientation: portrait) {
  .member-row__col--contentWrapper .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
}
.member-row__svgSign {
  position: absolute;
}
.member-row__svgSign {
  width: 16.6666666667vw;
}
@media (orientation: portrait) {
  .member-row__svgSign {
    width: 10.3703703704vh;
  }
}
.member-row__svgSign {
  top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .member-row__svgSign {
    top: 2.4691358025vh;
  }
}
.member-row__svgSign {
  right: -11.8055555556vw;
}
@media (orientation: portrait) {
  .member-row__svgSign {
    right: -20.987654321vh;
  }
}
@media screen and (orientation: portrait) {
  .member-row__svgSign {
    top: unset;
    transform: rotate(-3deg);
    bottom: -8vw;
    right: unset;
    left: -3vw;
    width: 50vw;
  }
}
.member-row__svgSign svg {
  width: 100%;
  height: auto;
}

@media screen and (orientation: landscape) {
  #page-home .member-row__svgSign {
    top: unset;
    right: unset;
  }
  #page-home .member-row__svgSign {
    bottom: 0.6172839506vh;
  }
}
@media screen and (orientation: landscape) and (orientation: portrait) {
  #page-home .member-row__svgSign {
    bottom: 0.6172839506vh;
  }
}
@media screen and (orientation: landscape) {
  #page-home .member-row__svgSign {
    left: -5.5555555556vw;
  }
}
@media screen and (orientation: landscape) and (orientation: portrait) {
  #page-home .member-row__svgSign {
    left: -9.8765432099vh;
  }
}

#page-about .member-row {
  color: #2b2b2b;
}
#page-about .member-row:not(:first-child) .member-row__svgSign {
  display: none;
}
#page-about .member-row__wrapper {
  padding-top: 0;
}
#page-about .member-row__col--contentWrapper {
  padding-bottom: 0;
}
#page-about .member-row__svgSign svg path {
  fill: #2b2b2b;
}

.card {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  color: #976c55;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.card {
  width: 23.6111111111vw;
}
@media (orientation: portrait) {
  .card {
    width: 10.4938271605vh;
  }
}
@media screen and (orientation: portrait) {
  .card {
    width: 100%;
  }
}
.card:hover {
  opacity: 0.9;
}
.card:hover .card__title,
.card:hover .card__location {
  color: #b79985 !important;
}
.card:hover img:not(.card__hoverImg) {
  transform: scale(0.95);
  opacity: 0;
}
.card:hover .card__hoverImg {
  opacity: 1;
  transform: scale(1);
}
.card__imgWrapper {
  overflow: hidden;
  width: 100%;
}
.card__imgWrapper {
  height: 50.6172839506vh;
}
@media (orientation: portrait) {
  .card__imgWrapper {
    height: 12.6543209877vh;
  }
}
@media screen and (orientation: portrait) {
  .card__imgWrapper {
    height: 50vh;
  }
}
.card__imgWrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
}
.card__imgWrapper img.card__hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(0.95);
  transform-origin: center center;
}
.card__title {
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  transition-property: color;
}
.card__title {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .card__title {
    margin-top: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  .card__title {
    text-align: center;
  }
}
.card__location {
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  transition-property: color;
}
.card__location {
  margin-top: 0.6172839506vh;
}
@media (orientation: portrait) {
  .card__location {
    margin-top: 0.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  .card__location {
    text-align: center;
  }
}

.singleImageRow {
  width: 100%;
  overflow: hidden;
}
.singleImageRow__wrapper {
  width: 100%;
  height: 100%;
}
.singleImageRow__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-flexible .singleImageRow {
  margin: 3.7037037037vh auto !important;
}

.twoImagesRow {
  display: flex;
  gap: 3.7037037037vh;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .twoImagesRow {
    height: auto;
    flex-direction: column;
  }
}
.twoImagesRow__imageWrapper {
  flex: 1;
  overflow: hidden;
}
.twoImagesRow__imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-flexible .twoImagesRow {
  margin: 3.7037037037vh auto !important;
}

.threeImagesRow {
  display: flex;
  gap: 3.7037037037vh;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .threeImagesRow {
    height: auto;
    flex-direction: column;
  }
}
.threeImagesRow__imageWrapper {
  flex: 1;
  overflow: hidden;
}
.threeImagesRow__imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-flexible .threeImagesRow {
  margin: 3.7037037037vh auto !important;
}

.ending-section {
  padding-top: 13svh;
  box-sizing: content-box;
}
@media screen and (orientation: portrait) {
  .ending-section {
    height: auto;
    padding: 10vw 0;
  }
}
.ending-section__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.ending-section__wrapper {
  height: 74.0740740741vh;
}
@media (orientation: portrait) {
  .ending-section__wrapper {
    height: 18.5185185185vh;
  }
}
@media (orientation: portrait) {
  .ending-section__wrapper {
    flex-direction: column;
    height: auto;
  }
}
.ending-section__wrapper h1 {
  position: absolute;
  left: 50%;
  top: -8svh;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}
@media screen and (orientation: portrait) {
  .ending-section__wrapper h1 {
    white-space: normal;
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    margin-bottom: 7.5vw;
  }
}
.ending-section__col {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.ending-section__col {
  width: 31.25vw;
}
@media (orientation: portrait) {
  .ending-section__col {
    width: 13.8888888889vh;
  }
}
@media (orientation: portrait) {
  .ending-section__col {
    width: 100%;
  }
}
.ending-section__col--textWrapper {
  align-items: flex-start;
  position: relative;
  will-change: transform;
  backface-visibility: hidden;
}
.ending-section__col--textWrapper {
  padding-top: 9.2592592593vh;
}
@media (orientation: portrait) {
  .ending-section__col--textWrapper {
    padding-top: 4.6296296296vh;
  }
}
@media (orientation: portrait) {
  .ending-section__col--textWrapper {
    padding-top: 0;
  }
}
.ending-section__col--textWrapper a {
  color: #976c55;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (orientation: portrait) {
  .ending-section__col--imageWrapper {
    margin-bottom: 15vw;
  }
}
.ending-section__col--imageWrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ending-section__colScrollerInner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.ending-section__colScrollerInner {
  gap: 9.2592592593vh;
}
@media (orientation: portrait) {
  .ending-section__colScrollerInner {
    gap: 4.6296296296vh;
  }
}
.ending-section__colShadow {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 10vh;
  width: 100%;
  background: hsl(0, 0%, 0%);
  background: -webkit-linear-gradient(0deg, hsla(0, 0%, 0%, 0) 0%, #f3f4f0 100%);
  background: linear-gradient(0deg, hsla(0, 0%, 0%, 0) 0%, #f3f4f0 100%);
  z-index: 1;
}
@media (orientation: portrait) {
  .ending-section__colShadow {
    display: none;
  }
}
.ending-section__colShadow--bottom {
  top: unset;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, #f3f4f0 100%);
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, #f3f4f0 100%);
}
.ending-section__row {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ending-section__row {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .ending-section__row {
    gap: 2.4691358025vh;
  }
}

.page-flexible .two-images-sentence {
  margin: 3.7037037037vh auto !important;
  overflow: hidden;
}
.page-flexible .two-images-sentence {
  height: 72.8395061728vh;
}
@media (orientation: portrait) {
  .page-flexible .two-images-sentence {
    height: 18.2098765432vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .two-images-sentence {
    height: auto;
  }
}
.page-flexible .two-images-sentence__wrapper {
  display: flex;
  gap: 3.7037037037vh;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .page-flexible .two-images-sentence__wrapper {
    flex-wrap: wrap;
  }
}
.page-flexible .two-images-sentence__sentenceWrapper, .page-flexible .two-images-sentence__imageWrapper {
  flex: 1;
  overflow: hidden;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .page-flexible .two-images-sentence__sentenceWrapper, .page-flexible .two-images-sentence__imageWrapper {
    flex: 0 0 100%;
  }
}
.page-flexible .two-images-sentence__sentenceWrapper img, .page-flexible .two-images-sentence__imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-flexible .two-images-sentence__sentenceWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-flexible .two-images-sentence__sentenceWrapper {
  padding-left: 2.4691358025vh;
}
@media (orientation: portrait) {
  .page-flexible .two-images-sentence__sentenceWrapper {
    padding-left: 2.4691358025vh;
  }
}
.page-flexible .two-images-sentence__sentenceWrapper {
  padding-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  .page-flexible .two-images-sentence__sentenceWrapper {
    padding-bottom: 3.950617284vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .two-images-sentence__sentenceWrapper {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
}
.page-flexible .two-images-sentence__sentence {
  color: #9c9581;
  font-family: "Brittany Signature";
}
@media screen and (orientation: portrait) {
  .page-flexible .two-images-sentence__sentence {
    line-height: 1;
  }
}

.page-flexible .videoSect {
  margin: 3.7037037037vh auto !important;
  overflow: hidden;
}
.page-flexible .videoSect__wrapper {
  position: relative;
  padding-bottom: 34.25%;
  height: 0;
}
@media screen and (orientation: portrait) {
  .page-flexible .videoSect__wrapper {
    padding-bottom: 50%;
  }
}
.page-flexible .videoSect__wrapper video,
.page-flexible .videoSect__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-policy {
  padding: 15vh 0;
  color: #2b2b2b;
}
#page-policy h1,
#page-policy h2,
#page-policy h3,
#page-policy h4,
#page-policy h5,
#page-policy h6 {
  font-family: "Futura Cyrillic Book";
  color: #b79985;
  font-weight: 600;
}
#page-policy strong {
  text-decoration: underline;
}
#page-policy h2,
#page-policy h3 {
  text-transform: none;
}
#page-policy h1,
#page-policy h2 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h1,
  #page-policy h2 {
    margin-top: 2.962962963vh;
  }
}
#page-policy h1,
#page-policy h2 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy h1,
  #page-policy h2 {
    margin-bottom: 0.6172839506vh;
  }
}
#page-policy h3 {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy h3 {
    margin-top: 2.4691358025vh;
  }
}
#page-policy h3 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy h3 {
    margin-bottom: 0.6172839506vh;
  }
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy ul {
  list-style: auto;
}
#page-policy a,
#page-policy span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#page-policy #cmplz-document {
  width: 100%;
  max-width: 100%;
}

#page-home .most-reviewed__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#page-home .most-reviewed__wrapper {
  padding-top: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-home .most-reviewed__wrapper {
    padding-top: 4.6296296296vh;
  }
}
#page-home .most-reviewed__wrapper {
  padding-bottom: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-home .most-reviewed__wrapper {
    padding-bottom: 4.6296296296vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .most-reviewed__wrapper {
    padding: 12.5vw 0;
  }
}
#page-home .most-reviewed__title {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-home .most-reviewed__title {
    margin-bottom: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .most-reviewed__title {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2.5vw;
  }
}
#page-home .most-reviewed__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-home .most-reviewed__buttons {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .most-reviewed__buttons {
    gap: 2.4691358025vh;
  }
}
#page-home .most-reviewed__buttons {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .most-reviewed__buttons {
    margin-top: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .most-reviewed__buttons {
    width: 100%;
    gap: 10px;
  }
}
@media screen and (orientation: portrait) {
  #page-home .most-reviewed__buttons .button {
    width: 100%;
    white-space: nowrap;
  }
}

#page-home .projects__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-home .projects__wrapper {
    padding-bottom: 3.7037037037vh;
  }
}
#page-home .projects__wrapper {
  padding-left: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-home .projects__wrapper {
    padding-left: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .projects__wrapper {
    padding: 0 5vw 12.5vw;
  }
}
#page-home .projects__wrapper .card {
  color: #9c9581;
}
#page-home .projects__wrapper .glide__arrow {
  transform: translateY(-4.3209876543vh);
}
#page-home .projects__wrapper .glide__arrow {
  height: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-home .projects__wrapper .glide__arrow {
    height: 4.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .projects__wrapper .glide__arrow {
    height: 15vw;
  }
}
#page-home .projects__wrapper .glide__arrow:hover {
  transform: translateY(-4.3209876543vh) translateX(3px);
}

#page-home .process {
  background-color: #b79985;
  color: #f3f4f0;
}
#page-home .process__wrapper {
  display: flex;
  flex-direction: column;
}
#page-home .process__wrapper {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-home .process__wrapper {
    gap: 4.9382716049vh;
  }
}
#page-home .process__wrapper {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-home .process__wrapper {
    padding-bottom: 2.962962963vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .process__wrapper {
    gap: 10vw 0;
    padding: 12.5vw 0;
  }
}
#page-home .process__steps {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  #page-home .process__steps {
    flex-direction: column;
    gap: 10vw 0;
  }
}
#page-home .process__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-home .process__step {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .process__step {
    gap: 1.8518518519vh;
  }
}
#page-home .process__stepText {
  white-space: nowrap;
}
#page-home .process__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-home .process__buttons {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .process__buttons {
    gap: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .process__buttons {
    width: 100%;
    justify-content: space-between;
    gap: 0 10px;
  }
}
@media screen and (orientation: portrait) {
  #page-home .process__buttons .button {
    flex: 1;
  }
}

#page-home .services__wrapper {
  display: flex;
  flex-direction: column;
}
#page-home .services__wrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  #page-home .services__wrapper {
    gap: 3.950617284vh;
  }
}
#page-home .services__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-home .services__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .services__wrapper {
    padding: 12.5vw 0;
  }
}
#page-home .services__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-home .services__list {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .services__list {
    gap: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .services__list {
    flex-direction: column;
  }
}
#page-home .services__service {
  display: flex;
  flex-direction: column;
}
#page-home .services__service {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .services__service {
    gap: 1.8518518519vh;
  }
}
#page-home .services__service {
  width: 20.1388888889vw;
}
@media (orientation: portrait) {
  #page-home .services__service {
    width: 12.5308641975vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .services__service {
    width: 100%;
    text-align: center;
  }
}
#page-home .services__service:hover img {
  transform: scale(1.04);
}
#page-home .services__service:nth-child(2) {
  width: 24.3055555556vw;
}
@media (orientation: portrait) {
  #page-home .services__service:nth-child(2) {
    width: 10.8024691358vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .services__service:nth-child(2) {
    width: 100%;
  }
}
#page-home .services__serviceImgWrapper {
  overflow: hidden;
  width: 100%;
}
#page-home .services__serviceImgWrapper img {
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
#page-home .services__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-home .services__buttons {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .services__buttons {
    gap: 2.4691358025vh;
  }
}

#page-home .difference__wrapper {
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-home .difference__wrapper {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-home .difference__wrapper {
    padding-top: 3.7037037037vh;
  }
}
#page-home .difference__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-home .difference__wrapper {
    padding-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .difference__wrapper {
    padding: 12.5vw 0;
  }
}
#page-home .difference__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page-home .difference__content {
  gap: 4.3209876543vh;
}
@media (orientation: portrait) {
  #page-home .difference__content {
    gap: 3.4567901235vh;
  }
}
#page-home .difference__image {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  #page-home .difference__image {
    width: 21.6049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .difference__image {
    width: 100%;
  }
}
#page-home .testimonials {
  color: #b79985;
  position: relative;
}
#page-home .testimonials__wrapper {
  overflow: hidden;
  display: flex;
  width: fit-content;
  position: relative;
}
#page-home .testimonials__indicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#page-home .testimonials__indicators {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__indicators {
    gap: 1.2345679012vh;
  }
}
#page-home .testimonials__indicators {
  bottom: 9.8765432099vh;
}
@media (orientation: portrait) {
  #page-home .testimonials__indicators {
    bottom: 4.4444444444vh;
  }
}
@media (orientation: portrait) {
  #page-home .testimonials__indicators {
    width: 90vw;
    flex-wrap: wrap;
  }
}
#page-home .testimonials__indicators h3 {
  margin-bottom: 0;
  font-family: "Flogotop";
  font-style: italic;
}
#page-home .testimonials__line {
  height: 1px;
  background-color: #9c9581;
  width: 0;
  transform-origin: center left;
  transition: all 0.35s ease-in-out;
}
#page-home .testimonials__line.active {
  background-color: #976c55;
}
#page-home .testimonials__line.active {
  width: 4.5138888889vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__line.active {
    width: 4.012345679vh;
  }
}
#page-home .testimonials__line:last-child {
  display: none;
}
#page-home .testimonials__index {
  opacity: 0.7;
  transition: all 0.35s ease-in-out;
}
#page-home .testimonials__index.active {
  opacity: 1;
  color: #976c55;
}
#page-home .testimonials__inner {
  display: flex;
}
#page-home .testimonials__inner {
  padding-left: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__inner {
    padding-left: 2.4691358025vh;
  }
}
#page-home .testimonials__inner {
  padding-right: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__inner {
    padding-right: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .testimonials__inner {
    padding: 0;
  }
}
#page-home .testimonials__single {
  flex: none;
}
#page-home .testimonials__single {
  width: 63.8888888889vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__single {
    width: 28.3950617284vh;
  }
}
@media (orientation: portrait) {
  #page-home .testimonials__single {
    width: 100vw;
    box-sizing: content-box;
  }
}
#page-home .testimonials__singleInner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}
#page-home .testimonials__singleInner {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .testimonials__singleInner {
    gap: 2.4691358025vh;
  }
}
#page-home .testimonials__singleTextWrapper {
  width: 90%;
  overflow: hidden;
}
#page-home .testimonials__singleTextWrapper {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .testimonials__singleTextWrapper {
    margin-bottom: 2.4691358025vh;
  }
}
#page-home .testimonials__singleTextWrapper svg {
  width: auto;
  height: 3.7037037037vh;
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
#page-home .testimonials__singleTextWrapper.visible {
  height: 20vh;
  overflow-y: auto;
}
#page-home .testimonials__singleTextWrapper.visible::-webkit-scrollbar {
  display: none;
  visibility: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#page-home .testimonials__singleTextWrapper.visible svg {
  transform: rotate(-90deg);
}
#page-home .testimonials__singleTextWrapper.visible .testimonials__singleHiddenText {
  height: auto;
}
#page-home .testimonials__singleHiddenText {
  height: 0;
  overflow: hidden;
}
#page-home .testimonials__singleTextScroller {
  height: max-content;
}
#page-home .testimonials__singleQuote {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .testimonials__singleQuote {
    margin-bottom: 1.8518518519vh;
  }
}
#page-home .testimonials__singleQuote svg {
  width: auto;
}
#page-home .testimonials__singleQuote svg {
  height: 8.024691358vh;
}
@media (orientation: portrait) {
  #page-home .testimonials__singleQuote svg {
    height: 4.012345679vh;
  }
}
#page-home .testimonials__singleClientName {
  font-family: "Futura Cyrillic";
  text-transform: uppercase;
}
#page-home .testimonials__singleClientName {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-home .testimonials__singleClientName {
    margin-bottom: 0.6172839506vh;
  }
}
#page-home .testimonials__singleTitle {
  white-space: nowrap;
}
#page-home .testimonials__imageWrapper {
  display: flex;
  flex: none;
}
#page-home .testimonials__imageWrapper {
  width: 16.6666666667vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__imageWrapper {
    width: 10.3703703704vh;
  }
}
@media (orientation: portrait) {
  #page-home .testimonials__imageWrapper:first-child {
    display: none;
  }
}
@media (orientation: portrait) {
  #page-home .testimonials__imageWrapper {
    width: 60vw;
    margin: 0 15vw;
  }
}
#page-home .testimonials__imageWrapper--top {
  align-items: flex-start;
}
#page-home .testimonials__imageWrapper--top {
  margin-top: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__imageWrapper--top {
    margin-top: 2.4691358025vh;
  }
}
#page-home .testimonials__imageWrapper--bottom {
  align-items: flex-end;
}
#page-home .testimonials__imageWrapper--bottom {
  margin-bottom: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .testimonials__imageWrapper--bottom {
    margin-bottom: 2.4691358025vh;
  }
}

#page-home .last-press__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (orientation: portrait) {
  #page-home .last-press__wrapper {
    flex-direction: column;
    padding: 0 5vw;
    height: auto;
  }
}
#page-home .last-press__singleContent {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#page-home .last-press__singleContent {
  padding-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .last-press__singleContent {
    padding-top: 1.8518518519vh;
  }
}
#page-home .last-press__singleContent {
  padding-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .last-press__singleContent {
    padding-bottom: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .last-press__singleContent {
    padding: 10vw 0;
  }
}
@media screen and (orientation: portrait) {
  #page-home .last-press__singleContent .leftLine {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  #page-home .last-press__singleContent .topLine {
    display: none;
  }
}
#page-home .last-press__single {
  text-align: center;
}
#page-home .last-press__single {
  width: 19.4444444444vw;
}
@media (orientation: portrait) {
  #page-home .last-press__single {
    width: 12.0987654321vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .last-press__single {
    width: 75%;
  }
}
#page-home .last-press__singleImageWrapper {
  width: 100%;
  height: auto;
}
#page-home .last-press__singleImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-home .last-press__singleTitle {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .last-press__singleTitle {
    margin-top: 1.8518518519vh;
  }
}
#page-home .last-press__singleTitle {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-home .last-press__singleTitle {
    margin-bottom: 1.2345679012vh;
  }
}
#page-home .last-press__singleLink {
  color: #b79985;
}

@media screen and (orientation: portrait) {
  #page-about .team__wrapper {
    padding: 12.5vw 0;
  }
}
#page-about .team__topRow {
  position: relative;
  z-index: 3;
}
#page-about .team__title {
  text-align: center;
}
#page-about .team__title {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .team__title {
    margin-top: 2.4691358025vh;
  }
}
#page-about .team__members {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about .team__members {
    padding-top: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .team__members {
    padding-top: 10vw;
  }
}

#page-services .process__wrapper {
  position: relative;
}
#page-services .process__wrapper {
  padding-top: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-services .process__wrapper {
    padding-top: 4.6296296296vh;
  }
}
#page-services .process__wrapper {
  padding-bottom: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-services .process__wrapper {
    padding-bottom: 4.6296296296vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .process__wrapper {
    padding: 0;
    text-align: center;
    gap: 10vw;
    display: flex;
    flex-direction: column;
    padding: 12.5vw 0;
    height: auto !important;
  }
}
#page-services .process__topWrapper {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
}
#page-services .process__topWrapper {
  top: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-services .process__topWrapper {
    top: 4.6296296296vh;
  }
}
#page-services .process__topWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-services .process__topWrapper {
    gap: 2.4691358025vh;
  }
}
#page-services .process__topWrapper {
  width: 29.8611111111vw;
}
@media (orientation: portrait) {
  #page-services .process__topWrapper {
    width: 13.2716049383vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .process__topWrapper {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (orientation: portrait) {
  #page-services .process__topWrapper br {
    display: none;
  }
}
#page-services .process__stepsContainer {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (orientation: portrait) {
  #page-services .process__stepsContainer {
    gap: 10vw 0;
  }
}
#page-services .process__step {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  opacity: 1;
}
#page-services .process__step {
  width: 31.9444444444vw;
}
@media (orientation: portrait) {
  #page-services .process__step {
    width: 14.1975308642vh;
  }
}
#page-services .process__step {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-services .process__step {
    gap: 2.962962963vh;
  }
}
#page-services .process__step {
  padding-left: 7.6388888889vw;
}
@media (orientation: portrait) {
  #page-services .process__step {
    padding-left: 5.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .process__step {
    width: 100%;
    padding: 0;
  }
}
#page-services .process__step:nth-child(odd) {
  padding-left: 0;
  margin-left: auto;
  left: unset;
  right: 0;
}
@media screen and (orientation: portrait) {
  #page-services .process__step:nth-child(odd) {
    margin: 0;
  }
}
#page-services .process__stepNumber {
  color: #976c55;
  font-family: "Brittany Signature";
  position: absolute;
  overflow: visible;
  line-height: normal;
}
#page-services .process__stepNumber {
  left: -6.9444444444vw;
}
@media (orientation: portrait) {
  #page-services .process__stepNumber {
    left: -12.3456790123vh;
  }
}
#page-services .process__stepNumber {
  bottom: -2.4691358025vh;
}
@media (orientation: portrait) {
  #page-services .process__stepNumber {
    bottom: -2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .process__stepNumber {
    left: 50%;
    bottom: 2vw;
    transform: translateX(-50%);
    font-size: 15vw;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 5vw;
    line-height: 30vw;
    margin: 0 -5vw;
  }
}
#page-services .process__stepImageWrapper {
  position: relative;
  width: 100%;
}
#page-services .process__stepImageWrapper {
  height: 67.9012345679vh;
}
@media (orientation: portrait) {
  #page-services .process__stepImageWrapper {
    height: 16.975308642vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .process__stepImageWrapper {
    height: auto;
    padding-bottom: 20vw;
  }
}
#page-services .process__stepImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-services .process__contentWrapper {
  display: flex;
  flex-direction: column;
}
#page-services .process__contentWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-services .process__contentWrapper {
    gap: 2.4691358025vh;
  }
}

.offer {
  background-color: #9c9581;
  color: #f3f4f0;
}
@media screen and (orientation: portrait) {
  .offer {
    margin-top: 5vh;
    background-color: transparent;
  }
}
.offer__wrapper {
  position: relative;
}
.offer__topWrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 4.1666666667vw;
  left: 54.1666666667vw;
  z-index: 2;
}
.offer__topWrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  .offer__topWrapper {
    gap: 3.950617284vh;
  }
}
@media screen and (orientation: portrait) {
  .offer__topWrapper {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    color: #9c9581;
    gap: 5vw;
    margin-bottom: 10vw;
  }
}
.offer__topTitle {
  color: #c7d5fb;
  font-family: "Brittany Signature";
  transform: translateX(-2.0833333333vw);
}
@media screen and (orientation: portrait) {
  .offer__topTitle {
    color: #9c9581;
  }
}
.offer__single {
  width: 100vw;
  display: flex;
}
@media screen and (orientation: landscape) {
  .offer__single:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (orientation: portrait) {
  .offer__single {
    flex-direction: column;
    background-color: #9c9581;
    position: relative;
    height: auto;
  }
}
.offer__singleLeft {
  width: 50vw;
  height: 100vh;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .offer__singleLeft {
    height: 40%;
    width: 100vw;
  }
}
.offer__singleLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer__singleRight {
  width: 50vw;
  height: 100vh;
  padding: 4.1666666667vw;
  display: flex;
  align-items: flex-end;
}
@media screen and (orientation: portrait) {
  .offer__singleRight {
    height: 60%;
    width: 100vw;
    align-items: flex-start;
    padding: 12.5vw 5vw;
  }
}
.offer__singleContent {
  display: flex;
  flex-direction: column;
}
.offer__singleContent {
  gap: 4.3209876543vh;
}
@media (orientation: portrait) {
  .offer__singleContent {
    gap: 3.4567901235vh;
  }
}
.offer__singleContent {
  width: 33.3333333333vw;
}
@media (orientation: portrait) {
  .offer__singleContent {
    width: 14.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .offer__singleContent {
    width: 100%;
  }
}

#page-portfolio .list__wrapper {
  display: flex;
  flex-direction: column;
}
#page-portfolio .list__wrapper {
  gap: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__wrapper {
    gap: 3.7037037037vh;
  }
}
#page-portfolio .list__wrapper {
  padding-top: 18.5185185185vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__wrapper {
    padding-top: 7.4074074074vh;
  }
}
#page-portfolio .list__wrapper {
  padding-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__wrapper {
    padding-bottom: 7.4074074074vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__wrapper {
    padding: 15vh 0;
    gap: 5vh;
  }
}
#page-portfolio .list__topWrapper {
  text-align: center;
  color: #976c55;
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__topWrapper {
    width: 70%;
    margin: 0 auto;
  }
}
#page-portfolio .list__projectsWrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#page-portfolio .list__projectsWrapper .leftLine.leftLine--before {
  left: 33.333%;
}
#page-portfolio .list__projectsWrapper .leftLine.leftLine--after {
  left: 66.666%;
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__projectsWrapper .leftLine {
    display: none;
  }
}
#page-portfolio .list__fakeSingle {
  width: 23.6111111111vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__fakeSingle {
    width: 10.4938271605vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__fakeSingle {
    width: 100%;
    display: none !important;
  }
}
#page-portfolio .list__fakeSingle, #page-portfolio .list__single {
  position: relative;
  width: 33.333%;
}
#page-portfolio .list__fakeSingle, #page-portfolio .list__single {
  padding: 3.4722222222vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__fakeSingle, #page-portfolio .list__single {
    padding: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__fakeSingle, #page-portfolio .list__single {
    width: 100%;
    padding: 12.5vw 5vw !important;
  }
  #page-portfolio .list__fakeSingle:not(:first-child) .topLine, #page-portfolio .list__single:not(:first-child) .topLine {
    display: block !important;
  }
}
#page-portfolio .list__fakeSingle .card, #page-portfolio .list__single .card {
  width: auto;
}
#page-portfolio .list__fakeSingle:nth-child(-n+3), #page-portfolio .list__single:nth-child(-n+3) {
  padding-top: 0;
}
#page-portfolio .list__fakeSingle:nth-last-child(-n+3), #page-portfolio .list__single:nth-last-child(-n+3) {
  padding-bottom: 0;
}
@media screen and (orientation: landscape) {
  #page-portfolio .list__fakeSingle .topLine,
  #page-portfolio .list__fakeSingle .rightLine,
  #page-portfolio .list__fakeSingle .leftLine, #page-portfolio .list__single .topLine,
  #page-portfolio .list__single .rightLine,
  #page-portfolio .list__single .leftLine {
    display: none !important;
  }
}
#page-portfolio .list__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-portfolio .list__pagination {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__pagination {
    gap: 2.962962963vh;
  }
}
#page-portfolio .list__pagination {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__pagination {
    padding-top: 4.9382716049vh;
  }
}
#page-portfolio .list__next, #page-portfolio .list__prev {
  font-family: "Flogotop";
  color: #976c55;
}

#single-project .cover {
  background-color: #b79985;
}
#single-project .cover__wrapper {
  display: flex;
  justify-content: space-between;
  color: #f3f4f0;
  text-align: center;
}
@media (orientation: portrait) {
  #single-project .cover__wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}
#single-project .cover__contentText {
  text-transform: none;
  font-weight: 400;
}
#single-project .cover__imageWrapper, #single-project .cover__contentWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  width: 50%;
}
@media (orientation: portrait) {
  #single-project .cover__imageWrapper, #single-project .cover__contentWrapper {
    width: 100%;
    justify-content: center;
  }
}
#single-project .cover__imageWrapper {
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  #single-project .cover__imageWrapper {
    height: 70vh;
    height: 70svh;
  }
}
#single-project .cover__imageWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#single-project .cover__imageWrapper::before {
  height: 37.037037037vh;
}
@media (orientation: portrait) {
  #single-project .cover__imageWrapper::before {
    height: 9.2592592593vh;
  }
}
#single-project .cover__imageWrapper::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
#single-project .cover__imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-project .cover__contentWrapper {
  padding-left: 10.4166666667vw;
}
@media (orientation: portrait) {
  #single-project .cover__contentWrapper {
    padding-left: 7.4074074074vh;
  }
}
#single-project .cover__contentWrapper {
  padding-right: 16.6666666667vw;
}
@media (orientation: portrait) {
  #single-project .cover__contentWrapper {
    padding-right: 10.3703703704vh;
  }
}
#single-project .cover__contentWrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .cover__contentWrapper {
    padding-bottom: 4.9382716049vh;
  }
}
#single-project .cover__contentWrapper {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #single-project .cover__contentWrapper {
    gap: 1.8518518519vh;
  }
}
@media (orientation: portrait) {
  #single-project .cover__contentWrapper {
    padding: 12.5vw 5vw;
  }
}
#single-project .cover__location {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #single-project .cover__location {
    margin-bottom: 0.6172839506vh;
  }
}

.next-project {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  .next-project {
    padding-top: 4.9382716049vh;
  }
}
.next-project {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  .next-project {
    padding-bottom: 4.9382716049vh;
  }
}
.next-project__contentWrapper {
  color: #9c9581;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  margin-left: auto;
  transition: all 0.35s ease-in-out;
}
.next-project__contentWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .next-project__contentWrapper {
    gap: 1.2345679012vh;
  }
}
.next-project__contentWrapper:hover {
  color: #c7b761;
  transform: translateX(2px);
}
.next-project__contentWrapper .spacer {
  display: block;
  margin-right: 20px;
}
.next-project__nextLabel, .next-project__nextTitle {
  display: flex;
  white-space: nowrap;
}
.next-project__nextTitle {
  margin-right: 10px;
}

#page-press .list__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-press .list__wrapper {
  padding-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-press .list__wrapper {
    padding-top: 4.3209876543vh;
  }
}
#page-press .list__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-press .list__wrapper {
    padding-bottom: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-press .list__wrapper {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 12.5vw 0;
  }
}
#page-press .list__singleContent {
  display: flex;
  position: relative;
}
#page-press .list__singleContent {
  padding-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-press .list__singleContent {
    padding-top: 1.8518518519vh;
  }
}
#page-press .list__singleContent {
  padding-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-press .list__singleContent {
    padding-bottom: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-press .list__singleContent {
    width: 47%;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }
}
#page-press .list__single {
  width: 16.3194444444vw;
}
@media (orientation: portrait) {
  #page-press .list__single {
    width: 10.1543209877vh;
  }
}
@media screen and (orientation: portrait) {
  #page-press .list__single {
    width: 100%;
  }
}
#page-press .list__single:hover img {
  transform: scale(1.04);
}
#page-press .list__singleImageWrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#page-press .list__singleImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
#page-press .list__singleTitle {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-press .list__singleTitle {
    margin-top: 1.8518518519vh;
  }
}
#page-press .list__singleTitle {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-press .list__singleTitle {
    margin-bottom: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  #page-press .list__singleTitle {
    height: 5vh;
  }
}

#page-contact .connection {
  background-color: #b79985;
  color: #f3f4f0;
}
#page-contact .connection__wrapper {
  display: flex;
}
@media (orientation: portrait) {
  #page-contact .connection__wrapper {
    flex-direction: column;
    height: auto;
  }
}
#page-contact .connection__subtit {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-contact .connection__subtit {
    margin-bottom: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connection__text {
    width: 70%;
    margin: 0 auto;
  }
}
#page-contact .connection__subtit, #page-contact .connection__text {
  text-align: center;
}
#page-contact .connection__col {
  height: 100%;
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media (orientation: portrait) {
  #page-contact .connection__col {
    width: 100%;
  }
}
#page-contact .connection__col--formWrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-contact .connection__col--formWrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-contact .connection__col--formWrapper {
    padding-top: 4.9382716049vh;
  }
}
#page-contact .connection__col--formWrapper {
  padding-left: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-contact .connection__col--formWrapper {
    padding-left: 4.9382716049vh;
  }
}
#page-contact .connection__col--formWrapper {
  padding-right: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-contact .connection__col--formWrapper {
    padding-right: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connection__col--formWrapper {
    padding: 12.5vw 5vw !important;
  }
}
#page-contact .connection__col--formWrapper input:not([type=checkbox]),
#page-contact .connection__col--formWrapper textarea,
#page-contact .connection__col--formWrapper select {
  text-align: left;
}
@media screen and (orientation: portrait) {
  #page-contact .connection__col--formWrapper input:not([type=checkbox]),
  #page-contact .connection__col--formWrapper textarea,
  #page-contact .connection__col--formWrapper select {
    text-align: center;
    width: 100%;
    width: -webkit-fill-available;
    box-sizing: border-box;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connection__col--imageWrapper {
    height: 50vh;
    height: 50svh;
  }
}
#page-contact .connection__col--imageWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent);
  z-index: 1;
}
#page-contact .connection__col--imageWrapper::before {
  height: 37.037037037vh;
}
@media (orientation: portrait) {
  #page-contact .connection__col--imageWrapper::before {
    height: 9.2592592593vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connection__col--imageWrapper::before {
    height: 100%;
  }
}
#page-contact .connection__col--imageWrapper video,
#page-contact .connection__col--imageWrapper img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-contact .connection__contactFormInner {
  display: flex;
  flex-direction: column;
}
#page-contact .connection__contactFormInner {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-contact .connection__contactFormInner {
    gap: 2.4691358025vh;
  }
}
#page-contact .connection__contactFormInner {
  padding-top: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-contact .connection__contactFormInner {
    padding-top: 4.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connection__contactFormInner {
    padding-top: 15vw;
    text-align: center;
  }
}
#page-contact .connection__contactFormScroller {
  padding-bottom: 3.4722222222vw;
}
@media screen and (orientation: portrait) {
  #page-contact .connection__contactFormScroller {
    padding-bottom: 15vw;
  }
}

#single-article .content {
  padding: 15vh 0;
  color: #000000;
}
#single-article .content h1,
#single-article .content h2,
#single-article .content h3,
#single-article .content h4,
#single-article .content h5,
#single-article .content h6 {
  font-family: "Futura Cyrillic Book";
  color: #000000;
  font-weight: 600;
}
#single-article .content strong {
  text-decoration: underline;
}
#single-article .content h2,
#single-article .content h3 {
  text-transform: none;
}
#single-article .content h1,
#single-article .content h2 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #single-article .content h1,
  #single-article .content h2 {
    margin-top: 2.962962963vh;
  }
}
#single-article .content h1,
#single-article .content h2 {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #single-article .content h1,
  #single-article .content h2 {
    margin-bottom: 1.8518518519vh;
  }
}
#single-article .content h3 {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #single-article .content h3 {
    margin-top: 2.4691358025vh;
  }
}
#single-article .content h3 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #single-article .content h3 {
    margin-bottom: 0.6172839506vh;
  }
}
#single-article .content p {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-article .content p {
    margin-bottom: 1.2345679012vh;
  }
}
#single-article .content * {
  letter-spacing: normal;
}
#single-article .content ul {
  list-style: auto;
}
#single-article .content a,
#single-article .content span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

#page-category .list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#page-category .list__wrapper {
  padding-top: 20.987654321vh;
}
@media (orientation: portrait) {
  #page-category .list__wrapper {
    padding-top: 8.3950617284vh;
  }
}
#page-category .list__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-category .list__wrapper {
    padding-bottom: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-category .list__wrapper {
    gap: 20px;
    padding: 12.5vw 0;
  }
}
#page-category .list__singleContent {
  display: flex;
  position: relative;
  width: calc(25% - 30px);
}
@media screen and (orientation: portrait) {
  #page-category .list__singleContent {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  #page-category .list__singleContent {
    width: 100%;
  }
}
#page-category .list__single {
  width: 100%;
}
#page-category .list__single:hover img {
  transform: scale(1.04);
}
#page-category .list__singleImageWrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#page-category .list__singleImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
#page-category .list__singleTitle {
  text-align: left;
}
#page-category .list__singleTitle {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-category .list__singleTitle {
    margin-top: 1.8518518519vh;
  }
}
#page-category .list__singleTitle {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-category .list__singleTitle {
    margin-bottom: 1.2345679012vh;
  }
}
