/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[3]!./node_modules/import-glob-loader/index.js!../theme/src/styles/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --white: #ffffff;
  --black: #000000;
  --sandy: #FFF6E5;
  --brown: #4F282C;
  --yellow: #FCC95B;
  --red: #B44D1F;
  --copper: #B66F35;
  --font1: "inyora-display";
  --font2: "ivyora-text";
  --container-pd: 5%;
  --mb-container-pd: 3rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONT & TEXT STYLING */
h1,
.h1-style,
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style,
h5,
.h5-style,
h6,
.h6-style {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.02em;
}
h1 span,
.h1-style span,
h2 span,
.h2-style span,
h3 span,
.h3-style span,
h4 span,
.h4-style span,
h5 span,
.h5-style span,
h6 span,
.h6-style span {
  color: var(--red);
}

h1,
.h1-style,
.h1-style-big {
  font-size: 8.4rem;
  font-size: clamp(5.46rem, 5.83vw, 5.83vw);
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0;
}
h1-big,
.h1-style-big,
.h1-style-big-big {
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.9;
  font-size: 45.8748vw;
  text-align: center;
  color: #f4ead9;
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.02em;
}

h2,
.h2-style {
  font-size: 4.8rem;
  font-size: clamp(3.84rem, 3.33vw, 6.72rem);
  line-height: 1.1;
  font-weight: 400;
}

h3,
.h3-style {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 2.22vw, 4rem);
  line-height: 1.2;
  font-weight: 500;
}

h4,
.h4-style {
  font-size: 2.8rem;
  font-size: clamp(2.52rem, 1.94vw, 3.5rem);
  line-height: 1.5;
  font-weight: 400;
}

h5,
.h5-style {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 1.25vw, 1.98rem);
  line-height: 1.5;
  font-weight: 400;
}

h6,
.h6-style {
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 0.92vw, 1.43rem);
  line-height: 1.5;
  font-weight: 400;
}

p,
select,
section,
td,
th,
option,
form,
input,
b,
strong,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.92vw, 1.65rem);
  line-height: 1.5;
  font-weight: 400;
}

.paragraph p {
  margin-bottom: 2.4rem;
}
.paragraph p:has(b) {
  opacity: 1;
  line-height: 1.8;
  padding-top: 1.6rem;
}
.paragraph p:has(b) ~ * {
  line-height: 1.8;
}
.paragraph *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.paragraph h4.text-center {
  margin-bottom: 7rem;
}
.paragraph h4:nth-last-child(1) {
  margin-bottom: 0;
}

@font-face {
  font-family: "Social";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/theme/assets/fonts/social_media.woff2") format("woff2"), url("/theme/assets/fonts/social_media.woff") format("woff");
}
.icon-social {
  font-style: normal;
  font-family: "Social";
}
.icon-social.icon-facebook:before {
  content: "\f09a";
}
.icon-social.icon-twitter:before {
  content: "\f099";
}
.icon-social.icon-envelope:before {
  content: "\f0e0";
}
.icon-social.icon-linkedin:before {
  content: "\f0e1";
}
.icon-social.icon-youtube-play:before {
  content: "\f16a";
}
.icon-social.icon-instagram:before {
  content: "\f16d";
}
.icon-social.icon-google:before {
  content: "\f1a0";
}
.icon-social.icon-behance:before {
  content: "\f1b4";
}
.icon-social.icon-pinterest-p:before {
  content: "\f231";
}
.icon-social.icon-whatsapp:before {
  content: "\f232";
}
.icon-social.icon-vimeo:before {
  content: "\f27d";
}

.f {
  display: flex;
}
.fw {
  flex-wrap: wrap;
}
.fwr {
  flex-wrap: wrap-reverse;
}
.fnw {
  flex-wrap: nowrap;
}
.f_c {
  flex-direction: column;
}
.f_cr {
  flex-direction: column-reverse;
}
.f_r {
  flex-direction: row;
}
.f_rr {
  flex-direction: row-reverse;
}
.f-c {
  align-items: center;
}
.f-fs {
  align-items: flex-start;
}
.f-fe {
  align-items: flex-end;
}
.f--fs {
  justify-content: flex-start;
}
.f--fe {
  justify-content: flex-end;
}
.f--c {
  justify-content: center;
}
.f--sb {
  justify-content: space-between;
}
.f--sa {
  justify-content: space-around;
}

@media (max-width: 767.98px) {
  .fm {
    display: flex;
  }
  .fmw {
    flex-wrap: wrap;
  }
  .fmwr {
    flex-wrap: wrap-reverse;
  }
  .fmnw {
    flex-wrap: nowrap;
  }
  .fm_c {
    flex-direction: column;
  }
  .fm_cr {
    flex-direction: column-reverse;
  }
  .fm_r {
    flex-direction: row;
  }
  .fm_rr {
    flex-direction: row-reverse;
  }
  .fm-c {
    align-items: center;
  }
  .fm-fs {
    align-items: flex-start;
  }
  .fm-fe {
    align-items: flex-end;
  }
  .fm--fs {
    justify-content: flex-start;
  }
  .fm--fe {
    justify-content: flex-end;
  }
  .fm--c {
    justify-content: center;
  }
  .fm--sb {
    justify-content: space-between;
  }
  .fm--sa {
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .fd {
    display: flex;
  }
  .fdw {
    flex-wrap: wrap;
  }
  .fdwr {
    flex-wrap: wrap-reverse;
  }
  .fdnw {
    flex-wrap: nowrap;
  }
  .fd_c {
    flex-direction: column;
  }
  .fd_cr {
    flex-direction: column-reverse;
  }
  .fd_r {
    flex-direction: row;
  }
  .fd_rr {
    flex-direction: row-reverse;
  }
  .fd-c {
    align-items: center;
  }
  .fd-fs {
    align-items: flex-start;
  }
  .fd-fe {
    align-items: flex-end;
  }
  .fd--fs {
    justify-content: flex-start;
  }
  .fd--fe {
    justify-content: flex-end;
  }
  .fd--c {
    justify-content: center;
  }
  .fd--sb {
    justify-content: space-between;
  }
  .fd--sa {
    justify-content: space-around;
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.24;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* GENERAL STYLING */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--sandy);
  color: var(--brown);
  font-size: 1.6rem;
  font-family: "Inter Tight", sans-serif;
}
body.lock-scroll {
  overflow: hidden;
}

[data-nav-theme=white] {
  --nav-color: var(--white);
}

[data-nav-theme=dark] {
  --nav-color: var(--brown);
}

html,
body {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
}

main.leave {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
main.come {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
main.come-lower {
  z-index: 1;
}

.config-mode .plate--page-content-wrapper {
  overflow: hidden;
}
.config-mode [data-scroll] {
  transform: none !important;
}

.main-content-wrapper {
  overflow-x: hidden;
  position: relative;
}
.main-content-wrapper::-webkit-scrollbar {
  display: none;
}

.mandelo-m {
  position: relative;
}
.mandelo-m img {
  width: 3.2rem;
  vertical-align: middle;
  top: -0.2rem;
  position: relative;
}

/* END GENERAL STYLING */
.accordion-item {
  position: relative;
}
.accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--brown);
  bottom: 0;
  opacity: 0.08;
}
.accordion-item__header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3.6rem;
  cursor: pointer;
}
.accordion-item__header h4,
.accordion-item__header .faq-item__title {
  pointer-events: none;
  margin-bottom: 0;
}
.accordion-item__header h4 {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.accordion-item__header .button-circle svg {
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
.accordion-item__header .faq-item__arrow {
  margin-left: 3rem;
  flex-shrink: 0;
  pointer-events: none;
}
.accordion-item__header.active .button-circle svg {
  transform: rotate(0deg);
}
.accordion-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.accordion-item__body .faq-item__content__inner {
  padding-bottom: 8.4rem;
  padding-right: 25%;
}
@media (max-width: 1023.98px) {
  .accordion-item__body .faq-item__content__inner {
    padding-bottom: 4rem;
    padding-right: 0;
  }
}
.accordion-item__body .faq-item__content__inner .faq-item__content__inner__text {
  opacity: 0.68;
}
.accordion-item__body .faq-item__content__inner .faq-item__content__inner__text *:nth-last-child(1) {
  margin-bottom: 0;
}
.accordion-item__body .faq-item__content__inner ul li {
  margin-bottom: 1rem;
}
.accordion-item__body .faq-item__content__inner ul li::marker {
  color: var(--dot-color);
}
.accordion-item__body .faq-item__content__inner a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.buttons .button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.buttons .button:last-child {
  margin-right: 0;
}

.button-container {
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .button-container {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .button-container.button-center {
    align-items: center;
  }
}

.button-center {
  justify-content: center;
}

.button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  position: relative;
  height: 4.8rem;
  display: inline-flex;
  align-items: center;
  background-color: var(--yellow);
  border-radius: 10rem;
}
.button + .button-sub {
  margin-left: 2.6rem;
}
@media (max-width: 767.98px) {
  .button + .button-sub {
    margin-left: 0;
  }
}
.button:hover .button__text {
  transform: translateY(-1px) translateX(2.1rem);
}
.button:hover svg.first-svg {
  transform: translateY(-50%) translateY(-1px) translateX(0px);
  opacity: 1;
  visibility: visible;
}
.button:hover svg.last-svg {
  transform: translateY(-50%) translateY(-1px) translateX(20px);
  opacity: 0;
}
.button.as-text-button {
  border-radius: 0;
  height: auto;
  margin-top: -0.8rem;
  background-color: transparent;
  overflow: hidden;
}
.button.as-text-button::after {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--brown);
  opacity: 0.16;
  position: absolute;
  border-radius: 0;
  bottom: 0;
  top: unset;
}
.button.as-text-button .button__text {
  padding: 0.8rem 3.1rem 0.8rem 0;
}
.button.as-text-button .button__text + svg.last-svg {
  right: 0;
}
.button.as-text-button:hover .button__text {
  transform: translateY(-1px) translateX(3.1rem);
}
.button.as-text-button:hover svg.first-svg {
  transform: translateY(-50%) translateY(-1px) translateX(20px);
}
.button.as-text-button:hover svg.last-svg {
  transform: translateY(-50%) translateY(-1px) translateX(100%) translateX(20px);
  opacity: 0;
}
.button.as-text-button svg.first-svg {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%) translateY(-1px) translateX(-100%);
}
.button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10rem;
}
.button__inner {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 100%;
  height: 100%;
  z-index: 1;
}
.button__text {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
  pointer-events: none;
  z-index: 1;
  padding-left: 3.2rem;
  padding-right: 5.1rem;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 1;
  transform: translateY(-1px);
  transition: transform 0.3s ease-in-out;
}
.button__text + svg.last-svg {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) translateY(-1px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.button svg.first-svg {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%) translateY(-1px) translateX(-21px);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.button:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
a:hover {
  color: inherit;
}

.categories {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.category {
  position: relative;
  height: 3.8rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.4rem 0.9rem 1.4rem;
  background-color: var(--black);
  border-radius: 7rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.category span {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 8rem;
}
@media (max-width: 1023.98px) {
  .footer {
    padding-bottom: 4rem;
  }
}
.footer .footer__bottom__link {
  position: relative;
}
.footer .footer__bottom__link::before {
  content: "";
  height: 3px;
  width: 3px;
  left: -1.9rem;
  top: 50%;
  background-color: var(--brown);
  opacity: 0.16;
  position: absolute;
  transform: translateY(-50%);
}
.footer .plate--row {
  flex: 1;
}
.footer .link a {
  white-space: nowrap;
}
.footer__inner {
  padding-top: 9rem;
  padding-bottom: 3rem;
}
.footer__columns {
  position: relative;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer__columns {
    gap: 4rem;
    padding-bottom: 0;
  }
}
.footer .footer-column--2 p {
  padding-top: 1.6rem;
}
@media (max-width: 767.98px) {
  .footer .footer-column--2 p {
    padding-top: 0;
  }
}
.footer .footer-column--1 .footer-column__items .link {
  transition: opacity 0.3s ease-in-out;
}
.footer .footer-column--1 .footer-column__items:hover .link:not(:hover) {
  opacity: 0.2;
}
.footer-column {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0rem;
  flex: 1;
}
.footer-column .h3-style {
  color: var(--brown);
}
.footer-column p {
  line-height: 1.6;
  color: var(--brown);
  opacity: 0.64;
}
.footer-column-wrapper {
  gap: 16.5rem;
}
.footer-column__title {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .footer-column__title {
    margin-bottom: 1rem;
  }
}
.footer-column__items {
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer-column__items a {
  position: relative;
  text-decoration: none;
}
@media (max-width: 1023.98px) {
  .footer-column--logo {
    width: 100%;
    flex: unset;
  }
}
.footer__bottom {
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .footer__bottom .plate--row {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.footer__bottom__links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer__bottom__links span {
  font-size: 1.2rem;
  line-height: 1;
}
.footer__bottom__links .link {
  margin-left: 3.5rem;
}
.footer__bottom__links .link a {
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.signature--image {
  height: auto;
}
@media (max-width: 1023.98px) {
  .signature--image svg {
    margin: 0 auto;
    display: flex;
  }
}
.signature--image img {
  width: 220px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  align-self: center;
  justify-content: center;
  position: relative;
}

.share-icons {
  gap: 0.4rem;
}

.share-icon {
  position: relative;
  height: 4.8rem;
  width: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 100%;
  overflow: hidden;
}
.share-icon::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  border: 1px solid var(--brown);
  opacity: 0.16;
}
.share-icon svg {
  position: absolute;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  opacity: 1;
}
.share-icon svg:nth-last-child(1) {
  transform: translateY(100%);
  opacity: 0;
}
.share-icon:hover svg {
  opacity: 0;
  transform: translateY(-100%);
}
.share-icon:hover svg:nth-last-child(1) {
  opacity: 1;
  transform: translateY(0%);
}

.hidden {
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) translateX(-2.1rem);
  top: 50%;
}

.post-header {
  position: relative;
}
.post-header .usps {
  width: 136%;
  flex-direction: row;
  margin-top: 8.6rem;
}
@media (max-width: 1023.98px) {
  .post-header .usps {
    flex-direction: column;
    width: 100%;
  }
}
.post-header .usps .usp {
  flex: 1;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  justify-content: center;
}
.post-header .usps .usp::after {
  height: 100%;
  left: 100%;
  width: 1px;
  transform: scaleY(0);
  transition: transform 0.75s ease-in-out;
}
.post-header .usps .usp .usp-image, .post-header .usps .usp .usp-text {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.15s;
}
.post-header .usps .usp .usp-image {
  margin-bottom: 1.7rem;
}
.post-header .usps .usp.usp-active::after {
  transform: scaleY(1);
}
@media (max-width: 1023.98px) {
  .post-header .usps .usp.usp-active::after {
    transform: scaleY(0);
  }
}
.post-header .usps .usp.usp-active .usp-image, .post-header .usps .usp.usp-active .usp-text {
  opacity: 1;
}
.post-header .post-header__content + .post-header__image {
  position: relative;
  margin-top: 6.4rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 1023.98px) {
  .post-header .post-header__content + .post-header__image {
    margin-top: 4rem;
  }
}
.post-header-has-scrolldown {
  padding-bottom: 23rem;
}
.post-header-has-scrolldown .scrolldown {
  bottom: -24rem;
  transform: translateY(50%);
}
@media (max-width: 1023.98px) {
  .post-header-has-scrolldown .scrolldown {
    bottom: -12rem;
    transform: translateY(0%) translateX(50%);
    align-items: center;
    right: 50%;
  }
}
.post-header.post-header-no-header {
  padding-top: 0;
  padding-bottom: 24rem;
}
.post-header.post-header-no-header:not(.post-header-has-image) {
  padding-top: 0;
  padding-bottom: 24rem;
}
@media (max-width: 1023.98px) {
  .post-header.home-header .scrolldown + #scrolldown-anchor {
    transform: translateY(16rem);
  }
}
.post-header.home-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(28.83deg, rgba(73, 114, 20, 0.2) 16.77%, rgba(73, 114, 20, 0) 31.68%), linear-gradient(180deg, rgba(36, 114, 139, 0.6) 0%, rgba(36, 108, 139, 0) 23.08%);
}
@media (max-width: 1023.98px) {
  .post-header.home-header::after {
    background: linear-gradient(28.83deg, rgba(73, 114, 20, 0.2) 16.77%, rgba(73, 114, 20, 0) 31.68%), linear-gradient(180deg, rgba(36, 114, 139, 0.6) 0%, rgba(36, 108, 139, 0) 23.08%), rgba(0, 0, 0, 0.2);
  }
}
.post-header.home-header img {
  transform: scale(1.1);
}
.post-header:not(.post-header-has-image) {
  padding-top: 26rem;
  padding-bottom: 9rem;
}
.post-header:not(.post-header-has-image).post-header-has-scrolldown {
  padding-bottom: 24rem;
}
.post-header:not(.post-header-has-image) .post-header__content {
  max-width: 61%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .post-header:not(.post-header-has-image) .post-header__content {
    max-width: unset;
  }
}
@media (max-width: 1023.98px) {
  .post-header:not(.post-header-has-image) {
    padding-top: 18.5rem;
    padding-bottom: 5rem;
  }
}
.post-header.post-header-has-image .post-header__image {
  height: 100vh;
  max-height: -webkit-fill-available;
  position: relative;
}
.post-header.post-header-has-image .post-header__image .picture-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.post-header.post-header-has-image .post-header__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 6.4rem;
}
@media (max-width: 1023.98px) {
  .post-header.post-header-has-image .post-header__inner {
    padding-bottom: 16rem;
  }
}
.post-header.post-header-has-image .post-header__inner .post-header__content {
  align-items: flex-start;
  justify-content: flex-start;
}
.post-header.post-header-has-image .post-header__inner .post-header__content .post-header__title {
  width: 100%;
}
.post-header.post-header-has-image .post-header__inner .post-header__content .post-header__title h1 {
  max-width: 50%;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 1023.98px) {
  .post-header.post-header-has-image .post-header__inner .post-header__content .post-header__title h1 {
    max-width: unset;
  }
}
.post-header__inner {
  position: relative;
  z-index: 1;
}
.post-header__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post-header__content .title-wrapper__subtitle, .post-header__content .title-wrapper__title {
  text-align: center;
}
.post-header__content .title-wrapper__title {
  max-width: 90ch;
}
.post-header__content .intro-text {
  margin-bottom: 0;
  margin-top: 6.4rem;
}
@media (max-width: 1023.98px) {
  .post-header__content .intro-text {
    margin-top: 4rem;
  }
}
.post-header__content .intro-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.post-header__content .buttons {
  margin-top: 4rem;
}
.post-header--centered .post-header__content .intro-text p {
  text-align: center;
}

@media (max-width: 1023.98px) {
  .navbar-ctas {
    flex: 1;
    justify-content: flex-end;
    z-index: 2;
  }
}

.language-picker {
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.8rem;
  padding-right: 1rem;
}
@media (max-width: 1023.98px) {
  .language-picker:not(.menu-item-language) {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .language-picker ~ .navbar-buttons {
    margin-right: 11px;
  }
  .language-picker ~ .navbar-buttons .button span {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .language-picker ~ .navbar-buttons .button:hover .button__text {
    transform: translateY(-1px) translateX(0rem);
  }
  .language-picker ~ .navbar-buttons .button svg {
    display: none;
  }
}
.language-picker:hover .language-picker__dropdown {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.language-picker:hover .language-picker__dropdown .language-picker__item {
  transform: translateY(0);
  opacity: 1;
}
.language-picker .language-picker__item.active-item svg {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.language-picker .language-picker__dropdown {
  opacity: 0;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 4rem;
  display: flex;
  gap: 10px;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.language-picker .language-picker__dropdown a:nth-child(2) .language-picker__item {
  transition-delay: 0.3s;
}
.language-picker .language-picker__dropdown a:nth-child(3) .language-picker__item {
  transition-delay: 0.6s;
}
.language-picker .language-picker__dropdown a:nth-child(4) .language-picker__item {
  transition-delay: 0.9s;
}
.language-picker .language-picker__dropdown a:nth-child(5) .language-picker__item {
  transition-delay: 1.2s;
}
.language-picker .language-picker__dropdown .language-picker__item {
  transform: translateY(15px);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  top: -1px;
  position: relative;
}
.flag.nl {
  background-image: url("/theme/assets/images/flags/nl.svg");
}
.flag.en, .flag.en_in {
  background-image: url("/theme/assets/images/flags/gb.svg");
}
.flag.de {
  background-image: url("/theme/assets/images/flags/de.svg");
}
.flag.fr, .flag.be_fr {
  background-image: url("/theme/assets/images/flags/fr.svg");
}
.flag.es {
  background-image: url("/theme/assets/images/flags/es.svg");
}
.flag.pl {
  background-image: url("/theme/assets/images/flags/pl.svg");
}
.flag.us {
  background-image: url("/theme/assets/images/flags/us.svg");
}
.flag.id {
  background-image: url("/theme/assets/images/flags/id.svg");
}
.flag.pt {
  background-image: url("/theme/assets/images/flags/pt.svg");
}
.flag.it {
  background-image: url("/theme/assets/images/flags/it.svg");
}
.flag.ru {
  background-image: url("/theme/assets/images/flags/ru.svg");
}
.flag.no {
  background-image: url("/theme/assets/images/flags/no.svg");
}
.flag.dk {
  background-image: url("/theme/assets/images/flags/dk.svg");
}
.flag.be {
  background-image: url("/theme/assets/images/flags/be.svg");
}
.flag.si {
  background-image: url("/theme/assets/images/flags/si.svg");
}
.flag.sv {
  background-image: url("/theme/assets/images/flags/se.svg");
}
.flag.en_au {
  background-image: url("/theme/assets/images/flags/au.svg");
}
.flag.cs {
  background-image: url("/theme/assets/images/flags/cz.svg");
}

/* IMAGE STYLING */
.picture-img {
  position: relative;
  overflow: hidden;
}
picture {
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
}
picture img {
  position: absolute;
  top: 0;
}

.width-cover {
  width: 100%;
  height: 100%;
}
.width-cover.round {
  border-radius: 50vw 50vw 0 0;
  overflow: hidden;
}
.width-cover.round img {
  height: 110%;
  top: -5%;
}
@media (min-width: 1921px) {
  .width-cover.round img {
    height: 120%;
    top: -10%;
  }
}
.width-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.height-contain {
  width: 100%;
  height: 100%;
}
.height-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.parallax-img {
  width: 100%;
  height: 100%;
}

.parallax-img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -10%;
}
@media (max-width: 767.98px) {
  .parallax-img img {
    height: 100%;
    margin-top: 0;
  }
}

.reveal-image {
  overflow: hidden;
}

.full-link-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}

.fade-in-array .fade-in-array-item {
  opacity: 0;
  transform: translateY(40px);
}
.fade-in-array .fade-in-array-item-links .link {
  opacity: 0;
  transform: translateY(40px);
}
.fade-in-array-direct .fade-in-array-direct-item {
  opacity: 0;
  transform: translateY(100px);
}
.fade-in-array-direct .post-header__label {
  opacity: 0;
  transform: translateY(100%);
}

.title__line, .title__word {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.post-item {
  position: relative;
  margin-bottom: 7rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 575.98px) {
  .post-item {
    margin-bottom: 5rem;
  }
}
.post-item__image {
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .post-item__image {
    margin-bottom: 2.4rem;
  }
}
.post-item__image picture {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.post-item__content {
  position: relative;
}
.post-item__content__title {
  margin-bottom: 1.8rem;
}
@media (max-width: 575.98px) {
  .post-item__content__title {
    margin-bottom: 1.6rem;
  }
}
.post-item__content__title h4 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .post-item.swiper-slide {
    margin-bottom: 3rem;
  }
}
.post-item:hover .post-item__image picture {
  transform: scale(1.1);
}

.content-images {
  gap: 4rem;
}
@media (max-width: 1023.98px) {
  .content-images {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.content-images.rotate {
  align-items: flex-end;
  padding-left: 6.6667%;
}
@media (max-width: 1023.98px) {
  .content-images.rotate {
    padding-left: 0;
  }
}
.content-images.rotate .content-item:nth-child(2n+1) {
  width: 31%;
}
@media (max-width: 1023.98px) {
  .content-images.rotate .content-item:nth-child(2n+1) {
    width: 70%;
    margin-left: auto;
  }
}
.content-images.rotate .content-item:nth-child(2n+2) {
  width: 38.5%;
  margin-bottom: 14.5rem;
}
@media (max-width: 1023.98px) {
  .content-images.rotate .content-item:nth-child(2n+2) {
    width: 70%;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.content-images:not(.rotate) .content-item:nth-child(2n+1) {
  width: 48%;
  margin-top: 12.5rem;
}
@media (max-width: 1023.98px) {
  .content-images:not(.rotate) .content-item:nth-child(2n+1) {
    width: 70%;
    margin-top: 0;
    margin-left: auto;
  }
}
.content-images:not(.rotate) .content-item:nth-child(2n+2) {
  width: 38.5%;
}
@media (max-width: 1023.98px) {
  .content-images:not(.rotate) .content-item:nth-child(2n+2) {
    width: 70%;
  }
}
.content-images .content-item .post-item__image {
  margin-bottom: 1.6rem;
}
.content-images .content-item p {
  margin-bottom: 0;
  min-height: 4.4rem;
  max-width: 340px;
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 0.92vw, 1.56rem);
  line-height: 1.6;
}

@media (max-width: 1023.98px) {
  .cta-items {
    flex-direction: column;
  }
}
.cta-items .cta-item {
  flex: 1;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .cta-items .cta-item {
    width: 100%;
  }
}
.cta-items .cta-item .post-item__image {
  margin-bottom: 0;
  position: relative;
}
.cta-items .cta-item .post-item__image img {
  height: 110%;
  top: -5%;
}
@media (min-width: 1921px) {
  .cta-items .cta-item .post-item__image img {
    height: 120%;
    top: -10%;
  }
}
.cta-items .cta-item .post-item__image::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.56) 100%);
}
@media (max-width: 1023.98px) {
  .cta-items .cta-item .post-item__image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.56) 100%);
  }
}
.cta-items .cta-item:hover picture {
  transform: scale(1.02);
}
.cta-items .cta-item:hover .cta-item__inner {
  transform: translateY(0);
}
.cta-items .cta-item:hover .cta-item__inner .cta-item__button {
  opacity: 1;
  transform: translateY(0);
}
.cta-items .cta-item:hover .cta-item__inner .cta-item__button a {
  pointer-events: auto;
}
.cta-items .cta-item picture {
  transition: transform 1s ease-in-out;
}
.cta-items .cta-item .cta-item__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5.6rem;
  text-align: center;
  z-index: 3;
  pointer-events: none;
  transform: translateY(8.6rem);
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 1023.98px) {
  .cta-items .cta-item .cta-item__inner {
    transform: translateY(0);
  }
}
.cta-items .cta-item .cta-item__inner h3, .cta-items .cta-item .cta-item__inner p {
  color: white;
}
.cta-items .cta-item .cta-item__inner p {
  margin-bottom: 0;
}
.cta-items .cta-item .cta-item__inner .cta-item__title {
  margin-bottom: 2rem;
}
.cta-items .cta-item .cta-item__inner .cta-item__title h3 {
  margin-bottom: 0;
}
.cta-items .cta-item .cta-item__inner .cta-item__button {
  transform: translateY(4rem);
  margin-top: 3.8rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media (max-width: 1023.98px) {
  .cta-items .cta-item .cta-item__inner .cta-item__button {
    transform: translateY(0);
    opacity: 1;
  }
}
.cta-items .cta-item .cta-item__inner .cta-item__button .button-container {
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .cta-items .cta-item .cta-item__inner .cta-item__button .button-container {
    justify-content: center;
    flex-direction: row;
  }
}
.cta-items .cta-item .cta-item__inner .cta-item__button a {
  pointer-events: none;
}

.link {
  position: relative;
}
.link a {
  font-weight: 500;
}
.link a.link-has-no-link {
  pointer-events: none;
}
.link.link-remove-style a {
  padding: 0 0 0 0;
  line-height: 1.6;
}
.link.link-remove-style a + svg {
  display: none;
}
.link.link-remove-style::after {
  display: none;
}
.link.link-remove-style:nth-last-child(1) a {
  margin-bottom: 0;
}
.link::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--brown);
  height: 1px;
  opacity: 0.08;
  position: absolute;
}
.link:nth-last-child(1)::after {
  display: none;
}
.link:nth-last-child(1) a {
  margin-bottom: -25px;
}
.link a {
  display: block;
  padding: 22px 0 25px;
  color: var(--brown);
  text-decoration: none;
}
.link a + svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1023.98px) {
  .image-content-item {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .image-content-item.f_rr {
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .image-content-item.f_rr.no-image {
    flex-direction: column-reverse;
  }
}
.image-content-item.no-image .image-content-item__inner {
  width: 40%;
}
@media (max-width: 1023.98px) {
  .image-content-item.no-image .image-content-item__inner {
    width: 100%;
  }
}
.image-content-item.no-image .image-content-item__image {
  width: 38.5%;
}
@media (max-width: 1023.98px) {
  .image-content-item.no-image .image-content-item__image {
    width: 100%;
  }
}
.image-content-item.no-image .image-content-item__image .image-content-item__links {
  margin-top: 0;
  margin-bottom: 0;
}
.image-content-item.no-image .image-content-item__image .image-content-item__links .link:nth-child(1) a {
  padding-top: 2.2rem;
}
.image-content-item:not(.as_bg) .image-content-item__links {
  margin-top: 5.1rem;
  margin-bottom: 6.1rem;
}
.image-content-item:not(.as_bg) .image-content-item__links .link:nth-child(1) a {
  padding-top: 0;
}
.image-content-item:not(.as_bg) .image-content-item__links + .image-content-item__button {
  margin-top: 0;
}
.image-content-item.as_bg {
  padding-top: 24%;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  .image-content-item.as_bg {
    padding: 0 0 0 0;
    gap: 0;
  }
}
.image-content-item.as_bg .image-content-item__inner {
  width: auto;
}
.image-content-item.as_bg .image-content-item__links .link {
  cursor: pointer;
}
.image-content-item.as_bg .image-content-item__links .link a {
  transition: transform 0.3s ease-out;
}
.image-content-item.as_bg .image-content-item__links .link a + svg:not(.hidden) {
  opacity: 1;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.image-content-item.as_bg .image-content-item__links .link a ~ svg.hidden {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transform: translateY(-50%) translateX(-3rem);
}
.image-content-item.as_bg .image-content-item__links .link:hover a {
  transform: translateX(30px);
}
.image-content-item.as_bg .image-content-item__links .link:hover a + svg:not(.hidden) {
  opacity: 0;
  transform: translateY(-50%) translateX(3rem);
}
.image-content-item.as_bg .image-content-item__links .link:hover a ~ svg.hidden {
  opacity: 1;
  transform: translateY(-50%) translateX(0rem);
}
.image-content-item.as_bg .image-content-item__inner {
  z-index: 2;
  position: relative;
  background-color: white;
  padding: 5.6rem;
}
@media (max-width: 1023.98px) {
  .image-content-item.as_bg .image-content-item__inner {
    padding: var(--mb-container-pd);
  }
}
.image-content-item.as_bg .image-content-item__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .image-content-item.as_bg .image-content-item__image {
    position: relative;
  }
}
.image-content-item.as_bg .image-content-item__image picture {
  border-radius: 0 0 0 0;
}
.image-content-item h2, .image-content-item p {
  margin-bottom: 0;
}
.image-content-item .image-content-item__image {
  width: 48%;
}
@media (max-width: 1023.98px) {
  .image-content-item .image-content-item__image {
    width: 100%;
  }
}
.image-content-item .image-content-item__inner {
  width: 38.5%;
}
@media (max-width: 1023.98px) {
  .image-content-item .image-content-item__inner {
    width: 100%;
  }
}
.image-content-item .image-content-item__inner.image-content-set-width {
  min-width: 52.2rem;
}
@media (max-width: 1023.98px) {
  .image-content-item .image-content-item__inner.image-content-set-width {
    min-width: unset;
    width: 100%;
  }
}
.image-content-item .image-content-item__inner .image-content-item__title {
  margin-bottom: 4rem;
}
.image-content-item .image-content-item__inner .image-content-item__desc {
  margin-bottom: 0;
  line-height: 1.6;
  opacity: 0.68;
}
.image-content-item .image-content-item__inner .image-content-item__button {
  margin-top: 4rem;
}

.images-slider {
  position: relative;
}

.swiper-bottom {
  position: relative;
  margin-top: 5.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-bottom .swiper-scrollbar {
  height: 1px;
  position: relative;
  background-color: transparent;
  width: calc(100% - 22.4rem);
}
.swiper-bottom .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--red);
}
.swiper-bottom .swiper-scrollbar::after {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--brown);
  opacity: 0.08;
}
.swiper-bottom .swiper-button-prev, .swiper-bottom .swiper-button-next {
  height: auto;
  width: auto;
  margin-top: 0;
  top: 0;
  position: relative;
  right: unset;
  left: unset;
  overflow: hidden;
}
.swiper-bottom .swiper-button-prev .svg-wrapper {
  margin-left: 0;
  transform: rotate(180deg);
}

.quote-slider {
  position: relative;
}
.quote-slider .quote-slide {
  background-color: white;
  position: relative;
  padding: 4.8rem 4rem 4.8rem;
  height: auto;
}
.quote-slider .quote-slide h4 {
  margin-bottom: 2.4rem;
  font-weight: 500;
}
.quote-slider .quote-slide svg.quote-svg {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
}
.quote-slider .quote-slide .stars {
  position: relative;
}
.quote-slider .quote-slide .stars .inactive-stars {
  position: absolute;
  opacity: 0.24;
}
.quote-slider .quote-slide p {
  margin-top: 2.4rem;
  margin-bottom: 0;
  opacity: 0.64;
}

.image {
  overflow: hidden;
}
.image img[src=""] {
  opacity: 0;
  text-indent: -9999px;
}
.image .lazy--loading-image {
  opacity: 0;
}
.image .lazy--loading-image img {
  text-indent: -9999px;
}

.scrolldown {
  position: absolute;
  right: var(--container-pd);
  display: flex;
  bottom: 6.4rem;
  align-items: center;
  gap: 1.6rem;
  opacity: 0;
}
.scrolldown + #scrolldown-anchor {
  transform: translateY(6.4rem);
}
.scrolldown p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--brown);
}
.scrolldown.white {
  --brown: white;
}
.scrolldown .svg-wrapper {
  transform: rotate(90deg);
}
.scrolldown .svg-wrapper svg:nth-child(2) {
  animation: scrollDown 6s linear 0s infinite normal none;
}
.scrolldown .svg-wrapper:hover svg:nth-child(1) {
  opacity: 0;
  transform: translateY(-10000%);
}
.scrolldown .svg-wrapper:hover svg:nth-child(2) {
  opacity: 1;
}

@keyframes scrollDown {
  0% {
    transform: translateX(0%);
  }
  66.666% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(-50%) translateX(300%);
  }
  75.001% {
    transform: translateX(-50%) translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.svg-wrapper {
  cursor: pointer;
  position: relative;
  height: 5.6rem;
  width: 5.6rem;
  border: 1px solid var(--brown);
  margin-left: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}
.svg-wrapper svg {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.svg-wrapper svg:nth-child(1) {
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%) translateX(-200%);
}
.svg-wrapper:hover svg:nth-child(1) {
  transform: translateX(-50%) translateX(0%);
  opacity: 1;
}
.svg-wrapper:hover svg:nth-child(2) {
  transform: translateX(200%);
  opacity: 0;
}

.element-links {
  margin-top: -2.2rem;
}
.element-links .link {
  cursor: pointer;
}
.element-links .link a {
  transition: transform 0.3s ease-out;
}
.element-links .link a + svg:not(.hidden) {
  opacity: 1;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.element-links .link a ~ svg.hidden {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transform: translateY(-50%) translateX(-3rem);
}
.element-links .link:hover a {
  transform: translateX(30px);
}
.element-links .link:hover a + svg:not(.hidden) {
  opacity: 0;
  transform: translateY(-50%) translateX(3rem);
}
.element-links .link:hover a ~ svg.hidden {
  opacity: 1;
  transform: translateY(-50%) translateX(0rem);
}

.post-header__label {
  background-color: #F4EAD9;
  border-radius: 4rem;
  padding: 1.7rem 3.2rem;
  margin-top: 4.4rem;
}
.post-header__label p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
}

.suite-image-slider {
  position: relative;
  overflow: hidden;
}

.super-big-title {
  position: relative;
  margin-top: -9.5vw;
  transform: translateY(12%);
  padding-bottom: 41.2497vw;
  width: 100vw;
  margin-left: calc(0px - var(--container-pd));
}

.suites-slider {
  position: relative;
}
.suites-slider .swiper-bottom {
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 0;
}
@media (max-width: 1023.98px) {
  .suites-slider .swiper-bottom {
    width: 100%;
    left: 0;
  }
}
.suites-slider .swiper-bottom-inner {
  padding: 0 10% 0 20%;
  width: 100%;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .suites-slider .swiper-bottom-inner {
    padding: 0 0 0 0;
  }
}
.suites-slider .swiper-bottom-inner p {
  margin-bottom: 0;
}
.suites-slider .swiper-bottom-index {
  flex: 1;
  justify-content: space-between;
  margin-left: 2.3rem;
}

.suite-item {
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.suite-item-title, .suite-item-discription, .suite-item-usps .usp, .suite-item .suite-item-button {
  opacity: 0;
  transform: translateY(40px);
}
@media (max-width: 1023.98px) {
  .suite-item-inner {
    flex-direction: column;
  }
}
.suite-item .next {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: -99;
}
.suite-item__index span {
  margin-right: 3px;
}
.suite-item:not(.swiper-slide-active) {
  opacity: 0;
}
.suite-item .suite-item__image {
  width: 50%;
}
@media (max-width: 1023.98px) {
  .suite-item .suite-item__image {
    width: 100%;
  }
}
.suite-item .suite-item__content {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .suite-item .suite-item__content {
    width: 100%;
  }
}
.suite-item .suite-item__content .suite-item__content-inner {
  padding: 44px 10% 100px 20%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1023.98px) {
  .suite-item .suite-item__content .suite-item__content-inner {
    padding: 4rem 0 100px 0;
  }
}
.suite-item .suite-item__content .suite-item__content-inner .suite-item-title h3 {
  margin-bottom: 0;
}
.suite-item .suite-item__content .suite-item__content-inner .suite-item-discription p {
  opacity: 0.68;
}
.usps {
  display: flex;
  flex-direction: column;
}
.usps .usp {
  display: flex;
  padding: 20px 0;
  position: relative;
  align-items: center;
}
.usps .usp::after {
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--brown);
  position: absolute;
  bottom: 0;
  opacity: 0.08;
}
.usps .usp:nth-last-child(1)::after {
  display: none;
}
.usps .usp-image {
  width: 5.3rem;
}
.usps .usp-text {
  width: calc(100% - 5.3rem);
}
.usps .usp-text p {
  margin-bottom: 0;
  font-weight: 500;
}

/* NAVIGATION STYLING */
.navigation {
  position: fixed;
  /*fixed*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  transition: transform 0.3s ease-in-out;
}
.navigation.menu-open {
  --nav-color: var(--brown);
}
.navigation.menu-open .navbar-collapse {
  pointer-events: all;
}
.navigation .navbar {
  position: relative;
  height: 100%;
}
.navigation .navbar-inner {
  height: inherit;
  width: 100%;
  z-index: 2;
  align-items: center;
}
.navigation .navbar-nav {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.navigation .navbar-collapse {
  margin-left: auto;
  margin-right: 15.6rem;
}
.navigation .navbar-collapse__inner {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: -webkit-fill-available;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: var(--mb-container-pd);
    padding-right: var(--mb-container-pd);
    margin-left: unset;
    overflow-y: auto;
    pointer-events: none;
    background-color: var(--sandy);
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .navigation .navbar-collapse::-webkit-scrollbar {
    display: none;
  }
  .navigation .navbar-collapse__inner {
    flex-direction: column;
    overflow-y: auto;
    padding-top: 10rem;
    padding-bottom: 14rem;
    width: 100%;
    height: auto;
  }
  .navigation .navbar-collapse__inner .navbar-nav {
    flex-direction: column;
    padding-top: 50px;
    align-items: flex-start;
  }
  .navigation .navbar-collapse__inner::-webkit-scrollbar {
    display: none;
  }
}
.navigation .navbar-toggler {
  appearance: none;
  -webkit-appearance: none;
  display: none;
  z-index: 100;
  padding: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  margin-left: 1.2rem;
  height: 2rem;
  width: 3rem;
}
.navigation .navbar-toggler .bars {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.navigation .navbar-toggler .bars .bar {
  width: 100%;
  height: 2px;
  background-color: var(--nav-color);
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-toggler {
    display: block;
  }
}
.navigation .navbar-toggler__text {
  color: var(--black);
  opacity: 0;
  visibility: hidden;
}
.navigation .navbar-toggler:focus {
  outline: none;
}
.navigation .navbar-brand {
  position: relative;
  z-index: 99;
  height: auto;
  margin-right: 3rem;
}
.navigation .navbar-brand path {
  transition: fill 0.3s ease-in-out;
}
.navigation .navbar-brand a {
  font-size: 0;
}
.navigation .navbar-brand .logo {
  position: relative;
  width: 100%;
}

.nav-item {
  position: relative;
  padding: 0 2rem;
  font-size: 0;
}
.nav-item.nav-item-mobile {
  display: none !important;
}
@media (max-width: 1023.98px) {
  .nav-item.nav-item-mobile {
    display: flex !important;
    margin-top: 4rem;
    margin-left: 0;
    padding-left: 0;
    align-items: center;
    justify-content: space-between;
  }
}
.nav-item:nth-last-child(1) {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.nav-item:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 1023.98px) {
  .nav-item:not(.nav-item-mobile) {
    padding: 0.6rem 0 1.2rem 0;
    margin: 0;
    width: 100%;
    font-family: "ivyora-display", sans-serif;
  }
}
.nav-item .nav-link {
  display: inline-block;
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 0.92vw, 1.8rem);
  line-height: 1;
  font-weight: 500;
  line-height: normal;
  color: var(--nav-color);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (max-width: 1023.98px) {
  .nav-item .nav-link {
    font-size: 3.25rem;
    line-height: 1;
    display: inline-flex;
    width: 100%;
    color: var(--brown);
  }
}
.nav-item.last-item {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .nav-item.last-item {
    margin-top: 30%;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  body.popup-active .navigation {
    transform: translateY(8rem);
  }
}

.plate--container {
  padding-left: var(--container-pd);
  padding-right: var(--container-pd);
  max-width: none;
}
@media (max-width: 1023.98px) {
  .plate--container {
    padding-left: var(--mb-container-pd);
    padding-right: var(--mb-container-pd);
  }
}

.plate--page-content-wrapper {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .plate--column {
    flex-basis: 100%;
    max-width: 100%;
    min-height: unset;
  }
}

.render-content {
  position: relative;
}

.section-container {
  position: relative;
}
.section-container.fullwidth {
  overflow: hidden;
}
.section-container.fullwidth .plate--container {
  padding-left: 0;
  padding-right: 0;
}
.section-container.indent .plate--container {
  padding-left: calc(var(--container-pd) * 1.5);
  padding-right: calc(var(--container-pd) * 1.5);
}
@media (max-width: 1023.98px) {
  .section-container.indent .plate--container {
    padding-left: calc(var(--mb-container-pd) * 2);
    padding-right: calc(var(--mb-container-pd) * 2);
  }
}
.section-container.has-bg::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: inherit;
  position: absolute;
  top: -0.1rem;
  z-index: 0;
}

.paragraph {
  position: relative;
}
.paragraph:not(.write-paragraph) h2, .paragraph:not(.write-paragraph) h3, .paragraph:not(.write-paragraph) h4, .paragraph:not(.write-paragraph) h5, .paragraph:not(.write-paragraph) h6 {
  opacity: 0;
}
.paragraph p {
  opacity: 0.68;
}
.paragraph-icon {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
}
.paragraph-icon.has-text-writer {
  opacity: 0;
}
.paragraph-icon.has-text-writer + div h4 {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .paragraph-icon.has-text-writer + div h4 br {
    display: none;
  }
}
.paragraph-icon.has-text-writer + div h4 .title__word {
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 1.5rem 0;
  background: var(--red);
  border-radius: 0 0 16px 16px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1023.98px) {
  .popup {
    top: unset;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    padding: 2rem 0;
  }
}
.popup .popup__wrapper {
  position: relative;
}
@media (max-width: 1023.98px) {
  .popup .popup__wrapper-flex {
    flex-direction: column;
  }
}
.popup p {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 400;
}
.popup.hide {
  transform: translate(0, -100%);
}
@media (max-width: 1023.98px) {
  .popup.hide {
    transform: translate(0, 100%);
  }
}
.popup__switch {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .popup__switch {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .popup__switch {
    align-items: center;
  }
}
.popup__switch .button {
  background-color: var(--sandy);
}
.popup__switch .drpdown {
  min-width: unset;
  border: none;
  position: relative;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .popup__switch .drpdown {
    position: relative;
    flex: none;
    margin-right: 3.2rem;
  }
}
.popup__switch .drpdown__active {
  padding: 0.7rem 4rem 0.7rem 0rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 246, 229, 0.16);
  min-width: 12rem;
}
.popup__switch .drpdown__active__title {
  color: var(--sandy);
}
.popup__switch .drpdown .flag {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  top: -1px;
  position: relative;
}
.popup__switch .drpdown .flag.nl {
  background-image: url("/theme/assets/images/flags/nl.svg");
}
.popup__switch .drpdown .flag.en, .popup__switch .drpdown .flag.en_in {
  background-image: url("/theme/assets/images/flags/gb.svg");
}
.popup__switch .drpdown .flag.de {
  background-image: url("/theme/assets/images/flags/de.svg");
}
.popup__switch .drpdown .flag.fr, .popup__switch .drpdown .flag.be_fr {
  background-image: url("/theme/assets/images/flags/fr.svg");
}
.popup__switch .drpdown .flag.es {
  background-image: url("/theme/assets/images/flags/es.svg");
}
.popup__switch .drpdown .flag.pl {
  background-image: url("/theme/assets/images/flags/pl.svg");
}
.popup__switch .drpdown .flag.us {
  background-image: url("/theme/assets/images/flags/us.svg");
}
.popup__switch .drpdown .flag.id {
  background-image: url("/theme/assets/images/flags/id.svg");
}
.popup__switch .drpdown .flag.pt {
  background-image: url("/theme/assets/images/flags/pt.svg");
}
.popup__switch .drpdown .flag.it {
  background-image: url("/theme/assets/images/flags/it.svg");
}
.popup__switch .drpdown .flag.ru {
  background-image: url("/theme/assets/images/flags/ru.svg");
}
.popup__switch .drpdown .flag.no {
  background-image: url("/theme/assets/images/flags/no.svg");
}
.popup__switch .drpdown .flag.dk {
  background-image: url("/theme/assets/images/flags/dk.svg");
}
.popup__switch .drpdown .flag.be {
  background-image: url("/theme/assets/images/flags/be.svg");
}
.popup__switch .drpdown .flag.si {
  background-image: url("/theme/assets/images/flags/si.svg");
}
.popup__switch .drpdown .flag.sv {
  background-image: url("/theme/assets/images/flags/se.svg");
}
.popup__switch .drpdown .flag.en_au {
  background-image: url("/theme/assets/images/flags/au.svg");
}
.popup__switch .drpdown .flag.cs {
  background-image: url("/theme/assets/images/flags/cz.svg");
}
.popup__switch .drpdown__items {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  padding: 0rem 1rem 0 1rem;
  background-color: var(--sandy);
  bottom: 0;
  border-radius: 0 0 0 0;
  transform: translateY(100%);
  border-radius: 0 0 8px 8px;
  min-width: 100%;
  left: 0;
}
@media (max-width: 1023.98px) {
  .popup__switch .drpdown__items {
    bottom: unset;
    top: 0;
    transform: translateY(-100%);
    border-radius: 8px 8px 0 0;
  }
}
.popup__switch .drpdown__items .drpdown__item {
  padding: 1rem 0 1rem;
  color: var(--brown);
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.popup__switch .drpdown__items .drpdown__item:hover {
  color: var(--red);
}
.popup__switch .drpdown__items .drpdown__item.active {
  position: absolute;
  background: transparent;
  bottom: 0;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
}
.popup__switch .drpdown__items .drpdown__item .flag {
  margin-right: 1rem;
}
.popup__switch .drpdown .arrow-down {
  position: absolute;
  right: 0rem;
  top: 11px;
}
.popup__switch .drpdown .arrow-down svg {
  content: "";
  display: block;
  opacity: 1;
  pointer-events: none;
}
.popup__switch .drpdown--active .drpdown__active .arrow-down svg {
  transform: rotate(180deg);
}
.popup__text {
  margin-bottom: 2rem;
  width: 75%;
}
@media (min-width: 1024px) {
  .popup__text {
    margin-bottom: 0;
    width: 41%;
    max-width: 100%;
  }
}
.popup__text p {
  color: var(--sandy);
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 400;
}
.popup .popup-close {
  background-color: transparent;
  border: none;
  height: 2.4rem;
  width: 2.4rem;
  padding: 0 0 0 0;
}
.popup .popup-close div {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .popup-close div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: var(--sandy);
  transform: rotate(-45deg);
  transform-origin: center center;
  border-radius: 0.2rem;
}
.popup .popup-close div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: var(--sandy);
  transform: rotate(45deg);
  transform-origin: center center;
  border-radius: 0.2rem;
}
.popup .popup-close--xs {
  position: absolute;
  right: 1.5rem;
  top: -0.1rem;
}
@media (min-width: 1024px) {
  .popup .popup-close--xs {
    display: none;
  }
}
.popup .popup-close--md {
  display: none;
}
@media (min-width: 1024px) {
  .popup .popup-close--md {
    display: block;
    position: absolute;
    right: -2.4rem;
    transform: translateX(100%);
  }
}

.social-media {
  position: relative;
  margin-top: 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-media__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-media__icon {
  position: relative;
  flex-shrink: 0;
  margin-left: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--purple);
  transition: background-color 0.4s ease;
}
.social-media__icon:hover {
  background-color: var(--white);
}
.social-media__icon:hover svg path {
  fill: var(--purple);
}
.social-media__icon:first-child {
  margin-left: 0;
}
.social-media__icon svg {
  width: auto;
  height: 1.4rem;
}
.social-media__icon svg path {
  fill: var(--white);
  transition: fill 0.4s ease;
}
.social-media__icon .whatsapp.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .social-media__icon .whatsapp.mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .social-media__icon .whatsapp.desktop {
    display: none;
  }
}

.video {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 0.1rem solid var(--white);
  border-radius: 3rem;
}
.video,
.video video {
  background-color: var(--grey);
}
.video__overlay,
.video iframe,
.video video {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
}
.video__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOut 0.6s ease-out;
  animation-play-state: paused;
}
.video__overlay img,
.video__overlay picture {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  object-fit: cover;
}
.video__play {
  appearance: none;
  transition: transform 0.4s ease;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  width: 12rem;
  height: 12rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .video__play {
    width: 8rem;
    height: 8rem;
  }
}
.video__play:after {
  padding-bottom: 0;
}
.video__play:hover {
  transform: scale(120%);
}
.video--loaded .video__overlay {
  opacity: 0;
  pointer-events: none;
}
.video--loaded .video__play {
  transform: scale(0%);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.posts-filter {
  --text-color: var(--dark-blue);
  --bg-color: var(--grey);
  --bg-hover-color: var(--light-blue);
  --border-radius: 3rem;
  position: relative;
  margin-bottom: 15rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .posts-filter {
    margin-bottom: 8rem;
  }
}
.posts-filter__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.posts-filter__inner.has-buttons {
  padding-left: 0;
  padding-right: 0;
}
.posts-filter__inner.centered {
  justify-content: center;
}
.posts-filter__inner .tax-filter-select:last-child {
  margin-right: 0;
}

.tax-filter {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: none;
}
.tax-filter::-webkit-scrollbar {
  display: none;
}
.tax-filter .filter-button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  position: relative;
  background-color: var(--bg-color);
  height: 5rem;
  padding: 0 3rem;
  border-radius: var(--border-radius);
  color: var(--text-color);
  font-weight: 500;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: background-color 0.4s ease;
  line-height: 100%;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .tax-filter .filter-button {
    height: 4.4rem;
    padding: 0 2.4rem;
  }
}
.tax-filter .filter-button.active {
  background-color: var(--bg-hover-color);
}
.tax-filter-select {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.tax-filter-select .form-field {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--bg-color);
  height: 5.4rem;
  border-radius: var(--border-radius);
}
@media (max-width: 575.98px) {
  .tax-filter-select .form-field {
    height: 4.4rem;
  }
}
.tax-filter-select .form-field .select-arrow {
  position: absolute;
  right: 2.5rem;
  line-height: 0;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .tax-filter-select .form-field .select-arrow {
    right: 2.2rem;
  }
}
.tax-filter-select__input {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: var(--text-color);
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0 5rem 0 3rem;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .tax-filter-select__input {
    padding: 0 4.4rem 0 2.4rem;
  }
}
.tax-filter-select__input option {
  color: var(--black);
}

.items-container {
  --gap: 3rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .items-container {
    --gap: 1.5rem;
  }
}
.items-container.fill-space {
  justify-content: space-between;
}
.items-container.fill-space::after {
  content: "";
  flex: 0 1 calc(33.3333333333% - 0.6666666667 * var(--gap));
}
@media (max-width: 1023.98px) {
  .items-container.fill-space::after {
    flex: 0 1 calc(50% - 0.5 * var(--gap));
  }
}
.items-container .post-item {
  margin-bottom: 3rem;
  transition: background-color, 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.items-container:not(.items-container--column) .post-item {
  width: calc(33.3333333333% - 0.6666666667 * var(--gap));
}
@media (max-width: 1199.98px) {
  .items-container:not(.items-container--column) .post-item {
    width: calc(50% - 0.5 * var(--gap));
  }
}
@media (max-width: 767.98px) {
  .items-container:not(.items-container--column) .post-item {
    width: 100%;
  }
}
.items-container.fade-out .post-item {
  opacity: 0;
  transform: scale(0.95);
}
